Skip to content

Commit 226f722

Browse files
chore(deps): update dependency rolldown to v1.0.0-rc.13 (#33)
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.12` → `1.0.0-rc.13`](https://renovatebot.com/diffs/npm/rolldown/1.0.0-rc.12/1.0.0-rc.13) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.0.0-rc.13?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rolldown/1.0.0-rc.13?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rolldown/1.0.0-rc.12/1.0.0-rc.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.0.0-rc.12/1.0.0-rc.13?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.0.0-rc.13`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#100-rc13---2026-04-01) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v1.0.0-rc.12...v1.0.0-rc.13) ##### 🚀 Features - add friendly error for unloadable virtual modules ([#&#8203;8955](https://redirect.github.com/rolldown/rolldown/issues/8955)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - better error message for unsupported CSS error ([#&#8203;8911](https://redirect.github.com/rolldown/rolldown/issues/8911)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) ##### 🐛 Bug Fixes - prevent chunk merging from leaking entry side effects ([#&#8203;8979](https://redirect.github.com/rolldown/rolldown/issues/8979)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - correct inlining based on module's def format and esModule flag ([#&#8203;8975](https://redirect.github.com/rolldown/rolldown/issues/8975)) by [@&#8203;h-a-n-a](https://redirect.github.com/h-a-n-a) - generate init calls for excluded re-exports in strict execution order ([#&#8203;8858](https://redirect.github.com/rolldown/rolldown/issues/8858)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - consistent order for `meta.chunks` in `renderChunk` hook ([#&#8203;8956](https://redirect.github.com/rolldown/rolldown/issues/8956)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - subpath imports in glob imports failing to find files ([#&#8203;8885](https://redirect.github.com/rolldown/rolldown/issues/8885)) by [@&#8203;kalvenschraut](https://redirect.github.com/kalvenschraut) - browser: bundle binding types in dts output ([#&#8203;8930](https://redirect.github.com/rolldown/rolldown/issues/8930)) by [@&#8203;nyan-left](https://redirect.github.com/nyan-left) - ci: guard artifact download step in `vite-test-ubuntu` when build is skipped ([#&#8203;8934](https://redirect.github.com/rolldown/rolldown/issues/8934)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) - track CJS re-export import records to fix inline const and tree-shaking ([#&#8203;8925](https://redirect.github.com/rolldown/rolldown/issues/8925)) by [@&#8203;h-a-n-a](https://redirect.github.com/h-a-n-a) - use ImportKind::Import for common-chunk root computation ([#&#8203;8899](https://redirect.github.com/rolldown/rolldown/issues/8899)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - watch: clear emitted\_filenames between rebuilds ([#&#8203;8914](https://redirect.github.com/rolldown/rolldown/issues/8914)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - ci: cache esbuild snapshots to avoid 429 rate limiting ([#&#8203;8921](https://redirect.github.com/rolldown/rolldown/issues/8921)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - always check circular deps in chunk optimizer ([#&#8203;8915](https://redirect.github.com/rolldown/rolldown/issues/8915)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - don't mark calls to reassigned bindings as pure ([#&#8203;8917](https://redirect.github.com/rolldown/rolldown/issues/8917)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - magic-string: throw TypeError for non-string content args ([#&#8203;8905](https://redirect.github.com/rolldown/rolldown/issues/8905)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - magic-string: add split-point validation and overwrite/update options ([#&#8203;8904](https://redirect.github.com/rolldown/rolldown/issues/8904)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### 🚜 Refactor - pre-compute has\_side\_effects on ChunkCandidate ([#&#8203;8981](https://redirect.github.com/rolldown/rolldown/issues/8981)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - cleanup and simplify in dynamic\_import.rs ([#&#8203;8927](https://redirect.github.com/rolldown/rolldown/issues/8927)) by [@&#8203;ulrichstark](https://redirect.github.com/ulrichstark) - rename came\_from\_cjs to came\_from\_commonjs for consistency ([#&#8203;8938](https://redirect.github.com/rolldown/rolldown/issues/8938)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - inline `create_ecma_view` return destructuring and remove redundant binding ([#&#8203;8932](https://redirect.github.com/rolldown/rolldown/issues/8932)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) ##### 📚 Documentation - document ensure\_lazy\_module\_initialization\_order in code-splitting design doc ([#&#8203;8931](https://redirect.github.com/rolldown/rolldown/issues/8931)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### 🧪 Testing - add regression test for runtime helper circular dependency ([#&#8203;8958](https://redirect.github.com/rolldown/rolldown/issues/8958)) by [@&#8203;h-a-n-a](https://redirect.github.com/h-a-n-a) - enable 8 previously-skipped MagicString remove tests ([#&#8203;8945](https://redirect.github.com/rolldown/rolldown/issues/8945)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - add test for why PureAnnotation is needed in execution order check ([#&#8203;8933](https://redirect.github.com/rolldown/rolldown/issues/8933)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### ⚙️ Miscellaneous Tasks - add `@emnapi/runtime` and `@emnapi/core` as direct deps of `@rolldown/browser` ([#&#8203;8978](https://redirect.github.com/rolldown/rolldown/issues/8978)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) - deps: update dependency vite-plus to v0.1.15 ([#&#8203;8970](https://redirect.github.com/rolldown/rolldown/issues/8970)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency oxfmt to ^0.43.0 ([#&#8203;8969](https://redirect.github.com/rolldown/rolldown/issues/8969)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: upgrade oxc to 0.123.0 ([#&#8203;8967](https://redirect.github.com/rolldown/rolldown/issues/8967)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - justfile: deduplicate update-submodule as alias of setup-submodule ([#&#8203;8968](https://redirect.github.com/rolldown/rolldown/issues/8968)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - deps: update rollup submodule for tests to v4.60.1 ([#&#8203;8965](https://redirect.github.com/rolldown/rolldown/issues/8965)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - deps: update test262 submodule for tests ([#&#8203;8966](https://redirect.github.com/rolldown/rolldown/issues/8966)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - remove unused `type-check` scripts ([#&#8203;8957](https://redirect.github.com/rolldown/rolldown/issues/8957)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - deps: update actions/cache action to v5 ([#&#8203;8953](https://redirect.github.com/rolldown/rolldown/issues/8953)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update npm packages to v6 (major) ([#&#8203;8954](https://redirect.github.com/rolldown/rolldown/issues/8954)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;8948](https://redirect.github.com/rolldown/rolldown/issues/8948)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update rust crates ([#&#8203;8949](https://redirect.github.com/rolldown/rolldown/issues/8949)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update github-actions ([#&#8203;8947](https://redirect.github.com/rolldown/rolldown/issues/8947)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update napi ([#&#8203;8943](https://redirect.github.com/rolldown/rolldown/issues/8943)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency rolldown-plugin-dts to ^0.23.0 ([#&#8203;8944](https://redirect.github.com/rolldown/rolldown/issues/8944)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - regenerate testing snapshots ([#&#8203;8928](https://redirect.github.com/rolldown/rolldown/issues/8928)) by [@&#8203;ulrichstark](https://redirect.github.com/ulrichstark) - deps: update dependency rust to v1.94.1 ([#&#8203;8923](https://redirect.github.com/rolldown/rolldown/issues/8923)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] ##### ❤️ New Contributors - [@&#8203;kalvenschraut](https://redirect.github.com/kalvenschraut) made their first contribution in [#&#8203;8885](https://redirect.github.com/rolldown/rolldown/pull/8885) - [@&#8203;nyan-left](https://redirect.github.com/nyan-left) made their first contribution in [#&#8203;8930](https://redirect.github.com/rolldown/rolldown/pull/8930) </details> --- ### Configuration 📅 **Schedule**: 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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-plugin-node-polyfills). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dae35e7 commit 226f722

File tree

1 file changed

+81
-76
lines changed

1 file changed

+81
-76
lines changed

pnpm-lock.yaml

Lines changed: 81 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)