Skip to content

chore(deps): update dependency rollup to v2.64.0

mrph-bot requested to merge renovate/rollup-2.x into main

This MR contains the following updates:

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

Release Notes

rollup/rollup

v2.64.0

Compare Source

2022-01-14

Features
  • Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule (#​4320)
  • Do not wait for the config file to be parsed in watch mode if it is updated before that (#​4344)
Bug Fixes
  • Do not mutate objects returned as meta from the resolveId hook (#​4347)
Merge Requests

v2.63.0

Compare Source

2022-01-04

Features
  • Report a helpful error if rollup exits due to an empty event loop when using this.load (#​4320)
  • Allow directly mutating ModuleInfo.meta for modules and never replace this object (#​4328)
  • Detect additional side effect free array prototype methods (#​4332)
Bug Fixes
  • Do not watch if CLI watch options are specified but --watch is missing (#​4335)
Merge Requests

v2.62.0

Compare Source

2021-12-24

Features
  • Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#​4299)
  • Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#​4309)
  • Expose if a module is included after tree-shaking in its ModuleInfo (#​4305)
Bug Fixes
  • Fix how fsevents is included to improve watch mode on MacOS (#​4312)
Merge Requests

v2.61.1

Compare Source

2021-12-11

Bug Fixes
  • Only resolve this.load once the code of the module is available (#​4296)
Merge Requests

v2.61.0

Compare Source

2021-12-09

Features
  • Support ergonomic brand checks for private fields (#​4293)
Bug Fixes
  • Improve handling of directory creation on systems with restrictive open files limit (#​4288)
Merge Requests

v2.60.2

Compare Source

2021-11-30

Bug Fixes
  • Produce correct output when dynamic import paths contain quotes (#​4286)
Merge Requests

v2.60.1

Compare Source

2021-11-22

Bug Fixes
  • Make sure virtual files have proper file extensions when preserving modules (#​4270)
Merge Requests

v2.60.0

Compare Source

2021-11-11

Features
  • Add this.load context function to load, transform and parse modules without adding them to the graph (#​4234)
  • Sanitize non-url-safe characters in generated chunk names by default (#​4262)
  • Support ESM plugins via command line (#​4265)
Merge Requests

v2.59.0

Compare Source

2021-11-01

Features
  • Support static class initialization blocks (#​4249)
Bug Fixes
  • Fix an issue with the CommonJS plugin when module.exports has inherited properties (#​4256)
Merge Requests

v2.58.3

Compare Source

2021-10-25

Bug Fixes
  • Republish 2.58.1 with npm 6 as files were missing

v2.58.2

Compare Source

2021-10-25

Bug Fixes
  • Republish 2.58.1 as files were missing

v2.58.1

Compare Source

2021-10-25

Bug Fixes
  • Fix an issue with the CommonJS plugin when module.exports is falsy (#​4247)
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, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports