Update dependency rollup to v2.67.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
rollup (source) | 2.64.0 -> 2.67.0 |
Release Notes
rollup/rollup
v2.67.0
2022-02-02
Features
- Improve side effect detection when using Array.prototype.groupBy/groupByToMap (#4360)
- Allow changing
moduleSideEffects
at any time during the build (#4379) - Soft-deprecate
ModuleInfo.hasModuleSideEffects
in favour ofModuleInfo.moduleSideEffects
(#4379)
Bug Fixes
- Do not include queries and hashes in generated file names when preserving modules (#4374)
Merge Requests
- #4319: refactor: use fs, fs-extra, remove sander (@dnalborczyk)
- #4360: feat: add Array.prototype.groupBy/groupByToMap (@dnalborczyk)
- #4361: fix: more types (@dnalborczyk)
- #4369: fix: remove acorn-walk patch (@dnalborczyk)
- #4371: refactor: use fs.promises in cli/run (@dnalborczyk)
- #4372: refactor: use fs.promises in module loader (@dnalborczyk)
- #4374: Ignore queries and hashes in file names when preserving modules (@lukastaegert)
- #4375: Fix typo in _config.js (@eltociear)
- #4376: refactor: fs.promises, move mkdir to writeoutputfile, Part 3 (@dnalborczyk)
- #4379: Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensure it is mutable on ModuleInfo (@lukastaegert)
v2.66.1
2022-01-25
Bug Fixes
- Only warn for conflicting names in namespace reexports if it actually causes problems (#4363)
- Only allow explicit exports or reexports as synthetic namespaces and hide them from namespace reexports (#4364)
Merge Requests
- #4362: refactor: convert exportsByName object to map (@dnalborczyk)
- #4363: Do not warn unnecessarily for namespace conflicts (@lukastaegert)
- #4364: Do not expose synthetic namespace export in entries and namespaces (@lukastaegert)
v2.66.0
2022-01-22
Features
- Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#4356)
- Add option to wait until all imported ids have been resolved when awaiting
this.load
(#4358)
Merge Requests
- #4356: Add hasDefaultExport to ModuleInfo (@lukastaegert)
- #4358: Add "resolveDependencies" option to "this.load" (@lukastaegert)
v2.65.0
2022-01-21
Features
- Add complete import resolution objects to ModuleInfo for use in
this.load
(#4354)
Bug Fixes
- Use correct context in plugin hooks with
perf: true
(#4357)
Merge Requests
- #4351: refactor: re-use source mapping url (@dnalborczyk)
- #4352: refactor: replace require-relative with built-in require.resolve (@dnalborczyk)
- #4353: chore: bump deps (@dnalborczyk)
- #4354: Add importedIdResolutions to moduleInfo (@lukastaegert)
- #4355: chore: remove external from config (@dnalborczyk)
- #4357: fix: timed plugin context (@dnalborczyk)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by igswsihw-wmadepbot