chore(deps): update dependency rolldown to ^1.1.0 #3

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

This PR contains the following updates:

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

Release Notes

rolldown/rolldown (rolldown)

v1.1.0

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.0.3` → `^1.1.0`](https://renovatebot.com/diffs/npm/rolldown/1.0.3/1.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.0.3/1.1.0?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.1.0`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#110---2026-06-03) [Compare Source](https://github.com/rolldown/rolldown/compare/v1.0.3...v1.1.0) ##### 🚀 Features - enable `experimental.lazyBarrel` by default ([#&#8203;9632](https://github.com/rolldown/rolldown/issues/9632)) by [@&#8203;shulaoda](https://github.com/shulaoda) - `import.meta.glob` support `caseSensitive` option ([#&#8203;9594](https://github.com/rolldown/rolldown/issues/9594)) by [@&#8203;btea](https://github.com/btea) - add `SOURCEMAP_BROKEN` warning for renderChunk hook ([#&#8203;9601](https://github.com/rolldown/rolldown/issues/9601)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - add `SOURCEMAP_BROKEN` warning for transform hook ([#&#8203;9600](https://github.com/rolldown/rolldown/issues/9600)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - add `@__NO_SIDE_EFFECTS__` hint for invalid `@__PURE__` before function declarations ([#&#8203;9505](https://github.com/rolldown/rolldown/issues/9505)) by [@&#8203;Copilot](https://github.com/Copilot) - code-splitting: support group-local `includeDependenciesRecursively` ([#&#8203;9587](https://github.com/rolldown/rolldown/issues/9587)) by [@&#8203;hyf0](https://github.com/hyf0) ##### 🐛 Bug Fixes - report TSCONFIG\_ERROR instead of UNHANDLEABLE\_ERROR for a missing tsconfig file ([#&#8203;9633](https://github.com/rolldown/rolldown/issues/9633)) by [@&#8203;shulaoda](https://github.com/shulaoda) - browser: add missing exports and ensure consistency with `rolldown` package ([#&#8203;9629](https://github.com/rolldown/rolldown/issues/9629)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - should build test-dev-server when test-node ([#&#8203;9610](https://github.com/rolldown/rolldown/issues/9610)) by [@&#8203;situ2001](https://github.com/situ2001) - chunk-optimizer: refuse asymmetric merge for cyclic dynamic entries ([#&#8203;9320](https://github.com/rolldown/rolldown/issues/9320)) ([#&#8203;9322](https://github.com/rolldown/rolldown/issues/9322)) by [@&#8203;aminpaks](https://github.com/aminpaks) - dev: handle the remaining errors in dev ([#&#8203;9570](https://github.com/rolldown/rolldown/issues/9570)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - handle slash-normalized ids with preserveModulesRoot ([#&#8203;9595](https://github.com/rolldown/rolldown/issues/9595)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - json: preserve .default access on JSON default imports ([#&#8203;9568](https://github.com/rolldown/rolldown/issues/9568)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - testing: remove unintended trigger\_full\_build from test harness ([#&#8203;9573](https://github.com/rolldown/rolldown/issues/9573)) by [@&#8203;hyf0](https://github.com/hyf0) ##### 🚜 Refactor - js-regex: use regress native replace/replace\_all ([#&#8203;9607](https://github.com/rolldown/rolldown/issues/9607)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - remove never-constructed `ImportStatus` variants ([#&#8203;9606](https://github.com/rolldown/rolldown/issues/9606)) by [@&#8203;Boshen](https://github.com/Boshen) ##### 📚 Documentation - clarify that `RolldownBuild::close` method should be called in most cases ([#&#8203;9619](https://github.com/rolldown/rolldown/issues/9619)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) ##### ⚡ Performance - avoid unnecessary intermediate sourcemaps ([#&#8203;9599](https://github.com/rolldown/rolldown/issues/9599)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) ##### 🧪 Testing - add unit test for collapsing module sourcemap ([#&#8203;9626](https://github.com/rolldown/rolldown/issues/9626)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - cover vite-alias regex capture-group expansion ([#&#8203;9602](https://github.com/rolldown/rolldown/issues/9602)) ([#&#8203;9608](https://github.com/rolldown/rolldown/issues/9608)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### ⚙️ Miscellaneous Tasks - deps: update oxc\_resolver to 11.21.0 ([#&#8203;9634](https://github.com/rolldown/rolldown/issues/9634)) by [@&#8203;shulaoda](https://github.com/shulaoda) - update invalid option diagnostic link to point to Rolldown docs ([#&#8203;9631](https://github.com/rolldown/rolldown/issues/9631)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - deps: update vite+ to v0.1.24 ([#&#8203;9628](https://github.com/rolldown/rolldown/issues/9628)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update oxc resolver to v11.20.0 ([#&#8203;9549](https://github.com/rolldown/rolldown/issues/9549)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update dependency vite-plus to v0.1.24 ([#&#8203;9470](https://github.com/rolldown/rolldown/issues/9470)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;9614](https://github.com/rolldown/rolldown/issues/9614)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: upgrade oxc to 0.134.0 ([#&#8203;9625](https://github.com/rolldown/rolldown/issues/9625)) by [@&#8203;shulaoda](https://github.com/shulaoda) - deps: update crate-ci/typos action to v1.47.0 ([#&#8203;9620](https://github.com/rolldown/rolldown/issues/9620)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rollup submodule for tests to v4.61.0 ([#&#8203;9623](https://github.com/rolldown/rolldown/issues/9623)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update github actions ([#&#8203;9613](https://github.com/rolldown/rolldown/issues/9613)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update pnpm to v11.4.0 ([#&#8203;9616](https://github.com/rolldown/rolldown/issues/9616)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rust crates ([#&#8203;9615](https://github.com/rolldown/rolldown/issues/9615)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update test262 submodule for tests ([#&#8203;9624](https://github.com/rolldown/rolldown/issues/9624)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update dependency [@&#8203;napi-rs/cli](https://github.com/napi-rs/cli) to v3.7.0 ([#&#8203;9588](https://github.com/rolldown/rolldown/issues/9588)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update dependency rust to v1.96.0 ([#&#8203;9596](https://github.com/rolldown/rolldown/issues/9596)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - re-enable WASI testing with proper infrastructure ([#&#8203;9397](https://github.com/rolldown/rolldown/issues/9397)) by [@&#8203;Boshen](https://github.com/Boshen) ##### ❤️ New Contributors - [@&#8203;aminpaks](https://github.com/aminpaks) made their first contribution in [#&#8203;9322](https://github.com/rolldown/rolldown/pull/9322) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXAiLCJub2RlIl19-->
chore(deps): update dependency rolldown to ^1.1.0
All checks were successful
check / check (pull_request) Successful in 48s
check / action (pull_request) Successful in 7s
e0dfba47ec
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-04 05:04:09 -04:00
renovate force-pushed renovate/rolldown-1.x from e0dfba47ec
All checks were successful
check / check (pull_request) Successful in 48s
check / action (pull_request) Successful in 7s
to 242cc4be03
All checks were successful
check / action (pull_request) Successful in 3s
check / check (pull_request) Successful in 41s
2026-06-05 05:01:32 -04:00
Compare
renovate deleted branch renovate/rolldown-1.x 2026-06-05 05:04:39 -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!3
No description provided.