Commit 4252f9d
authored
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)
|

|

|

|

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