chore(deps): update dependency rolldown to ^1.1.1 #8

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

This PR contains the following updates:

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

Release Notes

rolldown/rolldown (rolldown)

v1.1.1

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.0` → `^1.1.1`](https://renovatebot.com/diffs/npm/rolldown/1.1.0/1.1.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.1.0/1.1.1?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.1.1`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#111---2026-06-11) [Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.0...v1.1.1) ##### 🚀 Features - ecmascript\_utils: introduce AstFactory for AST construction ([#&#8203;9682](https://github.com/rolldown/rolldown/issues/9682)) by [@&#8203;hyf0](https://github.com/hyf0) - drop no-op init calls for empty wrapped-ESM modules ([#&#8203;9678](https://github.com/rolldown/rolldown/issues/9678)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### 🐛 Bug Fixes - resolver: honor package.json#type for .jsx/.tsx extensions ([#&#8203;9690](https://github.com/rolldown/rolldown/issues/9690)) ([#&#8203;9699](https://github.com/rolldown/rolldown/issues/9699)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - hmr: report the full-reload reason for the invalidate-loop case ([#&#8203;9708](https://github.com/rolldown/rolldown/issues/9708)) by [@&#8203;hyf0](https://github.com/hyf0) - explicit `moduleSideEffects` from a hook must take priority over the `package.json#sideEffects` ([#&#8203;9688](https://github.com/rolldown/rolldown/issues/9688)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - keep the `rolldown-runtime` name for the standalone runtime chunk ([#&#8203;9685](https://github.com/rolldown/rolldown/issues/9685)) by [@&#8203;shulaoda](https://github.com/shulaoda) - lazy-barrel: request all exports for entry barrels on first encounter ([#&#8203;9672](https://github.com/rolldown/rolldown/issues/9672)) by [@&#8203;shulaoda](https://github.com/shulaoda) - finalizer: skip init\_\*() for tree-shaken wrapped ESM owners ([#&#8203;9669](https://github.com/rolldown/rolldown/issues/9669)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - order `chunk.imports` by execution order ([#&#8203;9654](https://github.com/rolldown/rolldown/issues/9654)) by [@&#8203;chuganzy](https://github.com/chuganzy) - vite-resolve: preserve slash separators for Sass partial exports ([#&#8203;9546](https://github.com/rolldown/rolldown/issues/9546)) by [@&#8203;cjc0013](https://github.com/cjc0013) - cross-chunk CJS wrapper shadowed by author-local binding ([#&#8203;9648](https://github.com/rolldown/rolldown/issues/9648)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### 🚜 Refactor - precompute wrapped-ESM init metadata in generate stage ([#&#8203;9712](https://github.com/rolldown/rolldown/issues/9712)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - ecmascript\_utils: fold construction ext traits onto AstFactory and delete AstSnippet ([#&#8203;9702](https://github.com/rolldown/rolldown/issues/9702)) by [@&#8203;hyf0](https://github.com/hyf0) - finalizer: finish ScopeHoistingFinalizer migration to AstFactory ([#&#8203;9701](https://github.com/rolldown/rolldown/issues/9701)) by [@&#8203;hyf0](https://github.com/hyf0) - finalizer: migrate module\_finalizers/mod.rs to AstFactory ([#&#8203;9700](https://github.com/rolldown/rolldown/issues/9700)) by [@&#8203;hyf0](https://github.com/hyf0) - hmr: migrate hmr finalizer to AstFactory ([#&#8203;9695](https://github.com/rolldown/rolldown/issues/9695)) by [@&#8203;hyf0](https://github.com/hyf0) - plugin: migrate vite\_build\_import\_analysis to AstFactory ([#&#8203;9693](https://github.com/rolldown/rolldown/issues/9693)) by [@&#8203;hyf0](https://github.com/hyf0) - scanner: migrate tweak\_ast\_for\_scanning to AstFactory ([#&#8203;9683](https://github.com/rolldown/rolldown/issues/9683)) by [@&#8203;hyf0](https://github.com/hyf0) - always split runtime module first ([#&#8203;9419](https://github.com/rolldown/rolldown/issues/9419)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### 📚 Documentation - tsconfig: correct auto-discovery resolution to match TypeScript ([#&#8203;9714](https://github.com/rolldown/rolldown/issues/9714)) by [@&#8203;shulaoda](https://github.com/shulaoda) - design: plan to unify all internal AST construction ([#&#8203;9673](https://github.com/rolldown/rolldown/issues/9673)) by [@&#8203;hyf0](https://github.com/hyf0) - tsconfig: align reference resolution docs with TypeScript behavior ([#&#8203;9641](https://github.com/rolldown/rolldown/issues/9641)) by [@&#8203;shulaoda](https://github.com/shulaoda) ##### ⚡ Performance - avoid per-module join Strings in scope-hoisting concatenation ([#&#8203;9645](https://github.com/rolldown/rolldown/issues/9645)) by [@&#8203;Boshen](https://github.com/Boshen) - avoid intermediate Strings in the ESM export clause ([#&#8203;9644](https://github.com/rolldown/rolldown/issues/9644)) by [@&#8203;Boshen](https://github.com/Boshen) - reuse a scratch buffer for facade namespace names in the scanner ([#&#8203;9642](https://github.com/rolldown/rolldown/issues/9642)) by [@&#8203;Boshen](https://github.com/Boshen) - reuse the import-matching tracker stack across named imports ([#&#8203;9643](https://github.com/rolldown/rolldown/issues/9643)) by [@&#8203;Boshen](https://github.com/Boshen) - avoid cloning the per-chunk export-items map in render\_chunk\_exports ([#&#8203;9639](https://github.com/rolldown/rolldown/issues/9639)) by [@&#8203;Boshen](https://github.com/Boshen) - avoid CompactStr allocation in sorted-exports membership check ([#&#8203;9640](https://github.com/rolldown/rolldown/issues/9640)) by [@&#8203;Boshen](https://github.com/Boshen) ##### 🧪 Testing - add more `moduleSideEffects` precedence tests ([#&#8203;9689](https://github.com/rolldown/rolldown/issues/9689)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - 9651: drop shimMissingExports from regression fixture ([#&#8203;9674](https://github.com/rolldown/rolldown/issues/9674)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### ⚙️ Miscellaneous Tasks - update react repo links ([#&#8203;9711](https://github.com/rolldown/rolldown/issues/9711)) by [@&#8203;iiio2](https://github.com/iiio2) - remove outdated pnpm configurations ([#&#8203;9666](https://github.com/rolldown/rolldown/issues/9666)) by [@&#8203;btea](https://github.com/btea) - deps: update github actions to v2.81.5 ([#&#8203;9665](https://github.com/rolldown/rolldown/issues/9665)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - testing: migrate test harness off deprecated inlineDynamicImports ([#&#8203;9710](https://github.com/rolldown/rolldown/issues/9710)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - hmr: delete commented-out dead code left from old register-module codegen ([#&#8203;9707](https://github.com/rolldown/rolldown/issues/9707)) by [@&#8203;hyf0](https://github.com/hyf0) - deps: update napi-rs toolchain ([#&#8203;9706](https://github.com/rolldown/rolldown/issues/9706)) by [@&#8203;shulaoda](https://github.com/shulaoda) - deps: update rollup submodule for tests to v4.61.1 ([#&#8203;9676](https://github.com/rolldown/rolldown/issues/9676)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update test262 submodule for tests ([#&#8203;9677](https://github.com/rolldown/rolldown/issues/9677)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update oxc to 0.135.0 ([#&#8203;9670](https://github.com/rolldown/rolldown/issues/9670)) by [@&#8203;Boshen](https://github.com/Boshen) - pass ALGOLIA\_APP\_ID and ALGOLIA\_API\_KEY to void deploy ([#&#8203;9667](https://github.com/rolldown/rolldown/issues/9667)) by [@&#8203;Boshen](https://github.com/Boshen) - deps: update github actions ([#&#8203;9662](https://github.com/rolldown/rolldown/issues/9662)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rust crates ([#&#8203;9663](https://github.com/rolldown/rolldown/issues/9663)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rolldown-plugin-dts to v0.25.2 ([#&#8203;9661](https://github.com/rolldown/rolldown/issues/9661)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update typos to v1.47.2 ([#&#8203;9660](https://github.com/rolldown/rolldown/issues/9660)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update docs dependencies ([#&#8203;9657](https://github.com/rolldown/rolldown/issues/9657)) by [@&#8203;bddjr](https://github.com/bddjr) - deps: update typos to v1.47.1 ([#&#8203;9655](https://github.com/rolldown/rolldown/issues/9655)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deploy website in its own workflow, only on docs output change ([#&#8203;9650](https://github.com/rolldown/rolldown/issues/9650)) by [@&#8203;Boshen](https://github.com/Boshen) - publish to pkg.pr.new add pm and `commentWithDev` option ([#&#8203;9638](https://github.com/rolldown/rolldown/issues/9638)) by [@&#8203;btea](https://github.com/btea) ##### ❤️ New Contributors - [@&#8203;chuganzy](https://github.com/chuganzy) made their first contribution in [#&#8203;9654](https://github.com/rolldown/rolldown/pull/9654) - [@&#8203;cjc0013](https://github.com/cjc0013) made their first contribution in [#&#8203;9546](https://github.com/rolldown/rolldown/pull/9546) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuMyIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXAiLCJub2RlIl19-->
chore(deps): update dependency rolldown to ^1.1.1
All checks were successful
check / check (pull_request) Successful in 52s
check / action (pull_request) Successful in 10s
3b51ee83cb
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-12 05:01:57 -04:00
renovate deleted branch renovate/rolldown-1.x 2026-06-12 05:05:36 -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!8
No description provided.