Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rollup to v2.48.0 #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 2.38.5 -> 2.48.0 age adoption passing confidence

Release Notes

rollup/rollup

v2.48.0

Compare Source

2021-05-15

Features
  • Add replacement to conditionally insert asset extensions in entryFileNames when preserving modules (#​4077)
Bug Fixes
  • Fix crash when dynamically assigning to namespace members (#​4070)
  • Do not associate pure annotations in front of a semi-colon or comma with succeeding code (#​4068)
Pull Requests

v2.47.0

Compare Source

2021-05-04

Features
  • Warn about ambiguous imports from combined external namespace reexports (#​4064)
  • In case of combined namespace reexports, always prefer local exports over external namespaces (#​4064)
  • Treat conflicting names in local namespace reexports as undefined (#​4064)
Pull Requests

v2.46.0

Compare Source

2021-04-29

Features
  • Add option to disable file name sanitation (#​4058)
  • Add information about importers to unused external import warning (#​4054)
Pull Requests

v2.45.2

Compare Source

2021-04-13

Bug Fixes
  • Do not user a dynamic entry file name for naming a manual chunk (#​4040)
Pull Requests

v2.45.1

Compare Source

2021-04-10

Bug Fixes
  • Handle falsy return values from async plugin options hooks (#​4039)
Pull Requests

v2.45.0

Compare Source

2021-04-09

Features
  • Support private class instance methods and accessors (#​4034)
Pull Requests

v2.44.0

Compare Source

2021-03-29

Features
  • Add a new option makeAbsoluteExternalsRelative to opt out of renormalizing absolute external ids to relative ids (#​4021)
  • Extend the resolveId plugin hook to allow forcing or preventing renormalization of absolute external ids (#​4021)
  • Make the rendered code of individual modules available in the generated bundle (#​4028)
Bug Fixes
  • Handle objects with __proto__ properties correctly (#​4019)
Pull Requests

v2.43.1

Compare Source

2021-03-28

Bug Fixes
  • Prevent infinite recursions in certain scenarios when calling object properties (#​4025)
Pull Requests

v2.43.0

Compare Source

2021-03-27

Features
  • Track side effects of function properties in objects for better tree-shaking (#​4011)
Pull Requests

v2.42.4

Compare Source

2021-03-24

Bug Fixes
  • Do not discard plugin return values when using perf option (#​4010)
Pull Requests

v2.42.3

Compare Source

2021-03-22

Bug Fixes
  • Do not ignore #__PURE__ comments in front of optional chaining expressions (#​4007)
Pull Requests

v2.42.2

Compare Source

2021-03-22

Bug Fixes
  • Use correct import.meta.url in relative imports from transpiled config files (#​4005)
Pull Requests

v2.42.1

Compare Source

2021-03-20

Bug Fixes
  • Do not produce unhandled Promise rejections when plugins throw while using the perf option (#​4004)
Pull Requests

v2.42.0

Compare Source

2021-03-19

Features
  • Prevent infinite loops when several plugins are using this.resolve in their resolveId hook (#​4000)
Pull Requests

v2.41.5

Compare Source

2021-03-18

Bug Fixes
  • Make sure unused property accesses of external namespaces can be tree-shaken (#​4001)
Pull Requests

v2.41.4

Compare Source

2021-03-16

Bug Fixes
  • Do not replace external namespace imports with individual named imports to avoid changing behaviour with regard to missing exports (#​3999)
Pull Requests

v2.41.3

Compare Source

2021-03-16

Bug Fixes
  • Always retain arguments passed to empty object pattern parameters (#​3998)
Pull Requests

v2.41.2

Compare Source

2021-03-12

Bug Fixes
  • Also remove sourcemaps comments if plugins return a pre-made ast (#​3987)
Pull Requests

v2.41.1

Compare Source

2021-03-11

Pull Requests

v2.41.0

Compare Source

2021-03-09

Features
  • Add option to treeshake.propertyReadSideEffects to keep all property accesses (#​3985)
Bug Fixes
  • Also respect pure comment annotations when a plugin provides an AST in the transform hook provided they use this.parse (#​3981)
Pull Requests
  • #​3981: Move pure comment annotation to Graph.contextParse (@​yannayl)
  • #​3985: implement --treeshake.propertyReadSideEffects=always to handle getters with side effects (@​kzc)

v2.40.0

Compare Source

2021-02-26

Features
  • Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting (#​3977)
Bug Fixes
  • Replace : in generated file names to prevent invalid files on Windows (#​3972)
Pull Requests

v2.39.1

Compare Source

2021-02-23

Bug Fixes
  • Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup (#​3971)
Pull Requests

v2.39.0

Compare Source

2021-02-12

Features
  • Add "validate" option to verify generated chunks are valid JavaScript (#​3952)
Bug Fixes
  • Always add exports properties for uninitialized named exports (#​3957)
  • Allow using an external namespace reexport together with named exports (#​3959)
  • Avoid invalid generated code in certain scenarios with SystemJS exports (#​3960)
Pull Requests

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot changed the title Update dependency rollup to v2.39.0 Update dependency rollup to v2.39.1 Feb 23, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.39.1 Update dependency rollup to v2.40.0 Feb 26, 2021
@renovate-bot renovate-bot force-pushed the renovate/rollup-2.x branch from c90e0bd to 01173b1 Compare March 9, 2021 10:33
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.40.0 Update dependency rollup to v2.41.0 Mar 9, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.41.0 Update dependency rollup to v2.41.1 Mar 11, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.41.1 Update dependency rollup to v2.41.2 Mar 12, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.41.2 Update dependency rollup to v2.41.3 Mar 16, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.41.3 Update dependency rollup to v2.41.4 Mar 16, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.41.4 Update dependency rollup to v2.41.5 Mar 18, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.41.5 Update dependency rollup to v2.42.0 Mar 19, 2021
@renovate-bot renovate-bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from 821106f to 140fa2a Compare March 20, 2021 09:09
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.42.0 Update dependency rollup to v2.42.1 Mar 20, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.42.1 Update dependency rollup to v2.42.2 Mar 22, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.42.2 Update dependency rollup to v2.42.3 Mar 22, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.42.3 Update dependency rollup to v2.42.4 Mar 24, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.42.4 Update dependency rollup to v2.43.0 Mar 27, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.43.0 Update dependency rollup to v2.43.1 Mar 28, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.43.1 Update dependency rollup to v2.44.0 Mar 29, 2021
@renovate-bot renovate-bot force-pushed the renovate/rollup-2.x branch from e6595a1 to d55a95a Compare April 9, 2021 05:26
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.44.0 Update dependency rollup to v2.45.0 Apr 9, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.45.0 Update dependency rollup to v2.45.1 Apr 10, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.45.1 Update dependency rollup to v2.45.2 Apr 13, 2021
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.45.2 Update dependency rollup to v2.46.0 Apr 29, 2021
@renovate-bot renovate-bot force-pushed the renovate/rollup-2.x branch from fc1e89a to ed3f9ae Compare May 4, 2021 07:02
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.46.0 Update dependency rollup to v2.47.0 May 4, 2021
@renovate-bot renovate-bot force-pushed the renovate/rollup-2.x branch from ed3f9ae to 3d22704 Compare May 15, 2021 07:18
@renovate-bot renovate-bot changed the title Update dependency rollup to v2.47.0 Update dependency rollup to v2.48.0 May 15, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants