Skip to content

Update dependency rollup to v2.45.2 #35

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

Merged
merged 1 commit into from
Apr 18, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 19, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

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

v2.38.5

Compare Source

2021-02-05

Bug Fixes
  • Prevent invalid code when simplifying assignments and delcarations (#​3951)
  • Prevent behaviour-changing line-breaks when simplifying assignments in return statements (#​3951)
  • Slightly improve white-space rendering when simplifying certain expressions (#​3951)
Pull Requests

v2.38.4

Compare Source

2021-02-02

Bug Fixes
  • Do not change logic when tree-shaking declarations in if statements or loops (#​3947)
Pull Requests

v2.38.3

Compare Source

2021-02-01

Bug Fixes
  • Prevent an unexpected live-binding when default exporting a synthetic named export (#​3946)
Pull Requests

v2.38.2

Compare Source

2021-01-31

Bug Fixes
  • Do not generate invalid code for partially tree-shaken declarations in for loops (#​3943)
  • Always include function bodies of functions in side-effect-free modules (#​3944)
Pull Requests

v2.38.1

Compare Source

2021-01-28

Bug Fixes
  • Fix internal error when resolving a missing entry point in the browser build (#​3935)
Pull Requests

v2.38.0

Compare Source

2021-01-22

Features
  • Entirely remove declared variables that only have an initializer side effect (#​3933)
Pull Requests

v2.37.1

Compare Source

2021-01-20

Pull Requests

v2.37.0

Compare Source

2021-01-19

Features
  • Always check modules for side effects that only indirectly reexport a used variable (#​3840)
  • Warn if a circular dependency would cause wrong execution order when preserving modules (#​3840)
Bug Fixes
  • Allow consuming synthetic exports via modules that reexport a namespace (#​3894)
  • Do not crash for circular default reexports (#​3840)
  • Do not crash for circular synthetic namespaces (#​3840)
  • Improve circular dependency execution order in certain scenarios (#​3840)
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 renovate bot force-pushed the renovate/rollup-2.x branch from c069c8b to e1a78a4 Compare January 20, 2021 12:30
@renovate renovate bot changed the title Update dependency rollup to v2.37.0 Update dependency rollup to v2.37.1 Jan 20, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from e1a78a4 to 1f63f77 Compare January 22, 2021 17:09
@renovate renovate bot changed the title Update dependency rollup to v2.37.1 Update dependency rollup to v2.38.0 Jan 22, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 1f63f77 to ade5a05 Compare January 28, 2021 15:45
@renovate renovate bot changed the title Update dependency rollup to v2.38.0 Update dependency rollup to v2.38.1 Jan 28, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from ade5a05 to aecb934 Compare January 31, 2021 08:35
@renovate renovate bot changed the title Update dependency rollup to v2.38.1 Update dependency rollup to v2.38.2 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from aecb934 to 5bbd1d6 Compare February 1, 2021 07:32
@renovate renovate bot changed the title Update dependency rollup to v2.38.2 Update dependency rollup to v2.38.3 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 5bbd1d6 to 6bc1418 Compare February 2, 2021 06:35
@renovate renovate bot changed the title Update dependency rollup to v2.38.3 Update dependency rollup to v2.38.4 Feb 2, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 6bc1418 to 6b1111f Compare February 5, 2021 06:25
@renovate renovate bot changed the title Update dependency rollup to v2.38.4 Update dependency rollup to v2.38.5 Feb 5, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 6b1111f to 43a912c Compare February 12, 2021 17:15
@renovate renovate bot changed the title Update dependency rollup to v2.38.5 Update dependency rollup to v2.39.0 Feb 12, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 43a912c to 29e67ae Compare February 23, 2021 10:05
@renovate renovate bot changed the title Update dependency rollup to v2.39.0 Update dependency rollup to v2.39.1 Feb 23, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 29e67ae to fc6c3a3 Compare February 26, 2021 15:44
@renovate renovate bot changed the title Update dependency rollup to v2.39.1 Update dependency rollup to v2.40.0 Feb 26, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from fc6c3a3 to 7b40e9a Compare March 9, 2021 09:47
@renovate renovate bot changed the title Update dependency rollup to v2.40.0 Update dependency rollup to v2.41.0 Mar 9, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 7b40e9a to 8f7671b Compare March 11, 2021 09:21
@renovate renovate bot changed the title Update dependency rollup to v2.41.0 Update dependency rollup to v2.41.1 Mar 11, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 8f7671b to 4c634ba Compare March 12, 2021 16:45
@renovate renovate bot changed the title Update dependency rollup to v2.41.1 Update dependency rollup to v2.41.2 Mar 12, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 4c634ba to 7af6314 Compare March 16, 2021 10:19
@renovate renovate bot changed the title Update dependency rollup to v2.41.2 Update dependency rollup to v2.41.3 Mar 16, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 7af6314 to 0bb4b7a Compare March 16, 2021 14:50
@renovate renovate bot changed the title Update dependency rollup to v2.41.3 Update dependency rollup to v2.41.4 Mar 16, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0bb4b7a to 32af048 Compare March 18, 2021 09:00
@renovate renovate bot changed the title Update dependency rollup to v2.41.4 Update dependency rollup to v2.41.5 Mar 18, 2021
@renovate renovate bot changed the title Update dependency rollup to v2.41.5 Update dependency rollup to v2.42.0 Mar 19, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 32af048 to 7d1448e Compare March 19, 2021 08:21
@thecodejack thecodejack merged commit bee4e46 into master Apr 18, 2021
@thecodejack thecodejack deleted the renovate/rollup-2.x branch April 18, 2021 10:14
@renovate renovate bot changed the title Update dependency rollup to v2.42.0 Update dependency rollup to v2.45.2 Apr 18, 2021
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