Skip to content

Commit 4252f9d

Browse files
chore(deps): update dependency rolldown to v1.0.0-rc.11 (#27)
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.10` → `1.0.0-rc.11`](https://renovatebot.com/diffs/npm/rolldown/1.0.0-rc.10/1.0.0-rc.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.0.0-rc.11?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rolldown/1.0.0-rc.11?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rolldown/1.0.0-rc.10/1.0.0-rc.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.0.0-rc.10/1.0.0-rc.11?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.0.0-rc.11`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#100-rc11---2026-03-23) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v1.0.0-rc.10...v1.0.0-rc.11) ##### 🚀 Features - magicString replace with regex ([#&#8203;8802](https://redirect.github.com/rolldown/rolldown/issues/8802)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - support `output.sourcemapExcludeSources` option ([#&#8203;8828](https://redirect.github.com/rolldown/rolldown/issues/8828)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - support `getIndentString` in MagicString ([#&#8203;8775](https://redirect.github.com/rolldown/rolldown/issues/8775)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - MagicString ignoreList support ([#&#8203;8773](https://redirect.github.com/rolldown/rolldown/issues/8773)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### 🐛 Bug Fixes - forward test filters through vp run ([#&#8203;8870](https://redirect.github.com/rolldown/rolldown/issues/8870)) by [@&#8203;younggglcy](https://redirect.github.com/younggglcy) - types: remove `pluginName` from `MinimalPluginContext` ([#&#8203;8864](https://redirect.github.com/rolldown/rolldown/issues/8864)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - do not report eval?.() as direct eval ([#&#8203;8860](https://redirect.github.com/rolldown/rolldown/issues/8860)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - handle negative indices, overlapping ranges, and moved content in MagicString remove ([#&#8203;8829](https://redirect.github.com/rolldown/rolldown/issues/8829)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - enable arbitrary\_precision for serde\_json to fix JSON float parsing ([#&#8203;8848](https://redirect.github.com/rolldown/rolldown/issues/8848)) by [@&#8203;elderapo](https://redirect.github.com/elderapo) - resolve TypeScript lint errors ([#&#8203;8841](https://redirect.github.com/rolldown/rolldown/issues/8841)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - avoid panic on multi-byte UTF-8 chars in hash placeholder iterator ([#&#8203;8790](https://redirect.github.com/rolldown/rolldown/issues/8790)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - ci: skip failing vite build watch raw query test ([#&#8203;8840](https://redirect.github.com/rolldown/rolldown/issues/8840)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - ci: use step-level env override to unset VITE\_PLUS\_CLI\_BIN in vite tests ([#&#8203;8838](https://redirect.github.com/rolldown/rolldown/issues/8838)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - ci: move vite tests into CI workflow by [@&#8203;Boshen](https://redirect.github.com/Boshen) - ci: unset all VITE\_PLUS\_\* env vars in vite-tests workflow ([#&#8203;8837](https://redirect.github.com/rolldown/rolldown/issues/8837)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - test: skip watch CLI tests on Windows ([#&#8203;8830](https://redirect.github.com/rolldown/rolldown/issues/8830)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - ci: unset VITE\_PLUS\_CLI\_BIN in vite-tests workflow ([#&#8203;8832](https://redirect.github.com/rolldown/rolldown/issues/8832)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - remove redundant bare side-effect imports in entry/facade chunks ([#&#8203;8804](https://redirect.github.com/rolldown/rolldown/issues/8804)) by [@&#8203;h-a-n-a](https://redirect.github.com/h-a-n-a) - magicString prepend issues ([#&#8203;8797](https://redirect.github.com/rolldown/rolldown/issues/8797)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - ci: use `vpx` instead of `vp exec` for `pkg-pr-new` ([#&#8203;8827](https://redirect.github.com/rolldown/rolldown/issues/8827)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - set `order` for callable plugins ([#&#8203;8815](https://redirect.github.com/rolldown/rolldown/issues/8815)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - handle reversed slice ranges with moved content ([#&#8203;8750](https://redirect.github.com/rolldown/rolldown/issues/8750)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - update emnapi to latest to avoid version mismatch ([#&#8203;8781](https://redirect.github.com/rolldown/rolldown/issues/8781)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - external.md on Windows OS ([#&#8203;8780](https://redirect.github.com/rolldown/rolldown/issues/8780)) by [@&#8203;bddjr](https://redirect.github.com/bddjr) - align MagicString length/isEmpty with reference magic-string ([#&#8203;8776](https://redirect.github.com/rolldown/rolldown/issues/8776)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### 🚜 Refactor - extract canonical\_ref\_resolving\_namespace helper ([#&#8203;8836](https://redirect.github.com/rolldown/rolldown/issues/8836)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) ##### 📚 Documentation - improve external examples for cross-platform correctness ([#&#8203;8786](https://redirect.github.com/rolldown/rolldown/issues/8786)) by [@&#8203;hyf0-agent](https://redirect.github.com/hyf0-agent) - update reference to transform function in plugin API documentation ([#&#8203;8778](https://redirect.github.com/rolldown/rolldown/issues/8778)) by [@&#8203;zOadT](https://redirect.github.com/zOadT) ##### ⚡ Performance - reduce timing of `dervie_entries_aware_chunk_name` ([#&#8203;8847](https://redirect.github.com/rolldown/rolldown/issues/8847)) by [@&#8203;AliceLanniste](https://redirect.github.com/AliceLanniste) - bench: remove redundant sourcemap benchmark cases ([#&#8203;8825](https://redirect.github.com/rolldown/rolldown/issues/8825)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - reduce intermediate allocations in `collapse_sourcemaps` ([#&#8203;8821](https://redirect.github.com/rolldown/rolldown/issues/8821)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - enable parallel AST cloning on macOS ([#&#8203;8814](https://redirect.github.com/rolldown/rolldown/issues/8814)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) ##### 🧪 Testing - watch: use polling watcher and retry for watch error test ([#&#8203;8772](https://redirect.github.com/rolldown/rolldown/issues/8772)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) ##### ⚙️ Miscellaneous Tasks - deps: update dependency [@&#8203;oxc-project/types](https://redirect.github.com/oxc-project/types) to v0.122.0 ([#&#8203;8873](https://redirect.github.com/rolldown/rolldown/issues/8873)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - publish-to-npm: use correct vp pm publish ([#&#8203;8871](https://redirect.github.com/rolldown/rolldown/issues/8871)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - justfile: skip setup-vite-plus if vp is already installed ([#&#8203;8862](https://redirect.github.com/rolldown/rolldown/issues/8862)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - add expectWarning option to test config ([#&#8203;8861](https://redirect.github.com/rolldown/rolldown/issues/8861)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - justfile: support windows for `just setup` ([#&#8203;8846](https://redirect.github.com/rolldown/rolldown/issues/8846)) by [@&#8203;AliceLanniste](https://redirect.github.com/AliceLanniste) - deps: update rust crates ([#&#8203;8852](https://redirect.github.com/rolldown/rolldown/issues/8852)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update endbug/version-check action to v3 ([#&#8203;8855](https://redirect.github.com/rolldown/rolldown/issues/8855)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update github-actions ([#&#8203;8853](https://redirect.github.com/rolldown/rolldown/issues/8853)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency vitepress to v2.0.0-alpha.17 ([#&#8203;8854](https://redirect.github.com/rolldown/rolldown/issues/8854)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;8851](https://redirect.github.com/rolldown/rolldown/issues/8851)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - bench: use mimalloc as global allocator in bench crate ([#&#8203;8844](https://redirect.github.com/rolldown/rolldown/issues/8844)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - reuse native build artifact in node-validation job ([#&#8203;8826](https://redirect.github.com/rolldown/rolldown/issues/8826)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - speed up CodSpeed benchmark build by disabling LTO ([#&#8203;8824](https://redirect.github.com/rolldown/rolldown/issues/8824)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - remove redundant critcmp benchmark job ([#&#8203;8823](https://redirect.github.com/rolldown/rolldown/issues/8823)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - deps: update rust crate oxc\_sourcemap to v6.1.0 ([#&#8203;8785](https://redirect.github.com/rolldown/rolldown/issues/8785)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - node: migrate oxlint and oxfmt to Vite+ ([#&#8203;8813](https://redirect.github.com/rolldown/rolldown/issues/8813)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - revert namespace runners for release build jobs ([#&#8203;8820](https://redirect.github.com/rolldown/rolldown/issues/8820)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - migrate runners to namespace ([#&#8203;8819](https://redirect.github.com/rolldown/rolldown/issues/8819)) by [@&#8203;Boshen](https://redirect.github.com/Boshen) - test: relax test utils path assertion to support git worktrees ([#&#8203;8816](https://redirect.github.com/rolldown/rolldown/issues/8816)) by [@&#8203;younggglcy](https://redirect.github.com/younggglcy) - rename `examples/lazy` to `examples/lazy-compilation` ([#&#8203;8789](https://redirect.github.com/rolldown/rolldown/issues/8789)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - improve "needs reproduction" wording by [@&#8203;Boshen](https://redirect.github.com/Boshen) - deps: update dependency oxlint-tsgolint to v0.17.1 ([#&#8203;8807](https://redirect.github.com/rolldown/rolldown/issues/8807)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - enable 7 previously-skipped MagicString tests ([#&#8203;8771](https://redirect.github.com/rolldown/rolldown/issues/8771)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - upgrade oxc to 0.121.0 ([#&#8203;8784](https://redirect.github.com/rolldown/rolldown/issues/8784)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - increase Windows dev drive size from 12GB to 20GB ([#&#8203;8779](https://redirect.github.com/rolldown/rolldown/issues/8779)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) ##### ❤️ New Contributors - [@&#8203;younggglcy](https://redirect.github.com/younggglcy) made their first contribution in [#&#8203;8870](https://redirect.github.com/rolldown/rolldown/pull/8870) - [@&#8203;elderapo](https://redirect.github.com/elderapo) made their first contribution in [#&#8203;8848](https://redirect.github.com/rolldown/rolldown/pull/8848) - [@&#8203;bddjr](https://redirect.github.com/bddjr) made their first contribution in [#&#8203;8780](https://redirect.github.com/rolldown/rolldown/pull/8780) - [@&#8203;zOadT](https://redirect.github.com/zOadT) made their first contribution in [#&#8203;8778](https://redirect.github.com/rolldown/rolldown/pull/8778) </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 9ce379f commit 4252f9d

File tree

1 file changed

+80
-80
lines changed

1 file changed

+80
-80
lines changed

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)