-
-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(syntax): correct is_reserved_keyword_or_global_object
's incorrect function calling.
#4484
fix(syntax): correct is_reserved_keyword_or_global_object
's incorrect function calling.
#4484
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
is_reserved_keyword_or_global_object
's incorrect function calling.is_reserved_keyword_or_global_object
's incorrect function calling.
Rolldown seems to panic when parsing the following JSON before this PR: ```json { "null": null } ``` I used functions in `oxc::syntax::keyword` to solve it. Notice that `is_reserved_keyword_or_global_object` function is suffering wrong calling (related pr: oxc-project/oxc#4484), I'll separately call them in this PR.
is_reserved_keyword_or_global_object
's incorrect function calling.is_reserved_keyword_or_global_object
's incorrect function calling.
CodSpeed Performance ReportMerging #4484 will not alter performanceComparing Summary
|
@overlookmotel thanks for the heads up, I'll make a PR removing it tomorrow |
No worries. I already removed it, just wanted to let you know why. |
## [0.22.1] - 2024-07-27 ### Features - 2477330 ast: Add `AstKind::TSExportAssignment` (#4501) (Dunqing) - aaee07e ast: Add `AstKind::AssignmentTargetPattern`, `AstKind::ArrayAssignmentTarget` and `AstKind::ObjectAssignmentTarget` (#4456) (Dunqing) - fd363d1 ast: Add AstKind::get_container_scope_id (#4450) (DonIsaac) - e2735ca span: Add `contains_inclusive` method (#4491) (DonIsaac) ### Bug Fixes - 368112c ast: Remove `#[visit(ignore)]` from `ExportDefaultDeclarationKind`'s `TSInterfaceDeclaration` (#4497) (Dunqing) - 36bb680 semantic: `TSExportAssignment` cannot reference type binding (#4502) (Dunqing) - cb2fa49 semantic: `typeof` operator cannot reference type-only import (#4500) (Dunqing) - ef0e953 semantic: Generic passed to typeof not counted as a reference (#4499) (Dunqing) - 40cafb8 semantic: Params in `export default (function() {})` flagged as `SymbolFlags::Export` (#4480) (Dunqing) - 2e01a45 semantic: Non-exported namespace member symbols flagged as exported (#4493) (Don Isaac) - e4ca06a semantic: Incorrect symbol’s scope_id after var hoisting (#4458) (Dunqing) - 77bd5f1 semantic: Use correct span for namespace symbols (#4448) (Don Isaac) - 5db7bed sourcemap: Fix pre-calculation of required segments for building JSON (#4490) (overlookmotel) - 1667491 syntax: Correct `is_reserved_keyword_or_global_object`'s incorrect function calling. (#4484) (Ethan Goh) - 82ba2a0 syntax: Fix unsound use of `NonZeroU32` (#4466) (overlookmotel) - c04b9aa transformer: Add to `SymbolTable::declarations` for all symbols (#4460) (overlookmotel) - ecdee88 transformer/typescript: Incorrect eliminate exports when the referenced symbol is both value and type (#4507) (Dunqing) ### Performance - 963a2d1 mangler: Reduce unnecessary allocation (#4498) (Dunqing) - 868fc87 parser: Optimize conditional advance on ASCII values (#4298) (lucab) - 24beaeb semantic: Give `AstNodeId` a niche (#4469) (overlookmotel) - 348c1ad semantic: Remove `span` field from `Reference` (#4464) (overlookmotel) - 6a9f4db semantic: Reduce storage size for symbol redeclarations (#4463) (overlookmotel) - 705e19f sourcemap: Reduce memory copies encoding JSON (#4489) (overlookmotel) - 4d10c6c sourcemap: Pre allocate String buf while encoding (#4476) (Brooooooklyn) ### Documentation - f5f0ba8 ast: Add doc comments to more AST nodes (#4413) (Don Isaac) - 871b3d6 semantic: Add doc comments for SymbolTester and SemanticTester (#4433) (DonIsaac) ### Refactor - 9c5d2f9 ast/builder: Use `Box::new_in` over `.into_in` (#4428) (overlookmotel) - ccb1835 semantic: Methods take `Span` as param, not `&Span` (#4470) (overlookmotel) - f17254a semantic: Populate `declarations` field in `SymbolTable::create_symbol` (#4461) (overlookmotel) - a49f491 semantic: Re-order `SymbolTable` fields (#4459) (overlookmotel) - 7cd53f3 semantic: Var hoisting (#4379) (Dunqing) - 4f5a7cb semantic: Mark SemanticTester and SymbolTester as must_use (#4430) (DonIsaac) - c958a55 sourcemap: `push_list` method for building JSON (#4486) (overlookmotel) - c99b3eb syntax: Give `ScopeId` a niche (#4468) (overlookmotel) - 96fc94f syntax: Use `NonMaxU32` for IDs (#4467) (overlookmotel) ### Testing - 4b274a8 semantic: Add more test cases for symbol references (#4429) (DonIsaac) Co-authored-by: Boshen <[email protected]>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@iconify-json/vscode-icons](https://icon-sets.iconify.design/vscode-icons/) | [`1.2.0` -> `1.2.1`](https://renovatebot.com/diffs/npm/@iconify-json%2fvscode-icons/1.2.0/1.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fvscode-icons/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fvscode-icons/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fvscode-icons/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fvscode-icons/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.2` -> `22.5.4`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.2/22.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.2/22.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.2/22.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cjs-module-lexer](https://redirect.github.com/nodejs/cjs-module-lexer) | [`1.4.0` -> `1.4.1`](https://renovatebot.com/diffs/npm/cjs-module-lexer/1.4.0/1.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cjs-module-lexer/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cjs-module-lexer/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cjs-module-lexer/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cjs-module-lexer/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [debug](https://redirect.github.com/debug-js/debug) | [`4.3.6` -> `4.3.7`](https://renovatebot.com/diffs/npm/debug/4.3.6/4.3.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/debug/4.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/debug/4.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/debug/4.3.6/4.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/debug/4.3.6/4.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [follow-redirects](https://redirect.github.com/follow-redirects/follow-redirects) | [`1.15.6` -> `1.15.9`](https://renovatebot.com/diffs/npm/follow-redirects/1.15.6/1.15.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/follow-redirects/1.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/follow-redirects/1.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/follow-redirects/1.15.6/1.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/follow-redirects/1.15.6/1.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.2` -> `0.9.3`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.2/0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.2/0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [remeda](https://remedajs.com/) ([source](https://redirect.github.com/remeda/remeda)) | [`2.11.0` -> `2.12.0`](https://renovatebot.com/diffs/npm/remeda/2.11.0/2.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remeda/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remeda/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remeda/2.11.0/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remeda/2.11.0/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [type-fest](https://redirect.github.com/sindresorhus/type-fest) | [`4.26.0` -> `4.26.1`](https://renovatebot.com/diffs/npm/type-fest/4.26.0/4.26.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.26.0/4.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.26.0/4.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vitejs.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.2` -> `5.4.3`](https://renovatebot.com/diffs/npm/vite/5.4.2/5.4.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.4.2/5.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.2/5.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.4.38` -> `3.5.3`](https://renovatebot.com/diffs/npm/vue/3.4.38/3.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.4.38/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.4.38/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/cjs-module-lexer (cjs-module-lexer)</summary> ### [`v1.4.1`](https://redirect.github.com/nodejs/cjs-module-lexer/compare/1.4.0...1.4.1) [Compare Source](https://redirect.github.com/nodejs/cjs-module-lexer/compare/1.4.0...1.4.1) </details> <details> <summary>debug-js/debug (debug)</summary> ### [`v4.3.7`](https://redirect.github.com/debug-js/debug/releases/tag/4.3.7) [Compare Source](https://redirect.github.com/debug-js/debug/compare/4.3.6...4.3.7) #### What's Changed - Upgrade ms to version 2.1.3 by [@​realityking](https://redirect.github.com/realityking) in [https://github.com/debug-js/debug/pull/819](https://redirect.github.com/debug-js/debug/pull/819) **Full Changelog**: https://github.com/debug-js/debug/compare/4.3.6...4.3.7 </details> <details> <summary>follow-redirects/follow-redirects (follow-redirects)</summary> ### [`v1.15.9`](https://redirect.github.com/follow-redirects/follow-redirects/compare/v1.15.8...v1.15.9) [Compare Source](https://redirect.github.com/follow-redirects/follow-redirects/compare/v1.15.8...v1.15.9) ### [`v1.15.8`](https://redirect.github.com/follow-redirects/follow-redirects/compare/v1.15.7...v1.15.8) [Compare Source](https://redirect.github.com/follow-redirects/follow-redirects/compare/v1.15.7...v1.15.8) ### [`v1.15.7`](https://redirect.github.com/follow-redirects/follow-redirects/compare/v1.15.6...v1.15.7) [Compare Source](https://redirect.github.com/follow-redirects/follow-redirects/compare/v1.15.6...v1.15.7) </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js/issues/L125) - **rolldown:** should correct rewrite path of dynamic imported external modules ([#​1738](https://redirect.github.com/rolldown/rolldown/issues/1738)) ([c682b76](https://redirect.github.com/rolldown/rolldown/commit/c682b76d214bd50711c8e8c6ffd1acb1a4b2e17f)), closes [#​1723](https://redirect.github.com/rolldown/rolldown/issues/1723) - **rust/rolldown:** prevent segment fault in `generate_bundle` by removing unsafe code ([#​1905](https://redirect.github.com/rolldown/rolldown/issues/1905)) ([9802478](https://redirect.github.com/rolldown/rolldown/commit/98024783c9f09475a537c05db9b722cbc9c4193b)) - same filenames cause bundle error ([#​1984](https://redirect.github.com/rolldown/rolldown/issues/1984)) ([c4aca98](https://redirect.github.com/rolldown/rolldown/commit/c4aca984a910503273e4b2435fa13f8c5a68023c)), closes [#​1944](https://redirect.github.com/rolldown/rolldown/issues/1944) [/github.com/rolldown/rolldown/issues/1944#issuecomment-2282812102](https://redirect.github.com//github.com/rolldown/rolldown/issues/1944/issues/issuecomment-2282812102) - should also care for `Chunk#name` for common chunks ([#​2123](https://redirect.github.com/rolldown/rolldown/issues/2123)) ([a1fa701](https://redirect.github.com/rolldown/rolldown/commit/a1fa701403452ee520e94aa3b5780a40c507b5de)) - should call write_bundle after write bundle to disk ([#​1844](https://redirect.github.com/rolldown/rolldown/issues/1844)) ([475f765](https://redirect.github.com/rolldown/rolldown/commit/475f765931876081825badd4f63420ae0a90634d)), closes [/github.com/rollup/rollup/blob/master/src/rollup/rollup.ts#L194-L200](https://redirect.github.com//github.com/rollup/rollup/blob/master/src/rollup/rollup.ts/issues/L194-L200) - should correctly include symbols of namespace object ([#​1727](https://redirect.github.com/rolldown/rolldown/issues/1727)) ([3dee9e0](https://redirect.github.com/rolldown/rolldown/commit/3dee9e01b9ebb7b1fb205967f9942d7c4c22c35c)) - should generate `export * from ...` in entry chunks rather than entry modules ([#​1783](https://redirect.github.com/rolldown/rolldown/issues/1783)) ([954dd2a](https://redirect.github.com/rolldown/rolldown/commit/954dd2a5fa5988ad0ea587d1d73d4a6e915ad56a)) - should not panic if there are accessing on `star as` member ([#​1730](https://redirect.github.com/rolldown/rolldown/issues/1730)) ([250c11a](https://redirect.github.com/rolldown/rolldown/commit/250c11a541d34485fbd7b0c1420e10a830d822c4)) - sourcemap inline url should relative to asset file ([#​2099](https://redirect.github.com/rolldown/rolldown/issues/2099)) ([6b5d7dc](https://redirect.github.com/rolldown/rolldown/commit/6b5d7dc97b47895bd8280d29c2a815e159fa6b8c)) - strict emit warning `commonjs var in esm` ([#​2101](https://redirect.github.com/rolldown/rolldown/issues/2101)) ([4c9feeb](https://redirect.github.com/rolldown/rolldown/commit/4c9feeb058f0212228e430450004967c99af9177)), closes [/esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0](https://redirect.github.com//esbuild.github.io/try//issues/YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0) - **treeshaking:** `require` should consider as having side effects ([#​1949](https://redirect.github.com/rolldown/rolldown/issues/1949)) ([28e53d6](https://redirect.github.com/rolldown/rolldown/commit/28e53d6b8582728e6dbb6a45a0cea47b87f7c004)) - typo of `transform-plugin-context.ts` ([#​1991](https://redirect.github.com/rolldown/rolldown/issues/1991)) ([b2590fd](https://redirect.github.com/rolldown/rolldown/commit/b2590fd4a0b9643a5b6c956b2fa6d662d782a4cf)) - undefined export var ([#​2055](https://redirect.github.com/rolldown/rolldown/issues/2055)) ([6832084](https://redirect.github.com/rolldown/rolldown/commit/6832084b7cd69daed9144ba365813bd3f280075c)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go#L10047-L10050](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go/issues/L10047-L10050) - using sanitize_file_name to generate valid file name ([#​1833](https://redirect.github.com/rolldown/rolldown/issues/1833)) ([c9f8af4](https://redirect.github.com/rolldown/rolldown/commit/c9f8af403fa17316f1a1c0f9c5ad437b417f74e1)) ##### Features - add dynamic_import_vars plugin ([#​1732](https://redirect.github.com/rolldown/rolldown/issues/1732)) ([40cf58b](https://redirect.github.com/rolldown/rolldown/commit/40cf58b9bb8b3f9d7145d97c25308213b68e2260)) - add invalid export option to generate diagnostic ([#​1692](https://redirect.github.com/rolldown/rolldown/issues/1692)) ([ef718d7](https://redirect.github.com/rolldown/rolldown/commit/ef718d76dc143b1183a6e1f78f3a51b9b24cded0)) - add LoadOutput#ModuleType binding ([#​1998](https://redirect.github.com/rolldown/rolldown/issues/1998)) ([1469985](https://redirect.github.com/rolldown/rolldown/commit/1469985c3649053bc3334a0f945b06e61ecda39e)) - add manifest plugin ([#​1839](https://redirect.github.com/rolldown/rolldown/issues/1839)) ([8288370](https://redirect.github.com/rolldown/rolldown/commit/8288370c3904c79fffaff6fd024c61c69cfc0f79)), closes [#​1826](https://redirect.github.com/rolldown/rolldown/issues/1826) - add module type to transform hook ([#​1907](https://redirect.github.com/rolldown/rolldown/issues/1907)) ([159a155](https://redirect.github.com/rolldown/rolldown/commit/159a1559bc5204418317614426f303d87b5ae408)) - add module_preload_polyfill plugin ([#​1840](https://redirect.github.com/rolldown/rolldown/issues/1840)) ([0651db0](https://redirect.github.com/rolldown/rolldown/commit/0651db0f0ac14e104bc15898d73f8e34cf64c4f3)) - add originalFileName to EmittedAsset ([#​2046](https://redirect.github.com/rolldown/rolldown/issues/2046)) ([6facb04](https://redirect.github.com/rolldown/rolldown/commit/6facb04bc22f6966bb934812f89c7d4b2288458a)) - add query after each glob file name ([#​1838](https://redirect.github.com/rolldown/rolldown/issues/1838)) ([bd97d60](https://redirect.github.com/rolldown/rolldown/commit/bd97d60ef581e3bd2aaf576a0aa6910161db3489)) - add some warnings in IIFE and CJS. ([#​1857](https://redirect.github.com/rolldown/rolldown/issues/1857)) ([e7916ab](https://redirect.github.com/rolldown/rolldown/commit/e7916ab69eda952a98d8624a365e60a514e1e322)), closes [#​1855](https://redirect.github.com/rolldown/rolldown/issues/1855) - add support for banner as str ([#​1810](https://redirect.github.com/rolldown/rolldown/issues/1810)) ([12d6a75](https://redirect.github.com/rolldown/rolldown/commit/12d6a756bd9279298f1f2e1298693c47d2a255a6)) - add support for footer as str ([#​1819](https://redirect.github.com/rolldown/rolldown/issues/1819)) ([48dc08e](https://redirect.github.com/rolldown/rolldown/commit/48dc08ec3bc69517a9fb3419f56d1a8a8b056b5c)) - add support for intro as str ([#​1820](https://redirect.github.com/rolldown/rolldown/issues/1820)) ([2c7e4f4](https://redirect.github.com/rolldown/rolldown/commit/2c7e4f4b5751965372efa5bdf48e56b9c23dc507)) - add support for outro as str ([#​1821](https://redirect.github.com/rolldown/rolldown/issues/1821)) ([46d56c4](https://redirect.github.com/rolldown/rolldown/commit/46d56c48b13eedf6f2e2f92cc6063e0debdee592)) - add use strict for iife ([#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705)) ([abe17bd](https://redirect.github.com/rolldown/rolldown/commit/abe17bdd3e9a8fb54f95c6d0074e60751d11c25e)) - add wasm fallback plugin ([#​1957](https://redirect.github.com/rolldown/rolldown/issues/1957)) ([3645f38](https://redirect.github.com/rolldown/rolldown/commit/3645f38014b06e5db80f87091f3d4d3cf4ffd41e)), closes [#​1919](https://redirect.github.com/rolldown/rolldown/issues/1919) - alias plugin ([#​2001](https://redirect.github.com/rolldown/rolldown/issues/2001)) ([872bf3a](https://redirect.github.com/rolldown/rolldown/commit/872bf3addb3db766649f28e43e9613a134daa2ca)), closes [/github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts#L62-L65](https://redirect.github.com//github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts/issues/L62-L65) - align cli options with unix ux patterns. ([#​1977](https://redirect.github.com/rolldown/rolldown/issues/1977)) ([c820678](https://redirect.github.com/rolldown/rolldown/commit/c8206787d038bb469f9797a1cd24db934f8c77a3)), closes [#​1924](https://redirect.github.com/rolldown/rolldown/issues/1924) - align generated chunk name with rollup ([#​2124](https://redirect.github.com/rolldown/rolldown/issues/2124)) ([0bec3bc](https://redirect.github.com/rolldown/rolldown/commit/0bec3bc9ac80aa3b51cd711b17e737a7a3f1b5ff)) - align OutputOptions#esModule with rollup ([#​1898](https://redirect.github.com/rolldown/rolldown/issues/1898)) ([c14406f](https://redirect.github.com/rolldown/rolldown/commit/c14406fb61051cba19833368a23539a4342c8e80)), closes [#​1888](https://redirect.github.com/rolldown/rolldown/issues/1888) [/github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs#L37-L38](https://redirect.github.com//github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs/issues/L37-L38) - allow passing array of array in `config.plugins` ([#​1938](https://redirect.github.com/rolldown/rolldown/issues/1938)) ([b4e33d5](https://redirect.github.com/rolldown/rolldown/commit/b4e33d5e1a1138491631f6b83047dac62f54ddce)) - allow rewrite `moduleType` in transform Hook ([#​1916](https://redirect.github.com/rolldown/rolldown/issues/1916)) ([cef3e57](https://redirect.github.com/rolldown/rolldown/commit/cef3e576aa2c7b09cb4cdf2bf1b5ab41ffa31887)) - assignment expr side effect detector ([#​2004](https://redirect.github.com/rolldown/rolldown/issues/2004)) ([dde9b33](https://redirect.github.com/rolldown/rolldown/commit/dde9b33b409bfc909d089769d2817f178e00f30f)) - build import analysis plugin ([#​2051](https://redirect.github.com/rolldown/rolldown/issues/2051)) ([9e461c2](https://redirect.github.com/rolldown/rolldown/commit/9e461c2cc21ce8094b3c20fb19a7a97da377502e)) - commonjs-variable-in-esm diagnostic ([#​1832](https://redirect.github.com/rolldown/rolldown/issues/1832)) ([ffd4533](https://redirect.github.com/rolldown/rolldown/commit/ffd453328ceb75331be56eedfc09e66150c495aa)), closes [/github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md#01411](https://redirect.github.com//github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md/issues/01411) - compose addon hooks ([#​2007](https://redirect.github.com/rolldown/rolldown/issues/2007)) ([08b6360](https://redirect.github.com/rolldown/rolldown/commit/08b6360b6e9e08b731ae7e6948ef67fc5b991c92)), closes [#​1999](https://redirect.github.com/rolldown/rolldown/issues/1999) - **css/wip:** add `css_entry_filenames` and `css_chunk_filenames` ([#​1678](https://redirect.github.com/rolldown/rolldown/issues/1678)) ([bc1c22e](https://redirect.github.com/rolldown/rolldown/commit/bc1c22ec5a7666b22e7709914cbafb3dc20d13f1)) - enable plugin api typing ([#​1765](https://redirect.github.com/rolldown/rolldown/issues/1765)) ([512fc61](https://redirect.github.com/rolldown/rolldown/commit/512fc6156a83655dae6a7c1939411cae93ed3d69)) - **error:** entry cannot be external ([#​1761](https://redirect.github.com/rolldown/rolldown/issues/1761)) ([b3179e7](https://redirect.github.com/rolldown/rolldown/commit/b3179e70dfa5130e4cdeaa67da67886c413536c6)) - **experimental:** builtin replace plugin ([#​2056](https://redirect.github.com/rolldown/rolldown/issues/2056)) ([f1e7ed0](https://redirect.github.com/rolldown/rolldown/commit/f1e7ed05fbee66e5d7ee761716bfa9345b2cceb6)) - **experimental:** support `enableComposingJsPlugins` option ([#​1693](https://redirect.github.com/rolldown/rolldown/issues/1693)) ([7aa56fe](https://redirect.github.com/rolldown/rolldown/commit/7aa56fea466220c0158d2c4b9d41f0220ed7fed0)) - gracefully shutdown the process when panic in `fetch_all_modules` ([#​2036](https://redirect.github.com/rolldown/rolldown/issues/2036)) ([c85883b](https://redirect.github.com/rolldown/rolldown/commit/c85883bb5a2ff8631d318816ef186ce5e7e723bd)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs#L286-L288](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs/issues/L286-L288) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs#L60-L62](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs/issues/L60-L62) - hook filter ([#​2047](https://redirect.github.com/rolldown/rolldown/issues/2047)) ([6039415](https://redirect.github.com/rolldown/rolldown/commit/60394157439658f0a105828bc0cf016bb490c816)) - implement the rest branches in side effect detector ([#​2009](https://redirect.github.com/rolldown/rolldown/issues/2009)) ([ef084bf](https://redirect.github.com/rolldown/rolldown/commit/ef084bf154b89ee4a65702dd0b46a4c9bdbcd159)) - import build analysis builtUrl ([#​2075](https://redirect.github.com/rolldown/rolldown/issues/2075)) ([0cf4345](https://redirect.github.com/rolldown/rolldown/commit/0cf43452e7885ab3e9af43edb4090fd252102db8)), closes [/github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts#L346-L350](https://redirect.github.com//github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts/issues/L346-L350) - improve resolve error ([#​2076](https://redirect.github.com/rolldown/rolldown/issues/2076)) ([ea4965f](https://redirect.github.com/rolldown/rolldown/commit/ea4965f7db76797b44041ee9fb79b3c5b58e50db)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - json plugin ([#​1951](https://redirect.github.com/rolldown/rolldown/issues/1951)) ([d221ecc](https://redirect.github.com/rolldown/rolldown/commit/d221eccdba70e7a504fc726efcf4de1be243caa3)) - load fallback plugin ([#​1922](https://redirect.github.com/rolldown/rolldown/issues/1922)) ([3ea6797](https://redirect.github.com/rolldown/rolldown/commit/3ea679734e75fec50dc33064fbc43531e4ff0b24)) - module preload config skip ([#​1845](https://redirect.github.com/rolldown/rolldown/issues/1845)) ([f55cfda](https://redirect.github.com/rolldown/rolldown/commit/f55cfda1cdb2d17c6c914261d410d3f95d5e867b)) - **node/composingJsPlugins:** support `resolveId` hook ([#​2021](https://redirect.github.com/rolldown/rolldown/issues/2021)) ([55c20b0](https://redirect.github.com/rolldown/rolldown/commit/55c20b09f4298d96fbbc83657abf9cb7095407dd)) - **node/rolldown:** add empty `PluginContext#addWatchFile` for shim ([#​1972](https://redirect.github.com/rolldown/rolldown/issues/1972)) ([559b424](https://redirect.github.com/rolldown/rolldown/commit/559b42478ed51215203b2db08ca171f27db722a1)) - **node/rolldown:** support `define` functionality ([#​1891](https://redirect.github.com/rolldown/rolldown/issues/1891)) ([43f6f22](https://redirect.github.com/rolldown/rolldown/commit/43f6f225e41a38df233eb4174fb5c03ff2e577b4)), closes [#​186](https://redirect.github.com/rolldown/rolldown/issues/186) - **node/rolldown:** support `InputOptions#inject` ([#​1946](https://redirect.github.com/rolldown/rolldown/issues/1946)) ([9071d6a](https://redirect.github.com/rolldown/rolldown/commit/9071d6a40832aad4fe3392b46c150b8cdfc45893)) - **node:** support CLI options. ([#​1963](https://redirect.github.com/rolldown/rolldown/issues/1963)) ([6d4ef7e](https://redirect.github.com/rolldown/rolldown/commit/6d4ef7efda3e4f24a0e9b95c830f7c5f02bb80f0)), closes [#​1955](https://redirect.github.com/rolldown/rolldown/issues/1955) - **node:** support passing `custom` in `PluginContext#resolve` ([#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874)) ([6a61bad](https://redirect.github.com/rolldown/rolldown/commit/6a61bad94feebcdf99c7b98b1e8336adc9c15dd4)), closes [/github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts#L181](https://redirect.github.com//github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts/issues/L181) - **packages/rolldown:** export `VERSION` ([#​2049](https://redirect.github.com/rolldown/rolldown/issues/2049)) ([806718d](https://redirect.github.com/rolldown/rolldown/commit/806718de1565efc5907abcc0e93bd8f7da30d3d8)), closes [/github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts#L1](https://redirect.github.com//github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts/issues/L1) - **plugin/replace:** objectGuards ([#​2121](https://redirect.github.com/rolldown/rolldown/issues/2121)) ([ea76b06](https://redirect.github.com/rolldown/rolldown/commit/ea76b061ebcaa64bdb96c7056b51d2f6ff9d0615)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [1#L46](https://redirect.github.com/1/issues/L46) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L41](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L41) - **plugin/replace:** prevent assignment ([#​2093](https://redirect.github.com/rolldown/rolldown/issues/2093)) ([18ac29c](https://redirect.github.com/rolldown/rolldown/commit/18ac29ca0d6997a74ca457f917daaae3f7773036)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L77-L82](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L77-L82) - provide more friendly diagnostics if could not read path from a resolveId hook ([#​1866](https://redirect.github.com/rolldown/rolldown/issues/1866)) ([690a63f](https://redirect.github.com/rolldown/rolldown/commit/690a63f7aacbf9bd57d3fb305f9acb3524d0c92e)), closes [#​1851](https://redirect.github.com/rolldown/rolldown/issues/1851) - **rolldown_ecmascript:** implement into_assignment_target ObjectPattern ([#​1921](https://redirect.github.com/rolldown/rolldown/issues/1921)) ([305f7cb](https://redirect.github.com/rolldown/rolldown/commit/305f7cb596639cad073fdb76670ec59b1df44007)), closes [/github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs#L61-L63](https://redirect.github.com//github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs/issues/L61-L63) - **rolldown:** bump oxc to v0.25.0 ([#​2042](https://redirect.github.com/rolldown/rolldown/issues/2042)) ([71d8201](https://redirect.github.com/rolldown/rolldown/commit/71d820145db7d4494849d2092fa521d78f50167c)) - **rust/plugin:** Support `custom` in `PluginContextResolveOptions` ([#​1876](https://redirect.github.com/rolldown/rolldown/issues/1876)) ([0c6cae4](https://redirect.github.com/rolldown/rolldown/commit/0c6cae4b236d7afc05e5a5ef92a61b1d382a4c0d)), closes [#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874) - **rust/rolldown:** support `inject` imports ([#​1933](https://redirect.github.com/rolldown/rolldown/issues/1933)) ([a2bb2ca](https://redirect.github.com/rolldown/rolldown/commit/a2bb2cae97e0f79f712c8ff68d116366ee4ecf35)) - **rust:** ensure consistency between scanned top-level symbols and scope's ([#​1742](https://redirect.github.com/rolldown/rolldown/issues/1742)) ([00d43e9](https://redirect.github.com/rolldown/rolldown/commit/00d43e9a4a78789ced5722153fd5112c7ed75b19)) - **rust:** ensure span uniqueness of oxc AST ([#​1927](https://redirect.github.com/rolldown/rolldown/issues/1927)) ([9f164c6](https://redirect.github.com/rolldown/rolldown/commit/9f164c69af4370d60c5c18a89837e759e71202a4)), closes [/github.com/rolldown/rolldown/pull/1899#issuecomment-2274936578](https://redirect.github.com//github.com/rolldown/rolldown/pull/1899/issues/issuecomment-2274936578) - **rust:** support `advanced_chunks` option ([#​2115](https://redirect.github.com/rolldown/rolldown/issues/2115)) ([1a81db2](https://redirect.github.com/rolldown/rolldown/commit/1a81db2f979d54e8b3bd145ab8850a8df3ac8ef9)) - **rust:** support `define` functionality ([#​1882](https://redirect.github.com/rolldown/rolldown/issues/1882)) ([8639e70](https://redirect.github.com/rolldown/rolldown/commit/8639e704e07eeba932b2df4f23c8a18d9b865eba)) - support `intro` and `outro` in plugins. ([#​1763](https://redirect.github.com/rolldown/rolldown/issues/1763)) ([b15d8c5](https://redirect.github.com/rolldown/rolldown/commit/b15d8c5d19c5f90860b99a3dde92173e8d8cf822)), closes [#​1755](https://redirect.github.com/rolldown/rolldown/issues/1755) [#​1713](https://redirect.github.com/rolldown/rolldown/issues/1713) - support `output.esModule` option ([#​1812](https://redirect.github.com/rolldown/rolldown/issues/1812)) ([4999aed](https://redirect.github.com/rolldown/rolldown/commit/4999aed32c6fb66b8cf87af855b3992b902c5d76)) - support `output.exports` for `IIFE` format align with rollup. ([#​1691](https://redirect.github.com/rolldown/rolldown/issues/1691)) ([5418e1f](https://redirect.github.com/rolldown/rolldown/commit/5418e1f18910e08a68460038295fd0b4989a14cb)), closes [#​1680](https://redirect.github.com/rolldown/rolldown/issues/1680) - support `output.footer` in plugins. ([#​1713](https://redirect.github.com/rolldown/rolldown/issues/1713)) ([536d5f7](https://redirect.github.com/rolldown/rolldown/commit/536d5f71fd53b61bdde1b6b92868a81d9f5f3278)), closes [#​1702](https://redirect.github.com/rolldown/rolldown/issues/1702) [/github.com/rolldown/rolldown/pull/1702#issuecomment-2248059655](https://redirect.github.com//github.com/rolldown/rolldown/pull/1702/issues/issuecomment-2248059655) - support `output.globals` for iife format ([#​1694](https://redirect.github.com/rolldown/rolldown/issues/1694)) ([8aad7d0](https://redirect.github.com/rolldown/rolldown/commit/8aad7d0fc33c4ca991352b86362b0c0fa383944c)), closes [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [#​1569](https://redirect.github.com/rolldown/rolldown/issues/1569) - support `output.inlineDynamicImports` option. ([#​2081](https://redirect.github.com/rolldown/rolldown/issues/2081)) ([63b932e](https://redirect.github.com/rolldown/rolldown/commit/63b932ee7ebfcf45b79a1a02b2f4f456cedb10ff)), closes [#​1841](https://redirect.github.com/rolldown/rolldown/issues/1841) - support `output.intro` and `output.outro`. ([#​1712](https://redirect.github.com/rolldown/rolldown/issues/1712)) ([964c5ee](https://redirect.github.com/rolldown/rolldown/commit/964c5ee3a60a1784a68baf6ce47aaad8cd2b2a6f)), closes [#​819](https://redirect.github.com/rolldown/rolldown/issues/819) - support `OutputOptions#externalLiveBindings` ([#​1979](https://redirect.github.com/rolldown/rolldown/issues/1979)) ([cc41c94](https://redirect.github.com/rolldown/rolldown/commit/cc41c949e4003d6f7ae6a8b0f205111298a5a7c5)) - support `skipSelf` option in `PluginContext.resolve` ([#​1703](https://redirect.github.com/rolldown/rolldown/issues/1703)) ([a18a8da](https://redirect.github.com/rolldown/rolldown/commit/a18a8dafed5e156452ec0b5cf4934ba445c2da3b)), closes [#​1554](https://redirect.github.com/rolldown/rolldown/issues/1554) [#​819](https://redirect.github.com/rolldown/rolldown/issues/819) [/github.com/rollup/rollup/blob/28546b5821efcb72c2eb05f422d986524647a0e3/src/utils/PluginContext.ts#L78](https://redirect.github.com//github.com/rollup/rollup/blob/28546b5821efcb72c2eb05f422d986524647a0e3/src/utils/PluginContext.ts/issues/L78) - support flag for regex in plugin transform ([#​1969](https://redirect.github.com/rolldown/rolldown/issues/1969)) ([f4f6b49](https://redirect.github.com/rolldown/rolldown/commit/f4f6b49b3e316ff9588bf8176dae208cbc32ae0f)), closes [#​1914](https://redirect.github.com/rolldown/rolldown/issues/1914) [#​1915](https://redirect.github.com/rolldown/rolldown/issues/1915) [/github.com/rolldown/rolldown/blob/6389d62f876a122df451d3e0151f79f59dd978cb/crates/rolldown_plugin_transform/src/lib.rs#L20-L25](https://redirect.github.com//github.com/rolldown/rolldown/blob/6389d62f876a122df451d3e0151f79f59dd978cb/crates/rolldown_plugin_transform/src/lib.rs/issues/L20-L25) - support flags for hybrid regex ([#​1915](https://redirect.github.com/rolldown/rolldown/issues/1915)) ([5ad5820](https://redirect.github.com/rolldown/rolldown/commit/5ad5820c60f5788d5a70e89f83245909d68e3494)), closes [#​1911](https://redirect.github.com/rolldown/rolldown/issues/1911) - support function for entry/chunkFileNames ([#​1834](https://redirect.github.com/rolldown/rolldown/issues/1834)) ([d023f2f](https://redirect.github.com/rolldown/rolldown/commit/d023f2f95d604a3ab2ce0d627795fc8a3b77bd99)) - support loading dataurl as module. ([#​1741](https://redirect.github.com/rolldown/rolldown/issues/1741)) ([549e1e1](https://redirect.github.com/rolldown/rolldown/commit/549e1e1945b1dddad53598de7674f61800e45c4b)), closes [/github.com/evanw/esbuild/blob/main/internal/bundler_tests/snapshots/snapshots_loader.txt#L602](https://redirect.github.com//github.com/evanw/esbuild/blob/main/internal/bundler_tests/snapshots/snapshots_loader.txt/issues/L602) - support namespaced name and `output.extend` for IIFE format. ([#​1861](https://redirect.github.com/rolldown/rolldown/issues/1861)) ([bfae17d](https://redirect.github.com/rolldown/rolldown/commit/bfae17d8b9db4623df70a31ed224e7438501ed4e)) - support plugin order ([#​1929](https://redirect.github.com/rolldown/rolldown/issues/1929)) ([d128866](https://redirect.github.com/rolldown/rolldown/commit/d128866e72b1965831fe29d6e26187323417904d)) - transform plugin ([#​1914](https://redirect.github.com/rolldown/rolldown/issues/1914)) ([d37079a](https://redirect.github.com/rolldown/rolldown/commit/d37079a8b8c1b02416572088b7603b4e238c2aed)) - **tree-shake:** treeshake unused cjs module ([#​1744](https://redirect.github.com/rolldown/rolldown/issues/1744)) ([138dd25](https://redirect.github.com/rolldown/rolldown/commit/138dd257fc56e4a376ebff8bdb978517d17e2e91)) - **treeshaking:** only reference `__reExport` if needed ([#​1987](https://redirect.github.com/rolldown/rolldown/issues/1987)) ([4cac925](https://redirect.github.com/rolldown/rolldown/commit/4cac925d9964de917dfb6599437a40ad01635864)) - upgrade oxc ([#​1823](https://redirect.github.com/rolldown/rolldown/issues/1823)) ([540ee47](https://redirect.github.com/rolldown/rolldown/commit/540ee470aa3becc1eae1e1912b0f13d14a2c4b5f)) ##### Performance Improvements - ⚡️ reduce lock contention ([#​2072](https://redirect.github.com/rolldown/rolldown/issues/2072)) ([80dc48d](https://redirect.github.com/rolldown/rolldown/commit/80dc48d73b544a835292e0a2e6beede072c709be)) - ⚡️ remove extra collection when using rayon ([#​2016](https://redirect.github.com/rolldown/rolldown/issues/2016)) ([7442d95](https://redirect.github.com/rolldown/rolldown/commit/7442d956d545b59b4680f6982cec10d672110533)) - ⚡️ use base64-simd to accelerate calc base64 ([#​1716](https://redirect.github.com/rolldown/rolldown/issues/1716)) ([30b6d0f](https://redirect.git </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
<!-- Thank you for contributing! --> ### Description 1. follow todo, see oxc-project/oxc#4484 <!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@iconify-json/vscode-icons](https://icon-sets.iconify.design/vscode-icons/) | [`1.2.1` -> `1.2.2`](https://renovatebot.com/diffs/npm/@iconify-json%2fvscode-icons/1.2.1/1.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fvscode-icons/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fvscode-icons/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fvscode-icons/1.2.1/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fvscode-icons/1.2.1/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugins/tree/master/packages/commonjs/#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/commonjs)) | [`26.0.1` -> `26.0.3`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/26.0.1/26.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-commonjs/26.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-commonjs/26.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-commonjs/26.0.1/26.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-commonjs/26.0.1/26.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@rollup/plugin-node-resolve](https://redirect.github.com/rollup/plugins/tree/master/packages/node-resolve/#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/node-resolve)) | [`15.2.3` -> `15.3.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-node-resolve/15.2.3/15.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-node-resolve/15.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-node-resolve/15.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-node-resolve/15.2.3/15.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-node-resolve/15.2.3/15.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/lodash](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash)) | [`4.17.7` -> `4.17.9`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.7/4.17.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2flodash/4.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2flodash/4.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2flodash/4.17.7/4.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2flodash/4.17.7/4.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/mocha](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)) | [`10.0.7` -> `10.0.8`](https://renovatebot.com/diffs/npm/@types%2fmocha/10.0.7/10.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fmocha/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fmocha/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fmocha/10.0.7/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fmocha/10.0.7/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.2` -> `22.7.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.2/22.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.2/22.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.2/22.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.14.2` -> `8.14.4`](https://renovatebot.com/diffs/npm/cspell/8.14.2/8.14.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.14.2/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.14.2/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/esbuild/0.23.1/0.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [execa](https://redirect.github.com/sindresorhus/execa) | [`9.3.1` -> `9.4.0`](https://renovatebot.com/diffs/npm/execa/9.3.1/9.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/9.3.1/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/9.3.1/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [husky](https://redirect.github.com/typicode/husky) | [`9.1.5` -> `9.1.6`](https://renovatebot.com/diffs/npm/husky/9.1.5/9.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/husky/9.1.5/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/husky/9.1.5/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-run-all2](https://redirect.github.com/bcomnes/npm-run-all2) | [`6.2.2` -> `6.2.3`](https://renovatebot.com/diffs/npm/npm-run-all2/6.2.2/6.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-run-all2/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-run-all2/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-run-all2/6.2.2/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-run-all2/6.2.2/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.2` -> `0.9.8`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.9.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.2/0.9.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.2/0.9.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.9.0` -> `9.11.0`](https://renovatebot.com/diffs/npm/pnpm/9.9.0/9.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.9.0/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.9.0/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [remeda](https://remedajs.com/) ([source](https://redirect.github.com/remeda/remeda)) | [`2.12.0` -> `2.14.0`](https://renovatebot.com/diffs/npm/remeda/2.12.0/2.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remeda/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remeda/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remeda/2.12.0/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remeda/2.12.0/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.21.2` -> `4.22.4`](https://renovatebot.com/diffs/npm/rollup/4.21.2/4.22.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.21.2/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.21.2/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [terser](https://terser.org) ([source](https://redirect.github.com/terser/terser)) | [`5.31.6` -> `5.34.0`](https://renovatebot.com/diffs/npm/terser/5.31.6/5.34.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/terser/5.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/terser/5.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/terser/5.31.6/5.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/terser/5.31.6/5.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.5.4` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.5.4/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.5.4/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vitejs.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.3` -> `5.4.8`](https://renovatebot.com/diffs/npm/vite/5.4.3/5.4.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.4.3/5.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.3/5.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitepress-plugin-group-icons](https://redirect.github.com/yuyinws/vitepress-plugin-group-icons) | [`1.1.0` -> `1.2.4`](https://renovatebot.com/diffs/npm/vitepress-plugin-group-icons/1.1.0/1.2.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress-plugin-group-icons/1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress-plugin-group-icons/1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress-plugin-group-icons/1.1.0/1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress-plugin-group-icons/1.1.0/1.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`2.0.5` -> `2.1.1`](https://renovatebot.com/diffs/npm/vitest/2.0.5/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.0.5/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.0.5/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.3` -> `3.5.9`](https://renovatebot.com/diffs/npm/vue/3.5.3/3.5.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.3/3.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.3/3.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-router](https://redirect.github.com/vuejs/router) | [`4.4.3` -> `4.4.5`](https://renovatebot.com/diffs/npm/vue-router/4.4.3/4.4.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-router/4.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-router/4.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-router/4.4.3/4.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-router/4.4.3/4.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [zod-to-json-schema](https://redirect.github.com/StefanTerdell/zod-to-json-schema) | [`3.23.2` -> `3.23.3`](https://renovatebot.com/diffs/npm/zod-to-json-schema/3.23.2/3.23.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zod-to-json-schema/3.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod-to-json-schema/3.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod-to-json-schema/3.23.2/3.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod-to-json-schema/3.23.2/3.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [zx](https://google.github.io/zx/) ([source](https://redirect.github.com/google/zx)) | [`8.1.5` -> `8.1.8`](https://renovatebot.com/diffs/npm/zx/8.1.5/8.1.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zx/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zx/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zx/8.1.5/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zx/8.1.5/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rollup/plugins (@​rollup/plugin-commonjs)</summary> ### [`v26.0.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2603) *2024-09-23* ##### Updates - chore: revert [#​1618](https://redirect.github.com/rollup/plugins/issues/1618) ([`e98927b`](https://redirect.github.com/rollup/plugins/commit/e98927b)) ### [`v26.0.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2602) *2024-09-23* ##### Bugfixes - fix: replace top-level this with exports name ([#​1618](https://redirect.github.com/rollup/plugins/issues/1618)) </details> <details> <summary>rollup/plugins (@​rollup/plugin-node-resolve)</summary> ### [`v15.3.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1530) *2024-09-23* ##### Features - feat: allow preferBuiltins to be a function ([#​1694](https://redirect.github.com/rollup/plugins/issues/1694)) ### [`v15.2.4`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1524) *2024-09-22* ##### Updates - chore: remove is-builtin-module ([#​1735](https://redirect.github.com/rollup/plugins/issues/1735)) </details> <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.14.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8144-2024-09-18-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.3...v8.14.4) - fix: Remove object from cache ([#​6257](https://redirect.github.com/streetsidesoftware/cspell/issues/6257)) ([ea24297](https://redirect.github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#​6257](https://redirect.github.com/streetsidesoftware/cspell/issues/6257) ### [`v8.14.3`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8143-2024-09-17-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.2...v8.14.3) - chore: Update Integration Test Performance Data ([#​6254](https://redirect.github.com/streetsidesoftware/cspell/issues/6254)) ([189ac16](https://redirect.github.com/streetsidesoftware/cspell/commit/189ac16)), closes [#​6254](https://redirect.github.com/streetsidesoftware/cspell/issues/6254) </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.24.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.23.1...v0.24.0) ***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.23.0` or `~0.23.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Drop support for older platforms ([#​3902](https://redirect.github.com/evanw/esbuild/pull/3902)) This release drops support for the following operating system: - macOS 10.15 Catalina This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later. Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this: git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version - Fix class field decorators in TypeScript if `useDefineForClassFields` is `false` ([#​3913](https://redirect.github.com/evanw/esbuild/issues/3913)) Setting the `useDefineForClassFields` flag to `false` in `tsconfig.json` means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release. - Avoid incorrect cycle warning with `tsconfig.json` multiple inheritance ([#​3898](https://redirect.github.com/evanw/esbuild/issues/3898)) TypeScript 5.0 introduced multiple inheritance for `tsconfig.json` files where `extends` can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, `tsconfig.json` files containing this edge case should work correctly without generating a warning. - Handle Yarn Plug'n'Play stack overflow with `tsconfig.json` ([#​3915](https://redirect.github.com/evanw/esbuild/issues/3915)) Previously a `tsconfig.json` file that `extends` another file in a package with an `exports` map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release. - Work around more issues with Deno 1.31+ ([#​3917](https://redirect.github.com/evanw/esbuild/pull/3917)) This version of Deno broke the `stdin` and `stdout` properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when `import.meta.main` is `true`). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release. This fix was contributed by [@​Joshix-1](https://redirect.github.com/Joshix-1). </details> <details> <summary>sindresorhus/execa (execa)</summary> ### [`v9.4.0`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.4.0) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.3.1...v9.4.0) #### Features - We've created a separate package called [nano-spawn](https://redirect.github.com/sindresorhus/nano-spawn). It is similar to Execa but with fewer features, for a much smaller package size. [More info.](https://redirect.github.com/sindresorhus/execa/blob/main/docs/small.md) #### Bug fixes - Both [`execaNode()`](https://redirect.github.com/sindresorhus/execa/blob/main/docs/node.md) and the [`preferLocal`](https://redirect.github.com/sindresorhus/execa/blob/main/docs/environment.md#local-binaries) option modify the `PATH` environment variable. This release includes some minor improvements to ensure that environment variable remains small ([https://github.com/sindresorhus/npm-run-path/pull/20](https://redirect.github.com/sindresorhus/npm-run-path/pull/20)). It also handles a few related edge cases better ([https://github.com/sindresorhus/npm-run-path/pull/21](https://redirect.github.com/sindresorhus/npm-run-path/pull/21)). #### Documentation - Small documentation typo fix, thanks [@​rrthomas](https://redirect.github.com/rrthomas)! ([#​1153](https://redirect.github.com/sindresorhus/execa/issues/1153)) </details> <details> <summary>typicode/husky (husky)</summary> ### [`v9.1.6`](https://redirect.github.com/typicode/husky/compare/v9.1.5...a2d942a670b3d6a04578005a0fd2dc310e511849) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.5...v9.1.6) </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js/issues/L125) - **rolldown:** should correct rewrite path of dynamic imported external modules ([#​1738](https://redirect.github.com/rolldown/rolldown/issues/1738)) ([c682b76](https://redirect.github.com/rolldown/rolldown/commit/c682b76d214bd50711c8e8c6ffd1acb1a4b2e17f)), closes [#​1723](https://redirect.github.com/rolldown/rolldown/issues/1723) - **rust/rolldown:** prevent segment fault in `generate_bundle` by removing unsafe code ([#​1905](https://redirect.github.com/rolldown/rolldown/issues/1905)) ([9802478](https://redirect.github.com/rolldown/rolldown/commit/98024783c9f09475a537c05db9b722cbc9c4193b)) - same filenames cause bundle error ([#​1984](https://redirect.github.com/rolldown/rolldown/issues/1984)) ([c4aca98](https://redirect.github.com/rolldown/rolldown/commit/c4aca984a910503273e4b2435fa13f8c5a68023c)), closes [#​1944](https://redirect.github.com/rolldown/rolldown/issues/1944) [/github.com/rolldown/rolldown/issues/1944#issuecomment-2282812102](https://redirect.github.com//github.com/rolldown/rolldown/issues/1944/issues/issuecomment-2282812102) - should also care for `Chunk#name` for common chunks ([#​2123](https://redirect.github.com/rolldown/rolldown/issues/2123)) ([a1fa701](https://redirect.github.com/rolldown/rolldown/commit/a1fa701403452ee520e94aa3b5780a40c507b5de)) - should call write_bundle after write bundle to disk ([#​1844](https://redirect.github.com/rolldown/rolldown/issues/1844)) ([475f765](https://redirect.github.com/rolldown/rolldown/commit/475f765931876081825badd4f63420ae0a90634d)), closes [/github.com/rollup/rollup/blob/master/src/rollup/rollup.ts#L194-L200](https://redirect.github.com//github.com/rollup/rollup/blob/master/src/rollup/rollup.ts/issues/L194-L200) - should correctly include symbols of namespace object ([#​1727](https://redirect.github.com/rolldown/rolldown/issues/1727)) ([3dee9e0](https://redirect.github.com/rolldown/rolldown/commit/3dee9e01b9ebb7b1fb205967f9942d7c4c22c35c)) - should generate `export * from ...` in entry chunks rather than entry modules ([#​1783](https://redirect.github.com/rolldown/rolldown/issues/1783)) ([954dd2a](https://redirect.github.com/rolldown/rolldown/commit/954dd2a5fa5988ad0ea587d1d73d4a6e915ad56a)) - should not panic if there are accessing on `star as` member ([#​1730](https://redirect.github.com/rolldown/rolldown/issues/1730)) ([250c11a](https://redirect.github.com/rolldown/rolldown/commit/250c11a541d34485fbd7b0c1420e10a830d822c4)) - sourcemap inline url should relative to asset file ([#​2099](https://redirect.github.com/rolldown/rolldown/issues/2099)) ([6b5d7dc](https://redirect.github.com/rolldown/rolldown/commit/6b5d7dc97b47895bd8280d29c2a815e159fa6b8c)) - strict emit warning `commonjs var in esm` ([#​2101](https://redirect.github.com/rolldown/rolldown/issues/2101)) ([4c9feeb](https://redirect.github.com/rolldown/rolldown/commit/4c9feeb058f0212228e430450004967c99af9177)), closes [/esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0](https://redirect.github.com//esbuild.github.io/try//issues/YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0) - **treeshaking:** `require` should consider as having side effects ([#​1949](https://redirect.github.com/rolldown/rolldown/issues/1949)) ([28e53d6](https://redirect.github.com/rolldown/rolldown/commit/28e53d6b8582728e6dbb6a45a0cea47b87f7c004)) - typo of `transform-plugin-context.ts` ([#​1991](https://redirect.github.com/rolldown/rolldown/issues/1991)) ([b2590fd](https://redirect.github.com/rolldown/rolldown/commit/b2590fd4a0b9643a5b6c956b2fa6d662d782a4cf)) - undefined export var ([#​2055](https://redirect.github.com/rolldown/rolldown/issues/2055)) ([6832084](https://redirect.github.com/rolldown/rolldown/commit/6832084b7cd69daed9144ba365813bd3f280075c)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go#L10047-L10050](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go/issues/L10047-L10050) - using sanitize_file_name to generate valid file name ([#​1833](https://redirect.github.com/rolldown/rolldown/issues/1833)) ([c9f8af4](https://redirect.github.com/rolldown/rolldown/commit/c9f8af403fa17316f1a1c0f9c5ad437b417f74e1)) ##### Features - add dynamic_import_vars plugin ([#​1732](https://redirect.github.com/rolldown/rolldown/issues/1732)) ([40cf58b](https://redirect.github.com/rolldown/rolldown/commit/40cf58b9bb8b3f9d7145d97c25308213b68e2260)) - add invalid export option to generate diagnostic ([#​1692](https://redirect.github.com/rolldown/rolldown/issues/1692)) ([ef718d7](https://redirect.github.com/rolldown/rolldown/commit/ef718d76dc143b1183a6e1f78f3a51b9b24cded0)) - add LoadOutput#ModuleType binding ([#​1998](https://redirect.github.com/rolldown/rolldown/issues/1998)) ([1469985](https://redirect.github.com/rolldown/rolldown/commit/1469985c3649053bc3334a0f945b06e61ecda39e)) - add manifest plugin ([#​1839](https://redirect.github.com/rolldown/rolldown/issues/1839)) ([8288370](https://redirect.github.com/rolldown/rolldown/commit/8288370c3904c79fffaff6fd024c61c69cfc0f79)), closes [#​1826](https://redirect.github.com/rolldown/rolldown/issues/1826) - add module type to transform hook ([#​1907](https://redirect.github.com/rolldown/rolldown/issues/1907)) ([159a155](https://redirect.github.com/rolldown/rolldown/commit/159a1559bc5204418317614426f303d87b5ae408)) - add module_preload_polyfill plugin ([#​1840](https://redirect.github.com/rolldown/rolldown/issues/1840)) ([0651db0](https://redirect.github.com/rolldown/rolldown/commit/0651db0f0ac14e104bc15898d73f8e34cf64c4f3)) - add originalFileName to EmittedAsset ([#​2046](https://redirect.github.com/rolldown/rolldown/issues/2046)) ([6facb04](https://redirect.github.com/rolldown/rolldown/commit/6facb04bc22f6966bb934812f89c7d4b2288458a)) - add query after each glob file name ([#​1838](https://redirect.github.com/rolldown/rolldown/issues/1838)) ([bd97d60](https://redirect.github.com/rolldown/rolldown/commit/bd97d60ef581e3bd2aaf576a0aa6910161db3489)) - add some warnings in IIFE and CJS. ([#​1857](https://redirect.github.com/rolldown/rolldown/issues/1857)) ([e7916ab](https://redirect.github.com/rolldown/rolldown/commit/e7916ab69eda952a98d8624a365e60a514e1e322)), closes [#​1855](https://redirect.github.com/rolldown/rolldown/issues/1855) - add support for banner as str ([#​1810](https://redirect.github.com/rolldown/rolldown/issues/1810)) ([12d6a75](https://redirect.github.com/rolldown/rolldown/commit/12d6a756bd9279298f1f2e1298693c47d2a255a6)) - add support for footer as str ([#​1819](https://redirect.github.com/rolldown/rolldown/issues/1819)) ([48dc08e](https://redirect.github.com/rolldown/rolldown/commit/48dc08ec3bc69517a9fb3419f56d1a8a8b056b5c)) - add support for intro as str ([#​1820](https://redirect.github.com/rolldown/rolldown/issues/1820)) ([2c7e4f4](https://redirect.github.com/rolldown/rolldown/commit/2c7e4f4b5751965372efa5bdf48e56b9c23dc507)) - add support for outro as str ([#​1821](https://redirect.github.com/rolldown/rolldown/issues/1821)) ([46d56c4](https://redirect.github.com/rolldown/rolldown/commit/46d56c48b13eedf6f2e2f92cc6063e0debdee592)) - add use strict for iife ([#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705)) ([abe17bd](https://redirect.github.com/rolldown/rolldown/commit/abe17bdd3e9a8fb54f95c6d0074e60751d11c25e)) - add wasm fallback plugin ([#​1957](https://redirect.github.com/rolldown/rolldown/issues/1957)) ([3645f38](https://redirect.github.com/rolldown/rolldown/commit/3645f38014b06e5db80f87091f3d4d3cf4ffd41e)), closes [#​1919](https://redirect.github.com/rolldown/rolldown/issues/1919) - alias plugin ([#​2001](https://redirect.github.com/rolldown/rolldown/issues/2001)) ([872bf3a](https://redirect.github.com/rolldown/rolldown/commit/872bf3addb3db766649f28e43e9613a134daa2ca)), closes [/github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts#L62-L65](https://redirect.github.com//github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts/issues/L62-L65) - align cli options with unix ux patterns. ([#​1977](https://redirect.github.com/rolldown/rolldown/issues/1977)) ([c820678](https://redirect.github.com/rolldown/rolldown/commit/c8206787d038bb469f9797a1cd24db934f8c77a3)), closes [#​1924](https://redirect.github.com/rolldown/rolldown/issues/1924) - align generated chunk name with rollup ([#​2124](https://redirect.github.com/rolldown/rolldown/issues/2124)) ([0bec3bc](https://redirect.github.com/rolldown/rolldown/commit/0bec3bc9ac80aa3b51cd711b17e737a7a3f1b5ff)) - align OutputOptions#esModule with rollup ([#​1898](https://redirect.github.com/rolldown/rolldown/issues/1898)) ([c14406f](https://redirect.github.com/rolldown/rolldown/commit/c14406fb61051cba19833368a23539a4342c8e80)), closes [#​1888](https://redirect.github.com/rolldown/rolldown/issues/1888) [/github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs#L37-L38](https://redirect.github.com//github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs/issues/L37-L38) - allow passing array of array in `config.plugins` ([#​1938](https://redirect.github.com/rolldown/rolldown/issues/1938)) ([b4e33d5](https://redirect.github.com/rolldown/rolldown/commit/b4e33d5e1a1138491631f6b83047dac62f54ddce)) - allow rewrite `moduleType` in transform Hook ([#​1916](https://redirect.github.com/rolldown/rolldown/issues/1916)) ([cef3e57](https://redirect.github.com/rolldown/rolldown/commit/cef3e576aa2c7b09cb4cdf2bf1b5ab41ffa31887)) - assignment expr side effect detector ([#​2004](https://redirect.github.com/rolldown/rolldown/issues/2004)) ([dde9b33](https://redirect.github.com/rolldown/rolldown/commit/dde9b33b409bfc909d089769d2817f178e00f30f)) - build import analysis plugin ([#​2051](https://redirect.github.com/rolldown/rolldown/issues/2051)) ([9e461c2](https://redirect.github.co </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: IWANABETHATGUY <[email protected]>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/mocha](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)) | [`10.0.7` -> `10.0.8`](https://renovatebot.com/diffs/npm/@types%2fmocha/10.0.7/10.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fmocha/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fmocha/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fmocha/10.0.7/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fmocha/10.0.7/10.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.2` -> `22.7.4`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.2/22.7.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.2/22.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.2/22.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/esbuild/0.23.1/0.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.2` -> `0.9.9`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.9.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.2/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.2/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.9.0` -> `9.11.0`](https://renovatebot.com/diffs/npm/pnpm/9.9.0/9.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.9.0/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.9.0/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.22.4` -> `4.22.5`](https://renovatebot.com/diffs/npm/rollup/4.22.4/4.22.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.22.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.22.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.22.4/4.22.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.22.4/4.22.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [terser](https://terser.org) ([source](https://redirect.github.com/terser/terser)) | [`5.34.0` -> `5.34.1`](https://renovatebot.com/diffs/npm/terser/5.34.0/5.34.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/terser/5.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/terser/5.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/terser/5.34.0/5.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/terser/5.34.0/5.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.9` -> `3.5.10`](https://renovatebot.com/diffs/npm/vue/3.5.9/3.5.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.9/3.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.9/3.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [web-tree-sitter](https://redirect.github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) ([source](https://redirect.github.com/tree-sitter/tree-sitter)) | [`0.23.0` -> `0.23.1`](https://renovatebot.com/diffs/npm/web-tree-sitter/0.23.0/0.23.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/web-tree-sitter/0.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/web-tree-sitter/0.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/web-tree-sitter/0.23.0/0.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/web-tree-sitter/0.23.0/0.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.24.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.23.1...v0.24.0) ***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.23.0` or `~0.23.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Drop support for older platforms ([#​3902](https://redirect.github.com/evanw/esbuild/pull/3902)) This release drops support for the following operating system: - macOS 10.15 Catalina This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later. Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this: git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version - Fix class field decorators in TypeScript if `useDefineForClassFields` is `false` ([#​3913](https://redirect.github.com/evanw/esbuild/issues/3913)) Setting the `useDefineForClassFields` flag to `false` in `tsconfig.json` means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release. - Avoid incorrect cycle warning with `tsconfig.json` multiple inheritance ([#​3898](https://redirect.github.com/evanw/esbuild/issues/3898)) TypeScript 5.0 introduced multiple inheritance for `tsconfig.json` files where `extends` can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, `tsconfig.json` files containing this edge case should work correctly without generating a warning. - Handle Yarn Plug'n'Play stack overflow with `tsconfig.json` ([#​3915](https://redirect.github.com/evanw/esbuild/issues/3915)) Previously a `tsconfig.json` file that `extends` another file in a package with an `exports` map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release. - Work around more issues with Deno 1.31+ ([#​3917](https://redirect.github.com/evanw/esbuild/pull/3917)) This version of Deno broke the `stdin` and `stdout` properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when `import.meta.main` is `true`). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release. This fix was contributed by [@​Joshix-1](https://redirect.github.com/Joshix-1). </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js/issues/L125) - **rolldown:** should correct rewrite path of dynamic imported external modules ([#​1738](https://redirect.github.com/rolldown/rolldown/issues/1738)) ([c682b76](https://redirect.github.com/rolldown/rolldown/commit/c682b76d214bd50711c8e8c6ffd1acb1a4b2e17f)), closes [#​1723](https://redirect.github.com/rolldown/rolldown/issues/1723) - **rust/rolldown:** prevent segment fault in `generate_bundle` by removing unsafe code ([#​1905](https://redirect.github.com/rolldown/rolldown/issues/1905)) ([9802478](https://redirect.github.com/rolldown/rolldown/commit/98024783c9f09475a537c05db9b722cbc9c4193b)) - same filenames cause bundle error ([#​1984](https://redirect.github.com/rolldown/rolldown/issues/1984)) ([c4aca98](https://redirect.github.com/rolldown/rolldown/commit/c4aca984a910503273e4b2435fa13f8c5a68023c)), closes [#​1944](https://redirect.github.com/rolldown/rolldown/issues/1944) [/github.com/rolldown/rolldown/issues/1944#issuecomment-2282812102](https://redirect.github.com//github.com/rolldown/rolldown/issues/1944/issues/issuecomment-2282812102) - should also care for `Chunk#name` for common chunks ([#​2123](https://redirect.github.com/rolldown/rolldown/issues/2123)) ([a1fa701](https://redirect.github.com/rolldown/rolldown/commit/a1fa701403452ee520e94aa3b5780a40c507b5de)) - should call write_bundle after write bundle to disk ([#​1844](https://redirect.github.com/rolldown/rolldown/issues/1844)) ([475f765](https://redirect.github.com/rolldown/rolldown/commit/475f765931876081825badd4f63420ae0a90634d)), closes [/github.com/rollup/rollup/blob/master/src/rollup/rollup.ts#L194-L200](https://redirect.github.com//github.com/rollup/rollup/blob/master/src/rollup/rollup.ts/issues/L194-L200) - should correctly include symbols of namespace object ([#​1727](https://redirect.github.com/rolldown/rolldown/issues/1727)) ([3dee9e0](https://redirect.github.com/rolldown/rolldown/commit/3dee9e01b9ebb7b1fb205967f9942d7c4c22c35c)) - should generate `export * from ...` in entry chunks rather than entry modules ([#​1783](https://redirect.github.com/rolldown/rolldown/issues/1783)) ([954dd2a](https://redirect.github.com/rolldown/rolldown/commit/954dd2a5fa5988ad0ea587d1d73d4a6e915ad56a)) - should not panic if there are accessing on `star as` member ([#​1730](https://redirect.github.com/rolldown/rolldown/issues/1730)) ([250c11a](https://redirect.github.com/rolldown/rolldown/commit/250c11a541d34485fbd7b0c1420e10a830d822c4)) - sourcemap inline url should relative to asset file ([#​2099](https://redirect.github.com/rolldown/rolldown/issues/2099)) ([6b5d7dc](https://redirect.github.com/rolldown/rolldown/commit/6b5d7dc97b47895bd8280d29c2a815e159fa6b8c)) - strict emit warning `commonjs var in esm` ([#​2101](https://redirect.github.com/rolldown/rolldown/issues/2101)) ([4c9feeb](https://redirect.github.com/rolldown/rolldown/commit/4c9feeb058f0212228e430450004967c99af9177)), closes [/esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0](https://redirect.github.com//esbuild.github.io/try//issues/YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0) - **treeshaking:** `require` should consider as having side effects ([#​1949](https://redirect.github.com/rolldown/rolldown/issues/1949)) ([28e53d6](https://redirect.github.com/rolldown/rolldown/commit/28e53d6b8582728e6dbb6a45a0cea47b87f7c004)) - typo of `transform-plugin-context.ts` ([#​1991](https://redirect.github.com/rolldown/rolldown/issues/1991)) ([b2590fd](https://redirect.github.com/rolldown/rolldown/commit/b2590fd4a0b9643a5b6c956b2fa6d662d782a4cf)) - undefined export var ([#​2055](https://redirect.github.com/rolldown/rolldown/issues/2055)) ([6832084](https://redirect.github.com/rolldown/rolldown/commit/6832084b7cd69daed9144ba365813bd3f280075c)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go#L10047-L10050](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go/issues/L10047-L10050) - using sanitize_file_name to generate valid file name ([#​1833](https://redirect.github.com/rolldown/rolldown/issues/1833)) ([c9f8af4](https://redirect.github.com/rolldown/rolldown/commit/c9f8af403fa17316f1a1c0f9c5ad437b417f74e1)) ##### Features - add dynamic_import_vars plugin ([#​1732](https://redirect.github.com/rolldown/rolldown/issues/1732)) ([40cf58b](https://redirect.github.com/rolldown/rolldown/commit/40cf58b9bb8b3f9d7145d97c25308213b68e2260)) - add invalid export option to generate diagnostic ([#​1692](https://redirect.github.com/rolldown/rolldown/issues/1692)) ([ef718d7](https://redirect.github.com/rolldown/rolldown/commit/ef718d76dc143b1183a6e1f78f3a51b9b24cded0)) - add LoadOutput#ModuleType binding ([#​1998](https://redirect.github.com/rolldown/rolldown/issues/1998)) ([1469985](https://redirect.github.com/rolldown/rolldown/commit/1469985c3649053bc3334a0f945b06e61ecda39e)) - add manifest plugin ([#​1839](https://redirect.github.com/rolldown/rolldown/issues/1839)) ([8288370](https://redirect.github.com/rolldown/rolldown/commit/8288370c3904c79fffaff6fd024c61c69cfc0f79)), closes [#​1826](https://redirect.github.com/rolldown/rolldown/issues/1826) - add module type to transform hook ([#​1907](https://redirect.github.com/rolldown/rolldown/issues/1907)) ([159a155](https://redirect.github.com/rolldown/rolldown/commit/159a1559bc5204418317614426f303d87b5ae408)) - add module_preload_polyfill plugin ([#​1840](https://redirect.github.com/rolldown/rolldown/issues/1840)) ([0651db0](https://redirect.github.com/rolldown/rolldown/commit/0651db0f0ac14e104bc15898d73f8e34cf64c4f3)) - add originalFileName to EmittedAsset ([#​2046](https://redirect.github.com/rolldown/rolldown/issues/2046)) ([6facb04](https://redirect.github.com/rolldown/rolldown/commit/6facb04bc22f6966bb934812f89c7d4b2288458a)) - add query after each glob file name ([#​1838](https://redirect.github.com/rolldown/rolldown/issues/1838)) ([bd97d60](https://redirect.github.com/rolldown/rolldown/commit/bd97d60ef581e3bd2aaf576a0aa6910161db3489)) - add some warnings in IIFE and CJS. ([#​1857](https://redirect.github.com/rolldown/rolldown/issues/1857)) ([e7916ab](https://redirect.github.com/rolldown/rolldown/commit/e7916ab69eda952a98d8624a365e60a514e1e322)), closes [#​1855](https://redirect.github.com/rolldown/rolldown/issues/1855) - add support for banner as str ([#​1810](https://redirect.github.com/rolldown/rolldown/issues/1810)) ([12d6a75](https://redirect.github.com/rolldown/rolldown/commit/12d6a756bd9279298f1f2e1298693c47d2a255a6)) - add support for footer as str ([#​1819](https://redirect.github.com/rolldown/rolldown/issues/1819)) ([48dc08e](https://redirect.github.com/rolldown/rolldown/commit/48dc08ec3bc69517a9fb3419f56d1a8a8b056b5c)) - add support for intro as str ([#​1820](https://redirect.github.com/rolldown/rolldown/issues/1820)) ([2c7e4f4](https://redirect.github.com/rolldown/rolldown/commit/2c7e4f4b5751965372efa5bdf48e56b9c23dc507)) - add support for outro as str ([#​1821](https://redirect.github.com/rolldown/rolldown/issues/1821)) ([46d56c4](https://redirect.github.com/rolldown/rolldown/commit/46d56c48b13eedf6f2e2f92cc6063e0debdee592)) - add use strict for iife ([#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705)) ([abe17bd](https://redirect.github.com/rolldown/rolldown/commit/abe17bdd3e9a8fb54f95c6d0074e60751d11c25e)) - add wasm fallback plugin ([#​1957](https://redirect.github.com/rolldown/rolldown/issues/1957)) ([3645f38](https://redirect.github.com/rolldown/rolldown/commit/3645f38014b06e5db80f87091f3d4d3cf4ffd41e)), closes [#​1919](https://redirect.github.com/rolldown/rolldown/issues/1919) - alias plugin ([#​2001](https://redirect.github.com/rolldown/rolldown/issues/2001)) ([872bf3a](https://redirect.github.com/rolldown/rolldown/commit/872bf3addb3db766649f28e43e9613a134daa2ca)), closes [/github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts#L62-L65](https://redirect.github.com//github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts/issues/L62-L65) - align cli options with unix ux patterns. ([#​1977](https://redirect.github.com/rolldown/rolldown/issues/1977)) ([c820678](https://redirect.github.com/rolldown/rolldown/commit/c8206787d038bb469f9797a1cd24db934f8c77a3)), closes [#​1924](https://redirect.github.com/rolldown/rolldown/issues/1924) - align generated chunk name with rollup ([#​2124](https://redirect.github.com/rolldown/rolldown/issues/2124)) ([0bec3bc](https://redirect.github.com/rolldown/rolldown/commit/0bec3bc9ac80aa3b51cd711b17e737a7a3f1b5ff)) - align OutputOptions#esModule with rollup ([#​1898](https://redirect.github.com/rolldown/rolldown/issues/1898)) ([c14406f](https://redirect.github.com/rolldown/rolldown/commit/c14406fb61051cba19833368a23539a4342c8e80)), closes [#​1888](https://redirect.github.com/rolldown/rolldown/issues/1888) [/github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs#L37-L38](https://redirect.github.com//github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs/issues/L37-L38) - allow passing array of array in `config.plugins` ([#​1938](https://redirect.github.com/rolldown/rolldown/issues/1938)) ([b4e33d5](https://redirect.github.com/rolldown/rolldown/commit/b4e33d5e1a1138491631f6b83047dac62f54ddce)) - allow rewrite `moduleType` in transform Hook ([#​1916](https://redirect.github.com/rolldown/rolldown/issues/1916)) ([cef3e57](https://redirect.github.com/rolldown/rolldown/commit/cef3e576aa2c7b09cb4cdf2bf1b5ab41ffa31887)) - assignment expr side effect detector ([#​2004](https://redirect.github.com/rolldown/rolldown/issues/2004)) ([dde9b33](https://redirect.github.com/rolldown/rolldown/commit/dde9b33b409bfc909d089769d2817f178e00f30f)) - build import analysis plugin ([#​2051](https://redirect.github.com/rolldown/rolldown/issues/2051)) ([9e461c2](https://redirect.github.com/rolldown/rolldown/commit/9e461c2cc21ce8094b3c20fb19a7a97da377502e)) - commonjs-variable-in-esm diagnostic ([#​1832](https://redirect.github.com/rolldown/rolldown/issues/1832)) ([ffd4533](https://redirect.github.com/rolldown/rolldown/commit/ffd453328ceb75331be56eedfc09e66150c495aa)), closes [/github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md#01411](https://redirect.github.com//github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md/issues/01411) - compose addon hooks ([#​2007](https://redirect.github.com/rolldown/rolldown/issues/2007)) ([08b6360](https://redirect.github.com/rolldown/rolldown/commit/08b6360b6e9e08b731ae7e6948ef67fc5b991c92)), closes [#​1999](https://redirect.github.com/rolldown/rolldown/issues/1999) - **css/wip:** add `css_entry_filenames` and `css_chunk_filenames` ([#​1678](https://redirect.github.com/rolldown/rolldown/issues/1678)) ([bc1c22e](https://redirect.github.com/rolldown/rolldown/commit/bc1c22ec5a7666b22e7709914cbafb3dc20d13f1)) - enable plugin api typing ([#​1765](https://redirect.github.com/rolldown/rolldown/issues/1765)) ([512fc61](https://redirect.github.com/rolldown/rolldown/commit/512fc6156a83655dae6a7c1939411cae93ed3d69)) - **error:** entry cannot be external ([#​1761](https://redirect.github.com/rolldown/rolldown/issues/1761)) ([b3179e7](https://redirect.github.com/rolldown/rolldown/commit/b3179e70dfa5130e4cdeaa67da67886c413536c6)) - **experimental:** builtin replace plugin ([#​2056](https://redirect.github.com/rolldown/rolldown/issues/2056)) ([f1e7ed0](https://redirect.github.com/rolldown/rolldown/commit/f1e7ed05fbee66e5d7ee761716bfa9345b2cceb6)) - **experimental:** support `enableComposingJsPlugins` option ([#​1693](https://redirect.github.com/rolldown/rolldown/issues/1693)) ([7aa56fe](https://redirect.github.com/rolldown/rolldown/commit/7aa56fea466220c0158d2c4b9d41f0220ed7fed0)) - gracefully shutdown the process when panic in `fetch_all_modules` ([#​2036](https://redirect.github.com/rolldown/rolldown/issues/2036)) ([c85883b](https://redirect.github.com/rolldown/rolldown/commit/c85883bb5a2ff8631d318816ef186ce5e7e723bd)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs#L286-L288](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs/issues/L286-L288) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs#L60-L62](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs/issues/L60-L62) - hook filter ([#​2047](https://redirect.github.com/rolldown/rolldown/issues/2047)) ([6039415](https://redirect.github.com/rolldown/rolldown/commit/60394157439658f0a105828bc0cf016bb490c816)) - implement the rest branches in side effect detector ([#​2009](https://redirect.github.com/rolldown/rolldown/issues/2009)) ([ef084bf](https://redirect.github.com/rolldown/rolldown/commit/ef084bf154b89ee4a65702dd0b46a4c9bdbcd159)) - import build analysis builtUrl ([#​2075](https://redirect.github.com/rolldown/rolldown/issues/2075)) ([0cf4345](https://redirect.github.com/rolldown/rolldown/commit/0cf43452e7885ab3e9af43edb4090fd252102db8)), closes [/github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts#L346-L350](https://redirect.github.com//github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts/issues/L346-L350) - improve resolve error ([#​2076](https://redirect.github.com/rolldown/rolldown/issues/2076)) ([ea4965f](https://redirect.github.com/rolldown/rolldown/commit/ea4965f7db76797b44041ee9fb79b3c5b58e50db)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - json plugin ([#​1951](https://redirect.github.com/rolldown/rolldown/issues/1951)) ([d221ecc](https://redirect.github.com/rolldown/rolldown/commit/d221eccdba70e7a504fc726efcf4de1be243caa3)) - load fallback plugin ([#​1922](https://redirect.github.com/rolldown/rolldown/issues/1922)) ([3ea6797](https://redirect.github.com/rolldown/rolldown/commit/3ea679734e75fec50dc33064fbc43531e4ff0b24)) - module preload config skip ([#​1845](https://redirect.github.com/rolldown/rolldown/issues/1845)) ([f55cfda](https://redirect.github.com/rolldown/rolldown/commit/f55cfda1cdb2d17c6c914261d410d3f95d5e867b)) - **node/composingJsPlugins:** support `resolveId` hook ([#​2021](https://redirect.github.com/rolldown/rolldown/issues/2021)) ([55c20b0](https://redirect.github.com/rolldown/rolldown/commit/55c20b09f4298d96fbbc83657abf9cb7095407dd)) - **node/rolldown:** add empty `PluginContext#addWatchFile` for shim ([#​1972](https://redirect.github.com/rolldown/rolldown/issues/1972)) ([559b424](https://redirect.github.com/rolldown/rolldown/commit/559b42478ed51215203b2db08ca171f27db722a1)) - **node/rolldown:** support `define` functionality ([#​1891](https://redirect.github.com/rolldown/rolldown/issues/1891)) ([43f6f22](https://redirect.github.com/rolldown/rolldown/commit/43f6f225e41a38df233eb4174fb5c03ff2e577b4)), closes [#​186](https://redirect.github.com/rolldown/rolldown/issues/186) - **node/rolldown:** support `InputOptions#inject` ([#​1946](https://redirect.github.com/rolldown/rolldown/issues/1946)) ([9071d6a](https://redirect.github.com/rolldown/rolldown/commit/9071d6a40832aad4fe3392b46c150b8cdfc45893)) - **node:** support CLI options. ([#​1963](https://redirect.github.com/rolldown/rolldown/issues/1963)) ([6d4ef7e](https://redirect.github.com/rolldown/rolldown/commit/6d4ef7efda3e4f24a0e9b95c830f7c5f02bb80f0)), closes [#​1955](https://redirect.github.com/rolldown/rolldown/issues/1955) - **node:** support passing `custom` in `PluginContext#resolve` ([#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874)) ([6a61bad](https://redirect.github.com/rolldown/rolldown/commit/6a61bad94feebcdf99c7b98b1e8336adc9c15dd4)), closes [/github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts#L181](https://redirect.github.com//github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts/issues/L181) - **packages/rolldown:** export `VERSION` ([#​2049](https://redirect.github.com/rolldown/rolldown/issues/2049)) ([806718d](https://redirect.github.com/rolldown/rolldown/commit/806718de1565efc5907abcc0e93bd8f7da30d3d8)), closes [/github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts#L1](https://redirect.github.com//github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts/issues/L1) - **plugin/replace:** objectGuards ([#​2121](https://redirect.github.com/rolldown/rolldown/issues/2121)) ([ea76b06](https://redirect.github.com/rolldown/rolldown/commit/ea76b061ebcaa64bdb96c7056b51d2f6ff9d0615)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [1#L46](https://redirect.github.com/1/issues/L46) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L41](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L41) - **plugin/replace:** prevent assignment ([#​2093](https://redirect.github.com/rolldown/rolldown/issues/2093)) ([18ac29c](https://redirect.github.com/rolldown/rolldown/commit/18ac29ca0d6997a74ca457f917daaae3f7773036)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L77-L82](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L77-L82) - provide more friendly diagnostics if could not read path from a resolveId hook ([#​1866](https://redirect.github.com/rolldown/rolldown/issues/1866)) ([690a63f](https://redirect.github.com/rolldown/rolldown/commit/690a63f7aacbf9bd57d3fb305f9acb3524d0c92e)), closes [#​1851](https://redirect.github.com/rolldown/rolldown/issues/1851) - **rolldown_ecmascript:** implement into_assignment_target ObjectPattern ([#​1921](https://redirect.github.com/rolldown/rolldown/issues/1921)) ([305f7cb](https://redirect.github.com/rolldown/rolldown/commit/305f7cb596639cad073fdb76670ec59b1df44007)), closes [/github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs#L61-L63](https://redirect.github.com//github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs/issues/L61-L63) - **rolldown:** bump oxc to v0.25.0 ([#​2042](https://redirect.github.com/rolldown/rolldown/issues/2042)) ([71d8201](https://redirect.github.com/rolldown/rolldown/commit/71d820145db7d4494849d2092fa521d78f50167c)) - **rust/plugin:** Support `custom` in `PluginContextResolveOptions` ([#​1876](https://redirect.github.com/rolldown/rolldown/issues/1876)) ([0c6cae4](https://redirect.github.com/rolldown/rolldown/commit/0c6cae4b236d7afc05e5a5ef92a61b1d382a4c0d)), closes [#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874) - **rust/rolldown:** support `inject` imports ([#​1933](https://redirect.github.com/rolldown/rolldown/issues/1933)) ([a2bb2ca](https://redirect.github.com/rolldown/rolldown/commit/a2bb2cae97e0f79f712c8ff68d116366ee4ecf35)) - **rust:** ensure consistency between scanned top-level symbols and scope's ([#​1742](https://redirect.github.com/rolldown/rolldown/issues/1742)) ([00d43e9](https://redirect.github.com/rolldown/rolldown/commit/00d43e9a4a78789ced5722153fd5112c7ed75b19)) - **rust:** ensure span uniqueness of oxc AST ([#​1927](https://redirect.github.com/rolldown/rolldown/issues/1927)) ([9f164c6](https://redirect.github.com/rolldown/rolldown/commit/9f164c69af4370d60c5c18a89837e759e71202a4)), closes [/github.com/rolldown/rolldown/pull/1899#issuecomment-2274936578](https://redirect.github.com//github.com/rolldown/rolldown/pull/1899/issues/issuecomment-2274936578) - **rust:** support `advanced_chunks` option ([#​2115](https://redirect.github.com/rolldown/rolldown/issues/2115)) ([1a81db2](https://redirect.github.com/rolldown/rolldown/commit/1a81db2f979d54e8b3bd145ab8850a8df3ac8ef9)) - **rust:** support `define` functionality ([#​1882](https://redirect.github.com/rolldown/rolldown/issues/1882)) ([8639e70](https://redirect.github.com/rolldown/rolldown/commit/8639e704e07eeba932b2df4f23c8a18d9b865eba)) - support `intro` and `outro` in plugins. ([#​1763](https://redirect.github.com/rolldown/rolldown/issues/1763)) ([b15d8c5](https://redirect.github.com/rolldown/rolldown/commit/b15d8c5d19c5f90860b99a3dde92173e8d8cf822)), closes [#​1755](https://redirect.github.com/rolldown/rolldown/issues/1755) [#​1713](https://redirect.github.com/rolldown/rolldown/issues/1713) - support `output.esModule` option ([#​1812](https://redirect.github.com/rolldown/rolldown/issues/1812)) ([4999aed](https://redirect.github.com/rolldown/rolldown/commit/4999aed32c6fb66b8cf87af855b3992b902c5d76)) - support `output.exports` for `IIFE` format align with rollup. ([#​1691](https://redirect.github.com/rolldown/rolldown/issues/1691)) ([5418e1f](https://redirect.github.com/rolldown/rolldown/commit/5418e1f18910e08a68460038295fd0b4989a14cb)), closes [#​1680](https://redirect.github.com/rolldown/rolldown/issues/1680) - support `output.footer` in plugins. ([#​1713](https://redirect.github.com/rolldown/rolldown/issues/1713)) ([536d5f7](https://redirect.github.com/rolldown/rolldown/commit/536d5f71fd53b61bdde1b6b92868a81d9f5f3278)), closes [#​1702](https://redirect.github.com/rolldown/rolldown/issues/1702) [/github.com/rolldown/rolldown/pull/1702#issuecomment-2248059655](https://redirect.github.com//github.com/rolldown/rolldown/pull/1702/issues/issuecomment-2248059655) - support `output.globals` for iife format ([#​1694](https://redirect.github.com/rolldown/rolldown/issues/1694)) ([8aad7d0](https://redirect.github.com/rolldown/rolldown/commit/8aad7d0fc33c4ca991352b86362b0c0fa383944c)), closes [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [#​1569](https://redirect.github.com/rolldown/rolldown/issues/1569) - support `output.inlineDynamicImports` option. ([#​2081](https://redirect.github.com/rolldown/rolldown/issues/2081)) ([63b932e](https://redirect.github.com/rolldown/rolldown/commit/63b932ee7ebfcf45b79a1a02b2f4f456cedb10ff)), closes [#​1841](https://redirect.github.com/rolldown/rolldown/issues/1841) - support `output.intro` and `output.outro`. ([#​1712](https://redirect.github.com/rolldown/rolldown/issues/1712)) ([964c5ee](https://redirect.github.com/rolldown/rolldown/commit/964c5ee3a60a1784a68baf6ce47aaad8cd2b2a6f)), closes [#​819](https://redirect.github.com/rolldown/rolldown/issues/819) - support `OutputOptions#externalLiveBindings` ([#​1979](https://redirect.github.com/rolldown/rolldown/issues/1979)) ([cc41c94](https://redirect.github.com/rolldown/rolldown/commit/cc41c949e4003d6f7ae6a8b0f205111298a5a7c5)) - support `skipSelf` option in `PluginContext.resolve` ([#​1703](https://redirect.github.com/rolldown/rolldown/issues/1703)) ([a18a8da](https://redirect.github.com/rolldown/rolldown/commit/a18a8dafed5e156452ec0b5cf4934ba445c2da3b)), closes [#​1554](https://redirect.github.com/rolldown/rolldown/issues/1554) [#​819](https://redirect.github.com/rolldown/rolldown/issues/819) [/github.com/rollup/rollup/blob/28546b5821efcb72c2eb05f422d986524647a0e3/src/utils/PluginContext.ts#L78](https://redirect.github.com//github.com/rollup/rollup/blob/28546b5821efcb72c2eb05f422d986524647a0e3/src/utils/PluginContext.ts/issues/L78) - support flag for regex in plugin transform ([#​1969](https://redirect.github.com/rolldown/rolldown/issues/1969)) ([f4f6b49](https://redirect.github.com/rolldown/rolldown/commit/f4f6b49b3e316ff9588bf8176dae208cbc32ae0f)), closes [#​1914](https://redirect.github.com/rolldown/rolldown/issues/1914) [#​1915](https://redirect.github.com/rolldown/rolldown/issues/1915) [/github.com/rolldown/rolldown/blob/6389d62f876a122df451d3e0151f79f59dd978cb/crates/rolldown_plugin_transform/src/lib.rs#L20-L25](https://redirect.github.com//github.com/rolldown/rolldown/blob/6389d62f876a122df451d3e0151f79f59dd978cb/crates/rolldown_plugin_transform/src/lib.rs/issues/L20-L25) - support flags for hybrid regex ([#​1915](https://redirect.github.com/rolldown/rolldown/issues/1915)) ([5ad5820](https://redirect.github.com/rolldown/rolldown/commit/5ad5820c60f5788d5a70e89f83245909d68e3494)), closes [#​1911](https://redirect.github.com/rolldown/rolldown/issues/1911) - support function for entry/chunkFileNames ([#​1834](https://redirect.github.com/rolldown/rolldown/issues/1834)) ([d023f2f](https://redirect.github.com/rolldown/rolldown/commit/d023f2f95d604a3ab2ce0d627795fc8a3b77bd99)) - support loading dataurl as module. ([#​1741](https://redirect.github.com/rolldown/rolldown/issues/1741)) ([549e1e1](https://redirect.github.com/rolldown/rolldown/commit/549e1e1945b1dddad53598de7674f61800e45c4b)), closes [/github.com/evanw/esbuild/blob/main/internal/bundler_tests/snapshots/snapshots_loader.txt#L602](https://redirect.github.com//github.com/evanw/esbuild/blob/main/internal/bundler_tests/snapshots/snapshots_loader.txt/issues/L602) - support namespaced name and `output.extend` for IIFE format. ([#​1861](https://redirect.github.com/rolldown/rolldown/issues/1861)) ([bfae17d](https://redirect.github.com/rolldown/rolldown/commit/b </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.25.2` -> `7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.2/7.25.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.25.2/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.25.2/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.25.4` -> `7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.25.4/7.25.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-env/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-env/7.25.4/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.25.4/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript)) | [`7.24.7` -> `7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.24.7/7.25.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-typescript/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-typescript/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-typescript/7.24.7/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-typescript/7.24.7/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@napi-rs/cli](https://redirect.github.com/napi-rs/napi-rs) | [`3.0.0-alpha.62` -> `3.0.0-alpha.63`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.62/3.0.0-alpha.63) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@napi-rs%2fcli/3.0.0-alpha.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@napi-rs%2fcli/3.0.0-alpha.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@napi-rs%2fcli/3.0.0-alpha.62/3.0.0-alpha.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@napi-rs%2fcli/3.0.0-alpha.62/3.0.0-alpha.63?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/napi-rs) ([source](https://redirect.github.com/napi-rs/napi-rs/tree/HEAD/wasi-runtime)) | [`0.2.4` -> `0.2.5`](https://renovatebot.com/diffs/npm/@napi-rs%2fwasm-runtime/0.2.4/0.2.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@napi-rs%2fwasm-runtime/0.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@napi-rs%2fwasm-runtime/0.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@napi-rs%2fwasm-runtime/0.2.4/0.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@napi-rs%2fwasm-runtime/0.2.4/0.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/diff](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/diff) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff)) | [`5.2.2` -> `5.2.3`](https://renovatebot.com/diffs/npm/@types%2fdiff/5.2.2/5.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fdiff/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fdiff/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fdiff/5.2.2/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fdiff/5.2.2/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/lodash](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash)) | [`4.17.9` -> `4.17.10`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.9/4.17.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2flodash/4.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2flodash/4.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2flodash/4.17.9/4.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2flodash/4.17.9/4.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/mocha](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)) | [`10.0.7` -> `10.0.9`](https://renovatebot.com/diffs/npm/@types%2fmocha/10.0.7/10.0.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.2` -> `22.7.5`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.2/22.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.2/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.2/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [emnapi](https://redirect.github.com/toyobayashi/emnapi) | [`1.2.0` -> `1.3.0`](https://renovatebot.com/diffs/npm/emnapi/1.2.0/1.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/emnapi/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/emnapi/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/emnapi/1.2.0/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/emnapi/1.2.0/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/esbuild/0.23.1/0.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.2` -> `0.9.10`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.9.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.2/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.2/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.9.0` -> `9.12.1`](https://renovatebot.com/diffs/npm/pnpm/9.9.0/9.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.9.0/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.9.0/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [remeda](https://remedajs.com/) ([source](https://redirect.github.com/remeda/remeda)) | [`2.14.0` -> `2.15.0`](https://renovatebot.com/diffs/npm/remeda/2.14.0/2.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remeda/2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remeda/2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remeda/2.14.0/2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remeda/2.14.0/2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.22.5` -> `4.24.0`](https://renovatebot.com/diffs/npm/rollup/4.22.5/4.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.22.5/4.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.22.5/4.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.6.2` -> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.6.2/5.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.6.2/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.6.2/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitepress](https://vitepress.dev/) ([source](https://redirect.github.com/vuejs/vitepress)) | [`1.3.4` -> `1.4.0`](https://renovatebot.com/diffs/npm/vitepress/1.3.4/1.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.3.4/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.3.4/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`2.1.1` -> `2.1.2`](https://renovatebot.com/diffs/npm/vitest/2.1.1/2.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.1.1/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.1.1/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.10` -> `3.5.11`](https://renovatebot.com/diffs/npm/vue/3.5.10/3.5.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.10/3.5.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.10/3.5.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [web-tree-sitter](https://redirect.github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) ([source](https://redirect.github.com/tree-sitter/tree-sitter)) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/web-tree-sitter/0.23.1/0.24.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/web-tree-sitter/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/web-tree-sitter/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/web-tree-sitter/0.23.1/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/web-tree-sitter/0.23.1/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [zx](https://google.github.io/zx/) ([source](https://redirect.github.com/google/zx)) | [`8.1.8` -> `8.1.9`](https://renovatebot.com/diffs/npm/zx/8.1.8/8.1.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zx/8.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zx/8.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zx/8.1.8/8.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zx/8.1.8/8.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.2...v7.25.7) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#​16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#​16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@​DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-plugin-transform-classes` - [#​16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-types` - [#​16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core` - [#​16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone` - [#​16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-plugin-transform-typescript` - [#​16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#​16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@​babel/types](https://redirect.github.com/babel/types) builders ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#​16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) </details> <details> <summary>napi-rs/napi-rs (@​napi-rs/cli)</summary> ### [`v3.0.0-alpha.63`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%403.0.0-alpha.63) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) #### What's Changed - chore(cli): add empty line in created pacakge.json file [#​2194](https://redirect.github.com/napi-rs/napi-rs/issues/2194) - chore(cli): update ci template [#​2256](https://redirect.github.com/napi-rs/napi-rs/issues/2256) - chore(cli): add strip in generated Cargo.toml https://github.com/napi-rs/napi-rs/commit/c12e56f3e8e5ee3e2def23ded399e20684c03693 **Full Changelog**: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)[@​3](https://redirect.github.com/3).0.0-alpha.62...[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)[@​3](https://redirect.github.com/3).0.0-alpha.63 </details> <details> <summary>napi-rs/napi-rs (@​napi-rs/wasm-runtime)</summary> ### [`v0.2.5`](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) </details> <details> <summary>toyobayashi/emnapi (emnapi)</summary> ### [`v1.3.0`](https://redirect.github.com/toyobayashi/emnapi/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/toyobayashi/emnapi/compare/v1.2.0...v1.3.0) #### What's Changed - feat: add `suppressDestroy` to context by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/124](https://redirect.github.com/toyobayashi/emnapi/pull/124) - refactor: rename nogc to basic by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/125](https://redirect.github.com/toyobayashi/emnapi/pull/125) - update libuv source by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/121](https://redirect.github.com/toyobayashi/emnapi/pull/121) - refactor: remove RefBase by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/122](https://redirect.github.com/toyobayashi/emnapi/pull/122) - add support for UTF-8 and Latin-1 property keys by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/127](https://redirect.github.com/toyobayashi/emnapi/pull/127) **Full Changelog**: https://github.com/toyobayashi/emnapi/compare/v1.2.0...v1.3.0 </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.24.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.23.1...v0.24.0) ***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.23.0` or `~0.23.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Drop support for older platforms ([#​3902](https://redirect.github.com/evanw/esbuild/pull/3902)) This release drops support for the following operating system: - macOS 10.15 Catalina This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later. Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this: git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version - Fix class field decorators in TypeScript if `useDefineForClassFields` is `false` ([#​3913](https://redirect.github.com/evanw/esbuild/issues/3913)) Setting the `useDefineForClassFields` flag to `false` in `tsconfig.json` means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release. - Avoid incorrect cycle warning with `tsconfig.json` multiple inheritance ([#​3898](https://redirect.github.com/evanw/esbuild/issues/3898)) TypeScript 5.0 introduced multiple inheritance for `tsconfig.json` files where `extends` can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, `tsconfig.json` files containing this edge case should work correctly without generating a warning. - Handle Yarn Plug'n'Play stack overflow with `tsconfig.json` ([#​3915](https://redirect.github.com/evanw/esbuild/issues/3915)) Previously a `tsconfig.json` file that `extends` another file in a package with an `exports` map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release. - Work around more issues with Deno 1.31+ ([#​3917](https://redirect.github.com/evanw/esbuild/pull/3917)) This version of Deno broke the `stdin` and `stdout` properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when `import.meta.main` is `true`). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release. This fix was contributed by [@​Joshix-1](https://redirect.github.com/Joshix-1). </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js/issues/L125) - **rolldown:** should correct rewrite path of dynamic imported external modules ([#​1738](https://redirect.github.com/rolldown/rolldown/issues/1738)) ([c682b76](https://redirect.github.com/rolldown/rolldown/commit/c682b76d214bd50711c8e8c6ffd1acb1a4b2e17f)), closes [#​1723](https://redirect.github.com/rolldown/rolldown/issues/1723) - **rust/rolldown:** prevent segment fault in `generate_bundle` by removing unsafe code ([#​1905](https://redirect.github.com/rolldown/rolldown/issues/1905)) ([9802478](https://redirect.github.com/rolldown/rolldown/commit/98024783c9f09475a537c05db9b722cbc9c4193b)) - same filenames cause bundle error ([#​1984](https://redirect.github.com/rolldown/rolldown/issues/1984)) ([c4aca98](https://redirect.github.com/rolldown/rolldown/commit/c4aca984a910503273e4b2435fa13f8c5a68023c)), closes [#​1944](https://redirect.github.com/rolldown/rolldown/issues/1944) [/github.com/rolldown/rolldown/issues/1944#issuecomment-2282812102](https://redirect.github.com//github.com/rolldown/rolldown/issues/1944/issues/issuecomment-2282812102) - should also care for `Chunk#name` for common chunks ([#​2123](https://redirect.github.com/rolldown/rolldown/issues/2123)) ([a1fa701](https://redirect.github.com/rolldown/rolldown/commit/a1fa701403452ee520e94aa3b5780a40c507b5de)) - should call write_bundle after write bundle to disk ([#​1844](https://redirect.github.com/rolldown/rolldown/issues/1844)) ([475f765](https://redirect.github.com/rolldown/rolldown/commit/475f765931876081825badd4f63420ae0a90634d)), closes [/github.com/rollup/rollup/blob/master/src/rollup/rollup.ts#L194-L200](https://redirect.github.com//github.com/rollup/rollup/blob/master/src/rollup/rollup.ts/issues/L194-L200) - should correctly include symbols of namespace object ([#​1727](https://redirect.github.com/rolldown/rolldown/issues/1727)) ([3dee9e0](https://redirect.github.com/rolldown/rolldown/commit/3dee9e01b9ebb7b1fb205967f9942d7c4c22c35c)) - should generate `export * from ...` in entry chunks rather than entry modules ([#​1783](https://redirect.github.com/rolldown/rolldown/issues/1783)) ([954dd2a](https://redirect.github.com/rolldown/rolldown/commit/954dd2a5fa5988ad0ea587d1d73d4a6e915ad56a)) - should not panic if there are accessing on `star as` member ([#​1730](https://redirect.github.com/rolldown/rolldown/issues/1730)) ([250c11a](https://redirect.github.com/rolldown/rolldown/commit/250c11a541d34485fbd7b0c1420e10a830d822c4)) - sourcemap inline url should relative to asset file ([#​2099](https://redirect.github.com/rolldown/rolldown/issues/2099)) ([6b5d7dc](https://redirect.github.com/rolldown/rolldown/commit/6b5d7dc97b47895bd8280d29c2a815e159fa6b8c)) - strict emit warning `commonjs var in esm` ([#​2101](https://redirect.github.com/rolldown/rolldown/issues/2101)) ([4c9feeb](https://redirect.github.com/rolldown/rolldown/commit/4c9feeb058f0212228e430450004967c99af9177)), closes [/esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0](https://redirect.github.com//esbuild.github.io/try//issues/YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0) - **treeshaking:** `require` should consider as having side effects ([#​1949](https://redirect.github.com/rolldown/rolldown/issues/1949)) ([28e53d6](https://redirect.github.com/rolldown/rolldown/commit/28e53d6b8582728e6dbb6a45a0cea47b87f7c004)) - typo of `transform-plugin-context.ts` ([#​1991](https://redirect.github.com/rolldown/rolldown/issues/1991)) ([b2590fd](https://redirect.github.com/rolldown/rolldown/commit/b2590fd4a0b9643a5b6c956b2fa6d662d782a4cf)) - undefined export var ([#​2055](https://redirect.github.com/rolldown/rolldown/issues/2055)) ([6832084](https://redirect.github.com/rolldown/rolldown/commit/6832084b7cd69daed9144ba365813bd3f280075c)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go#L10047-L10050](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go/issues/L10047-L10050) - using sanitize_file_name to generate valid file name ([#​1833](https://redirect.github.com/rolldown/rolldown/issues/1833)) ([c9f8af4](https://redirect.github.com/rolldown/rolldown/commit/c9f8af403fa17316f1a1c0f9c5ad437b417f74e1)) ##### Features - add dynamic_import_vars plugin ([#​1732](https://redirect.github.com/rolldown/rolldown/issues/1732)) ([40cf58b](https://redirect.github.com/rolldown/rolldown/commit/40cf58b9bb8b3f9d7145d97c25308213b68e2260)) - add invalid export option to generate diagnostic ([#​1692](https://redirect.github.com/rolldown/rolldown/issues/1692)) ([ef718d7](https://redirect.github.com/rolldown/rolldown/commit/ef718d76dc143b1183a6e1f78f3a51b9b24cded0)) - add LoadOutput#ModuleType binding ([#​1998](https://redirect.github.com/rolldown/rolldown/issues/1998)) ([1469985](https://redirect.github.com/rolldown/rolldown/commit/1469985c3649053bc3334a0f945b06e61ecda39e)) - add manifest plugin ([#​1839](https://redirect.github.com/rolldown/rolldown/issues/1839)) ([8288370](https://redirect.github.com/rolldown/rolldown/commit/8288370c3904c79fffaff6fd024c61c69cfc0f79)), closes [#​1826](https://redirect.github.com/rolldown/rolldown/issues/1826) - add module type to transform hook ([#​1907](https://redirect.github.com/rolldown/rolldown/issues/1907)) ([159a155](https://redirect.github.com/rolldown/rolldown/commit/159a1559bc5204418317614426f303d87b5ae408)) - add module_preload_polyfill plugin ([#​1840](https://redirect.github.com/rolldown/rolldown/issues/1840)) ([0651db0](https://redirect.github.com/rolldown/rolldown/commit/0651db0f0ac14e104bc15898d73f8e34cf64c4f3)) - add originalFileName to EmittedAsset ([#​2046](https://redirect.github.com/rolldown/rolldown/issues/2046)) ([6facb04](https://redirect.github.com/rolldown/rolldown/commit/6facb04bc22f6966bb934812f89c7d4b2288458a)) - add query after each glob file name ([#​1838](https://redirect.github.com/rolldown/rolldown/issues/1838)) ([bd97d60](https://redirect.github.com/rolldown/rolldown/commit/bd97d60ef581e3bd2aaf576a0aa6910161db3489)) - add some warnings in IIFE and CJS. ([#​1857](https://redirect.github.com/rolldown/rolldown/issues/1857)) ([e7916ab](https://redirect.github.com/rolldown/rolldown/commit/e7916ab69eda952a98d8624a365e60a514e1e322)), closes [#​1855](https://redirect.github.com/rolldown/rolldown/issues/1855) - add support for banner as str ([#​1810](https://redirect.github.com/rolldown/rolldown/issues/1810)) ([12d6a75](https://redirect.github.com/rolldown/rolldown/commit/12d6a756bd9279298f1f2e1298693c47d2a255a6)) - add support for footer as str ([#​1819](https://redirect.github.com/rolldown/rolldown/issues/1819)) ([48dc08e](https://redirect.github.com/rolldown/rolldown/commit/48dc08ec3bc69517a9fb3419f56d1a8a8b056b5c)) - add support for intro as str ([#​1820](https://redirect.github.com/rolldown/rolldown/issues/1820)) ([2c7e4f4](https://redirect.github.com/rolldown/rolldown/commit/2c7e4f4b5751965372efa5bdf48e56b9c23dc507)) - add support for outro as str ([#​1821](https://redirect.github.com/rolldown/rolldown/issues/1821)) ([46d56c4](https://redirect.github.com/rolldown/rolldown/commit/46d56c48b13eedf6f2e2f92cc6063e0debdee592)) - add use strict for iife ([#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705)) ([abe17bd](https://redirect.github.com/rolldown/rolldown/commit/abe17bdd3e9a8fb54f95c6d0074e60751d11c25e)) - add wasm fallback plugin ([#​1957](https://redirect.github.com/rolldown/rolldown/issues/1957)) ([3645f38](https://redirect.github.com/rolldown/rolldown/commit/3645f38014b06e5db80f87091f3d4d3cf4ffd41e)), closes [#​1919](https://redirect.github.com/rolldown/rolldown/issues/1919) - alias plugin ([#​2001](https://redirect.github.com/rolldown/rolldown/issues/2001)) ([872bf3a](https://redirect.github.com/rolldown/rolldown/commit/872bf3addb3db766649f28e43e9613a134daa2ca)), closes [/github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts#L62-L65](https://redirect.github.com//github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts/issues/L62-L65) - align cli options with unix ux patterns. ([#​1977](https://redirect.github.com/rolldown/rolldown/issues/1977)) ([c820678](https://redirect.github.com/rolldown/rolldown/commit/c8206787d038bb469f9797a1cd24db934f8c77a3)), closes [#​1924](https://redirect.github.com/rolldown/rolldown/issues/1924) - align generated chunk name with rollup ([#​2124](https://redirect.github.com/rolldown/rolldown/issues/2124)) ([0bec3bc](https://redirect.github.com/rolldown/rolldown/commit/0bec3bc9ac80aa3b51cd711b17e737a7a3f1b5ff)) - align OutputOptions#esModule with rollup ([#​1898](https://redirect.github.com/rolldown/rolldown/issues/1898)) ([c14406f](https://redirect.github.com/rolldown/rolldown/commit/c14406fb61051cba19833368a23539a4342c8e80)), closes [#​1888](https://redirect.github.com/rolldown/rolldown/issues/1888) [/github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs#L37-L38](https://redirect.github.com//github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs/issues/L37-L38) - allow passing array of array in `config.plugins` ([#​1938](https://redirect.github.com/rolldown/rolldown/issues/1938)) ([b4e33d5](https://redirect.github.com/rolldown/rolldown/commit/b4e33d5e1a1138491631f6b83047dac62f54ddce)) - allow rewrite `moduleType` in transform Hook ([#​1916](https://redirect.github.com/rolldown/rolldown/issues/1916)) ([cef3e57](https://redirect.github.com/rolldown/rolldown/commit/cef3e576aa2c7b09cb4cdf2bf1b5ab41ffa31887)) - assignment expr side effect detector ([#̴ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.25.7` -> `7.25.8`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.7/7.25.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.25.7` -> `7.25.8`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.25.7/7.25.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-env/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-env/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/mocha](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)) | [`10.0.7` -> `10.0.9`](https://renovatebot.com/diffs/npm/@types%2fmocha/10.0.7/10.0.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.2` -> `22.7.5`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.2/22.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.2/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.2/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.14.4` -> `8.15.2`](https://renovatebot.com/diffs/npm/cspell/8.14.4/8.15.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.14.4/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.14.4/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [emnapi](https://redirect.github.com/toyobayashi/emnapi) | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/emnapi/1.3.0/1.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/emnapi/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/emnapi/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/emnapi/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/emnapi/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/esbuild/0.23.1/0.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.2` -> `0.9.10`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.9.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.2/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.2/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.9.0` -> `9.12.1`](https://renovatebot.com/diffs/npm/pnpm/9.9.0/9.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.9.0/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.9.0/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitepress](https://vitepress.dev/) ([source](https://redirect.github.com/vuejs/vitepress)) | [`1.4.0` -> `1.4.1`](https://renovatebot.com/diffs/npm/vitepress/1.4.0/1.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.11` -> `3.5.12`](https://renovatebot.com/diffs/npm/vue/3.5.11/3.5.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.11/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.11/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [web-tree-sitter](https://redirect.github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) ([source](https://redirect.github.com/tree-sitter/tree-sitter)) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/web-tree-sitter/0.23.1/0.24.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/web-tree-sitter/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/web-tree-sitter/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/web-tree-sitter/0.23.1/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/web-tree-sitter/0.23.1/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.25.8`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7258-2024-10-10) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.7...v7.25.8) ##### :bug: Bug Fix - `babel-core` - [#​16888](https://redirect.github.com/babel/babel/pull/16888) Restore public API of `resolvePlugin`/`resolvePreset` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-parser`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-property-in-object`, `babel-preset-env` - [#​16824](https://redirect.github.com/babel/babel/pull/16824) Inline one-line syntax plugins ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) </details> <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.15.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8152-2024-10-14-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.1...v8.15.2) - chore: Update Integration Test Performance Data ([#​6361](https://redirect.github.com/streetsidesoftware/cspell/issues/6361)) ([d639368](https://redirect.github.com/streetsidesoftware/cspell/commit/d639368)), closes [#​6361](https://redirect.github.com/streetsidesoftware/cspell/issues/6361) ### [`v8.15.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8151-2024-10-11-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.0...v8.15.1) - fix: Sign Published Packages ([#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350)) ([633b060](https://redirect.github.com/streetsidesoftware/cspell/commit/633b060)), closes [#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350) ### [`v8.15.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8150-2024-10-11) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.4...v8.15.0) - chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 ([#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332)) ([67d1e92](https://redirect.github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332) </details> <details> <summary>toyobayashi/emnapi (emnapi)</summary> ### [`v1.3.1`](https://redirect.github.com/toyobayashi/emnapi/releases/tag/v1.3.1) [Compare Source](https://redirect.github.com/toyobayashi/emnapi/compare/v1.3.0...v1.3.1) #### What's Changed - fix: `napi_is_buffer(Uint8Array)` should return `true` by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/129](https://redirect.github.com/toyobayashi/emnapi/pull/129) - add napi_create_buffer_from_arraybuffer by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/126](https://redirect.github.com/toyobayashi/emnapi/pull/126) **Full Changelog**: https://github.com/toyobayashi/emnapi/compare/v1.3.0...v1.3.1 </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.24.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.23.1...v0.24.0) ***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.23.0` or `~0.23.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Drop support for older platforms ([#​3902](https://redirect.github.com/evanw/esbuild/pull/3902)) This release drops support for the following operating system: - macOS 10.15 Catalina This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later. Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this: git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version - Fix class field decorators in TypeScript if `useDefineForClassFields` is `false` ([#​3913](https://redirect.github.com/evanw/esbuild/issues/3913)) Setting the `useDefineForClassFields` flag to `false` in `tsconfig.json` means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release. - Avoid incorrect cycle warning with `tsconfig.json` multiple inheritance ([#​3898](https://redirect.github.com/evanw/esbuild/issues/3898)) TypeScript 5.0 introduced multiple inheritance for `tsconfig.json` files where `extends` can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, `tsconfig.json` files containing this edge case should work correctly without generating a warning. - Handle Yarn Plug'n'Play stack overflow with `tsconfig.json` ([#​3915](https://redirect.github.com/evanw/esbuild/issues/3915)) Previously a `tsconfig.json` file that `extends` another file in a package with an `exports` map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release. - Work around more issues with Deno 1.31+ ([#​3917](https://redirect.github.com/evanw/esbuild/pull/3917)) This version of Deno broke the `stdin` and `stdout` properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when `import.meta.main` is `true`). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release. This fix was contributed by [@​Joshix-1](https://redirect.github.com/Joshix-1). </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js/issues/L125) - **rolldown:** should correct rewrite path of dynamic imported external modules ([#​1738](https://redirect.github.com/rolldown/rolldown/issues/1738)) ([c682b76](https://redirect.github.com/rolldown/rolldown/commit/c682b76d214bd50711c8e8c6ffd1acb1a4b2e17f)), closes [#​1723](https://redirect.github.com/rolldown/rolldown/issues/1723) - **rust/rolldown:** prevent segment fault in `generate_bundle` by removing unsafe code ([#​1905](https://redirect.github.com/rolldown/rolldown/issues/1905)) ([9802478](https://redirect.github.com/rolldown/rolldown/commit/98024783c9f09475a537c05db9b722cbc9c4193b)) - same filenames cause bundle error ([#​1984](https://redirect.github.com/rolldown/rolldown/issues/1984)) ([c4aca98](https://redirect.github.com/rolldown/rolldown/commit/c4aca984a910503273e4b2435fa13f8c5a68023c)), closes [#​1944](https://redirect.github.com/rolldown/rolldown/issues/1944) [/github.com/rolldown/rolldown/issues/1944#issuecomment-2282812102](https://redirect.github.com//github.com/rolldown/rolldown/issues/1944/issues/issuecomment-2282812102) - should also care for `Chunk#name` for common chunks ([#​2123](https://redirect.github.com/rolldown/rolldown/issues/2123)) ([a1fa701](https://redirect.github.com/rolldown/rolldown/commit/a1fa701403452ee520e94aa3b5780a40c507b5de)) - should call write_bundle after write bundle to disk ([#​1844](https://redirect.github.com/rolldown/rolldown/issues/1844)) ([475f765](https://redirect.github.com/rolldown/rolldown/commit/475f765931876081825badd4f63420ae0a90634d)), closes [/github.com/rollup/rollup/blob/master/src/rollup/rollup.ts#L194-L200](https://redirect.github.com//github.com/rollup/rollup/blob/master/src/rollup/rollup.ts/issues/L194-L200) - should correctly include symbols of namespace object ([#​1727](https://redirect.github.com/rolldown/rolldown/issues/1727)) ([3dee9e0](https://redirect.github.com/rolldown/rolldown/commit/3dee9e01b9ebb7b1fb205967f9942d7c4c22c35c)) - should generate `export * from ...` in entry chunks rather than entry modules ([#​1783](https://redirect.github.com/rolldown/rolldown/issues/1783)) ([954dd2a](https://redirect.github.com/rolldown/rolldown/commit/954dd2a5fa5988ad0ea587d1d73d4a6e915ad56a)) - should not panic if there are accessing on `star as` member ([#​1730](https://redirect.github.com/rolldown/rolldown/issues/1730)) ([250c11a](https://redirect.github.com/rolldown/rolldown/commit/250c11a541d34485fbd7b0c1420e10a830d822c4)) - sourcemap inline url should relative to asset file ([#​2099](https://redirect.github.com/rolldown/rolldown/issues/2099)) ([6b5d7dc](https://redirect.github.com/rolldown/rolldown/commit/6b5d7dc97b47895bd8280d29c2a815e159fa6b8c)) - strict emit warning `commonjs var in esm` ([#​2101](https://redirect.github.com/rolldown/rolldown/issues/2101)) ([4c9feeb](https://redirect.github.com/rolldown/rolldown/commit/4c9feeb058f0212228e430450004967c99af9177)), closes [/esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0](https://redirect.github.com//esbuild.github.io/try//issues/YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0) - **treeshaking:** `require` should consider as having side effects ([#​1949](https://redirect.github.com/rolldown/rolldown/issues/1949)) ([28e53d6](https://redirect.github.com/rolldown/rolldown/commit/28e53d6b8582728e6dbb6a45a0cea47b87f7c004)) - typo of `transform-plugin-context.ts` ([#​1991](https://redirect.github.com/rolldown/rolldown/issues/1991)) ([b2590fd](https://redirect.github.com/rolldown/rolldown/commit/b2590fd4a0b9643a5b6c956b2fa6d662d782a4cf)) - undefined export var ([#​2055](https://redirect.github.com/rolldown/rolldown/issues/2055)) ([6832084](https://redirect.github.com/rolldown/rolldown/commit/6832084b7cd69daed9144ba365813bd3f280075c)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go#L10047-L10050](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go/issues/L10047-L10050) - using sanitize_file_name to generate valid file name ([#​1833](https://redirect.github.com/rolldown/rolldown/issues/1833)) ([c9f8af4](https://redirect.github.com/rolldown/rolldown/commit/c9f8af403fa17316f1a1c0f9c5ad437b417f74e1)) ##### Features - add dynamic_import_vars plugin ([#​1732](https://redirect.github.com/rolldown/rolldown/issues/1732)) ([40cf58b](https://redirect.github.com/rolldown/rolldown/commit/40cf58b9bb8b3f9d7145d97c25308213b68e2260)) - add invalid export option to generate diagnostic ([#​1692](https://redirect.github.com/rolldown/rolldown/issues/1692)) ([ef718d7](https://redirect.github.com/rolldown/rolldown/commit/ef718d76dc143b1183a6e1f78f3a51b9b24cded0)) - add LoadOutput#ModuleType binding ([#​1998](https://redirect.github.com/rolldown/rolldown/issues/1998)) ([1469985](https://redirect.github.com/rolldown/rolldown/commit/1469985c3649053bc3334a0f945b06e61ecda39e)) - add manifest plugin ([#​1839](https://redirect.github.com/rolldown/rolldown/issues/1839)) ([8288370](https://redirect.github.com/rolldown/rolldown/commit/8288370c3904c79fffaff6fd024c61c69cfc0f79)), closes [#​1826](https://redirect.github.com/rolldown/rolldown/issues/1826) - add module type to transform hook ([#​1907](https://redirect.github.com/rolldown/rolldown/issues/1907)) ([159a155](https://redirect.github.com/rolldown/rolldown/commit/159a1559bc5204418317614426f303d87b5ae408)) - add module_preload_polyfill plugin ([#​1840](https://redirect.github.com/rolldown/rolldown/issues/1840)) ([0651db0](https://redirect.github.com/rolldown/rolldown/commit/0651db0f0ac14e104bc15898d73f8e34cf64c4f3)) - add originalFileName to EmittedAsset ([#​2046](https://redirect.github.com/rolldown/rolldown/issues/2046)) ([6facb04](https://redirect.github.com/rolldown/rolldown/commit/6facb04bc22f6966bb934812f89c7d4b2288458a)) - add query after each glob file name ([#​1838](https://redirect.github.com/rolldown/rolldown/issues/1838)) ([bd97d60](https://redirect.github.com/rolldown/rolldown/commit/bd97d60ef581e3bd2aaf576a0aa6910161db3489)) - add some warnings in IIFE and CJS. ([#​1857](https://redirect.github.com/rolldown/rolldown/issues/1857)) ([e7916ab](https://redirect.github.com/rolldown/rolldown/commit/e7916ab69eda952a98d8624a365e60a514e1e322)), closes [#​1855](https://redirect.github.com/rolldown/rolldown/issues/1855) - add support for banner as str ([#​1810](https://redirect.github.com/rolldown/rolldown/issues/1810)) ([12d6a75](https://redirect.github.com/rolldown/rolldown/commit/12d6a756bd9279298f1f2e1298693c47d2a255a6)) - add support for footer as str ([#​1819](https://redirect.github.com/rolldown/rolldown/issues/1819)) ([48dc08e](https://redirect.github.com/rolldown/rolldown/commit/48dc08ec3bc69517a9fb3419f56d1a8a8b056b5c)) - add support for intro as str ([#​1820](https://redirect.github.com/rolldown/rolldown/issues/1820)) ([2c7e4f4](https://redirect.github.com/rolldown/rolldown/commit/2c7e4f4b5751965372efa5bdf48e56b9c23dc507)) - add support for outro as str ([#​1821](https://redirect.github.com/rolldown/rolldown/issues/1821)) ([46d56c4](https://redirect.github.com/rolldown/rolldown/commit/46d56c48b13eedf6f2e2f92cc6063e0debdee592)) - add use strict for iife ([#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705)) ([abe17bd](https://redirect.github.com/rolldown/rolldown/commit/abe17bdd3e9a8fb54f95c6d0074e60751d11c25e)) - add wasm fallback plugin ([#​1957](https://redirect.github.com/rolldown/rolldown/issues/1957)) ([3645f38](https://redirect.github.com/rolldown/rolldown/commit/3645f38014b06e5db80f87091f3d4d3cf4ffd41e)), closes [#​1919](https://redirect.github.com/rolldown/rolldown/issues/1919) - alias plugin ([#​2001](https://redirect.github.com/rolldown/rolldown/issues/2001)) ([872bf3a](https://redirect.github.com/rolldown/rolldown/commit/872bf3addb3db766649f28e43e9613a134daa2ca)), closes [/github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts#L62-L65](https://redirect.github.com//github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts/issues/L62-L65) - align cli options with unix ux patterns. ([#​1977](https://redirect.github.com/rolldown/rolldown/issues/1977)) ([c820678](https://redirect.github.com/rolldown/rolldown/commit/c8206787d038bb469f9797a1cd24db934f8c77a3)), closes [#​1924](https://redirect.github.com/rolldown/rolldown/issues/1924) - align generated chunk name with rollup ([#​2124](https://redirect.github.com/rolldown/rolldown/issues/2124)) ([0bec3bc](https://redirect.github.com/rolldown/rolldown/commit/0bec3bc9ac80aa3b51cd711b17e737a7a3f1b5ff)) - align OutputOptions#esModule with rollup ([#​1898](https://redirect.github.com/rolldown/rolldown/issues/1898)) ([c14406f](https://redirect.github.com/rolldown/rolldown/commit/c14406fb61051cba19833368a23539a4342c8e80)), closes [#​1888](https://redirect.github.com/rolldown/rolldown/issues/1888) [/github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs#L37-L38](https://redirect.github.com//github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs/issues/L37-L38) - allow passing array of array in `config.plugins` ([#​1938](https://redirect.github.com/rolldown/rolldown/issues/1938)) ([b4e33d5](https://redirect.github.com/rolldown/rolldown/commit/b4e33d5e1a1138491631f6b83047dac62f54ddce)) - allow rewrite `moduleType` in transform Hook ([#​1916](https://redirect.github.com/rolldown/rolldown/issues/1916)) ([cef3e57](https://redirect.github.com/rolldown/rolldown/commit/cef3e576aa2c7b09cb4cdf2bf1b5ab41ffa31887)) - assignment expr side effect detector ([#​2004](https://redirect.github.com/rolldown/rolldown/issues/2004)) ([dde9b33](https://redirect.github.com/rolldown/rolldown/commit/dde9b33b409bfc909d089769d2817f178e00f30f)) - build import analysis plugin ([#​2051](https://redirect.github.com/rolldown/rolldown/issues/2051)) ([9e461c2](https://redirect.github.com/rolldown/rolldown/commit/9e461c2cc21ce8094b3c20fb19a7a97da377502e)) - commonjs-variable-in-esm diagnostic ([#​1832](https://redirect.github.com/rolldown/rolldown/issues/1832)) ([ffd4533](https://redirect.github.com/rolldown/rolldown/commit/ffd453328ceb75331be56eedfc09e66150c495aa)), closes [/github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md#01411](https://redirect.github.com//github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md/issues/01411) - compose addon hooks ([#​2007](https://redirect.github.com/rolldown/rolldown/issues/2007)) ([08b6360](https://redirect.github.com/rolldown/rolldown/commit/08b6360b6e9e08b731ae7e6948ef67fc5b991c92)), closes [#​1999](https://redirect.github.com/rolldown/rolldown/issues/1999) - **css/wip:** add `css_entry_filenames` and `css_chunk_filenames` ([#​1678](https://redirect.github.com/rolldown/rolldown/issues/1678)) ([bc1c22e](https://redirect.github.com/rolldown/rolldown/commit/bc1c22ec5a7666b22e7709914cbafb3dc20d13f1)) - enable plugin api typing ([#​1765](https://redirect.github.com/rolldown/rolldown/issues/1765)) ([512fc61](https://redirect.github.com/rolldown/rolldown/commit/512fc6156a83655dae6a7c1939411cae93ed3d69)) - **error:** entry cannot be external ([#​1761](https://redirect.github.com/rolldown/rolldown/issues/1761)) ([b3179e7](https://redirect.github.com/rolldown/rolldown/commit/b3179e70dfa5130e4cdeaa67da67886c413536c6)) - **experimental:** builtin replace plugin ([#​2056](https://redirect.github.com/rolldown/rolldown/issues/2056)) ([f1e7ed0](https://redirect.github.com/rolldown/rolldown/commit/f1e7ed05fbee66e5d7ee761716bfa9345b2cceb6)) - **experimental:** support `enableComposingJsPlugins` option ([#​1693](https://redirect.github.com/rolldown/rolldown/issues/1693)) ([7aa56fe](https://redirect.github.com/rolldown/rolldown/commit/7aa56fea466220c0158d2c4b9d41f0220ed7fed0)) - gracefully shutdown the process when panic in `fetch_all_modules` ([#​2036](https://redirect.github.com/rolldown/rolldown/issues/2036)) ([c85883b](https://redirect.github.com/rolldown/rolldown/commit/c85883bb5a2ff8631d318816ef186ce5e7e723bd)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs#L286-L288](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs/issues/L286-L288) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs#L60-L62](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs/issues/L60-L62) - hook filter ([#​2047](https://redirect.github.com/rolldown/rolldown/issues/2047)) ([6039415](https://redirect.github.com/rolldown/rolldown/commit/60394157439658f0a105828bc0cf016bb490c816)) - implement the rest branches in side effect detector ([#​2009](https://redirect.github.com/rolldown/rolldown/issues/2009)) ([ef084bf](https://redirect.github.com/rolldown/rolldown/commit/ef084bf154b89ee4a65702dd0b46a4c9bdbcd159)) - import build analysis builtUrl ([#​2075](https://redirect.github.com/rolldown/rolldown/issues/2075)) ([0cf4345](https://redirect.github.com/rolldown/rolldown/commit/0cf43452e7885ab3e9af43edb4090fd252102db8)), closes [/github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts#L346-L350](https://redirect.github.com//github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts/issues/L346-L350) - improve resolve error ([#​2076](https://redirect.github.com/rolldown/rolldown/issues/2076)) ([ea4965f](https://redirect.github.com/rolldown/rolldown/commit/ea4965f7db76797b44041ee9fb79b3c5b58e50db)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - json plugin ([#​1951](https://redirect.github.com/rolldown/rolldown/issues/1951)) ([d221ecc](https://redirect.github.com/rolldown/rolldown/commit/d221eccdba70e7a504fc726efcf4de1be243caa3)) - load fallback plugin ([#​1922](https://redirect.github.com/rolldown/rolldown/issues/1922)) ([3ea6797](https://redirect.github.com/rolldown/rolldown/commit/3ea679734e75fec50dc33064fbc43531e4ff0b24)) - module preload config skip ([#​1845](https://redirect.github.com/rolldown/rolldown/issues/1845)) ([f55cfda](https://redirect.github.com/rolldown/rolldown/commit/f55cfda1cdb2d17c6c914261d410d3f95d5e867b)) - **node/composingJsPlugins:** support `resolveId` hook ([#​2021](https://redirect.github.com/rolldown/rolldown/issues/2021)) ([55c20b0](https://redirect.github.com/rolldown/rolldown/commit/55c20b09f4298d96fbbc83657abf9cb7095407dd)) - **node/rolldown:** add empty `PluginContext#addWatchFile` for shim ([#​1972](https://redirect.github.com/rolldown/rolldown/issues/1972)) ([559b424](https://redirect.github.com/rolldown/rolldown/commit/559b42478ed51215203b2db08ca171f27db722a1)) - **node/rolldown:** support `define` functionality ([#​1891](https://redirect.github.com/rolldown/rolldown/issues/1891)) ([43f6f22](https://redirect.github.com/rolldown/rolldown/commit/43f6f225e41a38df233eb4174fb5c03ff2e577b4)), closes [#​186](https://redirect.github.com/rolldown/rolldown/issues/186) - **node/rolldown:** support `InputOptions#inject` ([#​1946](https://redirect.github.com/rolldown/rolldown/issues/1946)) ([9071d6a](https://redirect.github.com/rolldown/rolldown/commit/9071d6a40832aad4fe3392b46c150b8cdfc45893)) - **node:** support CLI options. ([#​1963](https://redirect.github.com/rolldown/rolldown/issues/1963)) ([6d4ef7e](https://redirect.github.com/rolldown/rolldown/commit/6d4ef7efda3e4f24a0e9b95c830f7c5f02bb80f0)), closes [#​1955](https://redirect.github.com/rolldown/rolldown/issues/1955) - **node:** support passing `custom` in `PluginContext#resolve` ([#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874)) ([6a61bad](https://redirect.github.com/rolldown/rolldown/commit/6a61bad94feebcdf99c7b98b1e8336adc9c15dd4)), closes [/github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts#L181](https://redirect.github.com//github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts/issues/L181) - **packages/rolldown:** export `VERSION` ([#​2049](https://redirect.github.com/rolldown/rolldown/issues/2049)) ([806718d](https://redirect.github.com/rolldown/rolldown/commit/806718de1565efc5907abcc0e93bd8f7da30d3d8)), closes [/github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts#L1](https://redirect.github.com//github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts/issues/L1) - **plugin/replace:** objectGuards ([#​2121](https://redirect.github.com/rolldown/rolldown/issues/2121)) ([ea76b06](https://redirect.github.com/rolldown/rolldown/commit/ea76b061ebcaa64bdb96c7056b51d2f6ff9d0615)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [1#L46](https://redirect.github.com/1/issues/L46) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L41](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L41) - **plugin/replace:** prevent assignment ([#​2093](https://redirect.github.com/rolldown/rolldown/issues/2093)) ([18ac29c](https://redirect.github.com/rolldown/rolldown/commit/18ac29ca0d6997a74ca457f917daaae3f7773036)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L77-L82](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L77-L82) - provide more friendly diagnostics if could not read path from a resolveId hook ([#​1866](https://redirect.github.com/rolldown/rolldown/issues/1866)) ([690a63f](https://redirect.github.com/rolldown/rolldown/commit/690a63f7aacbf9bd57d3fb305f9acb3524d0c92e)), closes [#​1851](https://redirect.github.com/rolldown/rolldown/issues/1851) - **rolldown_ecmascript:** implement into_assignment_target ObjectPattern ([#​1921](https://redirect.github.com/rolldown/rolldown/issues/1921)) ([305f7cb](https://redirect.github.com/rolldown/rolldown/commit/305f7cb596639cad073fdb76670ec59b1df44007)), closes [/github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs#L61-L63](https://redirect.github.com//github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs/issues/L61-L63) - **rolldown:** bump oxc to v0.25.0 ([#​2042](https://redirect.github.com/rolldown/rolldown/issues/2042)) ([71d8201](https://redirect.github.com/rolldown/rolldown/commit/71d820145db7d4494849d2092fa521d78f50167c)) - **rust/plugin:** Support `custom` in `PluginContextResolveOptions` ([#​1876](https://redirect.githu </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.25.7` -> `7.25.8`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.7/7.25.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.25.7` -> `7.25.8`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.25.7/7.25.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-env/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-env/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.25.7/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/mocha](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)) | [`10.0.7` -> `10.0.9`](https://renovatebot.com/diffs/npm/@types%2fmocha/10.0.7/10.0.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.2` -> `22.7.5`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.2/22.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.2/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.2/22.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.14.4` -> `8.15.2`](https://renovatebot.com/diffs/npm/cspell/8.14.4/8.15.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.14.4/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.14.4/8.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [emnapi](https://redirect.github.com/toyobayashi/emnapi) | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/emnapi/1.3.0/1.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/emnapi/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/emnapi/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/emnapi/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/emnapi/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/esbuild/0.23.1/0.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.2` -> `0.9.10`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.9.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.2/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.2/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.9.0` -> `9.12.1`](https://renovatebot.com/diffs/npm/pnpm/9.9.0/9.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.9.0/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.9.0/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitepress](https://vitepress.dev/) ([source](https://redirect.github.com/vuejs/vitepress)) | [`1.4.0` -> `1.4.1`](https://renovatebot.com/diffs/npm/vitepress/1.4.0/1.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.11` -> `3.5.12`](https://renovatebot.com/diffs/npm/vue/3.5.11/3.5.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.11/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.11/3.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [web-tree-sitter](https://redirect.github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) ([source](https://redirect.github.com/tree-sitter/tree-sitter)) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/web-tree-sitter/0.23.1/0.24.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/web-tree-sitter/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/web-tree-sitter/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/web-tree-sitter/0.23.1/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/web-tree-sitter/0.23.1/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.25.8`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7258-2024-10-10) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.7...v7.25.8) ##### :bug: Bug Fix - `babel-core` - [#​16888](https://redirect.github.com/babel/babel/pull/16888) Restore public API of `resolvePlugin`/`resolvePreset` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-parser`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-property-in-object`, `babel-preset-env` - [#​16824](https://redirect.github.com/babel/babel/pull/16824) Inline one-line syntax plugins ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) </details> <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.15.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8152-2024-10-14-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.1...v8.15.2) - chore: Update Integration Test Performance Data ([#​6361](https://redirect.github.com/streetsidesoftware/cspell/issues/6361)) ([d639368](https://redirect.github.com/streetsidesoftware/cspell/commit/d639368)), closes [#​6361](https://redirect.github.com/streetsidesoftware/cspell/issues/6361) ### [`v8.15.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8151-2024-10-11-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.0...v8.15.1) - fix: Sign Published Packages ([#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350)) ([633b060](https://redirect.github.com/streetsidesoftware/cspell/commit/633b060)), closes [#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350) ### [`v8.15.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8150-2024-10-11) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.4...v8.15.0) - chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 ([#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332)) ([67d1e92](https://redirect.github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332) </details> <details> <summary>toyobayashi/emnapi (emnapi)</summary> ### [`v1.3.1`](https://redirect.github.com/toyobayashi/emnapi/releases/tag/v1.3.1) [Compare Source](https://redirect.github.com/toyobayashi/emnapi/compare/v1.3.0...v1.3.1) #### What's Changed - fix: `napi_is_buffer(Uint8Array)` should return `true` by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/129](https://redirect.github.com/toyobayashi/emnapi/pull/129) - add napi_create_buffer_from_arraybuffer by [@​toyobayashi](https://redirect.github.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/126](https://redirect.github.com/toyobayashi/emnapi/pull/126) **Full Changelog**: https://github.com/toyobayashi/emnapi/compare/v1.3.0...v1.3.1 </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.24.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.23.1...v0.24.0) ***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.23.0` or `~0.23.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Drop support for older platforms ([#​3902](https://redirect.github.com/evanw/esbuild/pull/3902)) This release drops support for the following operating system: - macOS 10.15 Catalina This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later. Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this: git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version - Fix class field decorators in TypeScript if `useDefineForClassFields` is `false` ([#​3913](https://redirect.github.com/evanw/esbuild/issues/3913)) Setting the `useDefineForClassFields` flag to `false` in `tsconfig.json` means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release. - Avoid incorrect cycle warning with `tsconfig.json` multiple inheritance ([#​3898](https://redirect.github.com/evanw/esbuild/issues/3898)) TypeScript 5.0 introduced multiple inheritance for `tsconfig.json` files where `extends` can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, `tsconfig.json` files containing this edge case should work correctly without generating a warning. - Handle Yarn Plug'n'Play stack overflow with `tsconfig.json` ([#​3915](https://redirect.github.com/evanw/esbuild/issues/3915)) Previously a `tsconfig.json` file that `extends` another file in a package with an `exports` map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release. - Work around more issues with Deno 1.31+ ([#​3917](https://redirect.github.com/evanw/esbuild/pull/3917)) This version of Deno broke the `stdin` and `stdout` properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when `import.meta.main` is `true`). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release. This fix was contributed by [@​Joshix-1](https://redirect.github.com/Joshix-1). </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js/issues/L125) - **rolldown:** should correct rewrite path of dynamic imported external modules ([#​1738](https://redirect.github.com/rolldown/rolldown/issues/1738)) ([c682b76](https://redirect.github.com/rolldown/rolldown/commit/c682b76d214bd50711c8e8c6ffd1acb1a4b2e17f)), closes [#​1723](https://redirect.github.com/rolldown/rolldown/issues/1723) - **rust/rolldown:** prevent segment fault in `generate_bundle` by removing unsafe code ([#​1905](https://redirect.github.com/rolldown/rolldown/issues/1905)) ([9802478](https://redirect.github.com/rolldown/rolldown/commit/98024783c9f09475a537c05db9b722cbc9c4193b)) - same filenames cause bundle error ([#​1984](https://redirect.github.com/rolldown/rolldown/issues/1984)) ([c4aca98](https://redirect.github.com/rolldown/rolldown/commit/c4aca984a910503273e4b2435fa13f8c5a68023c)), closes [#​1944](https://redirect.github.com/rolldown/rolldown/issues/1944) [/github.com/rolldown/rolldown/issues/1944#issuecomment-2282812102](https://redirect.github.com//github.com/rolldown/rolldown/issues/1944/issues/issuecomment-2282812102) - should also care for `Chunk#name` for common chunks ([#​2123](https://redirect.github.com/rolldown/rolldown/issues/2123)) ([a1fa701](https://redirect.github.com/rolldown/rolldown/commit/a1fa701403452ee520e94aa3b5780a40c507b5de)) - should call write_bundle after write bundle to disk ([#​1844](https://redirect.github.com/rolldown/rolldown/issues/1844)) ([475f765](https://redirect.github.com/rolldown/rolldown/commit/475f765931876081825badd4f63420ae0a90634d)), closes [/github.com/rollup/rollup/blob/master/src/rollup/rollup.ts#L194-L200](https://redirect.github.com//github.com/rollup/rollup/blob/master/src/rollup/rollup.ts/issues/L194-L200) - should correctly include symbols of namespace object ([#​1727](https://redirect.github.com/rolldown/rolldown/issues/1727)) ([3dee9e0](https://redirect.github.com/rolldown/rolldown/commit/3dee9e01b9ebb7b1fb205967f9942d7c4c22c35c)) - should generate `export * from ...` in entry chunks rather than entry modules ([#​1783](https://redirect.github.com/rolldown/rolldown/issues/1783)) ([954dd2a](https://redirect.github.com/rolldown/rolldown/commit/954dd2a5fa5988ad0ea587d1d73d4a6e915ad56a)) - should not panic if there are accessing on `star as` member ([#​1730](https://redirect.github.com/rolldown/rolldown/issues/1730)) ([250c11a](https://redirect.github.com/rolldown/rolldown/commit/250c11a541d34485fbd7b0c1420e10a830d822c4)) - sourcemap inline url should relative to asset file ([#​2099](https://redirect.github.com/rolldown/rolldown/issues/2099)) ([6b5d7dc](https://redirect.github.com/rolldown/rolldown/commit/6b5d7dc97b47895bd8280d29c2a815e159fa6b8c)) - strict emit warning `commonjs var in esm` ([#​2101](https://redirect.github.com/rolldown/rolldown/issues/2101)) ([4c9feeb](https://redirect.github.com/rolldown/rolldown/commit/4c9feeb058f0212228e430450004967c99af9177)), closes [/esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0](https://redirect.github.com//esbuild.github.io/try//issues/YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0) - **treeshaking:** `require` should consider as having side effects ([#​1949](https://redirect.github.com/rolldown/rolldown/issues/1949)) ([28e53d6](https://redirect.github.com/rolldown/rolldown/commit/28e53d6b8582728e6dbb6a45a0cea47b87f7c004)) - typo of `transform-plugin-context.ts` ([#​1991](https://redirect.github.com/rolldown/rolldown/issues/1991)) ([b2590fd](https://redirect.github.com/rolldown/rolldown/commit/b2590fd4a0b9643a5b6c956b2fa6d662d782a4cf)) - undefined export var ([#​2055](https://redirect.github.com/rolldown/rolldown/issues/2055)) ([6832084](https://redirect.github.com/rolldown/rolldown/commit/6832084b7cd69daed9144ba365813bd3f280075c)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go#L10047-L10050](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go/issues/L10047-L10050) - using sanitize_file_name to generate valid file name ([#​1833](https://redirect.github.com/rolldown/rolldown/issues/1833)) ([c9f8af4](https://redirect.github.com/rolldown/rolldown/commit/c9f8af403fa17316f1a1c0f9c5ad437b417f74e1)) ##### Features - add dynamic_import_vars plugin ([#​1732](https://redirect.github.com/rolldown/rolldown/issues/1732)) ([40cf58b](https://redirect.github.com/rolldown/rolldown/commit/40cf58b9bb8b3f9d7145d97c25308213b68e2260)) - add invalid export option to generate diagnostic ([#​1692](https://redirect.github.com/rolldown/rolldown/issues/1692)) ([ef718d7](https://redirect.github.com/rolldown/rolldown/commit/ef718d76dc143b1183a6e1f78f3a51b9b24cded0)) - add LoadOutput#ModuleType binding ([#​1998](https://redirect.github.com/rolldown/rolldown/issues/1998)) ([1469985](https://redirect.github.com/rolldown/rolldown/commit/1469985c3649053bc3334a0f945b06e61ecda39e)) - add manifest plugin ([#​1839](https://redirect.github.com/rolldown/rolldown/issues/1839)) ([8288370](https://redirect.github.com/rolldown/rolldown/commit/8288370c3904c79fffaff6fd024c61c69cfc0f79)), closes [#​1826](https://redirect.github.com/rolldown/rolldown/issues/1826) - add module type to transform hook ([#​1907](https://redirect.github.com/rolldown/rolldown/issues/1907)) ([159a155](https://redirect.github.com/rolldown/rolldown/commit/159a1559bc5204418317614426f303d87b5ae408)) - add module_preload_polyfill plugin ([#​1840](https://redirect.github.com/rolldown/rolldown/issues/1840)) ([0651db0](https://redirect.github.com/rolldown/rolldown/commit/0651db0f0ac14e104bc15898d73f8e34cf64c4f3)) - add originalFileName to EmittedAsset ([#​2046](https://redirect.github.com/rolldown/rolldown/issues/2046)) ([6facb04](https://redirect.github.com/rolldown/rolldown/commit/6facb04bc22f6966bb934812f89c7d4b2288458a)) - add query after each glob file name ([#​1838](https://redirect.github.com/rolldown/rolldown/issues/1838)) ([bd97d60](https://redirect.github.com/rolldown/rolldown/commit/bd97d60ef581e3bd2aaf576a0aa6910161db3489)) - add some warnings in IIFE and CJS. ([#​1857](https://redirect.github.com/rolldown/rolldown/issues/1857)) ([e7916ab](https://redirect.github.com/rolldown/rolldown/commit/e7916ab69eda952a98d8624a365e60a514e1e322)), closes [#​1855](https://redirect.github.com/rolldown/rolldown/issues/1855) - add support for banner as str ([#​1810](https://redirect.github.com/rolldown/rolldown/issues/1810)) ([12d6a75](https://redirect.github.com/rolldown/rolldown/commit/12d6a756bd9279298f1f2e1298693c47d2a255a6)) - add support for footer as str ([#​1819](https://redirect.github.com/rolldown/rolldown/issues/1819)) ([48dc08e](https://redirect.github.com/rolldown/rolldown/commit/48dc08ec3bc69517a9fb3419f56d1a8a8b056b5c)) - add support for intro as str ([#​1820](https://redirect.github.com/rolldown/rolldown/issues/1820)) ([2c7e4f4](https://redirect.github.com/rolldown/rolldown/commit/2c7e4f4b5751965372efa5bdf48e56b9c23dc507)) - add support for outro as str ([#​1821](https://redirect.github.com/rolldown/rolldown/issues/1821)) ([46d56c4](https://redirect.github.com/rolldown/rolldown/commit/46d56c48b13eedf6f2e2f92cc6063e0debdee592)) - add use strict for iife ([#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705)) ([abe17bd](https://redirect.github.com/rolldown/rolldown/commit/abe17bdd3e9a8fb54f95c6d0074e60751d11c25e)) - add wasm fallback plugin ([#​1957](https://redirect.github.com/rolldown/rolldown/issues/1957)) ([3645f38](https://redirect.github.com/rolldown/rolldown/commit/3645f38014b06e5db80f87091f3d4d3cf4ffd41e)), closes [#​1919](https://redirect.github.com/rolldown/rolldown/issues/1919) - alias plugin ([#​2001](https://redirect.github.com/rolldown/rolldown/issues/2001)) ([872bf3a](https://redirect.github.com/rolldown/rolldown/commit/872bf3addb3db766649f28e43e9613a134daa2ca)), closes [/github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts#L62-L65](https://redirect.github.com//github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts/issues/L62-L65) - align cli options with unix ux patterns. ([#​1977](https://redirect.github.com/rolldown/rolldown/issues/1977)) ([c820678](https://redirect.github.com/rolldown/rolldown/commit/c8206787d038bb469f9797a1cd24db934f8c77a3)), closes [#​1924](https://redirect.github.com/rolldown/rolldown/issues/1924) - align generated chunk name with rollup ([#​2124](https://redirect.github.com/rolldown/rolldown/issues/2124)) ([0bec3bc](https://redirect.github.com/rolldown/rolldown/commit/0bec3bc9ac80aa3b51cd711b17e737a7a3f1b5ff)) - align OutputOptions#esModule with rollup ([#​1898](https://redirect.github.com/rolldown/rolldown/issues/1898)) ([c14406f](https://redirect.github.com/rolldown/rolldown/commit/c14406fb61051cba19833368a23539a4342c8e80)), closes [#​1888](https://redirect.github.com/rolldown/rolldown/issues/1888) [/github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs#L37-L38](https://redirect.github.com//github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs/issues/L37-L38) - allow passing array of array in `config.plugins` ([#​1938](https://redirect.github.com/rolldown/rolldown/issues/1938)) ([b4e33d5](https://redirect.github.com/rolldown/rolldown/commit/b4e33d5e1a1138491631f6b83047dac62f54ddce)) - allow rewrite `moduleType` in transform Hook ([#​1916](https://redirect.github.com/rolldown/rolldown/issues/1916)) ([cef3e57](https://redirect.github.com/rolldown/rolldown/commit/cef3e576aa2c7b09cb4cdf2bf1b5ab41ffa31887)) - assignment expr side effect detector ([#​2004](https://redirect.github.com/rolldown/rolldown/issues/2004)) ([dde9b33](https://redirect.github.com/rolldown/rolldown/commit/dde9b33b409bfc909d089769d2817f178e00f30f)) - build import analysis plugin ([#​2051](https://redirect.github.com/rolldown/rolldown/issues/2051)) ([9e461c2](https://redirect.github.com/rolldown/rolldown/commit/9e461c2cc21ce8094b3c20fb19a7a97da377502e)) - commonjs-variable-in-esm diagnostic ([#​1832](https://redirect.github.com/rolldown/rolldown/issues/1832)) ([ffd4533](https://redirect.github.com/rolldown/rolldown/commit/ffd453328ceb75331be56eedfc09e66150c495aa)), closes [/github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md#01411](https://redirect.github.com//github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md/issues/01411) - compose addon hooks ([#​2007](https://redirect.github.com/rolldown/rolldown/issues/2007)) ([08b6360](https://redirect.github.com/rolldown/rolldown/commit/08b6360b6e9e08b731ae7e6948ef67fc5b991c92)), closes [#​1999](https://redirect.github.com/rolldown/rolldown/issues/1999) - **css/wip:** add `css_entry_filenames` and `css_chunk_filenames` ([#​1678](https://redirect.github.com/rolldown/rolldown/issues/1678)) ([bc1c22e](https://redirect.github.com/rolldown/rolldown/commit/bc1c22ec5a7666b22e7709914cbafb3dc20d13f1)) - enable plugin api typing ([#​1765](https://redirect.github.com/rolldown/rolldown/issues/1765)) ([512fc61](https://redirect.github.com/rolldown/rolldown/commit/512fc6156a83655dae6a7c1939411cae93ed3d69)) - **error:** entry cannot be external ([#​1761](https://redirect.github.com/rolldown/rolldown/issues/1761)) ([b3179e7](https://redirect.github.com/rolldown/rolldown/commit/b3179e70dfa5130e4cdeaa67da67886c413536c6)) - **experimental:** builtin replace plugin ([#​2056](https://redirect.github.com/rolldown/rolldown/issues/2056)) ([f1e7ed0](https://redirect.github.com/rolldown/rolldown/commit/f1e7ed05fbee66e5d7ee761716bfa9345b2cceb6)) - **experimental:** support `enableComposingJsPlugins` option ([#​1693](https://redirect.github.com/rolldown/rolldown/issues/1693)) ([7aa56fe](https://redirect.github.com/rolldown/rolldown/commit/7aa56fea466220c0158d2c4b9d41f0220ed7fed0)) - gracefully shutdown the process when panic in `fetch_all_modules` ([#​2036](https://redirect.github.com/rolldown/rolldown/issues/2036)) ([c85883b](https://redirect.github.com/rolldown/rolldown/commit/c85883bb5a2ff8631d318816ef186ce5e7e723bd)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs#L286-L288](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs/issues/L286-L288) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs#L60-L62](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs/issues/L60-L62) - hook filter ([#​2047](https://redirect.github.com/rolldown/rolldown/issues/2047)) ([6039415](https://redirect.github.com/rolldown/rolldown/commit/60394157439658f0a105828bc0cf016bb490c816)) - implement the rest branches in side effect detector ([#​2009](https://redirect.github.com/rolldown/rolldown/issues/2009)) ([ef084bf](https://redirect.github.com/rolldown/rolldown/commit/ef084bf154b89ee4a65702dd0b46a4c9bdbcd159)) - import build analysis builtUrl ([#​2075](https://redirect.github.com/rolldown/rolldown/issues/2075)) ([0cf4345](https://redirect.github.com/rolldown/rolldown/commit/0cf43452e7885ab3e9af43edb4090fd252102db8)), closes [/github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts#L346-L350](https://redirect.github.com//github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts/issues/L346-L350) - improve resolve error ([#​2076](https://redirect.github.com/rolldown/rolldown/issues/2076)) ([ea4965f](https://redirect.github.com/rolldown/rolldown/commit/ea4965f7db76797b44041ee9fb79b3c5b58e50db)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - json plugin ([#​1951](https://redirect.github.com/rolldown/rolldown/issues/1951)) ([d221ecc](https://redirect.github.com/rolldown/rolldown/commit/d221eccdba70e7a504fc726efcf4de1be243caa3)) - load fallback plugin ([#​1922](https://redirect.github.com/rolldown/rolldown/issues/1922)) ([3ea6797](https://redirect.github.com/rolldown/rolldown/commit/3ea679734e75fec50dc33064fbc43531e4ff0b24)) - module preload config skip ([#​1845](https://redirect.github.com/rolldown/rolldown/issues/1845)) ([f55cfda](https://redirect.github.com/rolldown/rolldown/commit/f55cfda1cdb2d17c6c914261d410d3f95d5e867b)) - **node/composingJsPlugins:** support `resolveId` hook ([#​2021](https://redirect.github.com/rolldown/rolldown/issues/2021)) ([55c20b0](https://redirect.github.com/rolldown/rolldown/commit/55c20b09f4298d96fbbc83657abf9cb7095407dd)) - **node/rolldown:** add empty `PluginContext#addWatchFile` for shim ([#​1972](https://redirect.github.com/rolldown/rolldown/issues/1972)) ([559b424](https://redirect.github.com/rolldown/rolldown/commit/559b42478ed51215203b2db08ca171f27db722a1)) - **node/rolldown:** support `define` functionality ([#​1891](https://redirect.github.com/rolldown/rolldown/issues/1891)) ([43f6f22](https://redirect.github.com/rolldown/rolldown/commit/43f6f225e41a38df233eb4174fb5c03ff2e577b4)), closes [#​186](https://redirect.github.com/rolldown/rolldown/issues/186) - **node/rolldown:** support `InputOptions#inject` ([#​1946](https://redirect.github.com/rolldown/rolldown/issues/1946)) ([9071d6a](https://redirect.github.com/rolldown/rolldown/commit/9071d6a40832aad4fe3392b46c150b8cdfc45893)) - **node:** support CLI options. ([#​1963](https://redirect.github.com/rolldown/rolldown/issues/1963)) ([6d4ef7e](https://redirect.github.com/rolldown/rolldown/commit/6d4ef7efda3e4f24a0e9b95c830f7c5f02bb80f0)), closes [#​1955](https://redirect.github.com/rolldown/rolldown/issues/1955) - **node:** support passing `custom` in `PluginContext#resolve` ([#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874)) ([6a61bad](https://redirect.github.com/rolldown/rolldown/commit/6a61bad94feebcdf99c7b98b1e8336adc9c15dd4)), closes [/github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts#L181](https://redirect.github.com//github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts/issues/L181) - **packages/rolldown:** export `VERSION` ([#​2049](https://redirect.github.com/rolldown/rolldown/issues/2049)) ([806718d](https://redirect.github.com/rolldown/rolldown/commit/806718de1565efc5907abcc0e93bd8f7da30d3d8)), closes [/github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts#L1](https://redirect.github.com//github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts/issues/L1) - **plugin/replace:** objectGuards ([#​2121](https://redirect.github.com/rolldown/rolldown/issues/2121)) ([ea76b06](https://redirect.github.com/rolldown/rolldown/commit/ea76b061ebcaa64bdb96c7056b51d2f6ff9d0615)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [1#L46](https://redirect.github.com/1/issues/L46) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L41](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L41) - **plugin/replace:** prevent assignment ([#​2093](https://redirect.github.com/rolldown/rolldown/issues/2093)) ([18ac29c](https://redirect.github.com/rolldown/rolldown/commit/18ac29ca0d6997a74ca457f917daaae3f7773036)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L77-L82](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L77-L82) - provide more friendly diagnostics if could not read path from a resolveId hook ([#​1866](https://redirect.github.com/rolldown/rolldown/issues/1866)) ([690a63f](https://redirect.github.com/rolldown/rolldown/commit/690a63f7aacbf9bd57d3fb305f9acb3524d0c92e)), closes [#​1851](https://redirect.github.com/rolldown/rolldown/issues/1851) - **rolldown_ecmascript:** implement into_assignment_target ObjectPattern ([#​1921](https://redirect.github.com/rolldown/rolldown/issues/1921)) ([305f7cb](https://redirect.github.com/rolldown/rolldown/commit/305f7cb596639cad073fdb76670ec59b1df44007)), closes [/github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs#L61-L63](https://redirect.github.com//github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs/issues/L61-L63) - **rolldown:** bump oxc to v0.25.0 ([#​2042](https://redirect.github.com/rolldown/rolldown/issues/2042)) ([71d8201](https://redirect.github.com/rolldown/rolldown/commit/71d820145db7d4494849d2092fa521d78f50167c)) - **rust/plugin:** Support `custom` in `PluginContextResolveOptions` ([#​1876](https://redirect.githu </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.25.8` -> `7.26.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.8/7.26.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.25.8/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.25.8/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.25.8` -> `7.26.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.25.8/7.26.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-env/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-env/7.25.8/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.25.8/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript)) | [`7.25.7` -> `7.26.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.25.7/7.26.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-typescript/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-typescript/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-typescript/7.25.7/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-typescript/7.25.7/7.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@napi-rs/cli](https://redirect.github.com/napi-rs/napi-rs) | [`3.0.0-alpha.63` -> `3.0.0-alpha.64`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.63/3.0.0-alpha.64) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@napi-rs%2fcli/3.0.0-alpha.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@napi-rs%2fcli/3.0.0-alpha.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@napi-rs%2fcli/3.0.0-alpha.63/3.0.0-alpha.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@napi-rs%2fcli/3.0.0-alpha.63/3.0.0-alpha.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugins/tree/master/packages/commonjs/#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/commonjs)) | [`28.0.0` -> `28.0.1`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/28.0.0/28.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-commonjs/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-commonjs/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-commonjs/28.0.0/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-commonjs/28.0.0/28.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/lodash](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash)) | [`4.17.10` -> `4.17.13`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.10/4.17.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2flodash/4.17.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2flodash/4.17.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2flodash/4.17.10/4.17.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2flodash/4.17.10/4.17.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/mocha](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)) | [`10.0.7` -> `10.0.9`](https://renovatebot.com/diffs/npm/@types%2fmocha/10.0.7/10.0.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fmocha/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fmocha/10.0.7/10.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.2` -> `22.8.4`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.2/22.8.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.2/22.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.2/22.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [acorn](https://redirect.github.com/acornjs/acorn) | [`8.12.1` -> `8.14.0`](https://renovatebot.com/diffs/npm/acorn/8.12.1/8.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/acorn/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/acorn/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/acorn/8.12.1/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/acorn/8.12.1/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.15.2` -> `8.15.4`](https://renovatebot.com/diffs/npm/cspell/8.15.2/8.15.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.15.2/8.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.15.2/8.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/esbuild/0.23.1/0.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.23.1/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [execa](https://redirect.github.com/sindresorhus/execa) | [`9.4.0` -> `9.5.1`](https://renovatebot.com/diffs/npm/execa/9.4.0/9.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/9.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/9.4.0/9.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/9.4.0/9.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`10.7.3` -> `10.8.1`](https://renovatebot.com/diffs/npm/mocha/10.7.3/10.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/10.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.7.3/10.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.7.3/10.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.2` -> `0.10.3`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.10.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.2/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.2/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`9.9.0` -> `9.12.3`](https://renovatebot.com/diffs/npm/pnpm/9.9.0/9.12.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.9.0/9.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.9.0/9.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [remeda](https://remedajs.com/) ([source](https://redirect.github.com/remeda/remeda)) | [`2.15.0` -> `2.16.0`](https://renovatebot.com/diffs/npm/remeda/2.15.0/2.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remeda/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remeda/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remeda/2.15.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remeda/2.15.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.24.0` -> `4.24.3`](https://renovatebot.com/diffs/npm/rollup/4.24.0/4.24.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.24.0/4.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.24.0/4.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [terser](https://terser.org) ([source](https://redirect.github.com/terser/terser)) | [`5.34.1` -> `5.36.0`](https://renovatebot.com/diffs/npm/terser/5.34.1/5.36.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/terser/5.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/terser/5.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/terser/5.34.1/5.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/terser/5.34.1/5.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tinybench](https://redirect.github.com/tinylibs/tinybench) | [`3.0.0` -> `3.0.3`](https://renovatebot.com/diffs/npm/tinybench/3.0.0/3.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tinybench/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tinybench/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tinybench/3.0.0/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tinybench/3.0.0/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tree-sitter](https://redirect.github.com/tree-sitter/node-tree-sitter) | [`^0.21.1` -> `^0.22.0`](https://renovatebot.com/diffs/npm/tree-sitter/0.21.1/0.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tree-sitter/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tree-sitter/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tree-sitter/0.21.1/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tree-sitter/0.21.1/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.8` -> `5.4.10`](https://renovatebot.com/diffs/npm/vite/5.4.8/5.4.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.4.8/5.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.8/5.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitepress](https://vitepress.dev/) ([source](https://redirect.github.com/vuejs/vitepress)) | [`1.4.1` -> `1.4.2`](https://renovatebot.com/diffs/npm/vitepress/1.4.1/1.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.4.1/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.4.1/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitepress-plugin-group-icons](https://redirect.github.com/yuyinws/vitepress-plugin-group-icons) | [`1.2.4` -> `1.3.0`](https://renovatebot.com/diffs/npm/vitepress-plugin-group-icons/1.2.4/1.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress-plugin-group-icons/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress-plugin-group-icons/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress-plugin-group-icons/1.2.4/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress-plugin-group-icons/1.2.4/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`2.1.2` -> `2.1.4`](https://renovatebot.com/diffs/npm/vitest/2.1.2/2.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.1.2/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.1.2/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [web-tree-sitter](https://redirect.github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) ([source](https://redirect.github.com/tree-sitter/tree-sitter)) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/web-tree-sitter/0.23.1/0.24.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/web-tree-sitter/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/web-tree-sitter/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/web-tree-sitter/0.23.1/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/web-tree-sitter/0.23.1/0.24.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [why-is-node-running](https://redirect.github.com/mafintosh/why-is-node-running) | [`3.2.0` -> `3.2.1`](https://renovatebot.com/diffs/npm/why-is-node-running/3.2.0/3.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/why-is-node-running/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/why-is-node-running/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/why-is-node-running/3.2.0/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/why-is-node-running/3.2.0/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [zod-to-json-schema](https://redirect.github.com/StefanTerdell/zod-to-json-schema) | [`3.23.3` -> `3.23.5`](https://renovatebot.com/diffs/npm/zod-to-json-schema/3.23.3/3.23.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zod-to-json-schema/3.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod-to-json-schema/3.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod-to-json-schema/3.23.3/3.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod-to-json-schema/3.23.3/3.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.26.0`](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.8...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#​16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@​JLHwung](https://redirect.github.com/JLHwung)) - Other - [#​16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@​victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#​16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) </details> <details> <summary>babel/babel (@​babel/preset-env)</summary> ### [`v7.26.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7260-2024-10-25) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) ##### :rocket: New Feature - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#​16850](https://redirect.github.com/babel/babel/pull/16850) Enable import attributes parsing by default ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core` - [#​16862](https://redirect.github.com/babel/babel/pull/16862) feat: support async plugin's pre/post ([@​timofei-iatsenko](https://redirect.github.com/timofei-iatsenko)) - `babel-compat-data`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-transform-regexp-modifiers`, `babel-preset-env`, `babel-standalone` - [#​16692](https://redirect.github.com/babel/babel/pull/16692) Add `transform-regexp-modifiers` to `preset-env` ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#​16849](https://redirect.github.com/babel/babel/pull/16849) feat: add `startIndex` parser option ([@​DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-flow` - [#​16841](https://redirect.github.com/babel/babel/pull/16841) Always enable parsing of Flow enums ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs3` - [#​16794](https://redirect.github.com/babel/babel/pull/16794) Support `import()` in `rewriteImportExtensions` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-parser` - [#​16708](https://redirect.github.com/babel/babel/pull/16708) Add experimental format-preserving mode to `@babel/generator` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-core` - [#​16928](https://redirect.github.com/babel/babel/pull/16928) Workaround Node.js bug for parallel loading of TLA modules ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16926](https://redirect.github.com/babel/babel/pull/16926) Fix loading of modules with TLA in Node.js 23 ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-proposal-json-modules`, `babel-plugin-transform-json-modules`, `babel-standalone` - [#​16924](https://redirect.github.com/babel/babel/pull/16924) Rename `proposal-json-modules` to `transform-json-modules` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16896](https://redirect.github.com/babel/babel/pull/16896) Inline `@babel/highlight` in `@babel/code-frame` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​16732](https://redirect.github.com/babel/babel/pull/16732) Add `kind` to `TSModuleDeclaration` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​16882](https://redirect.github.com/babel/babel/pull/16882) perf: Improve module transforms ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.8...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#​16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@​JLHwung](https://redirect.github.com/JLHwung)) - Other - [#​16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@​victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#​16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) </details> <details> <summary>napi-rs/napi-rs (@​napi-rs/cli)</summary> ### [`v3.0.0-alpha.64`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%403.0.0-alpha.64) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) #### What's Changed - feat(cli): support ESM binding by [@​wemeetagain](https://redirect.github.com/wemeetagain) in [https://github.com/napi-rs/napi-rs/pull/2284](https://redirect.github.com/napi-rs/napi-rs/pull/2284) #### New Contributors - [@​wemeetagain](https://redirect.github.com/wemeetagain) made their first contribution in [https://github.com/napi-rs/napi-rs/pull/2284](https://redirect.github.com/napi-rs/napi-rs/pull/2284) **Full Changelog**: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)[@​3](https://redirect.github.com/3).0.0-alpha.64 </details> <details> <summary>rollup/plugins (@​rollup/plugin-commonjs)</summary> ### [`v28.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2801) *2024-10-16* ##### Updates - chore: upgrade picomatch ([#​1775](https://redirect.github.com/rollup/plugins/issues/1775)) </details> <details> <summary>acornjs/acorn (acorn)</summary> ### [`v8.14.0`](https://redirect.github.com/acornjs/acorn/compare/8.13.0...8.14.0) [Compare Source](https://redirect.github.com/acornjs/acorn/compare/8.13.0...8.14.0) ### [`v8.13.0`](https://redirect.github.com/acornjs/acorn/compare/8.12.1...8.13.0) [Compare Source](https://redirect.github.com/acornjs/acorn/compare/8.12.1...8.13.0) </details> <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.15.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8154-2024-10-18-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.3...v8.15.4) - chore: Update Integration Test Performance Data ([#​6389](https://redirect.github.com/streetsidesoftware/cspell/issues/6389)) ([7ece6a7](https://redirect.github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#​6389](https://redirect.github.com/streetsidesoftware/cspell/issues/6389) ### [`v8.15.3`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8153-2024-10-16-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.2...v8.15.3) - chore: Update Integration Test Performance Data ([#​6377](https://redirect.github.com/streetsidesoftware/cspell/issues/6377)) ([7ff6781](https://redirect.github.com/streetsidesoftware/cspell/commit/7ff6781)), closes [#​6377](https://redirect.github.com/streetsidesoftware/cspell/issues/6377) </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.24.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.23.1...v0.24.0) ***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.23.0` or `~0.23.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Drop support for older platforms ([#​3902](https://redirect.github.com/evanw/esbuild/pull/3902)) This release drops support for the following operating system: - macOS 10.15 Catalina This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later. Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this: git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version - Fix class field decorators in TypeScript if `useDefineForClassFields` is `false` ([#​3913](https://redirect.github.com/evanw/esbuild/issues/3913)) Setting the `useDefineForClassFields` flag to `false` in `tsconfig.json` means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release. - Avoid incorrect cycle warning with `tsconfig.json` multiple inheritance ([#​3898](https://redirect.github.com/evanw/esbuild/issues/3898)) TypeScript 5.0 introduced multiple inheritance for `tsconfig.json` files where `extends` can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, `tsconfig.json` files containing this edge case should work correctly without generating a warning. - Handle Yarn Plug'n'Play stack overflow with `tsconfig.json` ([#​3915](https://redirect.github.com/evanw/esbuild/issues/3915)) Previously a `tsconfig.json` file that `extends` another file in a package with an `exports` map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release. - Work around more issues with Deno 1.31+ ([#​3917](https://redirect.github.com/evanw/esbuild/pull/3917)) This version of Deno broke the `stdin` and `stdout` properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when `import.meta.main` is `true`). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release. This fix was contributed by [@​Joshix-1](https://redirect.github.com/Joshix-1). </details> <details> <summary>sindresorhus/execa (execa)</summary> ### [`v9.5.1`](https://redirect.github.com/sindresorhus/execa/compare/v9.5.0...c8cff27a47b6e6f1cfbfec2bf7fa9dcd08cefed1) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.5.0...v9.5.1) ### [`v9.5.0`](https://redirect.github.com/sindresorhus/execa/compare/v9.4.1...4d1e55a68d79f4ffc2b3393277ea366598807413) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.4.1...v9.5.0) ### [`v9.4.1`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.4.1) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.4.0...v9.4.1) ##### Bug fixes - Fix using `process.execPath` with Deno. Thanks [@​w3cj](https://redirect.github.com/w3cj)! ([#​1160](https://redirect.github.com/sindresorhus/execa/issues/1160)) </details> <details> <summary>mochajs/mocha (mocha)</summary> ### [`v10.8.1`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1081-2024-10-29) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v10.8.0...v10.8.1) ##### 🩹 Fixes - handle case of invalid package.json with no explicit config ([#​5198](https://redirect.github.com/mochajs/mocha/issues/5198)) ([f72bc17](https://redirect.github.com/mochajs/mocha/commit/f72bc17cb44164bcfff7abc83d0d37d99a061104)) - Typos on mochajs.org ([#​5237](https://redirect.github.com/mochajs/mocha/issues/5237)) ([d8ca270](https://redirect.github.com/mochajs/mocha/commit/d8ca270a960554c9d5c5fbf264e89d668d01ff0d)) - use accurate test links in HTML reporter ([#​5228](https://redirect.github.com/mochajs/mocha/issues/5228)) ([68803b6](https://redirect.github.com/mochajs/mocha/commit/68803b685d55dcccc51fa6ccfd27701cda4e26ed)) ### [`v10.8.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1080-2024-10-29) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v10.7.3...v10.8.0) ##### 🌟 Features - highlight browser failures ([#​5222](https://redirect.github.com/mochajs/mocha/issues/5222)) ([8ff4845](https://redirect.github.com/mochajs/mocha/commit/8ff48453a8b12d9cacf56b0c0c544c8256af64c7)) ##### 🩹 Fixes - remove `:is()` from `mocha.css` to support older browsers ([#​5225](https://redirect.github.com/mochajs/mocha/issues/5225)) ([#​5227](https://redirect.github.com/mochajs/mocha/issues/5227)) ([0a24b58](https://redirect.github.com/mochajs/mocha/commit/0a24b58477ea8ad146afc798930800b02c08790a)) ##### 📚 Documentation - add `SECURITY.md` pointing to Tidelift ([#​5210](https://redirect.github.com/mochajs/mocha/issues/5210)) ([bd7e63a](https://redirect.github.com/mochajs/mocha/commit/bd7e63a1f6d98535ce1ed1ecdb57b3e4db8a33c5)) - adopt Collective Funds Guidelines 0.1 ([#​5199](https://redirect.github.com/mochajs/mocha/issues/5199)) ([2b03d86](https://redirect.github.com/mochajs/mocha/commit/2b03d865eec63d627ff229e07d777f25061260d4)) - update README, LICENSE and fix outdated ([#​5197](https://redirect.github.com/mochajs/mocha/issues/5197)) ([1203e0e](https://redirect.github.com/mochajs/mocha/commit/1203e0ed739bbbf12166078738357fdb29a8c000)) ##### 🧹 Chores - fix npm scripts on windows ([#​5219](https://redirect.github.com/mochajs/mocha/issues/5219)) ([1173da0](https://redirect.github.com/mochajs/mocha/commit/1173da0bf614e8d2a826687802ee8cbe8671ccf1)) - remove trailing whitespace in SECURITY.md ([7563e59](https://redirect.github.com/mochajs/mocha/commit/7563e59ae3c78ada305d26eadb86998ab54342da)) </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: IWANABETHATGUY <[email protected]>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.8.4` -> `22.8.7`](https://renovatebot.com/diffs/npm/@types%2fnode/22.8.4/22.8.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.8.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.8.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.8.4/22.8.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.8.4/22.8.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.15.4` -> `8.15.7`](https://renovatebot.com/diffs/npm/cspell/8.15.4/8.15.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.15.4/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.15.4/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`10.8.1` -> `10.8.2`](https://renovatebot.com/diffs/npm/mocha/10.8.1/10.8.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.8.1/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.8.1/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [npm-rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`0.12.2` -> `0.13.2`](https://renovatebot.com/diffs/npm/npm-rolldown/0.12.2/0.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-rolldown/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-rolldown/0.12.2/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.10.3` -> `0.11.0`](https://renovatebot.com/diffs/npm/oxlint/0.10.3/0.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.10.3/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.10.3/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitepress](https://vitepress.dev/) ([source](https://redirect.github.com/vuejs/vitepress)) | [`1.4.2` -> `1.4.5`](https://renovatebot.com/diffs/npm/vitepress/1.4.2/1.4.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.4.2/1.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.4.2/1.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [zx](https://google.github.io/zx/) ([source](https://redirect.github.com/google/zx)) | [`8.1.9` -> `8.2.0`](https://renovatebot.com/diffs/npm/zx/8.1.9/8.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zx/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zx/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zx/8.1.9/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zx/8.1.9/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.15.7`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8157-2024-11-03-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.6...v8.15.7) - ci: Workflow Bot -- Update ALL Dependencies (main) ([#​6456](https://redirect.github.com/streetsidesoftware/cspell/issues/6456)) ([d4bd0dd](https://redirect.github.com/streetsidesoftware/cspell/commit/d4bd0dd)), closes [#​6456](https://redirect.github.com/streetsidesoftware/cspell/issues/6456) ### [`v8.15.6`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8156-2024-11-02-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.5...v8.15.6) - chore: Update Integration Test Performance Data ([#​6455](https://redirect.github.com/streetsidesoftware/cspell/issues/6455)) ([be8b15a](https://redirect.github.com/streetsidesoftware/cspell/commit/be8b15a)), closes [#​6455](https://redirect.github.com/streetsidesoftware/cspell/issues/6455) ### [`v8.15.5`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8155-2024-10-30-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.4...v8.15.5) - ci: Workflow Bot -- Update ALL Dependencies (main) ([#​6442](https://redirect.github.com/streetsidesoftware/cspell/issues/6442)) ([70f43cc](https://redirect.github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#​6442](https://redirect.github.com/streetsidesoftware/cspell/issues/6442) </details> <details> <summary>mochajs/mocha (mocha)</summary> ### [`v10.8.2`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1082-2024-10-30) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v10.8.1...v10.8.2) ##### 🩹 Fixes - support errors with circular dependencies in object values with --parallel ([#​5212](https://redirect.github.com/mochajs/mocha/issues/5212)) ([ba0fefe](https://redirect.github.com/mochajs/mocha/commit/ba0fefe10b08a689cf49edc3818026938aa3a240)) - test link in html reporter ([#​5224](https://redirect.github.com/mochajs/mocha/issues/5224)) ([f054acc](https://redirect.github.com/mochajs/mocha/commit/f054acc1f60714bbe00ad1ab270fb4977836d045)) ##### 📚 Documentation - indicate 'exports' interface does not work in browsers ([#​5181](https://redirect.github.com/mochajs/mocha/issues/5181)) ([14e640e](https://redirect.github.com/mochajs/mocha/commit/14e640ee49718d587779a9594b18f3796c42cf2a)) ##### 🧹 Chores - fix docs builds by re-adding eleventy and ignoring gitignore again ([#​5240](https://redirect.github.com/mochajs/mocha/issues/5240)) ([881e3b0](https://redirect.github.com/mochajs/mocha/commit/881e3b0ca2e24284aab2a04f63639a0aa9e0ad1b)) ##### 🤖 Automation - **deps:** bump the github-actions group with 1 update ([#​5132](https://redirect.github.com/mochajs/mocha/issues/5132)) ([e536ab2](https://redirect.github.com/mochajs/mocha/commit/e536ab25b308774e3103006c044cb996a2e17c87)) </details> <details> <summary>rolldown/rolldown (npm-rolldown)</summary> ### [`v0.13.2`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0132-2024-09-06) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.1...v0.13.2) ##### Features - **node/advance-chunks:** support global fallback for `minSize`, `minShareCount` ([#​2178](https://redirect.github.com/rolldown/rolldown/issues/2178)) ([78c7750](https://redirect.github.com/rolldown/rolldown/commit/78c7750f186391d145f5b317a9ff6e5fbb2ba508)) - **node/advance-chunks:** support passing `minSize`, `minShareCount` ([#​2177](https://redirect.github.com/rolldown/rolldown/issues/2177)) ([3c95d30](https://redirect.github.com/rolldown/rolldown/commit/3c95d308a849ef6485410ef3248935198f3fcec0)) - **rust/advance-chunks:** support `min_share_count` option ([#​2176](https://redirect.github.com/rolldown/rolldown/issues/2176)) ([689cbc2](https://redirect.github.com/rolldown/rolldown/commit/689cbc23b43b3df99c9819d2a89911dcc80fac1b)) - **rust/advance-chunks:** support `min_size` option ([#​2175](https://redirect.github.com/rolldown/rolldown/issues/2175)) ([1e9c2d9](https://redirect.github.com/rolldown/rolldown/commit/1e9c2d9bf8195df869186f11a9c73539408ca067)) ### [`v0.13.1`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0131-2024-09-05) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.13.0...v0.13.1) ##### Bug Fixes - `process.env.NODE_ENV` inside paren expr ([#​2153](https://redirect.github.com/rolldown/rolldown/issues/2153)) ([fddb2f5](https://redirect.github.com/rolldown/rolldown/commit/fddb2f58a52c79c30d83b9b1c542bb816df5ef49)) - 🐛 make `examples/rollup-plugin-esbuild` build successfully ([#​2164](https://redirect.github.com/rolldown/rolldown/issues/2164)) ([49f2d83](https://redirect.github.com/rolldown/rolldown/commit/49f2d8359069c96611aece143c602a4b9b1230d8)), closes [#​2163](https://redirect.github.com/rolldown/rolldown/issues/2163) - mark knownGlobals global ident and global member access as side effects free ([#​2154](https://redirect.github.com/rolldown/rolldown/issues/2154)) ([00ff45d](https://redirect.github.com/rolldown/rolldown/commit/00ff45dc7833cb8b0ad4dd6c526bb1acd50c8ad9)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L30-L850](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L30-L850) [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go#L940-L961](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/config/globals.go/issues/L940-L961) - module type mapping ([#​2151](https://redirect.github.com/rolldown/rolldown/issues/2151)) ([c2e77b5](https://redirect.github.com/rolldown/rolldown/commit/c2e77b5aa5a64c03c397ce55e9bc0356426b9aad)) - **rolldown:** remove `console.log` ([#​2145](https://redirect.github.com/rolldown/rolldown/issues/2145)) ([d24c337](https://redirect.github.com/rolldown/rolldown/commit/d24c3371798831915a1c5ae51c49c5664dbf7d6a)) - **rolldown:** side effect detector mark `+1` `-1` as number literal ([#​2162](https://redirect.github.com/rolldown/rolldown/issues/2162)) ([40ae24d](https://redirect.github.com/rolldown/rolldown/commit/40ae24d59711599e8fb23ae5f3619144eb001cec)) ##### Features - **node/rolldown:** support `OutputOptions#advancedChunks` ([#​2167](https://redirect.github.com/rolldown/rolldown/issues/2167)) ([851475d](https://redirect.github.com/rolldown/rolldown/commit/851475d9d318ddab904d38eb6bfabc118d2707e8)) - **rust/advance-chunks:** A module could be catched by multiple match groups ([#​2155](https://redirect.github.com/rolldown/rolldown/issues/2155)) ([071efd8](https://redirect.github.com/rolldown/rolldown/commit/071efd83bc24148c4a8aadac287f7c150be0d88d)) - **rust/advance-chunks:** rework with new API deisgn ([#​2146](https://redirect.github.com/rolldown/rolldown/issues/2146)) ([6339062](https://redirect.github.com/rolldown/rolldown/commit/6339062a086570e6e5d6a3f6b8e4e13b379a3957)) - **rust/advance-chunks:** should include matched module's dependencies too ([#​2161](https://redirect.github.com/rolldown/rolldown/issues/2161)) ([a557b51](https://redirect.github.com/rolldown/rolldown/commit/a557b512605b5722a7653c5d27e75abbdd0e90ec)) - **rust/advance-chunks:** support `test` using regex ([#​2152](https://redirect.github.com/rolldown/rolldown/issues/2152)) ([b7b2ac5](https://redirect.github.com/rolldown/rolldown/commit/b7b2ac541145b9f974e049a9077df136eda34323)) ##### Performance Improvements - codegen in multiple chunks ([#​2122](https://redirect.github.com/rolldown/rolldown/issues/2122)) ([ee878c8](https://redirect.github.com/rolldown/rolldown/commit/ee878c8a97ce8841dc2bd9337da422752a683a71)) ### [`v0.13.0`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#0130-2024-09-03) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v0.12.2...v0.13.0) ##### Bug Fixes - incorrect point free function call ([#​1697](https://redirect.github.com/rolldown/rolldown/issues/1697)) ([4fb7ab6](https://redirect.github.com/rolldown/rolldown/commit/4fb7ab6c83ebd0195dcc99b63e1b73fb02ca3c00)) - JSON.parse() should not have side effect ([#​2029](https://redirect.github.com/rolldown/rolldown/issues/2029)) ([4ca169c](https://redirect.github.com/rolldown/rolldown/commit/4ca169ce74548b647c38cbcda6c2991b77a9d3c7)) - share replace global define config ([#​1902](https://redirect.github.com/rolldown/rolldown/issues/1902)) ([eee1db0](https://redirect.github.com/rolldown/rolldown/commit/eee1db08020c641bd56101a71f3714b501cd61b8)) - should not compose if there is only one pending plugin ([#​1781](https://redirect.github.com/rolldown/rolldown/issues/1781)) ([f3e4933](https://redirect.github.com/rolldown/rolldown/commit/f3e49330c5a5506d3aea5619569cb8d2cbae73d1)) - should not url encode when plain text ([#​1724](https://redirect.github.com/rolldown/rolldown/issues/1724)) ([779f16d](https://redirect.github.com/rolldown/rolldown/commit/779f16da869ad109451c1947487ebff6d40bd1d7)) - 🐛 auto guess module type when load hook no specify ([#​1930](https://redirect.github.com/rolldown/rolldown/issues/1930)) ([7d36481](https://redirect.github.com/rolldown/rolldown/commit/7d36481c75fdaa2d0b8c5e8d660f1d776f2d178d)) - Add namespace for each builtin plugin ([#​1931](https://redirect.github.com/rolldown/rolldown/issues/1931)) ([43f863b](https://redirect.github.com/rolldown/rolldown/commit/43f863b3c948e19b94ffeb18bf6e7ad6991b40c6)), closes [/github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts#L174-L174](https://redirect.github.com//github.com/rolldown/vite/blob/3bf86e3f715c952a032b476b60c8c869e9c50f3f/packages/vite/src/node/plugins/dynamicImportVars.ts/issues/L174-L174) - Allowing gcc builds on windows ([#​2034](https://redirect.github.com/rolldown/rolldown/issues/2034)) ([e6b9f14](https://redirect.github.com/rolldown/rolldown/commit/e6b9f148b3e50a4db7ccf646e3d38c2dca607aaf)) - avoid panic if member expr referneced to non-namespace symbol ([#​1784](https://redirect.github.com/rolldown/rolldown/issues/1784)) ([3d30284](https://redirect.github.com/rolldown/rolldown/commit/3d3028452d77854a8cd596a5094d28b37d3ce2ba)) - avoid take first chunk if bundle is empty ([#​1887](https://redirect.github.com/rolldown/rolldown/issues/1887)) ([03f6dc9](https://redirect.github.com/rolldown/rolldown/commit/03f6dc99db5687719585e07c489f31dc7b861251)) - base64 handling ([#​1725](https://redirect.github.com/rolldown/rolldown/issues/1725)) ([af95809](https://redirect.github.com/rolldown/rolldown/commit/af95809fcdeb273b071b9cafb0f8f804ab7c911d)) - chained reexport star cjs ([#​2100](https://redirect.github.com/rolldown/rolldown/issues/2100)) ([04a8bba](https://redirect.github.com/rolldown/rolldown/commit/04a8bba32b1c5616ce85aa3e50c9fbb727d5eff5)) - circular ref in rolldown package bundle ([#​1849](https://redirect.github.com/rolldown/rolldown/issues/1849)) ([3c3cb83](https://redirect.github.com/rolldown/rolldown/commit/3c3cb8340bddc59cdceb51cd451651d97ed76e62)) - **cjs:** aovid generate assgin pattern if chunk imports nothing ([#​1959](https://redirect.github.com/rolldown/rolldown/issues/1959)) ([32c3363](https://redirect.github.com/rolldown/rolldown/commit/32c33631f2d99cc2ac72a2c4733bf9dae8970f5c)) - **cli:** `rolldown -c` should not print help messages ([#​1993](https://redirect.github.com/rolldown/rolldown/issues/1993)) ([a82ccc6](https://redirect.github.com/rolldown/rolldown/commit/a82ccc6a9bd733ee326d28e8b57f4240993c5436)) - **cli:** should not hang if error occured ([#​2035](https://redirect.github.com/rolldown/rolldown/issues/2035)) ([8e0cb61](https://redirect.github.com/rolldown/rolldown/commit/8e0cb613e4dd50b5f70a4a648ad72d243b80a432)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - collect depended_symbol when `canonical_ref` has `ns_alias` ([#​2095](https://redirect.github.com/rolldown/rolldown/issues/2095)) ([ab6b043](https://redirect.github.com/rolldown/rolldown/commit/ab6b0434da24f814edf3becc42dd63557beea87e)), closes [#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079) - collect-dependends-symbol ([#​2079](https://redirect.github.com/rolldown/rolldown/issues/2079)) ([0205983](https://redirect.github.com/rolldown/rolldown/commit/02059832b3cce75498fb19ccfe6f9537421dd057)), closes [#​2038](https://redirect.github.com/rolldown/rolldown/issues/2038) - dedup export all external in entry module ([#​1786](https://redirect.github.com/rolldown/rolldown/issues/1786)) ([3eba8a3](https://redirect.github.com/rolldown/rolldown/commit/3eba8a33042f27bb3077f3c0c873a8c7caf71911)) - ensure ordering of assign chunk name ([#​1981](https://redirect.github.com/rolldown/rolldown/issues/1981)) ([7ac1381](https://redirect.github.com/rolldown/rolldown/commit/7ac138156b3c303ca184cc33264251dedcae9b32)) - ensure referenced symbols by entry point chunk got deconflicted ([#​2094](https://redirect.github.com/rolldown/rolldown/issues/2094)) ([dc98faa](https://redirect.github.com/rolldown/rolldown/commit/dc98faa6248c9b5391acc79df2da6ec1212960fe)), closes [#​1722](https://redirect.github.com/rolldown/rolldown/issues/1722) [#​2085](https://redirect.github.com/rolldown/rolldown/issues/2085) - entry chunk should be at first ([#​2089](https://redirect.github.com/rolldown/rolldown/issues/2089)) ([8b7734e](https://redirect.github.com/rolldown/rolldown/commit/8b7734e56ec2e8ea2fca4ff55d782c74d6049ffe)) - eval warning should only emit when used as callExpr ([#​2054](https://redirect.github.com/rolldown/rolldown/issues/2054)) ([e350abe](https://redirect.github.com/rolldown/rolldown/commit/e350abe0bd5ea6961b58b2d558f343aaf8390bf7)) - **experimental:** wrong `transform` behavior after composing ([#​1701](https://redirect.github.com/rolldown/rolldown/issues/1701)) ([3a1f216](https://redirect.github.com/rolldown/rolldown/commit/3a1f216be0065b531649c8ae01192d542cde1a92)) - external module side effects should respect hook returned side e… ([#​2068](https://redirect.github.com/rolldown/rolldown/issues/2068)) ([0f9391b](https://redirect.github.com/rolldown/rolldown/commit/0f9391b9ac6b65bbe1aebf045d45d74a604772a2)) - fix `absolute_preliminary_filename` not taking `options.cwd` into account ([#​1935](https://redirect.github.com/rolldown/rolldown/issues/1935)) ([6b6d713](https://redirect.github.com/rolldown/rolldown/commit/6b6d71304610d2f7985f05f05623b39fe7bcaed2)) - **foramt/cjs:** preserve semantic of entries exports even in wrapped ([#​1788](https://redirect.github.com/rolldown/rolldown/issues/1788)) ([b79e7e0](https://redirect.github.com/rolldown/rolldown/commit/b79e7e0a1bb75d4270b4cd7076c214796807f9ee)) - **format/cjs:** exported bindings should be lived. Part1 ([#​1791](https://redirect.github.com/rolldown/rolldown/issues/1791)) ([17ca21d](https://redirect.github.com/rolldown/rolldown/commit/17ca21daf7c0f80c9bd5ccdf546092dfc7d08625)) - **format/cjs:** should keep live bindings for common chunks ([#​1805](https://redirect.github.com/rolldown/rolldown/issues/1805)) ([145f105](https://redirect.github.com/rolldown/rolldown/commit/145f1052d4ad89029843050a14674fe676077881)) - **format/cjs:** support `cjs-module-lexer` for `export * from 'external'` ([#​1854](https://redirect.github.com/rolldown/rolldown/issues/1854)) ([de1f5f5](https://redirect.github.com/rolldown/rolldown/commit/de1f5f580be4ed74d964d54b745c75c387980659)) - generate valid file name for virtual module chunk ([#​1782](https://redirect.github.com/rolldown/rolldown/issues/1782)) ([d041e08](https://redirect.github.com/rolldown/rolldown/commit/d041e08abc340c573196c9df05d073e7bb0ca665)) - guessing module type ([#​2086](https://redirect.github.com/rolldown/rolldown/issues/2086)) ([aa5b528](https://redirect.github.com/rolldown/rolldown/commit/aa5b528a3fca6679abfe6c9c051291d5026bebb2)) - index_cross_chunk_imports should including share chunk ([#​1890](https://redirect.github.com/rolldown/rolldown/issues/1890)) ([290ecc7](https://redirect.github.com/rolldown/rolldown/commit/290ecc703e7896106a0cc0a391b2bbf869cfe4bd)) - move `banner` ahead of the file in `cjs` format. ([#​1707](https://redirect.github.com/rolldown/rolldown/issues/1707)) ([2640072](https://redirect.github.com/rolldown/rolldown/commit/2640072c9edd83ade6ece5da7599a686cc5fa5e4)), closes [#​1706](https://redirect.github.com/rolldown/rolldown/issues/1706) [#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705) [/github.com/rolldown/rolldown/pull/1705#discussion_r1689236056](https://redirect.github.com//github.com/rolldown/rolldown/pull/1705/issues/discussion_r1689236056) - **node/compose-plugins:** Plugin that uses `order` meta is considered as not composable ([#​1943](https://redirect.github.com/rolldown/rolldown/issues/1943)) ([ebfebf3](https://redirect.github.com/rolldown/rolldown/commit/ebfebf30d3bfea4d8c9034b09e9032752d332ad7)) - **node/composePlugins:** ensure correct semantic of `PluginContext#resolveId` of all hooks ([#​2050](https://redirect.github.com/rolldown/rolldown/issues/2050)) ([f19b6c7](https://redirect.github.com/rolldown/rolldown/commit/f19b6c78fdfa22d6c54b2d46dc3043dd0e75a1d6)) - **node/plugin:** ensure order for generateBundle and writeBundle hooks ([#​1913](https://redirect.github.com/rolldown/rolldown/issues/1913)) ([b7e1d90](https://redirect.github.com/rolldown/rolldown/commit/b7e1d9064aee5d585bc205755351a2dce4b3052c)) - **node/rolldown:** mark all tsfn as weak to avoid long exit time ([#​2135](https://redirect.github.com/rolldown/rolldown/issues/2135)) ([06b578c](https://redirect.github.com/rolldown/rolldown/commit/06b578c04491db1d2eb840bccaa1091f85f449a0)), closes [/github.com/rolldown/rolldown/pull/985#issuecomment-2081384205](https://redirect.github.com//github.com/rolldown/rolldown/pull/985/issues/issuecomment-2081384205) - **packages/rolldown:** export `package.json` ([#​2048](https://redirect.github.com/rolldown/rolldown/issues/2048)) ([5aa76dc](https://redirect.github.com/rolldown/rolldown/commit/5aa76dc6f3421373bb5053c34743ec5a4a99e1c1)) - pass `output.globals` to Rust side. ([#​1912](https://redirect.github.com/rolldown/rolldown/issues/1912)) ([bd84267](https://redirect.github.com/rolldown/rolldown/commit/bd8426723869a271363efed6550928b76c2131a4)) - perform percent encoding to reserved chars in dataurl. ([#​1729](https://redirect.github.com/rolldown/rolldown/issues/1729)) ([d75e77c](https://redirect.github.com/rolldown/rolldown/commit/d75e77c4520218131c2561250774a2644427c9e2)), closes [#​1406](https://redirect.github.com/rolldown/rolldown/issues/1406) [/datatracker.ietf.org/doc/html/rfc3986#section-2](https://redirect.github.com//datatracker.ietf.org/doc/html/rfc3986/issues/section-2) - **plugin/replace:** handle backtrack limit exceeded error ([#​2088](https://redirect.github.com/rolldown/rolldown/issues/2088)) ([33fca46](https://redirect.github.com/rolldown/rolldown/commit/33fca46a353afa47d0f35b0a723622e167ec97de)), closes [/github.com/rolldown/rolldown/pull/2056#issuecomment-2316570663](https://redirect.github.com//github.com/rolldown/rolldown/pull/2056/issues/issuecomment-2316570663) - remove name assignment in IIFE that doesn't have export. ([#​1900](https://redirect.github.com/rolldown/rolldown/issues/1900)) ([13f4adc](https://redirect.github.com/rolldown/rolldown/commit/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5)) - remove napi deferred_trace feature ([#​2018](https://redirect.github.com/rolldown/rolldown/issues/2018)) ([b99f74e](https://redirect.github.com/rolldown/rolldown/commit/b99f74ef66b45664ca18f6e2b5b3444259ac220d)) - remove redundant code in `export * from 'external'` for esm format ([#​1974](https://redirect.github.com/rolldown/rolldown/issues/1974)) ([2eb06ef](https://redirect.github.com/rolldown/rolldown/commit/2eb06ef40cc19fb69bde2f9dece41479260e3fd2)) - remove ts expect error ([#​1817](https://redirect.github.com/rolldown/rolldown/issues/1817)) ([3153a61](https://redirect.github.com/rolldown/rolldown/commit/3153a614c9dab13d655fdebd51bd51f6b520a1c8)), closes [#​1811](https://redirect.github.com/rolldown/rolldown/issues/1811) - reserve `reserved-key` in json module type. ([#​1746](https://redirect.github.com/rolldown/rolldown/issues/1746)) ([7243165](https://redirect.github.com/rolldown/rolldown/commit/72431654b3eccccac78d0ca60d3516a11af5a165)), closes [oxc-project/oxc#4484](https://redirect.github.com/oxc-project/oxc/issues/4484) - resolve conflict `exports` key in `CJS` and `IIFE`. ([#​1837](https://redirect.github.com/rolldown/rolldown/issues/1837)) ([2953b90](https://redirect.github.com/rolldown/rolldown/commit/2953b9023450639a5450ac94d9ba666c04ae86ae)), closes [#​1836](https://redirect.github.com/rolldown/rolldown/issues/1836) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [/github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042](https://redirect.github.com//github.com/rolldown/rolldown/pull/1694/issues/issuecomment-2245219042) [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) - **rolldown:** fix inject test where `alias` can be a member expression ([#​1934](https://redirect.github.com/rolldown/rolldown/issues/1934)) ([c5aafad](https://redirect.github.com/rolldown/rolldown/commit/c5aafadfa5704cbe679bf6fb68e1810d08a642a3)), closes [/github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125](https://redirect.github.com//github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js/issues/L125) - **rolldown:** should correct rewrite path of dynamic imported external modules ([#​1738](https://redirect.github.com/rolldown/rolldown/issues/1738)) ([c682b76](https://redirect.github.com/rolldown/rolldown/commit/c682b76d214bd50711c8e8c6ffd1acb1a4b2e17f)), closes [#​1723](https://redirect.github.com/rolldown/rolldown/issues/1723) - **rust/rolldown:** prevent segment fault in `generate_bundle` by removing unsafe code ([#​1905](https://redirect.github.com/rolldown/rolldown/issues/1905)) ([9802478](https://redirect.github.com/rolldown/rolldown/commit/98024783c9f09475a537c05db9b722cbc9c4193b)) - same filenames cause bundle error ([#​1984](https://redirect.github.com/rolldown/rolldown/issues/1984)) ([c4aca98](https://redirect.github.com/rolldown/rolldown/commit/c4aca984a910503273e4b2435fa13f8c5a68023c)), closes [#​1944](https://redirect.github.com/rolldown/rolldown/issues/1944) [/github.com/rolldown/rolldown/issues/1944#issuecomment-2282812102](https://redirect.github.com//github.com/rolldown/rolldown/issues/1944/issues/issuecomment-2282812102) - should also care for `Chunk#name` for common chunks ([#​2123](https://redirect.github.com/rolldown/rolldown/issues/2123)) ([a1fa701](https://redirect.github.com/rolldown/rolldown/commit/a1fa701403452ee520e94aa3b5780a40c507b5de)) - should call write_bundle after write bundle to disk ([#​1844](https://redirect.github.com/rolldown/rolldown/issues/1844)) ([475f765](https://redirect.github.com/rolldown/rolldown/commit/475f765931876081825badd4f63420ae0a90634d)), closes [/github.com/rollup/rollup/blob/master/src/rollup/rollup.ts#L194-L200](https://redirect.github.com//github.com/rollup/rollup/blob/master/src/rollup/rollup.ts/issues/L194-L200) - should correctly include symbols of namespace object ([#​1727](https://redirect.github.com/rolldown/rolldown/issues/1727)) ([3dee9e0](https://redirect.github.com/rolldown/rolldown/commit/3dee9e01b9ebb7b1fb205967f9942d7c4c22c35c)) - should generate `export * from ...` in entry chunks rather than entry modules ([#​1783](https://redirect.github.com/rolldown/rolldown/issues/1783)) ([954dd2a](https://redirect.github.com/rolldown/rolldown/commit/954dd2a5fa5988ad0ea587d1d73d4a6e915ad56a)) - should not panic if there are accessing on `star as` member ([#​1730](https://redirect.github.com/rolldown/rolldown/issues/1730)) ([250c11a](https://redirect.github.com/rolldown/rolldown/commit/250c11a541d34485fbd7b0c1420e10a830d822c4)) - sourcemap inline url should relative to asset file ([#​2099](https://redirect.github.com/rolldown/rolldown/issues/2099)) ([6b5d7dc](https://redirect.github.com/rolldown/rolldown/commit/6b5d7dc97b47895bd8280d29c2a815e159fa6b8c)) - strict emit warning `commonjs var in esm` ([#​2101](https://redirect.github.com/rolldown/rolldown/issues/2101)) ([4c9feeb](https://redirect.github.com/rolldown/rolldown/commit/4c9feeb058f0212228e430450004967c99af9177)), closes [/esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0](https://redirect.github.com//esbuild.github.io/try//issues/YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0) - **treeshaking:** `require` should consider as having side effects ([#​1949](https://redirect.github.com/rolldown/rolldown/issues/1949)) ([28e53d6](https://redirect.github.com/rolldown/rolldown/commit/28e53d6b8582728e6dbb6a45a0cea47b87f7c004)) - typo of `transform-plugin-context.ts` ([#​1991](https://redirect.github.com/rolldown/rolldown/issues/1991)) ([b2590fd](https://redirect.github.com/rolldown/rolldown/commit/b2590fd4a0b9643a5b6c956b2fa6d662d782a4cf)) - undefined export var ([#​2055](https://redirect.github.com/rolldown/rolldown/issues/2055)) ([6832084](https://redirect.github.com/rolldown/rolldown/commit/6832084b7cd69daed9144ba365813bd3f280075c)), closes [/github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go#L10047-L10050](https://redirect.github.com//github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/js_parser.go/issues/L10047-L10050) - using sanitize_file_name to generate valid file name ([#​1833](https://redirect.github.com/rolldown/rolldown/issues/1833)) ([c9f8af4](https://redirect.github.com/rolldown/rolldown/commit/c9f8af403fa17316f1a1c0f9c5ad437b417f74e1)) ##### Features - add dynamic_import_vars plugin ([#​1732](https://redirect.github.com/rolldown/rolldown/issues/1732)) ([40cf58b](https://redirect.github.com/rolldown/rolldown/commit/40cf58b9bb8b3f9d7145d97c25308213b68e2260)) - add invalid export option to generate diagnostic ([#​1692](https://redirect.github.com/rolldown/rolldown/issues/1692)) ([ef718d7](https://redirect.github.com/rolldown/rolldown/commit/ef718d76dc143b1183a6e1f78f3a51b9b24cded0)) - add LoadOutput#ModuleType binding ([#​1998](https://redirect.github.com/rolldown/rolldown/issues/1998)) ([1469985](https://redirect.github.com/rolldown/rolldown/commit/1469985c3649053bc3334a0f945b06e61ecda39e)) - add manifest plugin ([#​1839](https://redirect.github.com/rolldown/rolldown/issues/1839)) ([8288370](https://redirect.github.com/rolldown/rolldown/commit/8288370c3904c79fffaff6fd024c61c69cfc0f79)), closes [#​1826](https://redirect.github.com/rolldown/rolldown/issues/1826) - add module type to transform hook ([#​1907](https://redirect.github.com/rolldown/rolldown/issues/1907)) ([159a155](https://redirect.github.com/rolldown/rolldown/commit/159a1559bc5204418317614426f303d87b5ae408)) - add module_preload_polyfill plugin ([#​1840](https://redirect.github.com/rolldown/rolldown/issues/1840)) ([0651db0](https://redirect.github.com/rolldown/rolldown/commit/0651db0f0ac14e104bc15898d73f8e34cf64c4f3)) - add originalFileName to EmittedAsset ([#​2046](https://redirect.github.com/rolldown/rolldown/issues/2046)) ([6facb04](https://redirect.github.com/rolldown/rolldown/commit/6facb04bc22f6966bb934812f89c7d4b2288458a)) - add query after each glob file name ([#​1838](https://redirect.github.com/rolldown/rolldown/issues/1838)) ([bd97d60](https://redirect.github.com/rolldown/rolldown/commit/bd97d60ef581e3bd2aaf576a0aa6910161db3489)) - add some warnings in IIFE and CJS. ([#​1857](https://redirect.github.com/rolldown/rolldown/issues/1857)) ([e7916ab](https://redirect.github.com/rolldown/rolldown/commit/e7916ab69eda952a98d8624a365e60a514e1e322)), closes [#​1855](https://redirect.github.com/rolldown/rolldown/issues/1855) - add support for banner as str ([#​1810](https://redirect.github.com/rolldown/rolldown/issues/1810)) ([12d6a75](https://redirect.github.com/rolldown/rolldown/commit/12d6a756bd9279298f1f2e1298693c47d2a255a6)) - add support for footer as str ([#​1819](https://redirect.github.com/rolldown/rolldown/issues/1819)) ([48dc08e](https://redirect.github.com/rolldown/rolldown/commit/48dc08ec3bc69517a9fb3419f56d1a8a8b056b5c)) - add support for intro as str ([#​1820](https://redirect.github.com/rolldown/rolldown/issues/1820)) ([2c7e4f4](https://redirect.github.com/rolldown/rolldown/commit/2c7e4f4b5751965372efa5bdf48e56b9c23dc507)) - add support for outro as str ([#​1821](https://redirect.github.com/rolldown/rolldown/issues/1821)) ([46d56c4](https://redirect.github.com/rolldown/rolldown/commit/46d56c48b13eedf6f2e2f92cc6063e0debdee592)) - add use strict for iife ([#​1705](https://redirect.github.com/rolldown/rolldown/issues/1705)) ([abe17bd](https://redirect.github.com/rolldown/rolldown/commit/abe17bdd3e9a8fb54f95c6d0074e60751d11c25e)) - add wasm fallback plugin ([#​1957](https://redirect.github.com/rolldown/rolldown/issues/1957)) ([3645f38](https://redirect.github.com/rolldown/rolldown/commit/3645f38014b06e5db80f87091f3d4d3cf4ffd41e)), closes [#​1919](https://redirect.github.com/rolldown/rolldown/issues/1919) - alias plugin ([#​2001](https://redirect.github.com/rolldown/rolldown/issues/2001)) ([872bf3a](https://redirect.github.com/rolldown/rolldown/commit/872bf3addb3db766649f28e43e9613a134daa2ca)), closes [/github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts#L62-L65](https://redirect.github.com//github.com/rolldown/vite/blob/c1d60d11158318ae8ccaef873b6dc55d0a2f3c66/packages/vite/src/node/plugins/index.ts/issues/L62-L65) - align cli options with unix ux patterns. ([#​1977](https://redirect.github.com/rolldown/rolldown/issues/1977)) ([c820678](https://redirect.github.com/rolldown/rolldown/commit/c8206787d038bb469f9797a1cd24db934f8c77a3)), closes [#​1924](https://redirect.github.com/rolldown/rolldown/issues/1924) - align generated chunk name with rollup ([#​2124](https://redirect.github.com/rolldown/rolldown/issues/2124)) ([0bec3bc](https://redirect.github.com/rolldown/rolldown/commit/0bec3bc9ac80aa3b51cd711b17e737a7a3f1b5ff)) - align OutputOptions#esModule with rollup ([#​1898](https://redirect.github.com/rolldown/rolldown/issues/1898)) ([c14406f](https://redirect.github.com/rolldown/rolldown/commit/c14406fb61051cba19833368a23539a4342c8e80)), closes [#​1888](https://redirect.github.com/rolldown/rolldown/issues/1888) [/github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs#L37-L38](https://redirect.github.com//github.com/rolldown/rolldown/blob/e0751e4db539ce8e25ca8f31bb027475a0dd9e98/crates/rolldown_binding/src/options/binding_output_options/mod.rs/issues/L37-L38) - allow passing array of array in `config.plugins` ([#​1938](https://redirect.github.com/rolldown/rolldown/issues/1938)) ([b4e33d5](https://redirect.github.com/rolldown/rolldown/commit/b4e33d5e1a1138491631f6b83047dac62f54ddce)) - allow rewrite `moduleType` in transform Hook ([#​1916](https://redirect.github.com/rolldown/rolldown/issues/1916)) ([cef3e57](https://redirect.github.com/rolldown/rolldown/commit/cef3e576aa2c7b09cb4cdf2bf1b5ab41ffa31887)) - assignment expr side effect detector ([#​2004](https://redirect.github.com/rolldown/rolldown/issues/2004)) ([dde9b33](https://redirect.github.com/rolldown/rolldown/commit/dde9b33b409bfc909d089769d2817f178e00f30f)) - build import analysis plugin ([#​2051](https://redirect.github.com/rolldown/rolldown/issues/2051)) ([9e461c2](https://redirect.github.com/rolldown/rolldown/commit/9e461c2cc21ce8094b3c20fb19a7a97da377502e)) - commonjs-variable-in-esm diagnostic ([#​1832](https://redirect.github.com/rolldown/rolldown/issues/1832)) ([ffd4533](https://redirect.github.com/rolldown/rolldown/commit/ffd453328ceb75331be56eedfc09e66150c495aa)), closes [/github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md#01411](https://redirect.github.com//github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md/issues/01411) - compose addon hooks ([#​2007](https://redirect.github.com/rolldown/rolldown/issues/2007)) ([08b6360](https://redirect.github.com/rolldown/rolldown/commit/08b6360b6e9e08b731ae7e6948ef67fc5b991c92)), closes [#​1999](https://redirect.github.com/rolldown/rolldown/issues/1999) - **css/wip:** add `css_entry_filenames` and `css_chunk_filenames` ([#​1678](https://redirect.github.com/rolldown/rolldown/issues/1678)) ([bc1c22e](https://redirect.github.com/rolldown/rolldown/commit/bc1c22ec5a7666b22e7709914cbafb3dc20d13f1)) - enable plugin api typing ([#​1765](https://redirect.github.com/rolldown/rolldown/issues/1765)) ([512fc61](https://redirect.github.com/rolldown/rolldown/commit/512fc6156a83655dae6a7c1939411cae93ed3d69)) - **error:** entry cannot be external ([#​1761](https://redirect.github.com/rolldown/rolldown/issues/1761)) ([b3179e7](https://redirect.github.com/rolldown/rolldown/commit/b3179e70dfa5130e4cdeaa67da67886c413536c6)) - **experimental:** builtin replace plugin ([#​2056](https://redirect.github.com/rolldown/rolldown/issues/2056)) ([f1e7ed0](https://redirect.github.com/rolldown/rolldown/commit/f1e7ed05fbee66e5d7ee761716bfa9345b2cceb6)) - **experimental:** support `enableComposingJsPlugins` option ([#​1693](https://redirect.github.com/rolldown/rolldown/issues/1693)) ([7aa56fe](https://redirect.github.com/rolldown/rolldown/commit/7aa56fea466220c0158d2c4b9d41f0220ed7fed0)) - gracefully shutdown the process when panic in `fetch_all_modules` ([#​2036](https://redirect.github.com/rolldown/rolldown/issues/2036)) ([c85883b](https://redirect.github.com/rolldown/rolldown/commit/c85883bb5a2ff8631d318816ef186ce5e7e723bd)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs#L286-L288](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_loader.rs/issues/L286-L288) [/github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs#L60-L62](https://redirect.github.com//github.com/rolldown/rolldown/blob/8e0cb613e4dd50b5f70a4a648ad72d243b80a432/crates/rolldown/src/module_loader/module_task.rs/issues/L60-L62) - hook filter ([#​2047](https://redirect.github.com/rolldown/rolldown/issues/2047)) ([6039415](https://redirect.github.com/rolldown/rolldown/commit/60394157439658f0a105828bc0cf016bb490c816)) - implement the rest branches in side effect detector ([#​2009](https://redirect.github.com/rolldown/rolldown/issues/2009)) ([ef084bf](https://redirect.github.com/rolldown/rolldown/commit/ef084bf154b89ee4a65702dd0b46a4c9bdbcd159)) - import build analysis builtUrl ([#​2075](https://redirect.github.com/rolldown/rolldown/issues/2075)) ([0cf4345](https://redirect.github.com/rolldown/rolldown/commit/0cf43452e7885ab3e9af43edb4090fd252102db8)), closes [/github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts#L346-L350](https://redirect.github.com//github.com/rolldown/vite/blob/56476ffabc182eb7bb735c192156069f52838956/packages/vite/src/node/plugins/importAnalysisBuild.ts/issues/L346-L350) - improve resolve error ([#​2076](https://redirect.github.com/rolldown/rolldown/issues/2076)) ([ea4965f](https://redirect.github.com/rolldown/rolldown/commit/ea4965f7db76797b44041ee9fb79b3c5b58e50db)), closes [#​2033](https://redirect.github.com/rolldown/rolldown/issues/2033) - json plugin ([#​1951](https://redirect.github.com/rolldown/rolldown/issues/1951)) ([d221ecc](https://redirect.github.com/rolldown/rolldown/commit/d221eccdba70e7a504fc726efcf4de1be243caa3)) - load fallback plugin ([#​1922](https://redirect.github.com/rolldown/rolldown/issues/1922)) ([3ea6797](https://redirect.github.com/rolldown/rolldown/commit/3ea679734e75fec50dc33064fbc43531e4ff0b24)) - module preload config skip ([#​1845](https://redirect.github.com/rolldown/rolldown/issues/1845)) ([f55cfda](https://redirect.github.com/rolldown/rolldown/commit/f55cfda1cdb2d17c6c914261d410d3f95d5e867b)) - **node/composingJsPlugins:** support `resolveId` hook ([#​2021](https://redirect.github.com/rolldown/rolldown/issues/2021)) ([55c20b0](https://redirect.github.com/rolldown/rolldown/commit/55c20b09f4298d96fbbc83657abf9cb7095407dd)) - **node/rolldown:** add empty `PluginContext#addWatchFile` for shim ([#​1972](https://redirect.github.com/rolldown/rolldown/issues/1972)) ([559b424](https://redirect.github.com/rolldown/rolldown/commit/559b42478ed51215203b2db08ca171f27db722a1)) - **node/rolldown:** support `define` functionality ([#​1891](https://redirect.github.com/rolldown/rolldown/issues/1891)) ([43f6f22](https://redirect.github.com/rolldown/rolldown/commit/43f6f225e41a38df233eb4174fb5c03ff2e577b4)), closes [#​186](https://redirect.github.com/rolldown/rolldown/issues/186) - **node/rolldown:** support `InputOptions#inject` ([#​1946](https://redirect.github.com/rolldown/rolldown/issues/1946)) ([9071d6a](https://redirect.github.com/rolldown/rolldown/commit/9071d6a40832aad4fe3392b46c150b8cdfc45893)) - **node:** support CLI options. ([#​1963](https://redirect.github.com/rolldown/rolldown/issues/1963)) ([6d4ef7e](https://redirect.github.com/rolldown/rolldown/commit/6d4ef7efda3e4f24a0e9b95c830f7c5f02bb80f0)), closes [#​1955](https://redirect.github.com/rolldown/rolldown/issues/1955) - **node:** support passing `custom` in `PluginContext#resolve` ([#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874)) ([6a61bad](https://redirect.github.com/rolldown/rolldown/commit/6a61bad94feebcdf99c7b98b1e8336adc9c15dd4)), closes [/github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts#L181](https://redirect.github.com//github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/resolve.ts/issues/L181) - **packages/rolldown:** export `VERSION` ([#​2049](https://redirect.github.com/rolldown/rolldown/issues/2049)) ([806718d](https://redirect.github.com/rolldown/rolldown/commit/806718de1565efc5907abcc0e93bd8f7da30d3d8)), closes [/github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts#L1](https://redirect.github.com//github.com/rollup/rollup/blob/3eb88175f687193e8a73e681dc1fbd6bd48201a2/src/node-entry.ts/issues/L1) - **plugin/replace:** objectGuards ([#​2121](https://redirect.github.com/rolldown/rolldown/issues/2121)) ([ea76b06](https://redirect.github.com/rolldown/rolldown/commit/ea76b061ebcaa64bdb96c7056b51d2f6ff9d0615)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [1#L46](https://redirect.github.com/1/issues/L46) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L41](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L41) - **plugin/replace:** prevent assignment ([#​2093](https://redirect.github.com/rolldown/rolldown/issues/2093)) ([18ac29c](https://redirect.github.com/rolldown/rolldown/commit/18ac29ca0d6997a74ca457f917daaae3f7773036)), closes [#​2057](https://redirect.github.com/rolldown/rolldown/issues/2057) [/github.com/rollup/plugins/blob/master/packages/replace/src/index.js#L77-L82](https://redirect.github.com//github.com/rollup/plugins/blob/master/packages/replace/src/index.js/issues/L77-L82) - provide more friendly diagnostics if could not read path from a resolveId hook ([#​1866](https://redirect.github.com/rolldown/rolldown/issues/1866)) ([690a63f](https://redirect.github.com/rolldown/rolldown/commit/690a63f7aacbf9bd57d3fb305f9acb3524d0c92e)), closes [#​1851](https://redirect.github.com/rolldown/rolldown/issues/1851) - **rolldown_ecmascript:** implement into_assignment_target ObjectPattern ([#​1921](https://redirect.github.com/rolldown/rolldown/issues/1921)) ([305f7cb](https://redirect.github.com/rolldown/rolldown/commit/305f7cb596639cad073fdb76670ec59b1df44007)), closes [/github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs#L61-L63](https://redirect.github.com//github.com/rolldown/rolldown/blob/13f4adc8b1a2bc26591a25df6aef14fe855f8fa5/crates/rolldown_ecmascript/src/ext/mod.rs/issues/L61-L63) - **rolldown:** bump oxc to v0.25.0 ([#​2042](https://redirect.github.com/rolldown/rolldown/issues/2042)) ([71d8201](https://redirect.github.com/rolldown/rolldown/commit/71d820145db7d4494849d2092fa521d78f50167c)) - **rust/plugin:** Support `custom` in `PluginContextResolveOptions` ([#​1876](https://redirect.github.com/rolldown/rolldown/issues/1876)) ([0c6cae4](https://redirect.github.com/rolldown/rolldown/commit/0c6cae4b236d7afc05e5a5ef92a61b1d382a4c0d)), closes [#​1874](https://redirect.github.com/rolldown/rolldown/issues/1874) - **rust/rolldown:** support `inject` imports ([#​1933](https://redirect.github.com/rolldown/rolldown/issues/1933)) ([a2bb2ca](https://redirect.github.com/rolldown/rolldown/commit/a2bb2cae97e0f79f712c8ff68d116366ee4ecf35)) - **rust:** ensure consistency between scanned top-level symbols and scope's ([#​1742](https://redirect.github.com/rolldown/rolldown/issues/1742)) ([00d43e9](https://redirect.github.com/rolldown/rolldown/commit/00d43e9a4a78789ced5722153fd5112c7ed75b19)) - **rust:** ensure span uniqueness of oxc AST ([#​1927](https://redirect.github.com/rolldown/rolldown/issues/1927)) ([9f164c6](https://redirect.github.com/rolldown/rolldown/commit/9f164c69af4370d60c5c18a89837e759e71202a4)), closes [/github.com/rolldown/rolldown/pull/1899#issuecomment-2274936578](https://redirect.github.com//github.com/rolldown/rolldown/pull/1899/issues/issuecomment-2274936578) - **rust:** support `advanced_chunks` option ([#​2115](https://redirect.github.com/rolldown/rolldown/issues/2115)) ([1a81db2](https://redirect.github.com/rolldown/rolldown/commit/1a81db2f979d54e8b3bd145ab8850a8df3ac8ef9)) - **rust:** support `define` functionality ([#​1882](https://redirect.github.com/rolldown/rolldown/issues/1882)) ([8639e70](https://redirect.github.com/rolldown/rolldown/commit/8639e704e07eeba932b2df4f23c8a18d9b865eba)) - support `intro` and `outro` in plugins. ([#​1763](https://redirect.github.com/rolldown/rolldown/issues/1763)) ([b15d8c5](https://redirect.github.com/rolldown/rolldown/commit/b15d8c5d19c5f90860b99a3dde92173e8d8cf822)), closes [#​1755](https://redirect.github.com/rolldown/rolldown/issues/1755) [#​1713](https://redirect.github.com/rolldown/rolldown/issues/1713) - support `output.esModule` option ([#​1812](https://redirect.github.com/rolldown/rolldown/issues/1812)) ([4999aed](https://redirect.github.com/rolldown/rolldown/commit/4999aed32c6fb66b8cf87af855b3992b902c5d76)) - support `output.exports` for `IIFE` format align with rollup. ([#​1691](https://redirect.github.com/rolldown/rolldown/issues/1691)) ([5418e1f](https://redirect.github.com/rolldown/rolldown/commit/5418e1f18910e08a68460038295fd0b4989a14cb)), closes [#​1680](https://redirect.github.com/rolldown/rolldown/issues/1680) - support `output.footer` in plugins. ([#​1713](https://redirect.github.com/rolldown/rolldown/issues/1713)) ([536d5f7](https://redirect.github.com/rolldown/rolldown/commit/536d5f71fd53b61bdde1b6b92868a81d9f5f3278)), closes [#​1702](https://redirect.github.com/rolldown/rolldown/issues/1702) [/github.com/rolldown/rolldown/pull/1702#issuecomment-2248059655](https://redirect.github.com//github.com/rolldown/rolldown/pull/1702/issues/issuecomment-2248059655) - support `output.globals` for iife format ([#​1694](https://redirect.github.com/rolldown/rolldown/issues/1694)) ([8aad7d0](https://redirect.github.com/rolldown/rolldown/commit/8aad7d0fc33c4ca991352b86362b0c0fa383944c)), closes [#​1623](https://redirect.github.com/rolldown/rolldown/issues/1623) [#​1569](https://redirect.github.com/rolldown/rolldown/issues/1569) - support `output.inlineDynamicImports` option. ([#​2081](https://redirect.github.com/rolldown/rolldown/issues/2081)) ([63b932e](https://redirect.github.com/rolldown/rolldown/commit/63b932ee7ebfcf45b79a1a02b2f4f456cedb10ff)), closes [#​1841](https://redirect.github.com/rolldown/rolldown/issues/1841) - support `output.intro` and `output.outro`. ([#​1712](https://redirect.github.com/rolldown/rolldown/issues/1712)) ([964c5ee](https://redirect.github.com/rolldown/rolldown/commit/964c5ee3a60a1784a68baf6ce47aaad8cd2b2a6f)), closes [#​819](https://redirect.github.com/rolldown/rolldown/issues/819) - support `OutputOptions#externalLiveBindings` ([#​1979](https://redirect.github.com/rolldown/rolldown/issues/1979)) ([cc41c94](https://redirect.github.com/rolldown/rolldown/commit/cc41c949e4003d6f7ae6a8b0f205111298a5a7c5)) - support `skipSelf` option in `PluginContext.resolve` ([#​1703](https://redirect.github.com/rolldown/rolldown/issues/1703)) ([a18a8da](https://redirect.github.com/rolldown/rolldown/commit/a18a8dafed5e156452ec0b5cf4934ba445c2da3b)), closes [#​1554](https://redirect.github.com/rolldown/rolldown/issues/1554) [#​819](https://redirect.github.com/rolldown/rolldown/issues/819) [/github.com/rollup/rollup/blob/28546b5821efcb72c2eb05f422d986524647a0e3/src/utils/PluginContext.ts#L78](https://redirect.github.com//github.com/rollup/rollup/blob/28546b5821efcb72c2eb05f422d986524647a0e3/src/utils/PluginContext.ts/issues/L78) - support flag for regex in plugin transform ([#​1969](https://redirect.github.com/rolldown/rolldown/issues/1969)) ([f4f6b49](https://redirect.github.com/rolldown/rolldown/commit/f4f6b49b3e316ff9588bf8176dae208cbc32ae0f)), closes [#​1914](https://redirect.github.com/rolldown/rolldown/issues/1914) [#​1915](https://redirect.github.com/rolldown/rolldown/issues/1915) [/github.com/rolldown/rolldown/blob/6389d62f876a122df451d3e0151f79f59dd978cb/crates/rolldown_plugin_transform/src/lib.rs#L20-L25](https://redirect.github.com//github.com/rolldown/rolldown/blob/6389d62f876a122df451d3e0151f79f59dd978cb/crates/rolldown_plugin_transform/src/lib.rs/issues/L20-L25) - support flags for hybrid regex ([#​1915](https://redirect.github.com/rolldown/rolldown/issues/1915)) ([5ad5820](https://redirect.github.com/rolldown/rolldown/commit/5ad5820c60f5788d5a70e89f83245909d68e3494)), closes [#​1911](https://redirect.github.com/rolldown/rolldown/issues/1911) - support function for entry/chunkFileNames ([#​1834](https://redirect.github.com/rolldown/rolldown/issues/1834)) ([d023f2f](https://redirect.github.com/rolldown/rolldown/commit/d023f2f95d604a3ab2ce0d627795fc8a3b77bd99)) - support loading dataurl as module. ([#​1741](https://redirect.github.com/rolldown/rolldown/issues/1741)) ([549e1e1](https://redirect.github.com/rolldown/rolldown/commit/549e1e1945b1dddad53598de7674f61800e45c4b)), closes [/github.com/evanw/esbuild/blob/main/internal/bundler_tests/snapshots/snapshots_loader.txt#L602](https://redirect.github.com//github.com/evanw/esbuild/blob/main/internal/bundler_tests/snapshots/snapshots_loader.txt/issues/L602) - support namespaced name and `output.extend` for IIFE format. ([#​1861](https://redirect.github.com/rolldown/rolldown/issues/1861)) ([bfae17d](https://redirect.github.com/rolldown/rolldown/commit/bfae17d8b9db4623df70a31ed224e7438501ed4e)) - support plugin order ([#​1929](https://redirect.github.com/rolldown/rolldown/issues/1929)) ([d128866](https://redirect.github.com/rolldown/rolldown/commit/d128866e72b1965831fe29d6e26187323417904d)) - transform plugin ([#​1914](https://redirect.github.com/rolldown/rolldown/issues/1914)) ([d37079a](https://redirect.github.com/rolldown/rolldown/commit/d37079a8b8c1b02416572088b7603b4e238c2aed)) - **tree-shake:** treeshake unused cjs module ([#​1744](https://redirect.github.com/rolldown/rolldown/issues/1744)) ([138dd25](https://redirect.github.com/rolldown/rolldown/commit/138dd257fc56e4a376ebff8bdb978517d17e2e91)) - **treeshaking:** only reference `__reExport` if needed ([#​1987](https://redirect.github.com/rolldown/rolldown/issues/1987)) ([4cac925](https://redirect.github.com/rolldown/rolldown/commit/4cac925d9964de917dfb6599437a40ad01635864)) - upgrade oxc ([#​1823](https://redirect.github.com/rolldown/rolldown/issues/1823)) ([540ee47](https://redirect.github.com/rolldown/rolldown/commit/540ee470aa3becc1eae1e1912b0f13d14a2c4b5f)) ##### Performance Improvements - ⚡️ reduce lock contention ([#​2072](https://redirect.github.com/rolldown/rolldown/issues/2072)) ([80dc48d](https://redirect.github.com/rolldown/rolldown/commit/80dc48d73b544a835292e0a2e6beede072c709be)) - ⚡️ remove extra collection when using rayon ([#​2016](https://redirect.github.com/rolldown/rolldown/issues/2016)) ([7442d95](https://redirect.github.com/rolldown/rolldown/commit/7442d956d545b59b4680f6982cec10d672110533)) - ⚡️ use base64-simd to accelerate calc base64 ([#​1716](https://redirect.github.com/rolldown/rolldown/issues/1716)) ([30b6d0f](https://redirect.github.com/rolldown/rolldown/commit/30b6d0ff199bc98230b6a13af1e7eeccaa55e1f0)) - ⚡️ use map store next count for chunk name ([#​1948](https://redirect.github.com/rolldown/rolldown/issues/1948)) ([eb78b81](https://redirect.github.com/rolldown/rolldown/commit/eb78b810304852baf5bcaf816c81414fc5542661)) - dataurl ([#​1734](https://redirect.github.com/rolldown/rolldown/issues/1734)) ([e81f853](https://redirect.github.com/rolldown/rolldown/commit/e81f853d3a3214821b63a210edeea16945599ada)), closes [/github.com/evanw/esbuild/blob/360d47230813e67d0312ad754cad2b6ee09b151b/internal/helpers/dataurl.go#L54-L56](https://redirect.github.com//github.com/evanw/esbuild/blob/360d47230813e67d0312ad754cad2b6ee09b151b/internal/helpers/dataurl.go/issues/L54-L56) - deprecate `mime_guess` in favor of a lighter guessing function. ([#​1698](https://redirect.github.com/rolldown/rolldown/issues/1698)) ([cbcb511](https://redirect.github.com/rolldown/rolldown/commit/cbcb5116b327091fa704948ef25588880bedaa7a)) - improve generate_namespace_definition ([#​1986](https://redirect.github.com/rolldown/rolldown/issues/1986)) ([d90802f](https://redirect.github.com/rolldown/rolldown/commit/d90802fb8b4ca82a8b6bc01db183c5487a65448c)), closes [#​1861](https://redirect.github.com/rolldown/rolldown/issues/1861) [/github.com/rolldown/rolldown/blob/745c1a57e66433df7182b5f9f4aa65aa00aa001b/crates/rolldow </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: IWANABETHATGUY <[email protected]>
It may be a problem, but doesn't matter previously.
Formerly, the
is_reserved_keyword_or_global_object
isis_reserved_keyword(s) || is_reserved_keyword(s)
. I think it should beis_reserved_keyword(s) || is_global_object(s)
according to its name.Also, the
.idea
may be because I am using RustRover, which may automatically create.idea
folder. So I ignore it in.gitignore
.I think I can contribute to
oxc
more when I am free.