Commit 226f722
authored
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)
|

|

|

|

|
---
### 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
([#​8955](https://redirect.github.com/rolldown/rolldown/issues/8955))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- better error message for unsupported CSS error
([#​8911](https://redirect.github.com/rolldown/rolldown/issues/8911))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
##### 🐛 Bug Fixes
- prevent chunk merging from leaking entry side effects
([#​8979](https://redirect.github.com/rolldown/rolldown/issues/8979))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- correct inlining based on module's def format and esModule flag
([#​8975](https://redirect.github.com/rolldown/rolldown/issues/8975))
by [@​h-a-n-a](https://redirect.github.com/h-a-n-a)
- generate init calls for excluded re-exports in strict execution order
([#​8858](https://redirect.github.com/rolldown/rolldown/issues/8858))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- consistent order for `meta.chunks` in `renderChunk` hook
([#​8956](https://redirect.github.com/rolldown/rolldown/issues/8956))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- subpath imports in glob imports failing to find files
([#​8885](https://redirect.github.com/rolldown/rolldown/issues/8885))
by [@​kalvenschraut](https://redirect.github.com/kalvenschraut)
- browser: bundle binding types in dts output
([#​8930](https://redirect.github.com/rolldown/rolldown/issues/8930))
by [@​nyan-left](https://redirect.github.com/nyan-left)
- ci: guard artifact download step in `vite-test-ubuntu` when build is
skipped
([#​8934](https://redirect.github.com/rolldown/rolldown/issues/8934))
by [@​Copilot](https://redirect.github.com/Copilot)
- track CJS re-export import records to fix inline const and
tree-shaking
([#​8925](https://redirect.github.com/rolldown/rolldown/issues/8925))
by [@​h-a-n-a](https://redirect.github.com/h-a-n-a)
- use ImportKind::Import for common-chunk root computation
([#​8899](https://redirect.github.com/rolldown/rolldown/issues/8899))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- watch: clear emitted\_filenames between rebuilds
([#​8914](https://redirect.github.com/rolldown/rolldown/issues/8914))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- ci: cache esbuild snapshots to avoid 429 rate limiting
([#​8921](https://redirect.github.com/rolldown/rolldown/issues/8921))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- always check circular deps in chunk optimizer
([#​8915](https://redirect.github.com/rolldown/rolldown/issues/8915))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- don't mark calls to reassigned bindings as pure
([#​8917](https://redirect.github.com/rolldown/rolldown/issues/8917))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- magic-string: throw TypeError for non-string content args
([#​8905](https://redirect.github.com/rolldown/rolldown/issues/8905))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- magic-string: add split-point validation and overwrite/update options
([#​8904](https://redirect.github.com/rolldown/rolldown/issues/8904))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
##### 🚜 Refactor
- pre-compute has\_side\_effects on ChunkCandidate
([#​8981](https://redirect.github.com/rolldown/rolldown/issues/8981))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- cleanup and simplify in dynamic\_import.rs
([#​8927](https://redirect.github.com/rolldown/rolldown/issues/8927))
by [@​ulrichstark](https://redirect.github.com/ulrichstark)
- rename came\_from\_cjs to came\_from\_commonjs for consistency
([#​8938](https://redirect.github.com/rolldown/rolldown/issues/8938))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- inline `create_ecma_view` return destructuring and remove redundant
binding
([#​8932](https://redirect.github.com/rolldown/rolldown/issues/8932))
by [@​shulaoda](https://redirect.github.com/shulaoda)
##### 📚 Documentation
- document ensure\_lazy\_module\_initialization\_order in code-splitting
design doc
([#​8931](https://redirect.github.com/rolldown/rolldown/issues/8931))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
##### 🧪 Testing
- add regression test for runtime helper circular dependency
([#​8958](https://redirect.github.com/rolldown/rolldown/issues/8958))
by [@​h-a-n-a](https://redirect.github.com/h-a-n-a)
- enable 8 previously-skipped MagicString remove tests
([#​8945](https://redirect.github.com/rolldown/rolldown/issues/8945))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- add test for why PureAnnotation is needed in execution order check
([#​8933](https://redirect.github.com/rolldown/rolldown/issues/8933))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
##### ⚙️ Miscellaneous Tasks
- add `@emnapi/runtime` and `@emnapi/core` as direct deps of
`@rolldown/browser`
([#​8978](https://redirect.github.com/rolldown/rolldown/issues/8978))
by [@​Copilot](https://redirect.github.com/Copilot)
- deps: update dependency vite-plus to v0.1.15
([#​8970](https://redirect.github.com/rolldown/rolldown/issues/8970))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update dependency oxfmt to ^0.43.0
([#​8969](https://redirect.github.com/rolldown/rolldown/issues/8969))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: upgrade oxc to 0.123.0
([#​8967](https://redirect.github.com/rolldown/rolldown/issues/8967))
by [@​shulaoda](https://redirect.github.com/shulaoda)
- justfile: deduplicate update-submodule as alias of setup-submodule
([#​8968](https://redirect.github.com/rolldown/rolldown/issues/8968))
by [@​shulaoda](https://redirect.github.com/shulaoda)
- deps: update rollup submodule for tests to v4.60.1
([#​8965](https://redirect.github.com/rolldown/rolldown/issues/8965))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- deps: update test262 submodule for tests
([#​8966](https://redirect.github.com/rolldown/rolldown/issues/8966))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- remove unused `type-check` scripts
([#​8957](https://redirect.github.com/rolldown/rolldown/issues/8957))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- deps: update actions/cache action to v5
([#​8953](https://redirect.github.com/rolldown/rolldown/issues/8953))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update npm packages to v6 (major)
([#​8954](https://redirect.github.com/rolldown/rolldown/issues/8954))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update npm packages
([#​8948](https://redirect.github.com/rolldown/rolldown/issues/8948))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update rust crates
([#​8949](https://redirect.github.com/rolldown/rolldown/issues/8949))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update github-actions
([#​8947](https://redirect.github.com/rolldown/rolldown/issues/8947))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update napi
([#​8943](https://redirect.github.com/rolldown/rolldown/issues/8943))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update dependency rolldown-plugin-dts to ^0.23.0
([#​8944](https://redirect.github.com/rolldown/rolldown/issues/8944))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- regenerate testing snapshots
([#​8928](https://redirect.github.com/rolldown/rolldown/issues/8928))
by [@​ulrichstark](https://redirect.github.com/ulrichstark)
- deps: update dependency rust to v1.94.1
([#​8923](https://redirect.github.com/rolldown/rolldown/issues/8923))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
##### ❤️ New Contributors
- [@​kalvenschraut](https://redirect.github.com/kalvenschraut)
made their first contribution in
[#​8885](https://redirect.github.com/rolldown/rolldown/pull/8885)
- [@​nyan-left](https://redirect.github.com/nyan-left) made their
first contribution in
[#​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
1 file changed
+81
-76
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments