Skip to content

Commit 6f72bfe

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

File tree

1 file changed

+84
-84
lines changed

1 file changed

+84
-84
lines changed

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)