Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

chore(deps): update dependency rollup to v2.44.0 #19

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

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

v2.36.2

Compare Source

2021-01-16

Bug Fixes
  • Fix an issue where invalid code was generated for unused assignments with side effects (#​3926)
Pull Requests

v2.36.1

Compare Source

2021-01-06

Bug Fixes
  • Solve issues that result in invalid code when partially removing assignments (#​3921)
Pull Requests

v2.36.0

Compare Source

2021-01-05

Features
  • Support partial tree-shaking of chained assignments and unused assignment targets (#​3919)
Pull Requests

v2.35.1

Compare Source

2020-12-14

Bug Fixes
  • Allow closing the bundle when watching in case of generate errors by adding the bundle to the error event (#​3909)
  • Automatically close all bundles on generate errors when watching and using the CLI (#​3909)
  • Try to create remaining bundles when watching and one of them throws (#​3909)
Pull Requests

v2.35.0

Compare Source

2020-12-14

Features
  • Add closeBundle hook that is triggered by bundle.close() in the JS API (#​3883)
Pull Requests

Renovate configuration

📅 Schedule: "after 9pm every weekday,before 5pm every weekday" in timezone Europe/Madrid.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is behind base branch, 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 10 times, most recently from 7253828 to b87fb28 Compare March 30, 2020 19:48
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from 51d3677 to 63239c6 Compare April 4, 2020 22:49
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2 chore(deps): update dependency rollup to v2 - autoclosed Apr 9, 2020
@renovate renovate bot closed this Apr 9, 2020
@renovate renovate bot deleted the renovate/rollup-2.x branch April 9, 2020 07:57
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2 - autoclosed chore(deps): update dependency rollup to v2 Apr 1, 2021
@renovate renovate bot restored the renovate/rollup-2.x branch April 1, 2021 09:06
@renovate renovate bot reopened this Apr 1, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2 chore(deps): update dependency rollup to v2.44.0 Apr 1, 2021
@renovate renovate bot merged commit 36f1ab1 into release Apr 1, 2021
@renovate renovate bot deleted the renovate/rollup-2.x branch April 1, 2021 16:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant