Created by: dependabot[bot]
Bumps rollup from 3.10.1 to 3.14.0.
Release notes
Sourced from rollup's releases.
v3.14.0
3.14.0
2023-02-05
Features
- Add
experimentalDeepDynamicChunkOptimization
option to produce fewer chunks from dynamic imports (#4837)Pull Requests
- #4837: Add flag to re-enable deep dynamic chunk optimization (
@lukastaegert
)- #4839: fix: correct incorrect assertions (
@TrickyPi
)v3.13.0
3.13.0
2023-02-03
Features
- Prevent chunk cycles when using
experimentalMinChunkSize
(#4723)Pull Requests
- #4723: Improve minChunkSize algorithm (
@lukastaegert
)- #4833: docs: Fix typo (
@mturoci
)- #4835: Tables in docs (
@lukastaegert
)v3.12.1
3.12.1
2023-02-01
Bug Fixes
- Handle self-references in class static blocks and construtors when the class is renamed (#4827)
- Improve warnings when creating circular chunks taht reexport variables (#4829)
Pull Requests
- #4827: fix: use the original class name in the class body (
@TrickyPi
)- #4829: Improve and fix cross-chunk-reexport warning (
@lukastaegert
)- #4830: Add Algolia doc search (
@lukastaegert
)- #4831: Add warning not to add assets directly to the bundle (
@lukastaegert
)v3.12.0
3.12.0
2023-01-28
... (truncated)
Changelog
Sourced from rollup's changelog.
3.14.0
2023-02-05
Features
- Add
experimentalDeepDynamicChunkOptimization
option to produce fewer chunks from dynamic imports (#4837)Pull Requests
- #4837: Add flag to re-enable deep dynamic chunk optimization (
@lukastaegert
)- #4839: fix: correct incorrect assertions (
@TrickyPi
)3.13.0
2023-02-03
Features
- Prevent chunk cycles when using
experimentalMinChunkSize
(#4723)Pull Requests
- #4723: Improve minChunkSize algorithm (
@lukastaegert
)- #4833: docs: Fix typo (
@mturoci
)- #4835: Tables in docs (
@lukastaegert
)3.12.1
2023-02-01
Bug Fixes
- Handle self-references in class static blocks and construtors when the class is renamed (#4827)
- Improve warnings when creating circular chunks taht reexport variables (#4829)
Pull Requests
- #4827: fix: use the original class name in the class body (
@TrickyPi
)- #4829: Improve and fix cross-chunk-reexport warning (
@lukastaegert
)- #4830: Add Algolia doc search (
@lukastaegert
)- #4831: Add warning not to add assets directly to the bundle (
@lukastaegert
)3.12.0
2023-01-28
Features
- Change generated external namespace reexport helper code for CommonJS to better work with NodeJS named export detection (#4826)
... (truncated)
Commits
-
fe0e2f1
3.14.0 -
b852648
Sort warnings before comparing in tests -
53cf9fe
Add flag to re-enable deep dynamic chunk optimization (#4837) -
d88c935
fix: correct incorrect assertions (#4839) -
5368e80
Fix REPL colors -
09557d8
3.13.0 -
45980b5
Fix lint issues -
0a5ea57
Improve minChunkSize algorithm (#4723) -
52ba95c
Tables in docs (#4835) -
141039a
docs: Fix typo (#4833) - 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)