Update dependency rolldown to v1.0.0-rc.1 #32

Open
MilaBot wants to merge 1 commits from renovate/all-minor-patch into main
Contributor

This PR contains the following updates:

Package Type Update Change
rolldown (source) devDependencies patch 1.0.0-beta.601.0.0-rc.1

Release Notes

rolldown/rolldown (rolldown)

v1.0.0-rc.1

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rolldown](https://rolldown.rs/) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | devDependencies | patch | [`1.0.0-beta.60` → `1.0.0-rc.1`](https://renovatebot.com/diffs/npm/rolldown/1.0.0-beta.60/1.0.0-rc.1) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.0.0-rc.1`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#100-rc1---2026-01-22) ##### 🚀 Features - debug\_info: add facade chunk elimination reason ([#&#8203;7980](https://github.com/rolldown/rolldown/issues/7980)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - support lazy barrel optimization ([#&#8203;7933](https://github.com/rolldown/rolldown/issues/7933)) by [@&#8203;shulaoda](https://github.com/shulaoda) - add `experimental.lazyBarrel` option ([#&#8203;7908](https://github.com/rolldown/rolldown/issues/7908)) by [@&#8203;shulaoda](https://github.com/shulaoda) - skip unused external modules from IIFE parameter list ([#&#8203;7978](https://github.com/rolldown/rolldown/issues/7978)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - add custom panic hook for better crash reporting ([#&#8203;7752](https://github.com/rolldown/rolldown/issues/7752)) by [@&#8203;shulaoda](https://github.com/shulaoda) - treeshake: add `invalidImportSideEffects` option ([#&#8203;7958](https://github.com/rolldown/rolldown/issues/7958)) by [@&#8203;shulaoda](https://github.com/shulaoda) - merge allow-extension emitted chunks ([#&#8203;7940](https://github.com/rolldown/rolldown/issues/7940)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - nativeMagicString generateMap ([#&#8203;7944](https://github.com/rolldown/rolldown/issues/7944)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - Include meta.magicString in RenderChunkMeta ([#&#8203;7943](https://github.com/rolldown/rolldown/issues/7943)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - debug\_info: add debug info for eliminated facade chunks ([#&#8203;7946](https://github.com/rolldown/rolldown/issues/7946)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - stablize `strictExecutionOrder` and move to `output.strictExecutionOrder` from `experimental.strictExecutionOrder` ([#&#8203;7901](https://github.com/rolldown/rolldown/issues/7901)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - add documentation link to require() error message ([#&#8203;7898](https://github.com/rolldown/rolldown/issues/7898)) by [@&#8203;Copilot](https://github.com/Copilot) - add `codeSplitting: boolean` and deprecate `inlineDynamicImports` ([#&#8203;7870](https://github.com/rolldown/rolldown/issues/7870)) by [@&#8203;hyf0](https://github.com/hyf0) - dev: change lazy module URL to `/@&#8203;vite/lazy` from `/lazy` ([#&#8203;7884](https://github.com/rolldown/rolldown/issues/7884)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) ##### 🐛 Bug Fixes - transform JS files containing `</script>` to escape template literals ([#&#8203;7987](https://github.com/rolldown/rolldown/issues/7987)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - apply avoid-breaking-exported-api = false to clippy.toml and fix clippy errors ([#&#8203;7982](https://github.com/rolldown/rolldown/issues/7982)) by [@&#8203;Boshen](https://github.com/Boshen) - pass `kind` from `this.resolve` ([#&#8203;7981](https://github.com/rolldown/rolldown/issues/7981)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - rolldown\_plugin\_vite\_resolve: ignore yarn resolution errors and fallback to other resolvers ([#&#8203;7968](https://github.com/rolldown/rolldown/issues/7968)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - renamer: prevent renaming symbols when there no conflicts ([#&#8203;7936](https://github.com/rolldown/rolldown/issues/7936)) by [@&#8203;Dunqing](https://github.com/Dunqing) - correct minifyInterExports when emitted chunk got merged ([#&#8203;7941](https://github.com/rolldown/rolldown/issues/7941)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - deduplicate entry points when module is both emitted and dynamically imported ([#&#8203;7885](https://github.com/rolldown/rolldown/issues/7885)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: add `@vite-ignore` to lazy compilation proxy module import ([#&#8203;7883](https://github.com/rolldown/rolldown/issues/7883)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) ##### 🚜 Refactor - rust: enable clippy nursery lint group ([#&#8203;8002](https://github.com/rolldown/rolldown/issues/8002)) by [@&#8203;Boshen](https://github.com/Boshen) - rust: fix inconsistent\_struct\_constructor clippy lint ([#&#8203;7999](https://github.com/rolldown/rolldown/issues/7999)) by [@&#8203;Boshen](https://github.com/Boshen) - rust: fix needless\_pass\_by\_ref\_mut clippy lint ([#&#8203;7994](https://github.com/rolldown/rolldown/issues/7994)) by [@&#8203;Boshen](https://github.com/Boshen) - rust: fix unnecessary\_wraps clippy lint ([#&#8203;7993](https://github.com/rolldown/rolldown/issues/7993)) by [@&#8203;Boshen](https://github.com/Boshen) - rust: fix enum\_variant\_names clippy lint ([#&#8203;7992](https://github.com/rolldown/rolldown/issues/7992)) by [@&#8203;Boshen](https://github.com/Boshen) - fix single\_match clippy lint ([#&#8203;7997](https://github.com/rolldown/rolldown/issues/7997)) by [@&#8203;Boshen](https://github.com/Boshen) - rust: fix redundant\_clone clippy lint ([#&#8203;7996](https://github.com/rolldown/rolldown/issues/7996)) by [@&#8203;Boshen](https://github.com/Boshen) - rust: rename CJS to Cjs to follow upper\_case\_acronyms lint ([#&#8203;7991](https://github.com/rolldown/rolldown/issues/7991)) by [@&#8203;Boshen](https://github.com/Boshen) - rust: remove unnecessary Box wrapper around Vec in MemberExprRef ([#&#8203;7990](https://github.com/rolldown/rolldown/issues/7990)) by [@&#8203;Boshen](https://github.com/Boshen) - import\_record: make resolved\_module optional ([#&#8203;7907](https://github.com/rolldown/rolldown/issues/7907)) by [@&#8203;shulaoda](https://github.com/shulaoda) - remove unnecessary `.parse` ([#&#8203;7966](https://github.com/rolldown/rolldown/issues/7966)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - remove unused `ImportRecordMeta::IsPlainImport` ([#&#8203;7948](https://github.com/rolldown/rolldown/issues/7948)) by [@&#8203;shulaoda](https://github.com/shulaoda) - proper set chunk meta ([#&#8203;7939](https://github.com/rolldown/rolldown/issues/7939)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - module\_loader: remove `try_spawn_with_cache` ([#&#8203;7920](https://github.com/rolldown/rolldown/issues/7920)) by [@&#8203;shulaoda](https://github.com/shulaoda) - link\_stage: simplify `ImportStatus::NoMatch` to unit variant ([#&#8203;7909](https://github.com/rolldown/rolldown/issues/7909)) by [@&#8203;shulaoda](https://github.com/shulaoda) - improve global scope symbol reservation in chunk deconfliction ([#&#8203;7906](https://github.com/rolldown/rolldown/issues/7906)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - simplify ast unwrapping in generate stage ([#&#8203;7900](https://github.com/rolldown/rolldown/issues/7900)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - generate\_stage: optimize cross-chunk imports computation ([#&#8203;7889](https://github.com/rolldown/rolldown/issues/7889)) by [@&#8203;shulaoda](https://github.com/shulaoda) - link\_stage: move runtime require logic into match branch ([#&#8203;7892](https://github.com/rolldown/rolldown/issues/7892)) by [@&#8203;shulaoda](https://github.com/shulaoda) - link\_stage: simplify runtime require reference conditions ([#&#8203;7891](https://github.com/rolldown/rolldown/issues/7891)) by [@&#8203;shulaoda](https://github.com/shulaoda) - link\_stage: inline and simplify external dynamic import check ([#&#8203;7890](https://github.com/rolldown/rolldown/issues/7890)) by [@&#8203;shulaoda](https://github.com/shulaoda) - generate\_stage: simplify external module import collection logic ([#&#8203;7887](https://github.com/rolldown/rolldown/issues/7887)) by [@&#8203;shulaoda](https://github.com/shulaoda) - avoid redundant module lookup in TLA computation ([#&#8203;7886](https://github.com/rolldown/rolldown/issues/7886)) by [@&#8203;shulaoda](https://github.com/shulaoda) - dev: `devEngine.compileEntry` does not return null ([#&#8203;7882](https://github.com/rolldown/rolldown/issues/7882)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - dev: fix type errors for test HMR runtime ([#&#8203;7881](https://github.com/rolldown/rolldown/issues/7881)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - dev: move `clientId` property to `DevRuntime` base class ([#&#8203;7880](https://github.com/rolldown/rolldown/issues/7880)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - dev: generate client id in browser ([#&#8203;7878](https://github.com/rolldown/rolldown/issues/7878)) by [@&#8203;hyf0](https://github.com/hyf0) ##### 📚 Documentation - apis: organize hook filters documentation and add composable filters section ([#&#8203;8003](https://github.com/rolldown/rolldown/issues/8003)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - update `vitepress-plugin-group-icons` ([#&#8203;7947](https://github.com/rolldown/rolldown/issues/7947)) by [@&#8203;yuyinws](https://github.com/yuyinws) - add in-depth documentation for lazy barrel optimization ([#&#8203;7969](https://github.com/rolldown/rolldown/issues/7969)) by [@&#8203;shulaoda](https://github.com/shulaoda) - bump theme & update activeMatch for reference ([#&#8203;7963](https://github.com/rolldown/rolldown/issues/7963)) by [@&#8203;mdong1909](https://github.com/mdong1909) - mark `build()` API as experimental ([#&#8203;7954](https://github.com/rolldown/rolldown/issues/7954)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - enhance search functionality with improved scoring and filtering logic ([#&#8203;7935](https://github.com/rolldown/rolldown/issues/7935)) by [@&#8203;hyf0](https://github.com/hyf0) - add minor comments to multiple types ([#&#8203;7930](https://github.com/rolldown/rolldown/issues/7930)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - refactor advanedChunks related content to adapt manual code splitting concept ([#&#8203;7925](https://github.com/rolldown/rolldown/issues/7925)) by [@&#8203;hyf0](https://github.com/hyf0) - apis: add content to Bundler API page ([#&#8203;7926](https://github.com/rolldown/rolldown/issues/7926)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - apis: restructure plugin API related docs ([#&#8203;7924](https://github.com/rolldown/rolldown/issues/7924)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - add plugin API docs ([#&#8203;7923](https://github.com/rolldown/rolldown/issues/7923)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - apis: add docs to important APIs ([#&#8203;7913](https://github.com/rolldown/rolldown/issues/7913)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - move the important APIs to the top of the sidebar ([#&#8203;7912](https://github.com/rolldown/rolldown/issues/7912)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - apis: add more content to CLI documentation ([#&#8203;7911](https://github.com/rolldown/rolldown/issues/7911)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - apis: generate CLI docs from --help output ([#&#8203;7910](https://github.com/rolldown/rolldown/issues/7910)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - add fathom analytics ([#&#8203;7896](https://github.com/rolldown/rolldown/issues/7896)) by [@&#8203;mdong1909](https://github.com/mdong1909) ##### ⚡ Performance - use u32 for string indices in string\_wizard and rolldown to reduce memory usage ([#&#8203;7989](https://github.com/rolldown/rolldown/issues/7989)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - rust: remove all usages of `with_scope_tree_child_ids(true)` for `SemanticBuilder` ([#&#8203;7995](https://github.com/rolldown/rolldown/issues/7995)) by [@&#8203;Dunqing](https://github.com/Dunqing) - renamer: skip unnecessary nested scope symbol processing ([#&#8203;7899](https://github.com/rolldown/rolldown/issues/7899)) by [@&#8203;Dunqing](https://github.com/Dunqing) - module\_loader: use ArcStr for importer\_id to avoid string copy ([#&#8203;7922](https://github.com/rolldown/rolldown/issues/7922)) by [@&#8203;shulaoda](https://github.com/shulaoda) - module\_loader: defer `ModuleTaskOwner` construction until needed ([#&#8203;7921](https://github.com/rolldown/rolldown/issues/7921)) by [@&#8203;shulaoda](https://github.com/shulaoda) - renamer: optimize symbol renaming by eliminating `rename_non_root_symbol` pass ([#&#8203;7867](https://github.com/rolldown/rolldown/issues/7867)) by [@&#8203;Dunqing](https://github.com/Dunqing) ##### 🧪 Testing - add lazy barrel optimization test cases ([#&#8203;7967](https://github.com/rolldown/rolldown/issues/7967)) by [@&#8203;shulaoda](https://github.com/shulaoda) ##### ⚙️ Miscellaneous Tasks - remove lazy barrel option ([#&#8203;8010](https://github.com/rolldown/rolldown/issues/8010)) by [@&#8203;shulaoda](https://github.com/shulaoda) - mark watch API as experimental ([#&#8203;8004](https://github.com/rolldown/rolldown/issues/8004)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - deps: update dependency lodash-es to v4.17.23 \[security] ([#&#8203;8001](https://github.com/rolldown/rolldown/issues/8001)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - git ignore zed local config ([#&#8203;7988](https://github.com/rolldown/rolldown/issues/7988)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - setup publint for published packages ([#&#8203;7972](https://github.com/rolldown/rolldown/issues/7972)) by [@&#8203;Copilot](https://github.com/Copilot) - enable `tagged_template_transform ` uncondionally ([#&#8203;7975](https://github.com/rolldown/rolldown/issues/7975)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - deps: update oxc to v0.110.0 ([#&#8203;7964](https://github.com/rolldown/rolldown/issues/7964)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update oxc apps ([#&#8203;7962](https://github.com/rolldown/rolldown/issues/7962)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - ai: add upgrade-oxc Claude skill ([#&#8203;7957](https://github.com/rolldown/rolldown/issues/7957)) by [@&#8203;Boshen](https://github.com/Boshen) - deps: update rollup submodule for tests to v4.55.2 ([#&#8203;7959](https://github.com/rolldown/rolldown/issues/7959)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - deps: update test262 submodule for tests ([#&#8203;7960](https://github.com/rolldown/rolldown/issues/7960)) by [@&#8203;sapphi-red](https://github.com/sapphi-red) - deps: update crate-ci/typos action to v1.42.1 ([#&#8203;7961](https://github.com/rolldown/rolldown/issues/7961)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update rust crates ([#&#8203;7951](https://github.com/rolldown/rolldown/issues/7951)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;7953](https://github.com/rolldown/rolldown/issues/7953)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update github-actions ([#&#8203;7952](https://github.com/rolldown/rolldown/issues/7952)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;7950](https://github.com/rolldown/rolldown/issues/7950)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - format magic-string test before write to disk ([#&#8203;7945](https://github.com/rolldown/rolldown/issues/7945)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY) - deps: update dependency rolldown-plugin-dts to ^0.21.0 ([#&#8203;7915](https://github.com/rolldown/rolldown/issues/7915)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update dependency oxlint-tsgolint to v0.11.1 ([#&#8203;7914](https://github.com/rolldown/rolldown/issues/7914)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - deps: update dependency diff to v8.0.3 \[security] ([#&#8203;7904](https://github.com/rolldown/rolldown/issues/7904)) by [@&#8203;renovate](https://github.com/renovate)\[bot] - remove outdated TODO comment in `collect_depended_symbols` ([#&#8203;7888](https://github.com/rolldown/rolldown/issues/7888)) by [@&#8203;shulaoda](https://github.com/shulaoda) - deps: update oxc resolver to v11.16.3 ([#&#8203;7876](https://github.com/rolldown/rolldown/issues/7876)) by [@&#8203;renovate](https://github.com/renovate)\[bot] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45MC4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
MilaBot added 1 commit 2026-01-23 00:02:23 +00:00
Skydust was assigned by MilaBot 2026-01-23 00:02:24 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git checkout renovate/all-minor-patch
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: actions/auto-rebase#32