chore(deps): update dependency rolldown to ^1.1.2 #12

Merged
renovate merged 1 commit from renovate/rolldown-1.x into main 2026-06-19 05:05:14 -04:00
Member

This PR contains the following updates:

Package Change Age Confidence
rolldown (source) ^1.1.1^1.1.2 age confidence

Release Notes

rolldown/rolldown (rolldown)

v1.1.2

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [rolldown](https://rolldown.rs/) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`^1.1.1` → `^1.1.2`](https://renovatebot.com/diffs/npm/rolldown/1.1.1/1.1.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.1.1/1.1.2?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.1.2`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#112---2026-06-18) [Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.1...v1.1.2) ##### 🚀 Features - add option named for invalid return type errors for more places ([#&#8203;9846](https://github.com/rolldown/rolldown/issues/9846)) by [@&#8203;shulaoda](https://github.com/shulaoda) - add option names for invalid return type errors ([#&#8203;9821](https://github.com/rolldown/rolldown/issues/9821)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - transform: infer decorator strictNullChecks from tsconfig ([#&#8203;9590](https://github.com/rolldown/rolldown/issues/9590)) by [@&#8203;kylecannon](https://github.com/kylecannon) - expose React Compiler options for rolldown and Vite users ([#&#8203;9801](https://github.com/rolldown/rolldown/issues/9801)) by [@&#8203;Boshen](https://github.com/Boshen) - tracing: gate chrome-json trace layer behind `chrome-tracing` feature ([#&#8203;9773](https://github.com/rolldown/rolldown/issues/9773)) by [@&#8203;hyf0](https://github.com/hyf0) - dev: align test-dev-server with Vite dev server ([#&#8203;9668](https://github.com/rolldown/rolldown/issues/9668)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) ##### 🐛 Bug Fixes - plugin\_timings: point doc link to existing checks reference page ([#&#8203;9837](https://github.com/rolldown/rolldown/issues/9837)) by [@&#8203;hyf0](https://github.com/hyf0) - generator: correct contradictory panic message in cjs cross-chunk symbol lookup ([#&#8203;9836](https://github.com/rolldown/rolldown/issues/9836)) by [@&#8203;hyf0](https://github.com/hyf0) - esm: preserve with clause on export \* from external ([#&#8203;9796](https://github.com/rolldown/rolldown/issues/9796)) by [@&#8203;hyf0](https://github.com/hyf0) - Make external\_import\_binding\_merger deterministic ([#&#8203;9755](https://github.com/rolldown/rolldown/issues/9755)) by [@&#8203;naruaway](https://github.com/naruaway) - surface invalid `manualCodeSplitting` group `test` regex as an error ([#&#8203;9792](https://github.com/rolldown/rolldown/issues/9792)) by [@&#8203;shulaoda](https://github.com/shulaoda) - avoid panic on `output.file` without a file name ([#&#8203;9789](https://github.com/rolldown/rolldown/issues/9789)) by [@&#8203;shulaoda](https://github.com/shulaoda) - avoid O(N^2) rendering of high-volume diagnostics ([#&#8203;9748](https://github.com/rolldown/rolldown/issues/9748)) ([#&#8203;9749](https://github.com/rolldown/rolldown/issues/9749)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - avoid panic on JSON numbers outside f64 range ([#&#8203;9788](https://github.com/rolldown/rolldown/issues/9788)) by [@&#8203;shulaoda](https://github.com/shulaoda) - deps: bump mimalloc-safe to 0.1.63 to fix worker\_threads segfault ([#&#8203;9785](https://github.com/rolldown/rolldown/issues/9785)) by [@&#8203;shulaoda](https://github.com/shulaoda) - cache ESM evaluation errors ([#&#8203;9784](https://github.com/rolldown/rolldown/issues/9784)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - wrap node require helper in pure IIFE ([#&#8203;9783](https://github.com/rolldown/rolldown/issues/9783)) by [@&#8203;kb019](https://github.com/kb019) - lazy-barrel: load locally-used imports on a re-exported record ([#&#8203;9757](https://github.com/rolldown/rolldown/issues/9757)) by [@&#8203;shulaoda](https://github.com/shulaoda) - avoid dangling wrapped-ESM init call across chunks ([#&#8203;9502](https://github.com/rolldown/rolldown/issues/9502)) ([#&#8203;9717](https://github.com/rolldown/rolldown/issues/9717)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: detect same-second rewrites in CI poll watcher ([#&#8203;9736](https://github.com/rolldown/rolldown/issues/9736)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - dev: force rebuild after HMR errors ([#&#8203;9686](https://github.com/rolldown/rolldown/issues/9686)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - dev: print build errors on browser refresh after a failed build ([#&#8203;9652](https://github.com/rolldown/rolldown/issues/9652)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) ##### 🚜 Refactor - single-source the chunk $N symbol-naming algorithm ([#&#8203;9831](https://github.com/rolldown/rolldown/issues/9831)) by [@&#8203;Dunqing](https://github.com/Dunqing) - simplify common\_dir helper ([#&#8203;9857](https://github.com/rolldown/rolldown/issues/9857)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - drop commondir crate in favor of in-house helper ([#&#8203;9849](https://github.com/rolldown/rolldown/issues/9849)) by [@&#8203;Boshen](https://github.com/Boshen) - binding: extract helpers from normalize\_binding\_options ([#&#8203;9842](https://github.com/rolldown/rolldown/issues/9842)) by [@&#8203;Boshen](https://github.com/Boshen) - move rolldown\_filter\_analyzer to tasks and scope oxc cfg feature ([#&#8203;9839](https://github.com/rolldown/rolldown/issues/9839)) by [@&#8203;Boshen](https://github.com/Boshen) - options: merge manualCodeSplitting into codeSplitting object form ([#&#8203;9805](https://github.com/rolldown/rolldown/issues/9805)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - options: support codeSplitting object form in CodeSplittingMode ([#&#8203;9804](https://github.com/rolldown/rolldown/issues/9804)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - diagnostic: reuse ByteLocator for per-source line lookup ([#&#8203;9762](https://github.com/rolldown/rolldown/issues/9762)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - remove redundant Arc around tracing spans ([#&#8203;9778](https://github.com/rolldown/rolldown/issues/9778)) by [@&#8203;camc314](https://github.com/camc314) - remove unnecessary `Arc` around sourcemap sender ([#&#8203;9777](https://github.com/rolldown/rolldown/issues/9777)) by [@&#8203;camc314](https://github.com/camc314) - rolldown\_plugin\_vite\_wasm\_fallback: remove the plugin ([#&#8203;9775](https://github.com/rolldown/rolldown/issues/9775)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - binding: remove infer-able `napi(ts_type)` ([#&#8203;9737](https://github.com/rolldown/rolldown/issues/9737)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - remove preprocessor span dedup ([#&#8203;9734](https://github.com/rolldown/rolldown/issues/9734)) by [@&#8203;hyf0](https://github.com/hyf0) - identify AST nodes by NodeId instead of Span/Address ([#&#8203;9609](https://github.com/rolldown/rolldown/issues/9609)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### 📚 Documentation - tsconfig: align auto-discovery docs with oxc-resolver behavior ([#&#8203;9845](https://github.com/rolldown/rolldown/issues/9845)) by [@&#8203;shulaoda](https://github.com/shulaoda) - relocate meta/design to internal-docs, split design from implementation ([#&#8203;9826](https://github.com/rolldown/rolldown/issues/9826)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - meta: add options normalization design doc ([#&#8203;9818](https://github.com/rolldown/rolldown/issues/9818)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - document why the napi tracing feature is enabled ([#&#8203;9766](https://github.com/rolldown/rolldown/issues/9766)) by [@&#8203;Boshen](https://github.com/Boshen) - dev: move test-dev-server test guidance into the testing docs ([#&#8203;9809](https://github.com/rolldown/rolldown/issues/9809)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) ##### ⚡ Performance - drop unused regex unicode property tables from the binding ([#&#8203;9848](https://github.com/rolldown/rolldown/issues/9848)) by [@&#8203;Boshen](https://github.com/Boshen) - drop urlencoding crate in favor of percent-encoding ([#&#8203;9851](https://github.com/rolldown/rolldown/issues/9851)) by [@&#8203;Boshen](https://github.com/Boshen) - drop owo-colors supports-colors feature in vite reporter ([#&#8203;9824](https://github.com/rolldown/rolldown/issues/9824)) by [@&#8203;Boshen](https://github.com/Boshen) - skip enum member value extraction for non-TypeScript modules ([#&#8203;9840](https://github.com/rolldown/rolldown/issues/9840)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown: use unstable sort for itertools sorted\_by at unique-key sites ([#&#8203;9827](https://github.com/rolldown/rolldown/issues/9827)) by [@&#8203;Boshen](https://github.com/Boshen) - cheaper deterministic ordering in external import binding merger ([#&#8203;9810](https://github.com/rolldown/rolldown/issues/9810)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - disable idna's ICU backend by pinning idna\_adapter to 1.0.0 (-129 KB) ([#&#8203;9811](https://github.com/rolldown/rolldown/issues/9811)) by [@&#8203;Boshen](https://github.com/Boshen) - size: use unstable sort where stability is unneeded ([#&#8203;9803](https://github.com/rolldown/rolldown/issues/9803)) by [@&#8203;Boshen](https://github.com/Boshen) - remove num-format dependency from vite reporter ([#&#8203;9795](https://github.com/rolldown/rolldown/issues/9795)) by [@&#8203;Boshen](https://github.com/Boshen) - reduce js callback error size ([#&#8203;9776](https://github.com/rolldown/rolldown/issues/9776)) by [@&#8203;Boshen](https://github.com/Boshen) - rolldown\_error: remove Debug supertrait from BuildEvent ([#&#8203;9798](https://github.com/rolldown/rolldown/issues/9798)) by [@&#8203;Boshen](https://github.com/Boshen) - reduce plugin hook order code size ([#&#8203;9761](https://github.com/rolldown/rolldown/issues/9761)) by [@&#8203;Boshen](https://github.com/Boshen) - deps: disable `infer` default features to reduce binary size ([#&#8203;9765](https://github.com/rolldown/rolldown/issues/9765)) by [@&#8203;Boshen](https://github.com/Boshen) - reduce pluginable monomorphization size ([#&#8203;9771](https://github.com/rolldown/rolldown/issues/9771)) by [@&#8203;Boshen](https://github.com/Boshen) - avoid rebuilding replace plugin values ([#&#8203;9764](https://github.com/rolldown/rolldown/issues/9764)) by [@&#8203;Boshen](https://github.com/Boshen) - defer link-stage-output drop to rayon workers after output is produced ([#&#8203;9733](https://github.com/rolldown/rolldown/issues/9733)) by [@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) - tree-shaking: hoist already-included guard to call sites in inclusion DFS ([#&#8203;9738](https://github.com/rolldown/rolldown/issues/9738)) by [@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) - renamer: dedup before allocating the owned name in add\_symbol\_in\_root\_scope ([#&#8203;9740](https://github.com/rolldown/rolldown/issues/9740)) by [@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) ##### 🧪 Testing - allocs: track allocation counts for rolldown\_sourcemap ([#&#8203;9835](https://github.com/rolldown/rolldown/issues/9835)) by [@&#8203;hyf0](https://github.com/hyf0) - bench: add CodSpeed micro-benchmarks for rolldown\_sourcemap ([#&#8203;9834](https://github.com/rolldown/rolldown/issues/9834)) by [@&#8203;hyf0](https://github.com/hyf0) - add cjs named export mutation test ([#&#8203;9823](https://github.com/rolldown/rolldown/issues/9823)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - dev: restore shared-page reliability conventions in AGENTS.md ([#&#8203;9786](https://github.com/rolldown/rolldown/issues/9786)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - dev: add `AGENTS.md` test guidance for agents ([#&#8203;9763](https://github.com/rolldown/rolldown/issues/9763)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - dev: split out initial-build-error into its own playground ([#&#8203;9772](https://github.com/rolldown/rolldown/issues/9772)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - dev: align e2e suite with Vite and parallelize playgrounds ([#&#8203;9759](https://github.com/rolldown/rolldown/issues/9759)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - remove unnecessary module namespace object JSON serializations in tests ([#&#8203;9725](https://github.com/rolldown/rolldown/issues/9725)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - use `assert.deepStrictEqual` instead of `assert.deepEqual` by using `assert/strict` instead of `assert` ([#&#8203;9724](https://github.com/rolldown/rolldown/issues/9724)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - hmr: add test case for [#&#8203;5301](https://github.com/rolldown/rolldown/issues/5301) ([#&#8203;5302](https://github.com/rolldown/rolldown/issues/5302)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - dev: add tests for dev-engine principles ([#&#8203;9720](https://github.com/rolldown/rolldown/issues/9720)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - dev: align dev-engine test harness with Vite ([#&#8203;9684](https://github.com/rolldown/rolldown/issues/9684)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) ##### ⚙️ Miscellaneous Tasks - deps: update napi to 3.9.3 ([#&#8203;9862](https://github.com/rolldown/rolldown/issues/9862)) by [@&#8203;shulaoda](https://github.com/shulaoda) - deps: update oxc to 0.137.0 ([#&#8203;9856](https://github.com/rolldown/rolldown/issues/9856)) by [@&#8203;Boshen](https://github.com/Boshen) - re-enable default lld linker on x86\_64-unknown-linux-gnu ([#&#8203;9855](https://github.com/rolldown/rolldown/issues/9855)) by [@&#8203;Boshen](https://github.com/Boshen) - deps: bump vite-plus to 0.2.1 ([#&#8203;9850](https://github.com/rolldown/rolldown/issues/9850)) by [@&#8203;Boshen](https://github.com/Boshen) - skills: translate \_config.json when encoding rolldown REPL links ([#&#8203;9847](https://github.com/rolldown/rolldown/issues/9847)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - deps: update oxc\_resolver and oxc\_resolver\_napi to 11.21.3 ([#&#8203;9841](https://github.com/rolldown/rolldown/issues/9841)) by [@&#8203;Boshen](https://github.com/Boshen) - pin vite-plus (vp) CLI to 0.1.24 in setup-vp ([#&#8203;9830](https://github.com/rolldown/rolldown/issues/9830)) by [@&#8203;Boshen](https://github.com/Boshen) - add crate/package-level CODEOWNERS ([#&#8203;9819](https://github.com/rolldown/rolldown/issues/9819)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - drop unused derive\_more display feature from rolldown\_plugin ([#&#8203;9820](https://github.com/rolldown/rolldown/issues/9820)) by [@&#8203;Boshen](https://github.com/Boshen) - remove auto-assign PR workflow ([#&#8203;9807](https://github.com/rolldown/rolldown/issues/9807)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - deps: update rollup submodule for tests to v4.62.0 ([#&#8203;9780](https://github.com/rolldown/rolldown/issues/9780)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update esbuild for tests to 0.28.1 ([#&#8203;9779](https://github.com/rolldown/rolldown/issues/9779)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update test262 submodule for tests ([#&#8203;9781](https://github.com/rolldown/rolldown/issues/9781)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update oxc to 0.136.0 ([#&#8203;9770](https://github.com/rolldown/rolldown/issues/9770)) by [@&#8203;Boshen](https://github.com/Boshen) - add pull request template ([#&#8203;9756](https://github.com/rolldown/rolldown/issues/9756)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - clarify `rolldown_plugin_vite_*` is compatible for the same minor ([#&#8203;9774](https://github.com/rolldown/rolldown/issues/9774)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - deps: update github actions ([#&#8203;9745](https://github.com/rolldown/rolldown/issues/9745)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rust crates ([#&#8203;9747](https://github.com/rolldown/rolldown/issues/9747)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update napi to v3.9.2 ([#&#8203;9744](https://github.com/rolldown/rolldown/issues/9744)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;9746](https://github.com/rolldown/rolldown/issues/9746)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update [@&#8203;napi-rs/cli](https://github.com/napi-rs/cli) and emnapi deps ([#&#8203;9741](https://github.com/rolldown/rolldown/issues/9741)) by [@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) - generator: fix `vp fmt` on Windows ([#&#8203;9727](https://github.com/rolldown/rolldown/issues/9727)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - ban importing from `assert` and recommend `assert/strict` ([#&#8203;9726](https://github.com/rolldown/rolldown/issues/9726)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) ##### ❤️ New Contributors - [@&#8203;naruaway](https://github.com/naruaway) made their first contribution in [#&#8203;9755](https://github.com/rolldown/rolldown/pull/9755) - [@&#8203;kb019](https://github.com/kb019) made their first contribution in [#&#8203;9783](https://github.com/rolldown/rolldown/pull/9783) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXAiLCJub2RlIl19-->
chore(deps): update dependency rolldown to ^1.1.2
All checks were successful
check / check (pull_request) Successful in 49s
check / action (pull_request) Successful in 8s
57249fe20d
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-19 05:01:38 -04:00
renovate deleted branch renovate/rolldown-1.x 2026-06-19 05:05:14 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
template/node!12
No description provided.