Created by: dependabot[bot]
Bumps rollup from 2.64.0 to 2.66.1.
Release notes
Sourced from rollup's releases.
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)
Pull Requests
- #4362: refactor: convert exportsByName object to map (
@lukastaegert
)- #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)Pull 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)Pull 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
)
Changelog
Sourced from rollup's changelog.
2.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)
Pull Requests
- #4362: refactor: convert exportsByName object to map (
@lukastaegert
)- #4363: Do not warn unnecessarily for namespace conflicts (
@lukastaegert
)- #4364: Do not expose synthetic namespace export in entries and namespaces (
@lukastaegert
)2.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)Pull Requests
- #4356: Add hasDefaultExport to ModuleInfo (
@lukastaegert
)- #4358: Add "resolveDependencies" option to "this.load" (
@lukastaegert
)2.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)Pull 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
)
Commits
-
f523f00
2.66.1 -
ed5e1f4
Update changelog -
79ec55d
Do not expose synthetic namespace export in entries and namespaces (#4364) -
f30e6f0
refactor: convert exportsByName object to map (#4362) -
9eeb6a0
Do not warn unnecessarily for namespace conflicts (#4363) -
3ca594e
2.66.0 -
f1697c2
Update changelog -
c568a10
Add "resolveDependencies" option to "this.load" (#4358) -
e88edfd
Add hasDefaultExport to ModuleInfo (#4356) -
bebc50d
2.65.0 - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)