Skip to content

Update dependency rollup to v2.56.3 - autoclosed

igswsihw-wmadepbot requested to merge renovate/rollup-2.x into main

This MR contains the following updates:

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

Release Notes

rollup/rollup

v2.56.3

Compare Source

2021-08-23

Bug Fixes
  • Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook (#​4208)
Merge Requests

v2.56.2

Compare Source

2021-08-10

Bug Fixes
  • Check if after simplification, an object pattern would become an expression statement or arrow function return value (#​4204)
Merge Requests

v2.56.1

Compare Source

2021-08-08

Bug Fixes
  • Fix rendering of SystemJS export declarations initialized with a simplifiable expression (#​4202)
Merge Requests

v2.56.0

Compare Source

2021-08-05

Features
  • Create more efficient code for SystemJS exports (#​4199)
  • Extend maxParallelFileReads option to also throttle plugin load hooks (#​4200)
Bug Fixes
  • Return correct value for postfix update expressions of exported variables (#​4194)
Merge Requests

v2.55.1

Compare Source

2021-07-29

Bug Fixes
  • Improve CLI warning message for unused external imports (#​4194)
Merge Requests

v2.55.0

Compare Source

2021-07-28

Features
  • Support default export live-bindings when generating ESM output (#​4182)
Bug Fixes
  • Always write ["default"] as computed property when used as named export (#​4182)
  • Do not mask default export TDZ errors (#​4182)
Merge Requests

v2.54.0

Compare Source

2021-07-25

Features
  • Extend UMD import.meta.url polyfill to support web workers (#​4186)
Bug Fixes
  • Resolve an issue where certain uses of classes could lead to an infinite recursion (#​4189)
Merge Requests

v2.53.3

Compare Source

2021-07-21

Bug Fixes
  • Solve an issue that could lead to severe memory issues and crashes when there are a lot of hoisted variables (#​4183)
Merge Requests

v2.53.2

Compare Source

2021-07-15

Bug Fixes
  • Identify additional TDZ situations in functions that are run more than once (#​4177)
  • Fix a scoping issue when a variable inside a catch scope matches the scope parameter's name (#​4178)
Merge Requests

v2.53.1

Compare Source

2021-07-11

Bug Fixes
  • Do not omit namespace reexports when treeshake is false (#​4175)
Merge Requests

v2.53.0

Compare Source

2021-07-09

Features
  • Add maxParallelFileReads option to limit read operations with a default of 20 (#​4170)
Merge Requests

Configuration

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

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by igswsihw-wmadepbot

Merge request reports