From bf784230224ef8ede950a56267b9a88fb66c4175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:37:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20roll?= =?UTF-8?q?down=20to=20^1.1.5=20(#7121)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`^1.1.4` โ†’ `^1.1.5`](https://renovatebot.com/diffs/npm/rolldown/1.1.4/1.1.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.1.4/1.1.5?slim=true) | --- ### Release Notes
rolldown/rolldown (rolldown) ### [`v1.1.5`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#115---2026-07-08) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v1.1.4...v1.1.5) ##### ๐Ÿš€ Features - detect top-level import-binding reads as execution-order sensitive ([#​10180](https://redirect.github.com/rolldown/rolldown/issues/10180)) by [@​hyf0](https://redirect.github.com/hyf0) - sourcemap\_filenames: add a sourcemapFileNames option ([#​9271](https://redirect.github.com/rolldown/rolldown/issues/9271)) by [@​V1OL3TF0X](https://redirect.github.com/V1OL3TF0X) - binding: record plugin hook result kind in tracing spans ([#​10154](https://redirect.github.com/rolldown/rolldown/issues/10154)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - linking: skip side-effect-free modules in per-entry reachability ([#​10111](https://redirect.github.com/rolldown/rolldown/issues/10111)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - improve error message for unresolved virtual imports ([#​10156](https://redirect.github.com/rolldown/rolldown/issues/10156)) by [@​sapphi-red](https://redirect.github.com/sapphi-red) - add descriptive metadata to plugin API ([#​10106](https://redirect.github.com/rolldown/rolldown/issues/10106)) by [@​sapphi-red](https://redirect.github.com/sapphi-red) - add `--configLoader=native` option ([#​10118](https://redirect.github.com/rolldown/rolldown/issues/10118)) by [@​sapphi-red](https://redirect.github.com/sapphi-red) ##### ๐Ÿ› Bug Fixes - improve invalid annotation warnings ([#​10185](https://redirect.github.com/rolldown/rolldown/issues/10185)) by [@​hyf0](https://redirect.github.com/hyf0) - keep deduplicated asset filenames stable once they can be observed ([#​10191](https://redirect.github.com/rolldown/rolldown/issues/10191)) by [@​shulaoda](https://redirect.github.com/shulaoda) - sourcemap\_filenames: use public option name in pattern errors ([#​10188](https://redirect.github.com/rolldown/rolldown/issues/10188)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - sourcemap\_filenames: hash prepared sourcemap content ([#​10178](https://redirect.github.com/rolldown/rolldown/issues/10178)) by [@​hyf0](https://redirect.github.com/hyf0) - tree-shake unused circular declarators exported via export list ([#​10166](https://redirect.github.com/rolldown/rolldown/issues/10166)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - dev: don't panic when an HMR rebuild hits an unresolved import ([#​10162](https://redirect.github.com/rolldown/rolldown/issues/10162)) by [@​shulaoda](https://redirect.github.com/shulaoda) - propagate errors from output.globals function ([#​9880](https://redirect.github.com/rolldown/rolldown/issues/9880)) by [@​shulaoda](https://redirect.github.com/shulaoda) - dev: revert cache mutations when a partial scan fails ([#​10110](https://redirect.github.com/rolldown/rolldown/issues/10110)) by [@​shulaoda](https://redirect.github.com/shulaoda) - dev: update importer relationships of cached modules in incremental build ([#​10107](https://redirect.github.com/rolldown/rolldown/issues/10107)) by [@​shulaoda](https://redirect.github.com/shulaoda) - hmr: fall back to full reload when a changed module is not registered as executed ([#​10132](https://redirect.github.com/rolldown/rolldown/issues/10132)) by [@​shulaoda](https://redirect.github.com/shulaoda) - chunk-optimizer: follow entry facade edges in runtime placement cycle check ([#​10101](https://redirect.github.com/rolldown/rolldown/issues/10101)) by [@​hyf0](https://redirect.github.com/hyf0) - dev: ignore watcher events after close ([#​10113](https://redirect.github.com/rolldown/rolldown/issues/10113)) by [@​hyf0](https://redirect.github.com/hyf0) - emit async wrapper for TLA modules under onDemandWrapping ([#​10086](https://redirect.github.com/rolldown/rolldown/issues/10086)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - gate sideEffects:false modules' side effects on body demand ([#​10080](https://redirect.github.com/rolldown/rolldown/issues/10080)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - rolldown\_plugin\_vite\_resolve: return empty object for `browser: false` mapped modules ([#​10082](https://redirect.github.com/rolldown/rolldown/issues/10082)) by [@​sapphi-red](https://redirect.github.com/sapphi-red) - reset the word-boundary state on newline in Hires::Boundary sourcemaps ([#​10025](https://redirect.github.com/rolldown/rolldown/issues/10025)) by [@​shulaoda](https://redirect.github.com/shulaoda) - trim an emptied chunk's outro/intro instead of skipping past it ([#​10029](https://redirect.github.com/rolldown/rolldown/issues/10029)) by [@​shulaoda](https://redirect.github.com/shulaoda) - test each edited chunk's own start against indent exclude ranges ([#​10026](https://redirect.github.com/rolldown/rolldown/issues/10026)) by [@​shulaoda](https://redirect.github.com/shulaoda) - preserve sourcemap mappings for indented lines when a CJS module shares the chunk ([#​10074](https://redirect.github.com/rolldown/rolldown/issues/10074)) by [@​hyf0](https://redirect.github.com/hyf0) ##### ๐Ÿšœ Refactor - separate tree-shaking side effects from execution order sensitivity ([#​10168](https://redirect.github.com/rolldown/rolldown/issues/10168)) by [@​hyf0](https://redirect.github.com/hyf0) - type construct\_vite\_preload\_call to take an ObjectPattern ([#​10135](https://redirect.github.com/rolldown/rolldown/issues/10135)) by [@​shulaoda](https://redirect.github.com/shulaoda) - treeshake: single-source the own-export classification shared with the lazy-barrel loader ([#​10098](https://redirect.github.com/rolldown/rolldown/issues/10098)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - dev: reuse Vite's bundledDev server ([#​10081](https://redirect.github.com/rolldown/rolldown/issues/10081)) by [@​h-a-n-a](https://redirect.github.com/h-a-n-a) - clippy: ban std HashMap/HashSet in favour of FxHashMap/FxHashSet ([#​10108](https://redirect.github.com/rolldown/rolldown/issues/10108)) by [@​Boshen](https://redirect.github.com/Boshen) - treeshake: make body demand a second module bit instead of a stmt multimap ([#​10097](https://redirect.github.com/rolldown/rolldown/issues/10097)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - seal used\_symbol\_refs by construction after its last writer ([#​10091](https://redirect.github.com/rolldown/rolldown/issues/10091)) by [@​hyf0](https://redirect.github.com/hyf0) - treeshake: replace inclusion mutual recursion with a worklist engine ([#​10096](https://redirect.github.com/rolldown/rolldown/issues/10096)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - treeshake: split include\_statements.rs into focused modules ([#​10095](https://redirect.github.com/rolldown/rolldown/issues/10095)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - drop redundant is\_user\_defined filter on partitioned entries ([#​10050](https://redirect.github.com/rolldown/rolldown/issues/10050)) by [@​shulaoda](https://redirect.github.com/shulaoda) - project the retained export interface out of used\_symbol\_refs ([#​10089](https://redirect.github.com/rolldown/rolldown/issues/10089)) by [@​hyf0](https://redirect.github.com/hyf0) - track used external symbols separately from used\_symbol\_refs ([#​10088](https://redirect.github.com/rolldown/rolldown/issues/10088)) by [@​hyf0](https://redirect.github.com/hyf0) - make module namespace inclusion an explicit linking metadata field ([#​10087](https://redirect.github.com/rolldown/rolldown/issues/10087)) by [@​hyf0](https://redirect.github.com/hyf0) - rename statement evaluation metadata ([#​10078](https://redirect.github.com/rolldown/rolldown/issues/10078)) by [@​hyf0](https://redirect.github.com/hyf0) ##### ๐Ÿ“š Documentation - virtual modules user-facing id convention ([#​10155](https://redirect.github.com/rolldown/rolldown/issues/10155)) by [@​sapphi-red](https://redirect.github.com/sapphi-red) - cli: clarify disabling boolean/object flags like codeSplitting ([#​10153](https://redirect.github.com/rolldown/rolldown/issues/10153)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - chore: remove Vite+ alpha banner ([#​10105](https://redirect.github.com/rolldown/rolldown/issues/10105)) by [@​mdong1909](https://redirect.github.com/mdong1909) - write down the used\_symbol\_refs contract ([#​10090](https://redirect.github.com/rolldown/rolldown/issues/10090)) by [@​hyf0](https://redirect.github.com/hyf0) - dev/lazy: update design and implementation ([#​10079](https://redirect.github.com/rolldown/rolldown/issues/10079)) by [@​h-a-n-a](https://redirect.github.com/h-a-n-a) ##### โšก Performance - ast\_scanner: stop order-sensitivity checks once a module is flagged ([#​10190](https://redirect.github.com/rolldown/rolldown/issues/10190)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - return impl ExactSizeIterator from slice-backed accessors ([#​10133](https://redirect.github.com/rolldown/rolldown/issues/10133)) by [@​Boshen](https://redirect.github.com/Boshen) - binding: box dev and watcher napi futures ([#​10103](https://redirect.github.com/rolldown/rolldown/issues/10103)) by [@​Boshen](https://redirect.github.com/Boshen) ##### ๐Ÿงช Testing - move string\_wizard replace unit tests to the JS magic-string suite ([#​10176](https://redirect.github.com/rolldown/rolldown/issues/10176)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - dev: assert incremental scan state matches a fresh full build after each HMR step ([#​10115](https://redirect.github.com/rolldown/rolldown/issues/10115)) by [@​shulaoda](https://redirect.github.com/shulaoda) - dev: restore runtime assertions of delete\_file\_not\_used\_anymore ([#​10112](https://redirect.github.com/rolldown/rolldown/issues/10112)) by [@​shulaoda](https://redirect.github.com/shulaoda) - dev: fix flaky dev server tests in CI ([#​10152](https://redirect.github.com/rolldown/rolldown/issues/10152)) by [@​h-a-n-a](https://redirect.github.com/h-a-n-a) - add regression test for [#​10099](https://redirect.github.com/rolldown/rolldown/issues/10099) (lazyBarrel drops default-import binding but keeps its property reads) ([#​10109](https://redirect.github.com/rolldown/rolldown/issues/10109)) by [@​IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### โš™๏ธ Miscellaneous Tasks - deploy website to Void via GitHub OIDC ([#​10192](https://redirect.github.com/rolldown/rolldown/issues/10192)) by [@​Boshen](https://redirect.github.com/Boshen) - deps: update oxc to 0.139.0 ([#​10161](https://redirect.github.com/rolldown/rolldown/issues/10161)) by [@​shulaoda](https://redirect.github.com/shulaoda) - deps: update test262 submodule for tests ([#​10160](https://redirect.github.com/rolldown/rolldown/issues/10160)) by [@​rolldown-guard](https://redirect.github.com/rolldown-guard)\[bot] - rolldown\_plugin\_utils: remove dead asset-url and css scaffolding ([#​10131](https://redirect.github.com/rolldown/rolldown/issues/10131)) by [@​shulaoda](https://redirect.github.com/shulaoda) - deps: revert vite-plus to v0.2.1 ([#​10148](https://redirect.github.com/rolldown/rolldown/issues/10148)) by [@​shulaoda](https://redirect.github.com/shulaoda) - deps: update github actions ([#​10141](https://redirect.github.com/rolldown/rolldown/issues/10141)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency rust to v1.96.1 ([#​10145](https://redirect.github.com/rolldown/rolldown/issues/10145)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - deps: update npm packages ([#​10142](https://redirect.github.com/rolldown/rolldown/issues/10142)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - deps: update rust crates ([#​10143](https://redirect.github.com/rolldown/rolldown/issues/10143)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - deps: update napi to v3.10.3 ([#​10121](https://redirect.github.com/rolldown/rolldown/issues/10121)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - rolldown\_utils: remove unused time module ([#​10138](https://redirect.github.com/rolldown/rolldown/issues/10138)) by [@​shulaoda](https://redirect.github.com/shulaoda) - remove dead CopyModulePlugin::is\_active method ([#​10129](https://redirect.github.com/rolldown/rolldown/issues/10129)) by [@​shulaoda](https://redirect.github.com/shulaoda) - remove dead LazyCompilationContext::is\_lazy\_module method ([#​10128](https://redirect.github.com/rolldown/rolldown/issues/10128)) by [@​shulaoda](https://redirect.github.com/shulaoda) - remove dead BuildDiagnostic::downcast\_ref method ([#​10127](https://redirect.github.com/rolldown/rolldown/issues/10127)) by [@​shulaoda](https://redirect.github.com/shulaoda) - deps: update dependency vite-plus to v0.2.2 ([#​10084](https://redirect.github.com/rolldown/rolldown/issues/10084)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - deps: update rust crate oxc\_sourcemap to v8.1.0 ([#​10122](https://redirect.github.com/rolldown/rolldown/issues/10122)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - deps: update crate-ci/typos action to v1.48.0 ([#​10124](https://redirect.github.com/rolldown/rolldown/issues/10124)) by [@​renovate](https://redirect.github.com/renovate)\[bot] - enable more clippy restriction lints ([#​10114](https://redirect.github.com/rolldown/rolldown/issues/10114)) by [@​Boshen](https://redirect.github.com/Boshen) - deps: update rust dependencies ([#​10100](https://redirect.github.com/rolldown/rolldown/issues/10100)) by [@​Boshen](https://redirect.github.com/Boshen) - deps: update oxc resolver to v11.23.0 ([#​10083](https://redirect.github.com/rolldown/rolldown/issues/10083)) by [@​renovate](https://redirect.github.com/renovate)\[bot] ##### โ—€๏ธ Revert - Revert "chore(deps): revert vite-plus to v0.2.1" ([#​10157](https://redirect.github.com/rolldown/rolldown/issues/10157)) by [@​h-a-n-a](https://redirect.github.com/h-a-n-a) - "fix(hmr): fall back to full reload when a changed module is not registered as executed ([#​10132](https://redirect.github.com/rolldown/rolldown/issues/10132))" ([#​10151](https://redirect.github.com/rolldown/rolldown/issues/10151)) by [@​shulaoda](https://redirect.github.com/shulaoda) ##### โค๏ธ New Contributors - [@​V1OL3TF0X](https://redirect.github.com/V1OL3TF0X) made their first contribution in [#​9271](https://redirect.github.com/rolldown/rolldown/pull/9271)
--- ### Configuration ๐Ÿ“… **Schedule**: (UTC) - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/fast-check). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/ava/package.json | 2 +- packages/packaged/package.json | 2 +- packages/poisoning/package.json | 2 +- packages/vitest/package.json | 2 +- pnpm-lock.yaml | 201 +++++++++++++++++++++++++++++--- 6 files changed, 193 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index d1b401ca..b09492ce 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "pkg-pr-new": "^0.0.75", "prettier": "3.9.4", "publint": "^0.3.21", - "rolldown": "^1.1.4", + "rolldown": "^1.1.5", "rolldown-plugin-dts": "^0.27.1", "typescript": "~6.0.3", "vitest": "^4.1.10" diff --git a/packages/ava/package.json b/packages/ava/package.json index 524a7222..12160cef 100644 --- a/packages/ava/package.json +++ b/packages/ava/package.json @@ -42,7 +42,7 @@ "ava": "^8.0.1", "esm": "^3.2.25", "fast-check": "workspace:*", - "rolldown": "^1.1.4", + "rolldown": "^1.1.5", "rxjs": "^7.8.2", "typescript": "~6.0.3", "vitest": "^4.1.10" diff --git a/packages/packaged/package.json b/packages/packaged/package.json index 2fc98d39..7f5eb6d2 100644 --- a/packages/packaged/package.json +++ b/packages/packaged/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@types/npm-packlist": "^7.0.3", "@types/npmcli__arborist": "^6.3.3", - "rolldown": "^1.1.4", + "rolldown": "^1.1.5", "typescript": "~6.0.3", "vitest": "^4.1.10" }, diff --git a/packages/poisoning/package.json b/packages/poisoning/package.json index 70db80f9..34143c27 100644 --- a/packages/poisoning/package.json +++ b/packages/poisoning/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@fast-check/poisoning": "workspace:*", "@types/node": "^24.13.3", - "rolldown": "^1.1.4", + "rolldown": "^1.1.5", "typescript": "~6.0.3", "vitest": "^4.1.10" }, diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 706ce493..fddacb7a 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -37,7 +37,7 @@ "@fast-check/vitest": "workspace:*", "@types/node": "^24.13.3", "fast-check": "workspace:*", - "rolldown": "^1.1.4", + "rolldown": "^1.1.5", "typescript": "~6.0.3", "vite": "^8.1.3", "vitest": "^4.1.10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eabde4c1..42d3959e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -254,11 +254,11 @@ importers: specifier: ^0.3.21 version: 0.3.21 rolldown: - specifier: ^1.1.4 - version: 1.1.4 + specifier: ^1.1.5 + version: 1.1.5 rolldown-plugin-dts: specifier: ^0.27.1 - version: 0.27.1(rolldown@1.1.4)(typescript@6.0.3) + version: 0.27.1(rolldown@1.1.5)(typescript@6.0.3) typescript: specifier: ~6.0.3 version: 6.0.3 @@ -330,8 +330,8 @@ importers: specifier: ^3.2.25 version: 3.2.25 rolldown: - specifier: ^1.1.4 - version: 1.1.4 + specifier: ^1.1.5 + version: 1.1.5 rxjs: specifier: ^7.8.2 version: 7.8.2 @@ -432,8 +432,8 @@ importers: specifier: ^6.3.3 version: 6.3.3 rolldown: - specifier: ^1.1.4 - version: 1.1.4 + specifier: ^1.1.5 + version: 1.1.5 typescript: specifier: ~6.0.3 version: 6.0.3 @@ -450,8 +450,8 @@ importers: specifier: ^24.13.3 version: 24.13.3 rolldown: - specifier: ^1.1.4 - version: 1.1.4 + specifier: ^1.1.5 + version: 1.1.5 typescript: specifier: ~6.0.3 version: 6.0.3 @@ -472,8 +472,8 @@ importers: specifier: ^24.13.3 version: 24.13.3 rolldown: - specifier: ^1.1.4 - version: 1.1.4 + specifier: ^1.1.5 + version: 1.1.5 typescript: specifier: ~6.0.3 version: 6.0.3 @@ -2549,6 +2549,9 @@ packages: '@oxc-project/types@0.138.0': resolution: {integrity: sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==} + '@oxc-project/types@0.139.0': + resolution: {integrity: sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==} + '@oxlint-tsgolint/darwin-arm64@0.24.0': resolution: {integrity: sha512-C2uMmwK5Bc4ri4ysZ6sA8Rcu+A5zBQTp6ml2u0CLLbRZp4kMFPV3yWk8B5DK9Aw7y9bbjogIm75tUwGLFzlsYQ==} cpu: [arm64] @@ -2771,30 +2774,60 @@ packages: cpu: [arm64] os: [android] + '@rolldown/binding-android-arm64@1.1.5': + resolution: {integrity: sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + '@rolldown/binding-darwin-arm64@1.1.4': resolution: {integrity: sha512-aUi+HBvmYb7j8krl1+qJgkG8C17fO79gk3c+jPw4S8glRFc1DTija9S3EyaTSQUm5GJXYKDAsugBEhFHH2vYiQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] + '@rolldown/binding-darwin-arm64@1.1.5': + resolution: {integrity: sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [darwin] + '@rolldown/binding-darwin-x64@1.1.4': resolution: {integrity: sha512-F7hHC3gwY11+vByKPRWqwGbeXWVgKmL+pTGCinaEhdihzBV2aQ0fvZOch9cXYUOKuKKq429HeYXOqQLc7wFCEg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] + '@rolldown/binding-darwin-x64@1.1.5': + resolution: {integrity: sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [darwin] + '@rolldown/binding-freebsd-x64@1.1.4': resolution: {integrity: sha512-sI5yw+7s92SK6odiEhD5lKCBlWcpjHS5qyqpVQbZAJ0fIzEUXrmbl3DH2ybR3PZogulNJF+COLtmA8hUfvkCCQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] + '@rolldown/binding-freebsd-x64@1.1.5': + resolution: {integrity: sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + '@rolldown/binding-linux-arm-gnueabihf@1.1.4': resolution: {integrity: sha512-mCi0OKgEieFircrtVYmQAFGszRtMnZ6fpZAXrxanXAu7lqZcsK1E1RAaZNG0uKAnxox3B1f4EyQNnoyMfN1vAA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] + '@rolldown/binding-linux-arm-gnueabihf@1.1.5': + resolution: {integrity: sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + '@rolldown/binding-linux-arm64-gnu@1.1.4': resolution: {integrity: sha512-B9Ial3Kv5sh0SHnB1g/QWcUQCEvCF6QKGAl4zXypYj65mVI+B4AhFBwPtSN7pDrJeIx8Z7zdy4ntx+wQABom7w==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2802,6 +2835,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-arm64-gnu@1.1.5': + resolution: {integrity: sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-arm64-musl@1.1.4': resolution: {integrity: sha512-lZVym0PuHE1KZ22gmFTC15lAkrg9iTszR617oYRB/iPY1A56ywoJzVKOJBKaot5RiikCObmur6pogpse3gRcng==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2809,6 +2849,13 @@ packages: os: [linux] libc: [musl] + '@rolldown/binding-linux-arm64-musl@1.1.5': + resolution: {integrity: sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [musl] + '@rolldown/binding-linux-ppc64-gnu@1.1.4': resolution: {integrity: sha512-t2DNiLJWNTbnEHyUzTumldML6ET4/g16467LZoDDJ3tSxGvguL5/NyC2lCsNKuyRycg9XeDQF5SSv+TNOhQEXg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2816,6 +2863,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-ppc64-gnu@1.1.5': + resolution: {integrity: sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-s390x-gnu@1.1.4': resolution: {integrity: sha512-0WIRnL1Uw4BvTZRLQt+PVgo6ZKTJadlC2btP+/EOXv2f/DWbY0rEgl+y834mIVwP1FkTlWVTrGGJXf12lru7EQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2823,6 +2877,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-s390x-gnu@1.1.5': + resolution: {integrity: sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [s390x] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-x64-gnu@1.1.4': resolution: {integrity: sha512-JWtGshGfX+oENAKonoNkqEJX+7hC8yfhi9GUyPX1VX4mdh1y5r+ZiJLR5XzAB0aoP6s/PcILsGjKq8O0mm24bw==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2830,6 +2891,13 @@ packages: os: [linux] libc: [glibc] + '@rolldown/binding-linux-x64-gnu@1.1.5': + resolution: {integrity: sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [glibc] + '@rolldown/binding-linux-x64-musl@1.1.4': resolution: {integrity: sha512-rT6yQcxUuXs4CnbofqwHRRV0iem349rLMYpTjkgQGLjrY4ado/eDzwPZPTCgTOlF6Nkp8NEv70yLMTn6qkWxsQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2837,29 +2905,59 @@ packages: os: [linux] libc: [musl] + '@rolldown/binding-linux-x64-musl@1.1.5': + resolution: {integrity: sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [musl] + '@rolldown/binding-openharmony-arm64@1.1.4': resolution: {integrity: sha512-KXMGoboq5cyaCQjDA4GLuRiOwBQ0EyFnJoVViLeZ45/3rFItRODEr+NdsBcVpll40hhNArlm/speWGRvj08LzA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] + '@rolldown/binding-openharmony-arm64@1.1.5': + resolution: {integrity: sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + '@rolldown/binding-wasm32-wasi@1.1.4': resolution: {integrity: sha512-5K83rb36oJiY7BCyE9zLZtGcPV4g5wvq+xwdO0XPIwDVZI8cyB/AUjkNXGb92/rnmezEkjMOpgY61rtwjQtFwg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] + '@rolldown/binding-wasm32-wasi@1.1.5': + resolution: {integrity: sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [wasm32] + '@rolldown/binding-win32-arm64-msvc@1.1.4': resolution: {integrity: sha512-PnWBtw3TV5KOg69HQQDR0mnQuyCmSGR2pAB4DC1rPF808fgKeTUMj2EOEyKATpgiuxuR5APQmiDO7PDgEjTFSA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] + '@rolldown/binding-win32-arm64-msvc@1.1.5': + resolution: {integrity: sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + '@rolldown/binding-win32-x64-msvc@1.1.4': resolution: {integrity: sha512-M1lpniBePobTfsa7Ks9a199e1akxsXn+GYBUKsEzv3YFzOm1HJAMNwKI3qr0Zq+mxwx9gOZoTdP1yXRYsZUocQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] + '@rolldown/binding-win32-x64-msvc@1.1.5': + resolution: {integrity: sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + '@rolldown/pluginutils@1.0.0': resolution: {integrity: sha512-aKs/3GSWyV0mrhNmt/96/Z3yczC3yvrzYATCiCXQebBsGyYzjNdUphRVLeJQ67ySKVXRfMxt2lm12pmXvbPFQQ==} @@ -8581,6 +8679,11 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rolldown@1.1.5: + resolution: {integrity: sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + rollup@2.80.0: resolution: {integrity: sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==} engines: {node: '>=10.0.0'} @@ -13226,6 +13329,8 @@ snapshots: '@oxc-project/types@0.138.0': {} + '@oxc-project/types@0.139.0': {} + '@oxlint-tsgolint/darwin-arm64@0.24.0': optional: true @@ -13419,39 +13524,75 @@ snapshots: '@rolldown/binding-android-arm64@1.1.4': optional: true + '@rolldown/binding-android-arm64@1.1.5': + optional: true + '@rolldown/binding-darwin-arm64@1.1.4': optional: true + '@rolldown/binding-darwin-arm64@1.1.5': + optional: true + '@rolldown/binding-darwin-x64@1.1.4': optional: true + '@rolldown/binding-darwin-x64@1.1.5': + optional: true + '@rolldown/binding-freebsd-x64@1.1.4': optional: true + '@rolldown/binding-freebsd-x64@1.1.5': + optional: true + '@rolldown/binding-linux-arm-gnueabihf@1.1.4': optional: true + '@rolldown/binding-linux-arm-gnueabihf@1.1.5': + optional: true + '@rolldown/binding-linux-arm64-gnu@1.1.4': optional: true + '@rolldown/binding-linux-arm64-gnu@1.1.5': + optional: true + '@rolldown/binding-linux-arm64-musl@1.1.4': optional: true + '@rolldown/binding-linux-arm64-musl@1.1.5': + optional: true + '@rolldown/binding-linux-ppc64-gnu@1.1.4': optional: true + '@rolldown/binding-linux-ppc64-gnu@1.1.5': + optional: true + '@rolldown/binding-linux-s390x-gnu@1.1.4': optional: true + '@rolldown/binding-linux-s390x-gnu@1.1.5': + optional: true + '@rolldown/binding-linux-x64-gnu@1.1.4': optional: true + '@rolldown/binding-linux-x64-gnu@1.1.5': + optional: true + '@rolldown/binding-linux-x64-musl@1.1.4': optional: true + '@rolldown/binding-linux-x64-musl@1.1.5': + optional: true + '@rolldown/binding-openharmony-arm64@1.1.4': optional: true + '@rolldown/binding-openharmony-arm64@1.1.5': + optional: true + '@rolldown/binding-wasm32-wasi@1.1.4': dependencies: '@emnapi/core': 1.11.1 @@ -13459,12 +13600,25 @@ snapshots: '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) optional: true + '@rolldown/binding-wasm32-wasi@1.1.5': + dependencies: + '@emnapi/core': 1.11.1 + '@emnapi/runtime': 1.11.1 + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) + optional: true + '@rolldown/binding-win32-arm64-msvc@1.1.4': optional: true + '@rolldown/binding-win32-arm64-msvc@1.1.5': + optional: true + '@rolldown/binding-win32-x64-msvc@1.1.4': optional: true + '@rolldown/binding-win32-x64-msvc@1.1.5': + optional: true + '@rolldown/pluginutils@1.0.0': {} '@rollup/plugin-babel@5.3.1(@babel/core@7.29.0)(@types/babel__core@7.20.5)(rollup@2.80.0)': @@ -20081,12 +20235,12 @@ snapshots: robust-predicates@3.0.3: {} - rolldown-plugin-dts@0.27.1(rolldown@1.1.4)(typescript@6.0.3): + rolldown-plugin-dts@0.27.1(rolldown@1.1.5)(typescript@6.0.3): dependencies: dts-resolver: 3.0.0 get-tsconfig: 5.0.0-beta.5 obug: 2.1.3 - rolldown: 1.1.4 + rolldown: 1.1.5 yuku-ast: 0.1.7 yuku-codegen: 0.5.44 yuku-parser: 0.5.44 @@ -20116,6 +20270,27 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.1.4 '@rolldown/binding-win32-x64-msvc': 1.1.4 + rolldown@1.1.5: + dependencies: + '@oxc-project/types': 0.139.0 + '@rolldown/pluginutils': 1.0.0 + optionalDependencies: + '@rolldown/binding-android-arm64': 1.1.5 + '@rolldown/binding-darwin-arm64': 1.1.5 + '@rolldown/binding-darwin-x64': 1.1.5 + '@rolldown/binding-freebsd-x64': 1.1.5 + '@rolldown/binding-linux-arm-gnueabihf': 1.1.5 + '@rolldown/binding-linux-arm64-gnu': 1.1.5 + '@rolldown/binding-linux-arm64-musl': 1.1.5 + '@rolldown/binding-linux-ppc64-gnu': 1.1.5 + '@rolldown/binding-linux-s390x-gnu': 1.1.5 + '@rolldown/binding-linux-x64-gnu': 1.1.5 + '@rolldown/binding-linux-x64-musl': 1.1.5 + '@rolldown/binding-openharmony-arm64': 1.1.5 + '@rolldown/binding-wasm32-wasi': 1.1.5 + '@rolldown/binding-win32-arm64-msvc': 1.1.5 + '@rolldown/binding-win32-x64-msvc': 1.1.5 + rollup@2.80.0: optionalDependencies: fsevents: 2.3.3 -- 2.51.2