Created by: dependabot[bot]
Bumps rollup from 3.9.1 to 3.10.0.
Release notes
Sourced from rollup's releases.
v3.10.0
3.10.0
2023-01-12
Features
- Add information about the resolving plugin to resolved ids (#4789)
- Improve treeshaking for optional chaining when the root is nullish (#4797)
Bug Fixes
- Remove unnecessary internal defaults for acorn options (#4786)
Pull Requests
- #4785: Use
@jridgewell/sourcemap-codec
(@bluwy
)- #4786: Remove default acorn options + other fixes (
@dnalborczyk
)- #4789: feat: add
resolvedBy
field toResolvedId
(@TrickyPi
)- #4794: fix: import can be shortened (
@cunzaizhuyi
)- #4796: Update dependencies (
@lukastaegert
)- #4797: feat: treeshake for optional chaining (
@antfu
)
Changelog
Sourced from rollup's changelog.
3.10.0
2023-01-12
Features
- Add information about the resolving plugin to resolved ids (#4789)
- Improve treeshaking for optional chaining when the root is nullish (#4797)
Bug Fixes
- Remove unnecessary internal defaults for acorn options (#4786)
Pull Requests
- #4785: Use
@jridgewell/sourcemap-codec
(@bluwy
)- #4786: Remove default acorn options + other fixes (
@dnalborczyk
)- #4789: feat: add
resolvedBy
field toResolvedId
(@TrickyPi
)- #4794: fix: import can be shortened (
@cunzaizhuyi
)- #4796: Update dependencies (
@lukastaegert
)- #4797: feat: treeshake for optional chaining (
@antfu
)
Commits
-
8b644e7
3.10.0 -
ffc19b0
feat: treeshake for optional chaining (#4797) -
b26a37f
feat: addresolvedBy
field toResolvedId
(#4789) -
ade0ee3
Update dependencies (#4796) -
ec68e85
fix: import can be shortened (#4794) -
67487b3
Remove default acorn options + other fixes (#4786) -
6a29327
Use@jridgewell/sourcemap-codec
(#4785) - See full diff 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)