chore(deps): update dependency rollup to v2.66.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rollup (source) | devDependencies | minor | 2.64.0 -> 2.66.0 |
Release Notes
rollup/rollup
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 Reiter, Christoph