chore(deps): update dependency rolldown to v1.1.2#1345
Conversation
|
⏳ Bundle Stats — Calculating bundle sizes for @sanity/cli, @sanity/cli-core, create-sanity... |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
985348d to
5cc61c2
Compare
5cc61c2 to
e356e5d
Compare
Pull request was closed
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
1.0.0→1.1.2Release Notes
rolldown/rolldown (rolldown)
v1.1.2Compare Source
🚀 Features
chrome-tracingfeature (#9773) by @hyf0🐛 Bug Fixes
manualCodeSplittinggrouptestregex as an error (#9792) by @shulaodaoutput.filewithout a file name (#9789) by @shulaoda🚜 Refactor
Arcaround sourcemap sender (#9777) by @camc314napi(ts_type)(#9737) by @sapphi-red📚 Documentation
⚡ Performance
inferdefault features to reduce binary size (#9765) by @Boshen🧪 Testing
AGENTS.mdtest guidance for agents (#9763) by @h-a-n-aassert.deepStrictEqualinstead ofassert.deepEqualby usingassert/strictinstead ofassert(#9724) by @sapphi-red⚙️ Miscellaneous Tasks
rolldown_plugin_vite_*is compatible for the same minor (#9774) by @sapphi-redvp fmton Windows (#9727) by @sapphi-redassertand recommendassert/strict(#9726) by @sapphi-red❤️ New Contributors
v1.1.1Compare Source
🚀 Features
🐛 Bug Fixes
moduleSideEffectsfrom a hook must take priority over thepackage.json#sideEffects(#9688) by @sapphi-redrolldown-runtimename for the standalone runtime chunk (#9685) by @shulaodachunk.importsby execution order (#9654) by @chuganzy🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
moduleSideEffectsprecedence tests (#9689) by @sapphi-red⚙️ Miscellaneous Tasks
commentWithDevoption (#9638) by @btea❤️ New Contributors
v1.1.0Compare Source
🚀 Features
experimental.lazyBarrelby default (#9632) by @shulaodaimport.meta.globsupportcaseSensitiveoption (#9594) by @bteaSOURCEMAP_BROKENwarning for renderChunk hook (#9601) by @sapphi-redSOURCEMAP_BROKENwarning for transform hook (#9600) by @sapphi-red@__NO_SIDE_EFFECTS__hint for invalid@__PURE__before function declarations (#9505) by @CopilotincludeDependenciesRecursively(#9587) by @hyf0🐛 Bug Fixes
rolldownpackage (#9629) by @sapphi-red🚜 Refactor
ImportStatusvariants (#9606) by @Boshen📚 Documentation
RolldownBuild::closemethod should be called in most cases (#9619) by @sapphi-red⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
v1.0.3Compare Source
🚀 Features
deferkeyword (#9503) by @TheAlexLichter🐛 Bug Fixes
onOutputcalled twice when initial build fails (#9552) by @hyf0ensureCurrentBuildFinishnot returning error when engine closes (#9564) by @h-a-n-arolldowndep through the workspace (#9510) by @Boshen🚜 Refactor
map: nullvsmap: undefinedin transform hook output (#9497) by @sapphi-red📚 Documentation
⚡ Performance
_reExportconstruction with a direct call to avoid callingclone_in(#9501) by @Dunqing🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
v1.0.2Compare Source
🚀 Features
includeandexclude(#9395) by @h-a-n-a🐛 Bug Fixes
codeSplitting.groups[].namein deterministic order (#9457) by @sapphi-redresolve_ididempotent when the resolved id is already a lazy entry (#9439) by @h-a-n-a🚜 Refactor
ThreadsafeFunction::call_async_catch(#9390) by @sapphi-red📚 Documentation
Interwith system font stack in OG template SVG (#9240) by @yvbopengoutput.commentswarning as all issues have been resolved (#9393) by @sapphi-red⚡ Performance
🧪 Testing
legal_comments_inlinetest (#9394) by @sapphi-red⚙️ Miscellaneous Tasks
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here
Note
Medium Risk
Rolldown is the bundler behind Vite for CLI/studio builds; a 1.0→1.1.x bump can change bundle output or dev behavior even though the diff is dependency-only.
Overview
Bumps the pinned rolldown version from
1.0.0to1.1.2everywhere the monorepo forces a single version: rootpnpm.overrides, matchingoverridesin@sanity/cli,@sanity/cli-build,@sanity/cli-core, and@sanity/cli-test, plus the global override inpnpm-lock.yaml.The lockfile refresh pulls in rolldown 1.1.2 platform bindings, updates related transitive bits (e.g.
@oxc-project/types0.137.0, newer@emnapi/*/@napi-rs/wasm-runtimefor the wasm binding), and drops the standalone@rolldown/pluginutils@1.0.0entry in favor of 1.0.1 as bundled with the new rolldown release. Anything that resolves rolldown through Vite,@rolldown/plugin-babel, orrolldown-plugin-dtsnow builds against 1.1.2 with no other source changes in this PR.Reviewed by Cursor Bugbot for commit e356e5d. Bugbot is set up for automated code reviews on this repo. Configure here.