Update rollup 3.29.4 → 4.1.4 (major) #12295
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rollup (3.29.4 → 4.1.4) · Repo · Changelog
Release Notes
4.1.4
4.1.3
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
4.1.4
perf: shrink wasm size by avoid importing browserslist (#5204)
4.1.3
Fix publish script
4.1.2
fix: export xxhashBase64Url from wasm (#5203)
4.1.1
perf: use mimalloc for bindings_napi (#5201)
4.1.0
perf: reducing ast node memory overhead (#5133)
chore(deps): update dependency rollup to v4 (#5196)
chore(deps): lock file maintenance minor/patch updates (#5197)
Reduce workflow concurrency
Enable Renovate automerge
test: add verifyAst type (#5190)
Improve wording for native artifacts in migration guide (#5186)
Add clippy to pipeline and fix remaining issues (#5183)
docs: fix code example for `onLog` (#5184)
Resolve clippy errors (#5180)
Fix toolchain for REPL workflow
chore: explicitly set rust toolchain channel (#5177)
Update migration guide for Rollup 4 (#5179)
4.0.2
Handle special characters before double underscores (#5178)
4.0.1
Fix linux arm musl build (#5176)
fix: ignores empty statements in class body that is returned by SWC parser (#5173)
chore(deps): lock file maintenance minor/patch updates (#5172)
Fix REPL artifacts workflow
4.0.0
[v4.0] Expose parser (#5169)
[v4.0] Ensure we support new import attribute "with" syntax (#5168)
[v4.0] warn for invalid annotations (#5165)
[v4.0] feat: preserve shebang in entry module for CJS and ESM outputs (#5163)
[v4.0] fix: also strip BOM from code strings in JS (#5164)
[v4.0] feat: implement hashing content in Rust (#5155)
[v4.0] Handle empty exports (#5157)
[v4.0] Add parse option to allow return outside function (#5154)
[v4.0] Remove onwarn from normalized input options (#5147)
[v4.0] feat: Do not watch files anymore if their content is returned by the load hook (#5150)
[v4.0] Remove deprecated features (#5143)
[v4.0] Imporve the performance of generating ast and rollup ast nodes (#5144)
[v4.0] Set the default of skipSelf to true (#5142)
[v4.0] Switch parser to SWC and introduce native/WASM code (#5073)
[v4.0] Set minimum Node version to 18
chore(deps): lock file maintenance minor/patch updates (#5160)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands