Commit 6f72bfe
authored
chore(deps): update dependency rolldown to v1.0.0-rc.10 (#24)
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.9` →
`1.0.0-rc.10`](https://renovatebot.com/diffs/npm/rolldown/1.0.0-rc.9/1.0.0-rc.10)
|

|

|

|

|
---
### Release Notes
<details>
<summary>rolldown/rolldown (rolldown)</summary>
###
[`v1.0.0-rc.10`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#100-rc10---2026-03-18)
[Compare
Source](https://redirect.github.com/rolldown/rolldown/compare/v1.0.0-rc.9...v1.0.0-rc.10)
##### 🚀 Features
- add indentExclusionRanges property to MagicString
([#​8746](https://redirect.github.com/rolldown/rolldown/issues/8746))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- expose `oxcRuntimePlugin`
([#​8654](https://redirect.github.com/rolldown/rolldown/issues/8654))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- rust: make bundler generic over FileSystem for in-memory benchmarks
([#​8652](https://redirect.github.com/rolldown/rolldown/issues/8652))
by [@​Boshen](https://redirect.github.com/Boshen)
##### 🐛 Bug Fixes
- rolldown\_plugin\_vite\_dynamic\_import\_vars: align dynamic import
fast check with Vite
([#​8760](https://redirect.github.com/rolldown/rolldown/issues/8760))
by [@​shulaoda](https://redirect.github.com/shulaoda)
- renamer: handle existing bindings in nested scopes when finding unique
names
([#​8741](https://redirect.github.com/rolldown/rolldown/issues/8741))
by [@​drewolson](https://redirect.github.com/drewolson)
- pass `yarn_pnp` option where needed
([#​8736](https://redirect.github.com/rolldown/rolldown/issues/8736))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- preserve optional chaining in namespace member expr rewrite
([#​8712](https://redirect.github.com/rolldown/rolldown/issues/8712))
by [@​Copilot](https://redirect.github.com/Copilot)
- correct UTF-16 index handling in native MagicString
([#​8693](https://redirect.github.com/rolldown/rolldown/issues/8693))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- mark failing doctests as ignore
([#​8700](https://redirect.github.com/rolldown/rolldown/issues/8700))
by [@​Boshen](https://redirect.github.com/Boshen)
- prevent may\_partial\_namespace from leaking through include\_module
([#​8682](https://redirect.github.com/rolldown/rolldown/issues/8682))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- ci: bump native-build cache key to invalidate stale napi-rs artifacts
([#​8678](https://redirect.github.com/rolldown/rolldown/issues/8678))
by [@​Boshen](https://redirect.github.com/Boshen)
- `comments.annotation: false` breaking tree-shaking
([#​8657](https://redirect.github.com/rolldown/rolldown/issues/8657))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- validate filenames for NUL bytes from chunkFileNames/entryFileNames
([#​8644](https://redirect.github.com/rolldown/rolldown/issues/8644))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- dce-only minify should not set NODE\_ENV to production
([#​8651](https://redirect.github.com/rolldown/rolldown/issues/8651))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
##### 🚜 Refactor
- rust: remove dead
`CrossModuleOptimizationConfig::side_effects_free_function_optimization`
([#​8673](https://redirect.github.com/rolldown/rolldown/issues/8673))
by [@​Dunqing](https://redirect.github.com/Dunqing)
- rust: simplify `cross_module_optimization` by removing redundant scope
tracking
([#​8672](https://redirect.github.com/rolldown/rolldown/issues/8672))
by [@​Dunqing](https://redirect.github.com/Dunqing)
- simplify string repeat in guess\_indentor
([#​8753](https://redirect.github.com/rolldown/rolldown/issues/8753))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- consolidate custom magic-string tests into one file
([#​8696](https://redirect.github.com/rolldown/rolldown/issues/8696))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- extract CJS bailout checks from include\_symbol
([#​8683](https://redirect.github.com/rolldown/rolldown/issues/8683))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- rust: remove `BindingIdentifierExt` to use
`BindingIdentifier::symbol_id()` instead
([#​8667](https://redirect.github.com/rolldown/rolldown/issues/8667))
by [@​Dunqing](https://redirect.github.com/Dunqing)
- bench: add bench\_preset helper and inline presets
([#​8658](https://redirect.github.com/rolldown/rolldown/issues/8658))
by [@​Boshen](https://redirect.github.com/Boshen)
- rust: filter external modules from entries instead of mapping bit
positions
([#​8637](https://redirect.github.com/rolldown/rolldown/issues/8637))
by [@​Dunqing](https://redirect.github.com/Dunqing)
##### 📚 Documentation
- clarify watch mode behavior and its limitations
([#​8751](https://redirect.github.com/rolldown/rolldown/issues/8751))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- add external link icon to GitHub button in Hero section
([#​8731](https://redirect.github.com/rolldown/rolldown/issues/8731))
by [@​thisisnkc](https://redirect.github.com/thisisnkc)
- guide: clarify that `inject` option is only conceptually similar to
esbuild's one
([#​8743](https://redirect.github.com/rolldown/rolldown/issues/8743))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- meta/design: add `devtools.md`
([#​8663](https://redirect.github.com/rolldown/rolldown/issues/8663))
by [@​hyf0](https://redirect.github.com/hyf0)
- add viteplus alpha announcement banner
([#​8668](https://redirect.github.com/rolldown/rolldown/issues/8668))
by [@​shulaoda](https://redirect.github.com/shulaoda)
##### ⚡ Performance
- rolldown: some minor perf optimization found by autoresearch
([#​8730](https://redirect.github.com/rolldown/rolldown/issues/8730))
by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn)
- replace Vec allocation with lazy iterator in find\_hash\_placeholders
([#​8703](https://redirect.github.com/rolldown/rolldown/issues/8703))
by [@​Boshen](https://redirect.github.com/Boshen)
- replace TypedDashMap with TypedMap in CustomField
([#​8708](https://redirect.github.com/rolldown/rolldown/issues/8708))
by [@​Boshen](https://redirect.github.com/Boshen)
- bench: remove scan benchmark binary to halve LTO link time
([#​8694](https://redirect.github.com/rolldown/rolldown/issues/8694))
by [@​Boshen](https://redirect.github.com/Boshen)
##### 🧪 Testing
- watch: increase timeout for error output
([#​8766](https://redirect.github.com/rolldown/rolldown/issues/8766))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- vite-tests: remove JS plugin tests
([#​8767](https://redirect.github.com/rolldown/rolldown/issues/8767))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- watch: add CLI exit code test
([#​8752](https://redirect.github.com/rolldown/rolldown/issues/8752))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- normalize paths on Windows even if `resolve.symlinks` is false
([#​8483](https://redirect.github.com/rolldown/rolldown/issues/8483))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
##### ⚙️ Miscellaneous Tasks
- correct comment in bundle-analyzer-plugin.ts
([#​8770](https://redirect.github.com/rolldown/rolldown/issues/8770))
by [@​origami-z](https://redirect.github.com/origami-z)
- upgrade oxc to 0.120.0
([#​8764](https://redirect.github.com/rolldown/rolldown/issues/8764))
by [@​Boshen](https://redirect.github.com/Boshen)
- enable all test for `reset` category in MagicString.test.ts
([#​8749](https://redirect.github.com/rolldown/rolldown/issues/8749))
by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY)
- deps: update test262 submodule for tests
([#​8742](https://redirect.github.com/rolldown/rolldown/issues/8742))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- deps: update oxc apps
([#​8734](https://redirect.github.com/rolldown/rolldown/issues/8734))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update softprops/action-gh-release action to v2.6.1
([#​8724](https://redirect.github.com/rolldown/rolldown/issues/8724))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update npm packages (major)
([#​8722](https://redirect.github.com/rolldown/rolldown/issues/8722))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update github-actions (major)
([#​8721](https://redirect.github.com/rolldown/rolldown/issues/8721))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update softprops/action-gh-release action to v2.6.0
([#​8720](https://redirect.github.com/rolldown/rolldown/issues/8720))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update npm packages
([#​8718](https://redirect.github.com/rolldown/rolldown/issues/8718))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update rust crates
([#​8717](https://redirect.github.com/rolldown/rolldown/issues/8717))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update github-actions
([#​8716](https://redirect.github.com/rolldown/rolldown/issues/8716))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update dependency oxlint-tsgolint to v0.17.0
([#​8713](https://redirect.github.com/rolldown/rolldown/issues/8713))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: bump cargo-shear to v1.11.2
([#​8711](https://redirect.github.com/rolldown/rolldown/issues/8711))
by [@​Boshen](https://redirect.github.com/Boshen)
- use org level `CODE_OF_CONDUCT.md`
([#​8706](https://redirect.github.com/rolldown/rolldown/issues/8706))
by [@​sapphi-red](https://redirect.github.com/sapphi-red)
- fix cache key mismatch and remove redundant cache saves
([#​8695](https://redirect.github.com/rolldown/rolldown/issues/8695))
by [@​Boshen](https://redirect.github.com/Boshen)
- deps: update oxc apps
([#​8692](https://redirect.github.com/rolldown/rolldown/issues/8692))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update oxc apps
([#​8649](https://redirect.github.com/rolldown/rolldown/issues/8649))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- should do matrix out side of reusable workflows 2
([#​8691](https://redirect.github.com/rolldown/rolldown/issues/8691))
by [@​hyf0](https://redirect.github.com/hyf0)
- should do matrix out side of reusable workflows
([#​8690](https://redirect.github.com/rolldown/rolldown/issues/8690))
by [@​hyf0](https://redirect.github.com/hyf0)
- deps: update dependency rolldown-plugin-dts to v0.22.5
([#​8689](https://redirect.github.com/rolldown/rolldown/issues/8689))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- upgrade oxc to 0.119.0 and oxc\_resolver to 11.19.1
([#​8686](https://redirect.github.com/rolldown/rolldown/issues/8686))
by [@​Boshen](https://redirect.github.com/Boshen)
- correct if condition of `type-check` job
([#​8677](https://redirect.github.com/rolldown/rolldown/issues/8677))
by [@​hyf0](https://redirect.github.com/hyf0)
- Gate CI type-check job on node changes
([#​8669](https://redirect.github.com/rolldown/rolldown/issues/8669))
by [@​Copilot](https://redirect.github.com/Copilot)
- benchmark: improve codspeed build
([#​8665](https://redirect.github.com/rolldown/rolldown/issues/8665))
by [@​Boshen](https://redirect.github.com/Boshen)
- deps: update oxc to v0.118.0
([#​8650](https://redirect.github.com/rolldown/rolldown/issues/8650))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update crate-ci/typos action to v1.44.0
([#​8647](https://redirect.github.com/rolldown/rolldown/issues/8647))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update oxc resolver to v11.19.1
([#​8646](https://redirect.github.com/rolldown/rolldown/issues/8646))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update dependency rust to v1.94.0
([#​8648](https://redirect.github.com/rolldown/rolldown/issues/8648))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
- deps: update dependency rolldown-plugin-dts to v0.22.4
([#​8645](https://redirect.github.com/rolldown/rolldown/issues/8645))
by [@​renovate](https://redirect.github.com/renovate)\[bot]
##### 1 parent 9fc46a5 commit 6f72bfe
1 file changed
+84
-84
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments