chore(deps): update dependency rolldown to ^1.1.3 #15

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

This PR contains the following updates:

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

Release Notes

rolldown/rolldown (rolldown)

v1.1.3

Compare Source

🐛 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.2` → `^1.1.3`](https://renovatebot.com/diffs/npm/rolldown/1.1.2/1.1.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.1.2/1.1.3?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.1.3`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#113---2026-06-24) [Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.2...v1.1.3) ##### 🐛 Bug Fixes - `defer_drop` crashes the browser main thread ([#&#8203;9942](https://github.com/rolldown/rolldown/issues/9942)) by [@&#8203;shulaoda](https://github.com/shulaoda) - camel-case: correct camel case for nested values ([#&#8203;9933](https://github.com/rolldown/rolldown/issues/9933)) by [@&#8203;kb019](https://github.com/kb019) - cli: display --help options in camelCase ([#&#8203;9941](https://github.com/rolldown/rolldown/issues/9941)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - preserve used re-exports under preserveModules ([#&#8203;9122](https://github.com/rolldown/rolldown/issues/9122)) ([#&#8203;9934](https://github.com/rolldown/rolldown/issues/9934)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - watch: make close reentrant in event callbacks ([#&#8203;9904](https://github.com/rolldown/rolldown/issues/9904)) by [@&#8203;hyf0](https://github.com/hyf0) - git for windows treats symlink files as regular files ([#&#8203;9915](https://github.com/rolldown/rolldown/issues/9915)) by [@&#8203;AliceLanniste](https://github.com/AliceLanniste) - dev: cancel pending full reload on build error ([#&#8203;9903](https://github.com/rolldown/rolldown/issues/9903)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - chunking: pass plugin meta to codeSplitting groups name function ([#&#8203;9267](https://github.com/rolldown/rolldown/issues/9267)) by [@&#8203;Kyujenius](https://github.com/Kyujenius) - dev: serve assets emitted during HMR/lazy compile ([vite#22596](https://github.com/vite/rolldown/issues/22596)) ([#&#8203;9815](https://github.com/rolldown/rolldown/issues/9815)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - release: dry-run step no longer publishes binding packages ([#&#8203;9866](https://github.com/rolldown/rolldown/issues/9866)) by [@&#8203;Boshen](https://github.com/Boshen) ##### 🚜 Refactor - rolldown\_common: model ModuleId as a classified Path/Virtual/Bare enum ([#&#8203;9927](https://github.com/rolldown/rolldown/issues/9927)) by [@&#8203;Boshen](https://github.com/Boshen) - remove unused LegacyModuleIdx ([#&#8203;9872](https://github.com/rolldown/rolldown/issues/9872)) by [@&#8203;shulaoda](https://github.com/shulaoda) - remove unused StmtInfos::get\_namespace\_stmt\_info ([#&#8203;9870](https://github.com/rolldown/rolldown/issues/9870)) by [@&#8203;shulaoda](https://github.com/shulaoda) - remove unused Module::as\_external\_mut ([#&#8203;9871](https://github.com/rolldown/rolldown/issues/9871)) by [@&#8203;shulaoda](https://github.com/shulaoda) - remove unused EcmaAst::is\_body\_empty ([#&#8203;9869](https://github.com/rolldown/rolldown/issues/9869)) by [@&#8203;shulaoda](https://github.com/shulaoda) - drop dead is\_css\_module handling in resolve\_dependencies ([#&#8203;9867](https://github.com/rolldown/rolldown/issues/9867)) by [@&#8203;shulaoda](https://github.com/shulaoda) - drop redundant with\_commonjs on cjs source type ([#&#8203;9868](https://github.com/rolldown/rolldown/issues/9868)) by [@&#8203;shulaoda](https://github.com/shulaoda) ##### 📚 Documentation - clarify on drafting PRs ([#&#8203;9952](https://github.com/rolldown/rolldown/issues/9952)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - update contribution guidelines ([#&#8203;9944](https://github.com/rolldown/rolldown/issues/9944)) by [@&#8203;fubhy](https://github.com/fubhy) - note Rust crates don't follow semver in AGENTS.md ([#&#8203;9905](https://github.com/rolldown/rolldown/issues/9905)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - add feedback form ([#&#8203;9159](https://github.com/rolldown/rolldown/issues/9159)) by [@&#8203;TheAlexLichter](https://github.com/TheAlexLichter) ##### ⚡ Performance - utils: avoid allocation in default\_sanitize\_file\_name for clean names ([#&#8203;9928](https://github.com/rolldown/rolldown/issues/9928)) by [@&#8203;Boshen](https://github.com/Boshen) - binding: box once-per-build futures before spawn\_future ([#&#8203;9864](https://github.com/rolldown/rolldown/issues/9864)) by [@&#8203;Boshen](https://github.com/Boshen) - utils: avoid wasted allocation in legitimize\_identifier\_name ([#&#8203;9926](https://github.com/rolldown/rolldown/issues/9926)) by [@&#8203;Boshen](https://github.com/Boshen) - rolldown: fuse the canonical-name dedup and insert in the renamer ([#&#8203;9900](https://github.com/rolldown/rolldown/issues/9900)) by [@&#8203;Boshen](https://github.com/Boshen) - rolldown: probe the name map once in ConflictResolver::resolve ([#&#8203;9899](https://github.com/rolldown/rolldown/issues/9899)) by [@&#8203;Boshen](https://github.com/Boshen) - cut two heap allocations from wrapped ESM init finalize ([#&#8203;9901](https://github.com/rolldown/rolldown/issues/9901)) by [@&#8203;Boshen](https://github.com/Boshen) - rolldown\_plugin\_vite\_reporter: hoist invariant out\_dir prefix out of reporter loop ([#&#8203;9873](https://github.com/rolldown/rolldown/issues/9873)) by [@&#8203;shulaoda](https://github.com/shulaoda) - drop throwaway Vec in wrapped esm init stmt ([#&#8203;9878](https://github.com/rolldown/rolldown/issues/9878)) by [@&#8203;shulaoda](https://github.com/shulaoda) - borrow owner\_filename in build-import-analysis AddDeps ([#&#8203;9874](https://github.com/rolldown/rolldown/issues/9874)) by [@&#8203;shulaoda](https://github.com/shulaoda) ##### 🧪 Testing - cover preserveModules named export via namespace re-export ([#&#8203;6010](https://github.com/rolldown/rolldown/issues/6010)) ([#&#8203;9937](https://github.com/rolldown/rolldown/issues/9937)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### ⚙️ Miscellaneous Tasks - deps: update napi to v3.9.4 ([#&#8203;9954](https://github.com/rolldown/rolldown/issues/9954)) by [@&#8203;shulaoda](https://github.com/shulaoda) - reduce noise from CODEOWNERS for trival changes ([#&#8203;9953](https://github.com/rolldown/rolldown/issues/9953)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a) - deps: update mimalloc-safe to 0.1.64 ([#&#8203;9950](https://github.com/rolldown/rolldown/issues/9950)) by [@&#8203;shulaoda](https://github.com/shulaoda) - deps: update rollup submodule for tests to v4.62.2 ([#&#8203;9931](https://github.com/rolldown/rolldown/issues/9931)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: test mimalloc-safe upstream-mimalloc switch in CI ([#&#8203;9930](https://github.com/rolldown/rolldown/issues/9930)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_build\_import\_analysis: remove unused v2 code path ([#&#8203;9917](https://github.com/rolldown/rolldown/issues/9917)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_manifest: remove unused is\_enable\_v2 code path ([#&#8203;9916](https://github.com/rolldown/rolldown/issues/9916)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_asset\_import\_meta\_url: remove unexposed native vite plugin ([#&#8203;9896](https://github.com/rolldown/rolldown/issues/9896)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_asset: remove unexposed native vite plugin ([#&#8203;9895](https://github.com/rolldown/rolldown/issues/9895)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_css\_post: remove unexposed native vite plugin ([#&#8203;9894](https://github.com/rolldown/rolldown/issues/9894)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_css: remove unexposed native vite plugin ([#&#8203;9893](https://github.com/rolldown/rolldown/issues/9893)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_html\_inline\_proxy: remove unexposed native vite plugin ([#&#8203;9892](https://github.com/rolldown/rolldown/issues/9892)) by [@&#8203;shulaoda](https://github.com/shulaoda) - rolldown\_plugin\_vite\_html: remove unexposed native vite plugin ([#&#8203;9891](https://github.com/rolldown/rolldown/issues/9891)) by [@&#8203;shulaoda](https://github.com/shulaoda) - deps: update github actions ([#&#8203;9909](https://github.com/rolldown/rolldown/issues/9909)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rust crate oxc\_sourcemap to v8.0.2 ([#&#8203;9910](https://github.com/rolldown/rolldown/issues/9910)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;9912](https://github.com/rolldown/rolldown/issues/9912)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update github actions to v7 ([#&#8203;9913](https://github.com/rolldown/rolldown/issues/9913)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rolldown-plugin-dts to ^0.26.0 ([#&#8203;9897](https://github.com/rolldown/rolldown/issues/9897)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - remove rolldown\_filter\_analyzer crate ([#&#8203;9865](https://github.com/rolldown/rolldown/issues/9865)) by [@&#8203;Boshen](https://github.com/Boshen) ##### ❤️ New Contributors - [@&#8203;fubhy](https://github.com/fubhy) made their first contribution in [#&#8203;9944](https://github.com/rolldown/rolldown/pull/9944) </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.3
All checks were successful
check / action (pull_request) Successful in 4s
check / check (pull_request) Successful in 58s
ae4059547c
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-25 05:02:30 -04:00
renovate deleted branch renovate/rolldown-1.x 2026-06-25 05:05:55 -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!15
No description provided.