Skip to content

Commit d8076c9

Browse files
committed
chore(deps): update rolldown (#21639)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`1.0.0-rc.16` → `1.0.0-rc.17`](https://renovatebot.com/diffs/npm/rolldown/1.0.0-rc.16/1.0.0-rc.17) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.0.0-rc.17?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rolldown/1.0.0-rc.17?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rolldown/1.0.0-rc.16/1.0.0-rc.17?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.0.0-rc.16/1.0.0-rc.17?slim=true) | | [tsdown](http://tsdown.dev/) ([source](https://redirect.github.com/rolldown/tsdown)) | [`0.21.9` → `0.21.10`](https://renovatebot.com/diffs/npm/tsdown/0.21.9/0.21.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tsdown/0.21.10?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsdown/0.21.10?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsdown/0.21.9/0.21.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsdown/0.21.9/0.21.10?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.0.0-rc.17`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#100-rc17---2026-04-22) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v1.0.0-rc.16...v1.0.0-rc.17) ##### 🐛 Bug Fixes - link: error on missing export between TS modules ([#&#8203;9197](https://redirect.github.com/rolldown/rolldown/issues/9197)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - rolldown\_plugin\_vite\_import\_glob: import path should not be affected by absolute base option ([#&#8203;9145](https://redirect.github.com/rolldown/rolldown/issues/9145)) by [@&#8203;kermanx](https://redirect.github.com/kermanx) - `this.resolve()` returns null for bare relative paths without importer ([#&#8203;9142](https://redirect.github.com/rolldown/rolldown/issues/9142)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) - collect destructured bindings in HMR module exports ([#&#8203;9146](https://redirect.github.com/rolldown/rolldown/issues/9146)) by [@&#8203;h-a-n-a](https://redirect.github.com/h-a-n-a) - esbuild-tests: handle 0.28.0 test cases ([#&#8203;9149](https://redirect.github.com/rolldown/rolldown/issues/9149)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - plugin/copy-module: honor external resolutions from other plugins ([#&#8203;9139](https://redirect.github.com/rolldown/rolldown/issues/9139)) by [@&#8203;TheAlexLichter](https://redirect.github.com/TheAlexLichter) - allow undefined in sourcesContent type ([#&#8203;9136](https://redirect.github.com/rolldown/rolldown/issues/9136)) by [@&#8203;jurijzahn8019](https://redirect.github.com/jurijzahn8019) - reduce false positives in chunk optimizer circular dependency detection ([#&#8203;9049](https://redirect.github.com/rolldown/rolldown/issues/9049)) by [@&#8203;AlonMiz](https://redirect.github.com/AlonMiz) ##### 🚜 Refactor - chunk-optimizer: extract runtime-module placement into rehome\_runtime\_module ([#&#8203;9163](https://redirect.github.com/rolldown/rolldown/issues/9163)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### 📚 Documentation - add design doc for sort\_modules execution ordering ([#&#8203;9169](https://redirect.github.com/rolldown/rolldown/issues/9169)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - add document for `RenderedModule` ([#&#8203;9147](https://redirect.github.com/rolldown/rolldown/issues/9147)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) ##### ⚡ Performance - rolldown\_plugin\_vite\_import\_glob: skip self-import earlier using raw path comparison ([#&#8203;9193](https://redirect.github.com/rolldown/rolldown/issues/9193)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) ##### 🧪 Testing - lazy: add `playground/lazy-compilation` ([#&#8203;7974](https://redirect.github.com/rolldown/rolldown/issues/7974)) by [@&#8203;hyf0](https://redirect.github.com/hyf0) ##### ⚙️ Miscellaneous Tasks - use app token for release PR ([#&#8203;9198](https://redirect.github.com/rolldown/rolldown/issues/9198)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - upgrade oxc to 0.127.0 ([#&#8203;9194](https://redirect.github.com/rolldown/rolldown/issues/9194)) by [@&#8203;Dunqing](https://redirect.github.com/Dunqing) - use oxc security action ([#&#8203;9196](https://redirect.github.com/rolldown/rolldown/issues/9196)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - esbuild-tests: remove some tests from ignored list as enum inline is now supported ([#&#8203;9184](https://redirect.github.com/rolldown/rolldown/issues/9184)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - deps: update dependency vite-plus to v0.1.19 ([#&#8203;9183](https://redirect.github.com/rolldown/rolldown/issues/9183)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - use vp instead of pnpm in check-wasi-binding-deps ([#&#8203;9182](https://redirect.github.com/rolldown/rolldown/issues/9182)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - verify wasm32-wasi binding deps match [@&#8203;rolldown/browser](https://redirect.github.com/rolldown/browser) before publish ([#&#8203;9162](https://redirect.github.com/rolldown/rolldown/issues/9162)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - deps: update esbuild for tests to 0.28.0 ([#&#8203;9172](https://redirect.github.com/rolldown/rolldown/issues/9172)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - deps: update rollup submodule for tests to v4.60.2 ([#&#8203;9173](https://redirect.github.com/rolldown/rolldown/issues/9173)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - deps: update test262 submodule for tests ([#&#8203;9174](https://redirect.github.com/rolldown/rolldown/issues/9174)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - sort\_modules: fix stale async-entry sort key comment ([#&#8203;9170](https://redirect.github.com/rolldown/rolldown/issues/9170)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - deps: update npm packages ([#&#8203;9157](https://redirect.github.com/rolldown/rolldown/issues/9157)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency diff to v9 ([#&#8203;9158](https://redirect.github.com/rolldown/rolldown/issues/9158)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update rust crates ([#&#8203;9156](https://redirect.github.com/rolldown/rolldown/issues/9156)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - run Windows CI on PRs labeled with `ci: windows` ([#&#8203;9153](https://redirect.github.com/rolldown/rolldown/issues/9153)) by [@&#8203;hyf0](https://redirect.github.com/hyf0) - update-test-dependencies: run setup-rust before file changes ([#&#8203;9151](https://redirect.github.com/rolldown/rolldown/issues/9151)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - deps: update dependency rust to v1.95.0 ([#&#8203;9140](https://redirect.github.com/rolldown/rolldown/issues/9140)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] ##### ❤️ New Contributors - [@&#8203;jurijzahn8019](https://redirect.github.com/jurijzahn8019) made their first contribution in [#&#8203;9136](https://redirect.github.com/rolldown/rolldown/pull/9136) - [@&#8203;AlonMiz](https://redirect.github.com/AlonMiz) made their first contribution in [#&#8203;9049](https://redirect.github.com/rolldown/rolldown/pull/9049) </details> <details> <summary>rolldown/tsdown (tsdown)</summary> ### [`v0.21.10`](https://redirect.github.com/rolldown/tsdown/releases/tag/v0.21.10) [Compare Source](https://redirect.github.com/rolldown/tsdown/compare/v0.21.9...v0.21.10) #####    🚀 Features - Upgrade rolldown  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(8a449)</samp>](https://redirect.github.com/rolldown/tsdown/commit/8a4498d) #####     [View changes on GitHub](https://redirect.github.com/rolldown/tsdown/compare/v0.21.9...v0.21.10) </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Shanghai) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent fdd4c92 commit d8076c9

6 files changed

Lines changed: 193 additions & 142 deletions

File tree

napi/minify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"dependencies": {},
5050
"devDependencies": {
51-
"@emnapi/core": "^1.9.2",
52-
"@emnapi/runtime": "^1.9.2",
51+
"@emnapi/core": "catalog:",
52+
"@emnapi/runtime": "catalog:",
5353
"@napi-rs/cli": "catalog:",
5454
"@types/node": "catalog:",
5555
"publint": "catalog:",

napi/parser/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
},
8080
"devDependencies": {
8181
"@codspeed/vitest-plugin": "^5.0.0",
82+
"@emnapi/core": "catalog:",
83+
"@emnapi/runtime": "catalog:",
8284
"@napi-rs/cli": "catalog:",
8385
"@napi-rs/wasm-runtime": "catalog:",
8486
"@types/node": "catalog:",

napi/playground/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"@napi-rs/wasm-runtime": "catalog:"
2424
},
2525
"devDependencies": {
26+
"@emnapi/core": "catalog:",
27+
"@emnapi/runtime": "catalog:",
2628
"@napi-rs/cli": "catalog:",
2729
"publint": "catalog:"
2830
},

napi/transform/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"test": "vitest run --dir ./test"
4949
},
5050
"devDependencies": {
51+
"@emnapi/core": "catalog:",
52+
"@emnapi/runtime": "catalog:",
5153
"@napi-rs/cli": "catalog:",
5254
"@types/node": "catalog:",
5355
"publint": "catalog:",

0 commit comments

Comments
 (0)