diff --git a/package.json b/package.json index 784790da..5d2cf036 100644 --- a/package.json +++ b/package.json @@ -27,27 +27,28 @@ "release": "release-it" }, "devDependencies": { - "@angular/compiler": "21.2.8", - "@babel/code-frame": "8.0.0-rc.3", - "@babel/parser": "8.0.0-rc.3", - "@babel/types": "8.0.0-rc.3", + "@angular/compiler": "21.2.13", + "@babel/code-frame": "8.0.0-rc.5", + "@babel/parser": "8.0.0-rc.5", + "@babel/types": "8.0.0-rc.5", "@eslint/js": "10.0.1", - "@types/node": "25.6.0", - "@vitest/coverage-v8": "4.1.4", + "@types/node": "25.9.0", + "@vitest/coverage-v8": "4.1.6", "eslint": "10.4.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-unicorn": "64.0.0", - "globals": "17.4.0", + "globals": "17.6.0", "jest-snapshot-serializer-raw": "2.0.0", "lines-and-columns": "2.0.4", "npm-run-all2": "9.0.0", - "prettier": "3.8.2", + "prettier": "3.8.3", "release-it": "20.0.1", - "tsdown": "0.21.7", + "tsdown": "0.22.0", "typescript": "6.0.3", - "typescript-eslint": "8.58.1", - "vitest": "4.1.4" + "typescript-eslint": "8.59.4", + "unrun": "0.3.0", + "vitest": "4.1.6" }, "peerDependencies": { "@angular/compiler": ">=21.0.7 || >= 21.2.0-0" diff --git a/tests/__snapshots__/transform.test.ts.snap b/tests/__snapshots__/transform.test.ts.snap index ad50e629..a37b3d5c 100644 --- a/tests/__snapshots__/transform.test.ts.snap +++ b/tests/__snapshots__/transform.test.ts.snap @@ -913,7 +913,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" @@ -935,7 +935,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" @@ -965,7 +965,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" @@ -987,7 +987,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" @@ -1017,7 +1017,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" @@ -1039,7 +1039,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" @@ -1069,7 +1069,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" @@ -1091,7 +1091,7 @@ NGEmptyExpression { > 2 | | ^ > 3 | // comment - | ^^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- CommentLine { "value": " comment" diff --git a/tests/helpers.ts b/tests/helpers.ts index 46a22eac..4c9fc43e 100644 --- a/tests/helpers.ts +++ b/tests/helpers.ts @@ -94,7 +94,7 @@ export function snapshotAst(ast: any, source: string) { }, {}); const fixColumn = (p: { line: number; column: number }) => ({ line: p.line + 1, - column: p.column + 1, + column: p.column, }); const [start, end] = [node.start, node.end].map((index) => fixColumn(linesAndColumns.locationForIndex(index)!), diff --git a/tsconfig.json b/tsconfig.json index f7ad4e78..34afa85c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "module": "NodeNext", "esModuleInterop": true, "skipLibCheck": true, - "types": ["vitest/globals"], + "types": ["node", "vitest/globals"], "noEmit": true, "allowImportingTsExtensions": true }, diff --git a/tsdown.config.ts b/tsdown.config.js similarity index 100% rename from tsdown.config.ts rename to tsdown.config.js diff --git a/vitest.config.ts b/vitest.config.js similarity index 100% rename from vitest.config.ts rename to vitest.config.js diff --git a/yarn.lock b/yarn.lock index fed601d9..26abaac1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,36 +5,36 @@ __metadata: version: 9 cacheKey: 10 -"@angular/compiler@npm:21.2.8": - version: 21.2.8 - resolution: "@angular/compiler@npm:21.2.8" +"@angular/compiler@npm:21.2.13": + version: 21.2.13 + resolution: "@angular/compiler@npm:21.2.13" dependencies: tslib: "npm:^2.3.0" - checksum: 10/5bcf866cf01fbc19b016df4c77aa662440ba5ea3b1615ea21b6c69cd52c5b6cf55fbf8003ee8bcfd9199deac7d33a37ccbf4b9feb4bcc21e65cae388d2fa6a88 + checksum: 10/9ede825a77fe87de21a9ba4bf19ca4994c459e31887b28d94ab3801ec6343b663a8f7360173258e09ddd9dec1b966040d4e5e89ca6d97ed884a0d55e0194f62f languageName: node linkType: hard -"@babel/code-frame@npm:8.0.0-rc.3": - version: 8.0.0-rc.3 - resolution: "@babel/code-frame@npm:8.0.0-rc.3" +"@babel/code-frame@npm:8.0.0-rc.5": + version: 8.0.0-rc.5 + resolution: "@babel/code-frame@npm:8.0.0-rc.5" dependencies: - "@babel/helper-validator-identifier": "npm:^8.0.0-rc.3" + "@babel/helper-validator-identifier": "npm:^8.0.0-rc.5" js-tokens: "npm:^10.0.0" - checksum: 10/4290f03cd5800b52d0a3e4888fc4d9de9260ed7db12fca40bd8187408424c038e8005bd7058b351e438466437f49e833930a12849bfb6d23c0497365d0ca8ae5 + checksum: 10/c5904c31ffd7cdc14d7744575ae6d0ad28371dc12032e9c68832a5e07f8300dac212cd6d5aa858c82443eaf92c494341317c6af1958cf40172eb0d12e70216ee languageName: node linkType: hard -"@babel/generator@npm:8.0.0-rc.3": - version: 8.0.0-rc.3 - resolution: "@babel/generator@npm:8.0.0-rc.3" +"@babel/generator@npm:8.0.0-rc.5": + version: 8.0.0-rc.5 + resolution: "@babel/generator@npm:8.0.0-rc.5" dependencies: - "@babel/parser": "npm:^8.0.0-rc.3" - "@babel/types": "npm:^8.0.0-rc.3" + "@babel/parser": "npm:^8.0.0-rc.5" + "@babel/types": "npm:^8.0.0-rc.5" "@jridgewell/gen-mapping": "npm:^0.3.12" "@jridgewell/trace-mapping": "npm:^0.3.28" "@types/jsesc": "npm:^2.5.0" jsesc: "npm:^3.0.2" - checksum: 10/b0136198e68c2389b1e769f29af3d27c6cec52fa31951d290c877b801c3a21345e87bb77e2f90c95bed136f0b8514c52ad60e0269b275c42ac1be1b87a66813a + checksum: 10/afc3487f1eebbc2f6ff3005590002f5c0f32f1f4118ba8c5e52bd77bd01869104d6f5afe9a4a3bb5e6e41cb024a219cb889613f6c3f0b224e32beaf3380372e7 languageName: node linkType: hard @@ -45,17 +45,17 @@ __metadata: languageName: node linkType: hard -"@babel/helper-string-parser@npm:^8.0.0-rc.3": - version: 8.0.0-rc.3 - resolution: "@babel/helper-string-parser@npm:8.0.0-rc.3" - checksum: 10/607a4decf8264c6142e85304b4c1eb2d8dfda9b9a4403c67a40a39892eb6f00703374459617416ca019bba22a34809808bcb8223bbb88d4441816ba9770c0720 +"@babel/helper-string-parser@npm:^8.0.0-rc.5": + version: 8.0.0-rc.5 + resolution: "@babel/helper-string-parser@npm:8.0.0-rc.5" + checksum: 10/9fc2211a532c7fe432b6d2305355502ea37c1e53ce7d73abf6a187cad8f49c1a2c843bde4021a4ebd467279cfe7573c3253e5f3a158ea253672754054202518e languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:8.0.0-rc.3, @babel/helper-validator-identifier@npm:^8.0.0-rc.3": - version: 8.0.0-rc.3 - resolution: "@babel/helper-validator-identifier@npm:8.0.0-rc.3" - checksum: 10/70b589cd5717b76e27648e6c17efdbce9520dfa4134e97047c611297300137924b5d3d276ee21fb8c455b5bf9f504418e9c5e90caa3177a31c2b4309c9377ee4 +"@babel/helper-validator-identifier@npm:8.0.0-rc.5, @babel/helper-validator-identifier@npm:^8.0.0-rc.5": + version: 8.0.0-rc.5 + resolution: "@babel/helper-validator-identifier@npm:8.0.0-rc.5" + checksum: 10/ed047388f5bee188194035cf5a530e822013f5adde6990a917289c506c1c8d5c5c24d538c3707536ec534d8e9a9ad21cc75cc2fbbbaebf84d790596a0aa73cf8 languageName: node linkType: hard @@ -66,14 +66,25 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:8.0.0-rc.3, @babel/parser@npm:^8.0.0-beta.4, @babel/parser@npm:^8.0.0-rc.3": - version: 8.0.0-rc.3 - resolution: "@babel/parser@npm:8.0.0-rc.3" +"@babel/parser@npm:8.0.0-rc.4": + version: 8.0.0-rc.4 + resolution: "@babel/parser@npm:8.0.0-rc.4" dependencies: - "@babel/types": "npm:^8.0.0-rc.3" + "@babel/types": "npm:^8.0.0-rc.4" bin: parser: ./bin/babel-parser.js - checksum: 10/66cdfba5669883c83f5ad7cedb7babc0947867e449fc79f55e6d6387ad2efcd81aaeb163cf8bb7b5633776226a95d72442b74da8df2b3beb195e71f51ba6cdc1 + checksum: 10/f3a962025cbde82650af74e54e0d97363fe1c478bd7e7077894ef24d67b779fa8b72f0017bfd3b082f017f2affab6a8c86d7f35d98081f68a30f1f2c1d1dfd75 + languageName: node + linkType: hard + +"@babel/parser@npm:8.0.0-rc.5, @babel/parser@npm:^8.0.0-beta.4, @babel/parser@npm:^8.0.0-rc.5": + version: 8.0.0-rc.5 + resolution: "@babel/parser@npm:8.0.0-rc.5" + dependencies: + "@babel/types": "npm:^8.0.0-rc.5" + bin: + parser: ./bin/babel-parser.js + checksum: 10/c11c039d4be9bbc2932492d67fe71768a954bde221dc088f1d8b3726f8ac8edca83ffb32b91e88a19f87f0c7df044a35e81c2c2f357fdfd009b84d536d6694c9 languageName: node linkType: hard @@ -88,13 +99,13 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:8.0.0-rc.3, @babel/types@npm:^8.0.0-rc.3": - version: 8.0.0-rc.3 - resolution: "@babel/types@npm:8.0.0-rc.3" +"@babel/types@npm:8.0.0-rc.5, @babel/types@npm:^8.0.0-rc.4, @babel/types@npm:^8.0.0-rc.5": + version: 8.0.0-rc.5 + resolution: "@babel/types@npm:8.0.0-rc.5" dependencies: - "@babel/helper-string-parser": "npm:^8.0.0-rc.3" - "@babel/helper-validator-identifier": "npm:^8.0.0-rc.3" - checksum: 10/84b5bf84f08f798d48db91015d05b41957a8fa74c27612d7b445871c86d86b10c692f790316d001d262ace4c993872b2e9f3822151a82dab499bad793e3f9147 + "@babel/helper-string-parser": "npm:^8.0.0-rc.5" + "@babel/helper-validator-identifier": "npm:^8.0.0-rc.5" + checksum: 10/9c4d432f1c0ccfabfb8c86b3a6cbdd1018f2ee09fc105689738f062cd0f33965d8b14d3c53286c8d79c1c588ab23e6b5bad652afe8a2753882827e0e4e980d55 languageName: node linkType: hard @@ -115,6 +126,16 @@ __metadata: languageName: node linkType: hard +"@emnapi/core@npm:1.10.0": + version: 1.10.0 + resolution: "@emnapi/core@npm:1.10.0" + dependencies: + "@emnapi/wasi-threads": "npm:1.2.1" + tslib: "npm:^2.4.0" + checksum: 10/d32f386084e64deaf2609aabb8295d1ad5af6144d0f46d2060b76cc53f1f3b486df54bec9b0f33c37d85a3822e1193ebcd4e3deb4a5f0e4cd650aa2ffc631715 + languageName: node + linkType: hard + "@emnapi/core@npm:1.9.2": version: 1.9.2 resolution: "@emnapi/core@npm:1.9.2" @@ -125,6 +146,15 @@ __metadata: languageName: node linkType: hard +"@emnapi/runtime@npm:1.10.0": + version: 1.10.0 + resolution: "@emnapi/runtime@npm:1.10.0" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10/d21083d07fa0c2da171c142e78ef986b66b07d45b06accc0bcaf49fcc61bb4dbc10e1c1760813070165b9f49b054376a931045347f21c0f42ff1eb2d2040faac + languageName: node + linkType: hard + "@emnapi/runtime@npm:1.9.2": version: 1.9.2 resolution: "@emnapi/runtime@npm:1.9.2" @@ -548,15 +578,15 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^1.1.1, @napi-rs/wasm-runtime@npm:^1.1.3": - version: 1.1.3 - resolution: "@napi-rs/wasm-runtime@npm:1.1.3" +"@napi-rs/wasm-runtime@npm:^1.1.3, @napi-rs/wasm-runtime@npm:^1.1.4": + version: 1.1.4 + resolution: "@napi-rs/wasm-runtime@npm:1.1.4" dependencies: "@tybys/wasm-util": "npm:^0.10.1" peerDependencies: "@emnapi/core": ^1.7.1 "@emnapi/runtime": ^1.7.1 - checksum: 10/a09f53dea7f5d11cbf4b4e3f10f726dd488b4a715f14f197dd619920d733e657261bb87d399628689dbe2b23b4353ddc122303d0583c4ef6cc4a5245367dfb2a + checksum: 10/1db3dc7eeb981306b09360487bd8ce4dfa5588d273bd8ea9f07dccca1b4ade57b675414180fc9bb66966c6c50b17208b0263194993e2f7f92cc7af28bda4d1af languageName: node linkType: hard @@ -706,13 +736,6 @@ __metadata: languageName: node linkType: hard -"@oxc-project/types@npm:=0.122.0": - version: 0.122.0 - resolution: "@oxc-project/types@npm:0.122.0" - checksum: 10/2b33895c7701a595d10b9c7b0927222954becc4c6cbde7a7b582e9524828937368baacba1cbb6e3c33bc9a18e0a35435ffff6c53f511762ae872d55d3e993a8c - languageName: node - linkType: hard - "@oxc-project/types@npm:=0.124.0": version: 0.124.0 resolution: "@oxc-project/types@npm:0.124.0" @@ -720,6 +743,13 @@ __metadata: languageName: node linkType: hard +"@oxc-project/types@npm:=0.130.0": + version: 0.130.0 + resolution: "@oxc-project/types@npm:0.130.0" + checksum: 10/5f12923f32a3a9fdc8f26a275d10233a3d482e708d2035298a62b72aaa3857d26b5f16b2bea32896789d26bf61798fb22730f8e1cb37725a1951ad324526344f + languageName: node + linkType: hard + "@phun-ky/typeof@npm:2.0.3": version: 2.0.3 resolution: "@phun-ky/typeof@npm:2.0.3" @@ -736,13 +766,6 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-android-arm64@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-android-arm64@npm:1.0.0-rc.12" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - "@rolldown/binding-android-arm64@npm:1.0.0-rc.15": version: 1.0.0-rc.15 resolution: "@rolldown/binding-android-arm64@npm:1.0.0-rc.15" @@ -750,10 +773,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-darwin-arm64@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-rc.12" - conditions: os=darwin & cpu=arm64 +"@rolldown/binding-android-arm64@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-android-arm64@npm:1.0.1" + conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -764,10 +787,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-darwin-x64@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-rc.12" - conditions: os=darwin & cpu=x64 +"@rolldown/binding-darwin-arm64@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-darwin-arm64@npm:1.0.1" + conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -778,10 +801,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-freebsd-x64@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-rc.12" - conditions: os=freebsd & cpu=x64 +"@rolldown/binding-darwin-x64@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-darwin-x64@npm:1.0.1" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -792,10 +815,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-rc.12" - conditions: os=linux & cpu=arm +"@rolldown/binding-freebsd-x64@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-freebsd-x64@npm:1.0.1" + conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -806,10 +829,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-rc.12" - conditions: os=linux & cpu=arm64 & libc=glibc +"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.1" + conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -820,10 +843,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-arm64-musl@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-rc.12" - conditions: os=linux & cpu=arm64 & libc=musl +"@rolldown/binding-linux-arm64-gnu@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.1" + conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -834,10 +857,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-ppc64-gnu@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.0.0-rc.12" - conditions: os=linux & cpu=ppc64 & libc=glibc +"@rolldown/binding-linux-arm64-musl@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.1" + conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -848,10 +871,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-s390x-gnu@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.0.0-rc.12" - conditions: os=linux & cpu=s390x & libc=glibc +"@rolldown/binding-linux-ppc64-gnu@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.0.1" + conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard @@ -862,10 +885,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-x64-gnu@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-rc.12" - conditions: os=linux & cpu=x64 & libc=glibc +"@rolldown/binding-linux-s390x-gnu@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.0.1" + conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard @@ -876,10 +899,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-x64-musl@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-rc.12" - conditions: os=linux & cpu=x64 & libc=musl +"@rolldown/binding-linux-x64-gnu@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.1" + conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -890,10 +913,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-openharmony-arm64@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.0-rc.12" - conditions: os=openharmony & cpu=arm64 +"@rolldown/binding-linux-x64-musl@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.1" + conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -904,12 +927,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-wasm32-wasi@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-rc.12" - dependencies: - "@napi-rs/wasm-runtime": "npm:^1.1.1" - conditions: cpu=wasm32 +"@rolldown/binding-openharmony-arm64@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.1" + conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard @@ -924,10 +945,14 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-rc.12" - conditions: os=win32 & cpu=arm64 +"@rolldown/binding-wasm32-wasi@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.1" + dependencies: + "@emnapi/core": "npm:1.10.0" + "@emnapi/runtime": "npm:1.10.0" + "@napi-rs/wasm-runtime": "npm:^1.1.4" + conditions: cpu=wasm32 languageName: node linkType: hard @@ -938,10 +963,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-win32-x64-msvc@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-rc.12" - conditions: os=win32 & cpu=x64 +"@rolldown/binding-win32-arm64-msvc@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.1" + conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -952,10 +977,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/pluginutils@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "@rolldown/pluginutils@npm:1.0.0-rc.12" - checksum: 10/6ce1601849b3095a2b6e57074c1f8a661eba67ebf65cf9afdf894d903302318247ddb69ab6cbc621e7f582408af301ea0523ed59ddb9a4ef3ea97f3d7002683e +"@rolldown/binding-win32-x64-msvc@npm:1.0.1": + version: 1.0.1 + resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.1" + conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -966,6 +991,13 @@ __metadata: languageName: node linkType: hard +"@rolldown/pluginutils@npm:^1.0.0": + version: 1.0.1 + resolution: "@rolldown/pluginutils@npm:1.0.1" + checksum: 10/4e95cf9ce23d75e5aa03ea0249cd86f7d1e21f83fbf6f8520e4edd8a251ba1b82c4ba9bc13cd24b6c4661daec6225b06e6d35c64c604e731b230b2a49af47d05 + languageName: node + linkType: hard + "@standard-schema/spec@npm:^1.1.0": version: 1.1.0 resolution: "@standard-schema/spec@npm:1.1.0" @@ -1027,12 +1059,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:25.6.0": - version: 25.6.0 - resolution: "@types/node@npm:25.6.0" +"@types/node@npm:25.9.0": + version: 25.9.0 + resolution: "@types/node@npm:25.9.0" dependencies: - undici-types: "npm:~7.19.0" - checksum: 10/99b18690a4be55904cbf8f6a6ac8eed5ec5b8d791fdd8ee2ae598b46c0fa9b83cda7b70dd7f00dbfb18189dcfc67648fdc7fdd3fcced2619a5a6453d9aec107d + undici-types: "npm:>=7.24.0 <7.24.7" + checksum: 10/8725e4e3191ba81626b322cfb80b62064c687d5da2983d7318068069f940a9c019e6f342a674ccc4ad26ef6f0a5dcbc7451a81610155ca2c6d5202800b144a19 languageName: node linkType: hard @@ -1043,105 +1075,105 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/eslint-plugin@npm:8.58.1" +"@typescript-eslint/eslint-plugin@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/eslint-plugin@npm:8.59.4" dependencies: "@eslint-community/regexpp": "npm:^4.12.2" - "@typescript-eslint/scope-manager": "npm:8.58.1" - "@typescript-eslint/type-utils": "npm:8.58.1" - "@typescript-eslint/utils": "npm:8.58.1" - "@typescript-eslint/visitor-keys": "npm:8.58.1" + "@typescript-eslint/scope-manager": "npm:8.59.4" + "@typescript-eslint/type-utils": "npm:8.59.4" + "@typescript-eslint/utils": "npm:8.59.4" + "@typescript-eslint/visitor-keys": "npm:8.59.4" ignore: "npm:^7.0.5" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.5.0" peerDependencies: - "@typescript-eslint/parser": ^8.58.1 + "@typescript-eslint/parser": ^8.59.4 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/0fcbe6faadb77313aa91c895c977a24fc72a79eed62f46f7b2d5804db52a9af99351b33b9c4d73fdabb0f69772d5d4a9acdef249a0d1526a44d3817fb51419b5 + checksum: 10/75348fdfc5a69bf9837c7ee3a5997bd7e9176eee00682735e46e199e5b67e4748440dd23c65677860a6caaa1c05b67cfafa57a8623da65a17c2832e322f6b7c4 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/parser@npm:8.58.1" +"@typescript-eslint/parser@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/parser@npm:8.59.4" dependencies: - "@typescript-eslint/scope-manager": "npm:8.58.1" - "@typescript-eslint/types": "npm:8.58.1" - "@typescript-eslint/typescript-estree": "npm:8.58.1" - "@typescript-eslint/visitor-keys": "npm:8.58.1" + "@typescript-eslint/scope-manager": "npm:8.59.4" + "@typescript-eslint/types": "npm:8.59.4" + "@typescript-eslint/typescript-estree": "npm:8.59.4" + "@typescript-eslint/visitor-keys": "npm:8.59.4" debug: "npm:^4.4.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/062584d26609e82169459ebf0c59f4925ba6596f4ea1637a320c34a25c34117585c458b9c6c268f5eeaee1988f4c7257d34d4bd05a214a88de12110e71b48493 + checksum: 10/6d07a206cac1aa168f9973ac41c3c3a05d7d391a5fa720b4adab5f7c278b62806269ed4e48fcb5706d87213d64bb25f040c9df4824162f8eabb180bee9a2fc23 languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/project-service@npm:8.58.1" +"@typescript-eslint/project-service@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/project-service@npm:8.59.4" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.58.1" - "@typescript-eslint/types": "npm:^8.58.1" + "@typescript-eslint/tsconfig-utils": "npm:^8.59.4" + "@typescript-eslint/types": "npm:^8.59.4" debug: "npm:^4.4.3" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/2f3136268fc262e77e8c8c14291e60c54e0228b63ccb022826b6def6d80b83ce9c3a92fef11c888889fb204343c845556868c49495c3aa0a115e9a861dd5fe99 + checksum: 10/abd5ac32f8792c9bdabdb510d7ba9f708c7760994f3d4a2c741ecf5baecccf7a111e9706eb46a28a3678998671cdc9912f4e8f2423e091bbaea2b6836e07c14d languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/scope-manager@npm:8.58.1" +"@typescript-eslint/scope-manager@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/scope-manager@npm:8.59.4" dependencies: - "@typescript-eslint/types": "npm:8.58.1" - "@typescript-eslint/visitor-keys": "npm:8.58.1" - checksum: 10/dc070fd73847807e32cb7dfc37512abd0b1a485b0037d8cfb6c593555a5b673d3ee9d19c61504ea71d067ad610c66f64d70d56f3a5db51895c0a25e45621cd08 + "@typescript-eslint/types": "npm:8.59.4" + "@typescript-eslint/visitor-keys": "npm:8.59.4" + checksum: 10/945a3498a61e27109ef78fa41fbf6ebca76dcc75c4595019bbc131892658b8204e9872239d4a1347fec2b3ca3c3e26460edabf7941cf727e9a35105d6f383c5d languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.58.1, @typescript-eslint/tsconfig-utils@npm:^8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.58.1" +"@typescript-eslint/tsconfig-utils@npm:8.59.4, @typescript-eslint/tsconfig-utils@npm:^8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.59.4" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/4a5cf9a5eb834d05f2d37f7d80319575cf4a75aa52807b96edc0db24349ba417b41cb6f5257ffb07b8b9b4c59c7438637e8c75ed7c2b513bcb07e259b49e058e + checksum: 10/c74a356e67f17aa2b61bffbe145548a5b37e6db34077922fb74c5f07393cd3a1ef28742f9a3e3acc53ac0e95c8af6e959bdf44988e036d634492d79a9dd219b1 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/type-utils@npm:8.58.1" +"@typescript-eslint/type-utils@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/type-utils@npm:8.59.4" dependencies: - "@typescript-eslint/types": "npm:8.58.1" - "@typescript-eslint/typescript-estree": "npm:8.58.1" - "@typescript-eslint/utils": "npm:8.58.1" + "@typescript-eslint/types": "npm:8.59.4" + "@typescript-eslint/typescript-estree": "npm:8.59.4" + "@typescript-eslint/utils": "npm:8.59.4" debug: "npm:^4.4.3" ts-api-utils: "npm:^2.5.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/39d62d6711590e817cf9a36257c19ea18e201ceca42b900350e121ea8986c167fbdd9da385ced29c61e38a1b5c76b6c320d59e21d4dd7f32767520e31aef4654 + checksum: 10/6c513a9ab5e9da3fafe165b64da73c984696e3f583ae4a5c7d188f16f9425ec488ed4aff39d8b419a742e92078fb1cb4384dce9e1efa7bb193e3aa0cdcff84c8 languageName: node linkType: hard -"@typescript-eslint/types@npm:8.58.1, @typescript-eslint/types@npm:^8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/types@npm:8.58.1" - checksum: 10/447e1351af8a47297096f063b327c69b1c986af89e39cb39e142bb35d7bec2ce8f34f31edcf62d1beb2e09a38e2029b12b50b335dae4e7c9ff49bd82f9127523 +"@typescript-eslint/types@npm:8.59.4, @typescript-eslint/types@npm:^8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/types@npm:8.59.4" + checksum: 10/43e7ab668f1649dee76829a5b1eb0807b7576b39aee5b23fe10936d99536cba350ec1e377c2ea2242971435d460e28f3d3d4307357ac9f8184403573ece85ca6 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/typescript-estree@npm:8.58.1" +"@typescript-eslint/typescript-estree@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/typescript-estree@npm:8.59.4" dependencies: - "@typescript-eslint/project-service": "npm:8.58.1" - "@typescript-eslint/tsconfig-utils": "npm:8.58.1" - "@typescript-eslint/types": "npm:8.58.1" - "@typescript-eslint/visitor-keys": "npm:8.58.1" + "@typescript-eslint/project-service": "npm:8.59.4" + "@typescript-eslint/tsconfig-utils": "npm:8.59.4" + "@typescript-eslint/types": "npm:8.59.4" + "@typescript-eslint/visitor-keys": "npm:8.59.4" debug: "npm:^4.4.3" minimatch: "npm:^10.2.2" semver: "npm:^7.7.3" @@ -1149,41 +1181,41 @@ __metadata: ts-api-utils: "npm:^2.5.0" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/107510b484148a8a9a5874f5451b9a6649609607ee5e67de36cded786157987a5262b145398b1bd1935afab66134532369a4d6abb53c6f5b7744e3ace0b13f07 + checksum: 10/6ca75d11bd5e1f44ddc0cd8ef4f4833257bcb1d48b82485b55008cd6761f4dba0671754098ce5b2910432ba05f5f9247c34942f3e8de2857cb5ab0d25b866876 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/utils@npm:8.58.1" +"@typescript-eslint/utils@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/utils@npm:8.59.4" dependencies: "@eslint-community/eslint-utils": "npm:^4.9.1" - "@typescript-eslint/scope-manager": "npm:8.58.1" - "@typescript-eslint/types": "npm:8.58.1" - "@typescript-eslint/typescript-estree": "npm:8.58.1" + "@typescript-eslint/scope-manager": "npm:8.59.4" + "@typescript-eslint/types": "npm:8.59.4" + "@typescript-eslint/typescript-estree": "npm:8.59.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/c51a5e116d1a09d0eb701c5884d5b9b8c22f79c427cb4c46357e4bcb7dfdfd9beba92e5d518572f42111b7335541a4ccefe3c05595fc3d666c1b62ddd1522e54 + checksum: 10/90d779f1af27e34df7e44f93135c08908e98c4b830329be1220d5edd0e024272f6d5a021506dae7fe6446a8bf05ccd0a5e7fb3ed36399dcf4f52959bb302c62d languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.58.1": - version: 8.58.1 - resolution: "@typescript-eslint/visitor-keys@npm:8.58.1" +"@typescript-eslint/visitor-keys@npm:8.59.4": + version: 8.59.4 + resolution: "@typescript-eslint/visitor-keys@npm:8.59.4" dependencies: - "@typescript-eslint/types": "npm:8.58.1" + "@typescript-eslint/types": "npm:8.59.4" eslint-visitor-keys: "npm:^5.0.0" - checksum: 10/e9f34741da6fc0cb8e9eb67828ea4427ac2004a33ce8d1e1e9ba038471f9ed68405eca871651bb2efa793a467bc5233a4310c5571ad1497cb2a84a600e1733a8 + checksum: 10/b620ba3a702817cc1cff6ac654ef5538be0b5076a478546c9bf42ece25bc3b08a33a4d003b9b42d10bd1041ea246f108863aceca0683b4389cf18d55dcdbee10 languageName: node linkType: hard -"@vitest/coverage-v8@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/coverage-v8@npm:4.1.4" +"@vitest/coverage-v8@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/coverage-v8@npm:4.1.6" dependencies: "@bcoe/v8-coverage": "npm:^1.0.2" - "@vitest/utils": "npm:4.1.4" + "@vitest/utils": "npm:4.1.6" ast-v8-to-istanbul: "npm:^1.0.0" istanbul-lib-coverage: "npm:^3.2.2" istanbul-lib-report: "npm:^3.0.1" @@ -1193,34 +1225,34 @@ __metadata: std-env: "npm:^4.0.0-rc.1" tinyrainbow: "npm:^3.1.0" peerDependencies: - "@vitest/browser": 4.1.4 - vitest: 4.1.4 + "@vitest/browser": 4.1.6 + vitest: 4.1.6 peerDependenciesMeta: "@vitest/browser": optional: true - checksum: 10/75c7bfa08d4a410dce09688a7bb1c06b782f90b785a51aea424806621dc90ce21663cf2e8f6f28e3c3c1be708932c5274408cd7cfda51e39dd3e0ae523cca133 + checksum: 10/351ddb5ccebc57ba290b669676db1e24960e4becd9c776a49e2a1ddb02cc2c644870a88010ff044f557fd9082dbe291b8c5e868d562fac93bd02c40d4bedf6bd languageName: node linkType: hard -"@vitest/expect@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/expect@npm:4.1.4" +"@vitest/expect@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/expect@npm:4.1.6" dependencies: "@standard-schema/spec": "npm:^1.1.0" "@types/chai": "npm:^5.2.2" - "@vitest/spy": "npm:4.1.4" - "@vitest/utils": "npm:4.1.4" + "@vitest/spy": "npm:4.1.6" + "@vitest/utils": "npm:4.1.6" chai: "npm:^6.2.2" tinyrainbow: "npm:^3.1.0" - checksum: 10/3317bc42e4ee39cfa2102a9f08f0c7975817a74d9503a14e0b1715e5b8c4ab31c5646c07ef8d2d3f71bdf6f1b3053949b175df9c8457e0c0bb3f38b9e031f259 + checksum: 10/20de26292c543f7f5076b59fd50a5fa89217755402de89b62e5d8c104c90441413b87b5c1d310a682a310418c76c0d4bd309dd1faf13b1b2dec79dc3bb90fef0 languageName: node linkType: hard -"@vitest/mocker@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/mocker@npm:4.1.4" +"@vitest/mocker@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/mocker@npm:4.1.6" dependencies: - "@vitest/spy": "npm:4.1.4" + "@vitest/spy": "npm:4.1.6" estree-walker: "npm:^3.0.3" magic-string: "npm:^0.30.21" peerDependencies: @@ -1231,56 +1263,56 @@ __metadata: optional: true vite: optional: true - checksum: 10/f07f8877635eb03f63981d0d3348bb82fabe7607bbb6b259045bf0b64fae79150b1f399aa7ce42926e4769dc8cde9b7d79d1f665eae2d17b22ecc9ec54663698 + checksum: 10/d0669d0b1a8822ec3bc83b5261ead6b05a7e5d8c2077d1f8b9eb0c8507967e54347f16027894be28ca26cf8993e544b8269230a3b78c4eb50c8feb780cb4c688 languageName: node linkType: hard -"@vitest/pretty-format@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/pretty-format@npm:4.1.4" +"@vitest/pretty-format@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/pretty-format@npm:4.1.6" dependencies: tinyrainbow: "npm:^3.1.0" - checksum: 10/e06d63ce4f797ad578ee19aeec996f72835a7274ee2eb75dce12d7b45debcda72d054f58b6f4e5dac4424681dc13dbad7ac023c6017fc60406cabea5a352e4c3 + checksum: 10/28dc121181fdf619e4a9ea4a3279a63974e54567fc59f82462d3b11d4b72d893cd7966f8a7c1a9365c62eae6dee4c6fb08353074486f708aee50b80462d0bd37 languageName: node linkType: hard -"@vitest/runner@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/runner@npm:4.1.4" +"@vitest/runner@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/runner@npm:4.1.6" dependencies: - "@vitest/utils": "npm:4.1.4" + "@vitest/utils": "npm:4.1.6" pathe: "npm:^2.0.3" - checksum: 10/a852477adc6254e1d304bcba9b137f98f09a7001a557e8e4f4404518e3ade58a16ab459e83cf223e38cc37dc4b04d1248a14df56b056a0ae68fc54b19a1226fb + checksum: 10/0e175bb61b10ca6cb79a0734a45b3d8b1570806078d53b4f2aa7dbfabd10307c9566460ee8f263a34ac909e8481da614551eee28eaff834fbecd86b4902b845b languageName: node linkType: hard -"@vitest/snapshot@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/snapshot@npm:4.1.4" +"@vitest/snapshot@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/snapshot@npm:4.1.6" dependencies: - "@vitest/pretty-format": "npm:4.1.4" - "@vitest/utils": "npm:4.1.4" + "@vitest/pretty-format": "npm:4.1.6" + "@vitest/utils": "npm:4.1.6" magic-string: "npm:^0.30.21" pathe: "npm:^2.0.3" - checksum: 10/e957cc95274a9663cd59e5b34c99b6e4e5cd989f04dadf9e3cec6c7bc64b4d167229644f31fd44c19c7acbbcb7cbbbb50e8084dbf1e0322ee411a697d80d490a + checksum: 10/167b96971ae6e31a8a7c42063abf3d48590908bdea8ae24d9e5035cd08690e47e15a12ab96cc017e5ddd6324a994b8096c901c8e87ac6e5e617910a2814717fd languageName: node linkType: hard -"@vitest/spy@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/spy@npm:4.1.4" - checksum: 10/516e465413fc6a22e0c7e99871f3b9703277c309e94e7247bbdb83a8e807e2da968cf7a30c61503afd6b565787e822786b8aad443210eba5488192a36730f3ab +"@vitest/spy@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/spy@npm:4.1.6" + checksum: 10/6c1bddbf1eaae42af96d66e31f8c14837203707552f60e7a0f512dc2513d285e3de1fdcf057a79a5588fd20ee382ce5a53c1a69430b2a79eb623fd3517d54878 languageName: node linkType: hard -"@vitest/utils@npm:4.1.4": - version: 4.1.4 - resolution: "@vitest/utils@npm:4.1.4" +"@vitest/utils@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/utils@npm:4.1.6" dependencies: - "@vitest/pretty-format": "npm:4.1.4" + "@vitest/pretty-format": "npm:4.1.6" convert-source-map: "npm:^2.0.0" tinyrainbow: "npm:^3.1.0" - checksum: 10/f599ae744f0ff45edda90d0c52eea9809b7367adca39fc985f85880322236d089dfdf6625f04913f03a25a160eccbbc0b16dd3201ccc0ae48087992b1ea755d5 + checksum: 10/a81506e9f167389e771503ba5bee91a61cd4f09ac386867815b65c12c9c236051fab6450d686c69b41e3fd028461d0195ee4c4ae47fd22ead649716ddb7777b3 languageName: node linkType: hard @@ -1339,27 +1371,28 @@ __metadata: version: 0.0.0-use.local resolution: "angular-estree-parser@workspace:." dependencies: - "@angular/compiler": "npm:21.2.8" - "@babel/code-frame": "npm:8.0.0-rc.3" - "@babel/parser": "npm:8.0.0-rc.3" - "@babel/types": "npm:8.0.0-rc.3" + "@angular/compiler": "npm:21.2.13" + "@babel/code-frame": "npm:8.0.0-rc.5" + "@babel/parser": "npm:8.0.0-rc.5" + "@babel/types": "npm:8.0.0-rc.5" "@eslint/js": "npm:10.0.1" - "@types/node": "npm:25.6.0" - "@vitest/coverage-v8": "npm:4.1.4" + "@types/node": "npm:25.9.0" + "@vitest/coverage-v8": "npm:4.1.6" eslint: "npm:10.4.0" eslint-config-prettier: "npm:10.1.8" eslint-plugin-simple-import-sort: "npm:13.0.0" eslint-plugin-unicorn: "npm:64.0.0" - globals: "npm:17.4.0" + globals: "npm:17.6.0" jest-snapshot-serializer-raw: "npm:2.0.0" lines-and-columns: "npm:2.0.4" npm-run-all2: "npm:9.0.0" - prettier: "npm:3.8.2" + prettier: "npm:3.8.3" release-it: "npm:20.0.1" - tsdown: "npm:0.21.7" + tsdown: "npm:0.22.0" typescript: "npm:6.0.3" - typescript-eslint: "npm:8.58.1" - vitest: "npm:4.1.4" + typescript-eslint: "npm:8.59.4" + unrun: "npm:0.3.0" + vitest: "npm:4.1.6" peerDependencies: "@angular/compiler": ">=21.0.7 || >= 21.2.0-0" languageName: unknown @@ -1824,15 +1857,15 @@ __metadata: languageName: node linkType: hard -"dts-resolver@npm:^2.1.3": - version: 2.1.3 - resolution: "dts-resolver@npm:2.1.3" +"dts-resolver@npm:^3.0.0": + version: 3.0.0 + resolution: "dts-resolver@npm:3.0.0" peerDependencies: oxc-resolver: ">=11.0.0" peerDependenciesMeta: oxc-resolver: optional: true - checksum: 10/9dfa79be6f5a4dabc318274a6069cc237e3121307afa604bada4e8cbbf5c30403d916ec49059ce473b18fed1a28eb1d13353bb0fb82c4231b5cb4d332ff12f51 + checksum: 10/3778a2b6e4d35dc88776be1dde0e3cc26114fac4a42c344bb8b66829bf5de286b0c3f56a1da510162a7217579482066d7996eb3d38f12f91206edd1a8baced5f languageName: node linkType: hard @@ -2300,12 +2333,12 @@ __metadata: languageName: node linkType: hard -"get-tsconfig@npm:^4.13.7": - version: 4.13.7 - resolution: "get-tsconfig@npm:4.13.7" +"get-tsconfig@npm:5.0.0-beta.5": + version: 5.0.0-beta.5 + resolution: "get-tsconfig@npm:5.0.0-beta.5" dependencies: resolve-pkg-maps: "npm:^1.0.0" - checksum: 10/e23622bd3c5766a2fe43a28cb7a490ebb175eb7f429e4ec53688e3b7a40882fb0ec6f3b753f237757d63861ccd8033232d1d76f8960a683af8e09099e7c897fe + checksum: 10/4946c4820cb2dc8c98073b341331b411db126c89b793d9bfe79c0d88843866e6fa7ebe9db43b51e9664d24e4cf10674e4137ad00881b10d4106c896d25c0e4fb languageName: node linkType: hard @@ -2380,14 +2413,7 @@ __metadata: languageName: node linkType: hard -"globals@npm:17.4.0": - version: 17.4.0 - resolution: "globals@npm:17.4.0" - checksum: 10/ffad244617e94efcb3da72b7beefc941167c21316148ce378f322db7af72db06468f370e23224b3c7b17b5173a7c75b134e5e7b0949f2828519054a76892508d - languageName: node - linkType: hard - -"globals@npm:^17.4.0": +"globals@npm:17.6.0, globals@npm:^17.4.0": version: 17.6.0 resolution: "globals@npm:17.6.0" checksum: 10/2bf0febf31c942edee6f4eca7e939a9c885f8ecfb767048b1c4dd2a32008d0ab136e6076665d76b44b29c2571bbbc1681371caab05fd8ee0067c7618e841b89d @@ -2408,10 +2434,10 @@ __metadata: languageName: node linkType: hard -"hookable@npm:^6.1.0": - version: 6.1.0 - resolution: "hookable@npm:6.1.0" - checksum: 10/713cc0440f92cab090f87123f26660404485ec843192413fe8f9881913f43c18560b9faa9adb64a7b517440c0de6bed4023a522404131ea405d7394fa3469cb3 +"hookable@npm:^6.1.1": + version: 6.1.1 + resolution: "hookable@npm:6.1.1" + checksum: 10/2f8b478ba1bb0782f0112d049b3d3d01aebf8245c250d3bdd306aa4bfdaba0f5d3c82d28fefa4290bb3c2bf4f1be22c6bed7ed50f0b39cd33742983202a32122 languageName: node linkType: hard @@ -2501,10 +2527,10 @@ __metadata: languageName: node linkType: hard -"import-without-cache@npm:^0.2.5": - version: 0.2.5 - resolution: "import-without-cache@npm:0.2.5" - checksum: 10/b58c16deaa0c97f08b1c34798d22a2b1108dfe9d6319dc3250fa8c6d0c5221d1bda899471546faf58a5968c919f177b1df3670a6fb49dfafbeceed0830ec86d6 +"import-without-cache@npm:^0.4.0": + version: 0.4.0 + resolution: "import-without-cache@npm:0.4.0" + checksum: 10/935a7826f1263a612f72ea6f1044a2e7579b42556ce98941d22ddf1ef80d18345c4f5784cd00de56ff2a950f0e57e20efadc020fc050b39e06c1d59c23c68f95 languageName: node linkType: hard @@ -3550,12 +3576,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:3.8.2": - version: 3.8.2 - resolution: "prettier@npm:3.8.2" +"prettier@npm:3.8.3": + version: 3.8.3 + resolution: "prettier@npm:3.8.3" bin: prettier: bin/prettier.cjs - checksum: 10/fd784175bc600c07eb2c44d7ec4ee7133f95f26492adad61b6a15c06f438b858181faf096ab74163d7f49500ad80cff4479c6abb084e161a2e85a9df5974ecd1 + checksum: 10/4b3b12cbb29e4c96bed936e5d070167552500c18d37676fb3e0caae6199c42860662608e4dc116230698f6e2bb0267ef2548158224c92d40f188d309d72fdd6f languageName: node linkType: hard @@ -3738,24 +3764,22 @@ __metadata: languageName: node linkType: hard -"rolldown-plugin-dts@npm:^0.23.2": - version: 0.23.2 - resolution: "rolldown-plugin-dts@npm:0.23.2" +"rolldown-plugin-dts@npm:^0.25.0": + version: 0.25.1 + resolution: "rolldown-plugin-dts@npm:0.25.1" dependencies: - "@babel/generator": "npm:8.0.0-rc.3" - "@babel/helper-validator-identifier": "npm:8.0.0-rc.3" - "@babel/parser": "npm:8.0.0-rc.3" - "@babel/types": "npm:8.0.0-rc.3" + "@babel/generator": "npm:8.0.0-rc.5" + "@babel/helper-validator-identifier": "npm:8.0.0-rc.5" + "@babel/parser": "npm:8.0.0-rc.4" ast-kit: "npm:^3.0.0-beta.1" birpc: "npm:^4.0.0" - dts-resolver: "npm:^2.1.3" - get-tsconfig: "npm:^4.13.7" + dts-resolver: "npm:^3.0.0" + get-tsconfig: "npm:5.0.0-beta.5" obug: "npm:^2.1.1" - picomatch: "npm:^4.0.4" peerDependencies: "@ts-macro/tsc": ^0.3.6 "@typescript/native-preview": ">=7.0.0-dev.20260325.1" - rolldown: ^1.0.0-rc.12 + rolldown: ^1.0.0 typescript: ^5.0.0 || ^6.0.0 vue-tsc: ~3.2.0 peerDependenciesMeta: @@ -3767,31 +3791,31 @@ __metadata: optional: true vue-tsc: optional: true - checksum: 10/aa2dc92bccfd2390873b665317009aa11bcbd6b88abb24855d2b7d8f659bd31c559619ea60421103f936192ad7704a67c3c0ee1ea9ade6d41b4ed31fff7e3f32 - languageName: node - linkType: hard - -"rolldown@npm:1.0.0-rc.12": - version: 1.0.0-rc.12 - resolution: "rolldown@npm:1.0.0-rc.12" - dependencies: - "@oxc-project/types": "npm:=0.122.0" - "@rolldown/binding-android-arm64": "npm:1.0.0-rc.12" - "@rolldown/binding-darwin-arm64": "npm:1.0.0-rc.12" - "@rolldown/binding-darwin-x64": "npm:1.0.0-rc.12" - "@rolldown/binding-freebsd-x64": "npm:1.0.0-rc.12" - "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-rc.12" - "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-rc.12" - "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-rc.12" - "@rolldown/binding-linux-ppc64-gnu": "npm:1.0.0-rc.12" - "@rolldown/binding-linux-s390x-gnu": "npm:1.0.0-rc.12" - "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-rc.12" - "@rolldown/binding-linux-x64-musl": "npm:1.0.0-rc.12" - "@rolldown/binding-openharmony-arm64": "npm:1.0.0-rc.12" - "@rolldown/binding-wasm32-wasi": "npm:1.0.0-rc.12" - "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-rc.12" - "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-rc.12" - "@rolldown/pluginutils": "npm:1.0.0-rc.12" + checksum: 10/9902512739a5e1c4ca1fc57e377f01bf6f669609d09be1e7cbabcd32aed0c93206887d474e19002771bae503cd26e5ada1de26024fb6c07519a273211568d03a + languageName: node + linkType: hard + +"rolldown@npm:1.0.0-rc.15": + version: 1.0.0-rc.15 + resolution: "rolldown@npm:1.0.0-rc.15" + dependencies: + "@oxc-project/types": "npm:=0.124.0" + "@rolldown/binding-android-arm64": "npm:1.0.0-rc.15" + "@rolldown/binding-darwin-arm64": "npm:1.0.0-rc.15" + "@rolldown/binding-darwin-x64": "npm:1.0.0-rc.15" + "@rolldown/binding-freebsd-x64": "npm:1.0.0-rc.15" + "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-rc.15" + "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-rc.15" + "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-rc.15" + "@rolldown/binding-linux-ppc64-gnu": "npm:1.0.0-rc.15" + "@rolldown/binding-linux-s390x-gnu": "npm:1.0.0-rc.15" + "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-rc.15" + "@rolldown/binding-linux-x64-musl": "npm:1.0.0-rc.15" + "@rolldown/binding-openharmony-arm64": "npm:1.0.0-rc.15" + "@rolldown/binding-wasm32-wasi": "npm:1.0.0-rc.15" + "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-rc.15" + "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-rc.15" + "@rolldown/pluginutils": "npm:1.0.0-rc.15" dependenciesMeta: "@rolldown/binding-android-arm64": optional: true @@ -3825,31 +3849,31 @@ __metadata: optional: true bin: rolldown: bin/cli.mjs - checksum: 10/b8cc0d9df80b495a57b63d69a16a5566c600162046edd407f335a6d27e5b6618a2d88d63e82c4e77a1447d18edcc6900696e041c33236ef38ab51d33cf5da2fe + checksum: 10/cc07a103297573690bad1469e96e282230f9eb1acc4e22bf3318294bf5b5221d475d1c0822be6fe4958c5618983cac70fb0155afe510ab51516a053564c9304a languageName: node linkType: hard -"rolldown@npm:1.0.0-rc.15": - version: 1.0.0-rc.15 - resolution: "rolldown@npm:1.0.0-rc.15" - dependencies: - "@oxc-project/types": "npm:=0.124.0" - "@rolldown/binding-android-arm64": "npm:1.0.0-rc.15" - "@rolldown/binding-darwin-arm64": "npm:1.0.0-rc.15" - "@rolldown/binding-darwin-x64": "npm:1.0.0-rc.15" - "@rolldown/binding-freebsd-x64": "npm:1.0.0-rc.15" - "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-rc.15" - "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-rc.15" - "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-rc.15" - "@rolldown/binding-linux-ppc64-gnu": "npm:1.0.0-rc.15" - "@rolldown/binding-linux-s390x-gnu": "npm:1.0.0-rc.15" - "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-rc.15" - "@rolldown/binding-linux-x64-musl": "npm:1.0.0-rc.15" - "@rolldown/binding-openharmony-arm64": "npm:1.0.0-rc.15" - "@rolldown/binding-wasm32-wasi": "npm:1.0.0-rc.15" - "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-rc.15" - "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-rc.15" - "@rolldown/pluginutils": "npm:1.0.0-rc.15" +"rolldown@npm:^1.0.0": + version: 1.0.1 + resolution: "rolldown@npm:1.0.1" + dependencies: + "@oxc-project/types": "npm:=0.130.0" + "@rolldown/binding-android-arm64": "npm:1.0.1" + "@rolldown/binding-darwin-arm64": "npm:1.0.1" + "@rolldown/binding-darwin-x64": "npm:1.0.1" + "@rolldown/binding-freebsd-x64": "npm:1.0.1" + "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.1" + "@rolldown/binding-linux-arm64-gnu": "npm:1.0.1" + "@rolldown/binding-linux-arm64-musl": "npm:1.0.1" + "@rolldown/binding-linux-ppc64-gnu": "npm:1.0.1" + "@rolldown/binding-linux-s390x-gnu": "npm:1.0.1" + "@rolldown/binding-linux-x64-gnu": "npm:1.0.1" + "@rolldown/binding-linux-x64-musl": "npm:1.0.1" + "@rolldown/binding-openharmony-arm64": "npm:1.0.1" + "@rolldown/binding-wasm32-wasi": "npm:1.0.1" + "@rolldown/binding-win32-arm64-msvc": "npm:1.0.1" + "@rolldown/binding-win32-x64-msvc": "npm:1.0.1" + "@rolldown/pluginutils": "npm:^1.0.0" dependenciesMeta: "@rolldown/binding-android-arm64": optional: true @@ -3883,7 +3907,7 @@ __metadata: optional: true bin: rolldown: bin/cli.mjs - checksum: 10/cc07a103297573690bad1469e96e282230f9eb1acc4e22bf3318294bf5b5221d475d1c0822be6fe4958c5618983cac70fb0155afe510ab51516a053564c9304a + checksum: 10/00bef9a0454fe5e1a682ae186b0b61f9093fe9c9fa778320e6187dc9c0c7cf38b079e2c229ba8b1898a0a205f579f7df808976614387ca47a434fe4bfd874774 languageName: node linkType: hard @@ -4116,14 +4140,14 @@ __metadata: languageName: node linkType: hard -"tinyexec@npm:^1.0.1, tinyexec@npm:^1.0.2, tinyexec@npm:^1.0.4": - version: 1.1.1 - resolution: "tinyexec@npm:1.1.1" - checksum: 10/480bbd7b0cdd73652e1a03ed82cec29cbde7d75e68094b65d289eb31578d467954d81af41f3a6de0bc805f6c22c89a36d24986a6c4c0349fa230dfb3924530a7 +"tinyexec@npm:^1.0.1, tinyexec@npm:^1.0.2, tinyexec@npm:^1.1.2": + version: 1.1.2 + resolution: "tinyexec@npm:1.1.2" + checksum: 10/2bbe37f9001c6f5723ab39eb8dc1e88f77e830d7cf2e8f34bb75019eb505fcfe3b061b4799c502ff31fa63aa1a9adc649add5ff1e17b7fbd8c16e1afb75d0b9e languageName: node linkType: hard -"tinyglobby@npm:0.2.15, tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15": +"tinyglobby@npm:0.2.15": version: 0.2.15 resolution: "tinyglobby@npm:0.2.15" dependencies: @@ -4133,6 +4157,16 @@ __metadata: languageName: node linkType: hard +"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15, tinyglobby@npm:^0.2.16": + version: 0.2.16 + resolution: "tinyglobby@npm:0.2.16" + dependencies: + fdir: "npm:^6.5.0" + picomatch: "npm:^4.0.4" + checksum: 10/5c2c41b572ada38449e7c86a5fe034f204a1dbba577225a761a14f29f48dc3f2fc0d81a6c56fcc67c5a742cc3aa9fb5e2ca18dbf22b610b0bc0e549b34d5a0f8 + languageName: node + linkType: hard + "tinyrainbow@npm:^3.1.0": version: 3.1.0 resolution: "tinyrainbow@npm:3.1.0" @@ -4158,34 +4192,35 @@ __metadata: languageName: node linkType: hard -"tsdown@npm:0.21.7": - version: 0.21.7 - resolution: "tsdown@npm:0.21.7" +"tsdown@npm:0.22.0": + version: 0.22.0 + resolution: "tsdown@npm:0.22.0" dependencies: ansis: "npm:^4.2.0" cac: "npm:^7.0.0" - defu: "npm:^6.1.4" + defu: "npm:^6.1.7" empathic: "npm:^2.0.0" - hookable: "npm:^6.1.0" - import-without-cache: "npm:^0.2.5" + hookable: "npm:^6.1.1" + import-without-cache: "npm:^0.4.0" obug: "npm:^2.1.1" picomatch: "npm:^4.0.4" - rolldown: "npm:1.0.0-rc.12" - rolldown-plugin-dts: "npm:^0.23.2" + rolldown: "npm:^1.0.0" + rolldown-plugin-dts: "npm:^0.25.0" semver: "npm:^7.7.4" - tinyexec: "npm:^1.0.4" - tinyglobby: "npm:^0.2.15" + tinyexec: "npm:^1.1.2" + tinyglobby: "npm:^0.2.16" tree-kill: "npm:^1.2.2" unconfig-core: "npm:^7.5.0" - unrun: "npm:^0.2.34" peerDependencies: "@arethetypeswrong/core": ^0.18.1 - "@tsdown/css": 0.21.7 - "@tsdown/exe": 0.21.7 + "@tsdown/css": 0.22.0 + "@tsdown/exe": 0.22.0 "@vitejs/devtools": "*" - publint: ^0.3.0 + publint: ^0.3.8 + tsx: "*" typescript: ^5.0.0 || ^6.0.0 unplugin-unused: ^0.5.0 + unrun: "*" peerDependenciesMeta: "@arethetypeswrong/core": optional: true @@ -4197,13 +4232,17 @@ __metadata: optional: true publint: optional: true + tsx: + optional: true typescript: optional: true unplugin-unused: optional: true + unrun: + optional: true bin: - tsdown: dist/run.mjs - checksum: 10/eacc298da6c9b72b40013b0fa7c083ac5cda9565c19182f8ed88ce445cf9653210a542231ac0b287f6e497c07f0bc722de29d99f0fc948f4cdb86a49000438d5 + tsdown: ./dist/run.mjs + checksum: 10/7747e04fe9be4bb2653baef09cf6551cf79f96e325ab31df7b526a7df85ec01a734a7768a2b417769409e95e4453c18c4ffeea5355fcc6c77e535532283e23fc languageName: node linkType: hard @@ -4230,18 +4269,18 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:8.58.1": - version: 8.58.1 - resolution: "typescript-eslint@npm:8.58.1" +"typescript-eslint@npm:8.59.4": + version: 8.59.4 + resolution: "typescript-eslint@npm:8.59.4" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.58.1" - "@typescript-eslint/parser": "npm:8.58.1" - "@typescript-eslint/typescript-estree": "npm:8.58.1" - "@typescript-eslint/utils": "npm:8.58.1" + "@typescript-eslint/eslint-plugin": "npm:8.59.4" + "@typescript-eslint/parser": "npm:8.59.4" + "@typescript-eslint/typescript-estree": "npm:8.59.4" + "@typescript-eslint/utils": "npm:8.59.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/b65fba0a594870fe5c456e6650a9050adf83b72c3d57983e3924778e217399e057c4c185abbe21396f288113d85c475377ee0d7ed6ac24538ef4ea0a7332c0df + checksum: 10/f065a4ae6abfad6af0a09de7052315cd8fa97a2e8ff0985aa8ad6ba0e059a662ef3b22751fbf58302de634b712a7d019f10f488d8e43b0510842a4f6460e57f4 languageName: node linkType: hard @@ -4275,10 +4314,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~7.19.0": - version: 7.19.2 - resolution: "undici-types@npm:7.19.2" - checksum: 10/05c34c63444c8caca7137f122b29ed50c1d7d05d1e0b2337f423575d3264054c4a0139e47e82e65723d09b97fcad6d8b0223b3550430a9006cc00e72a1e035bf +"undici-types@npm:>=7.24.0 <7.24.7": + version: 7.24.6 + resolution: "undici-types@npm:7.24.6" + checksum: 10/defc9538b952e3c15b8526596c591f7c1f0c7605ad27a2b7feddbea7ef2e3003f3eda2cdb051a3cb1a2185e3893100fd9cb925c799db99d48131ea63b5233d10 languageName: node linkType: hard @@ -4314,19 +4353,19 @@ __metadata: languageName: node linkType: hard -"unrun@npm:^0.2.34": - version: 0.2.34 - resolution: "unrun@npm:0.2.34" +"unrun@npm:0.3.0": + version: 0.3.0 + resolution: "unrun@npm:0.3.0" dependencies: - rolldown: "npm:1.0.0-rc.12" + rolldown: "npm:^1.0.0" peerDependencies: synckit: ^0.11.11 peerDependenciesMeta: synckit: optional: true bin: - unrun: dist/cli.mjs - checksum: 10/8da80d45dbda9675bee6ea5c614acff1eee9fd061f029296394317334c5b65c9258a9a137f78545d5def90204ea141608c88fa96e08514b84fd16c9db8a06a3c + unrun: ./dist/cli.mjs + checksum: 10/6dc90f799787335ab8fc9fb3b604144c4dc131a9078ee50ec2de8317cef20566845f29403d92c9d801816b3d87e5ba45c36516abb96e3d249eb20f1f1f10633c languageName: node linkType: hard @@ -4417,17 +4456,17 @@ __metadata: languageName: node linkType: hard -"vitest@npm:4.1.4": - version: 4.1.4 - resolution: "vitest@npm:4.1.4" +"vitest@npm:4.1.6": + version: 4.1.6 + resolution: "vitest@npm:4.1.6" dependencies: - "@vitest/expect": "npm:4.1.4" - "@vitest/mocker": "npm:4.1.4" - "@vitest/pretty-format": "npm:4.1.4" - "@vitest/runner": "npm:4.1.4" - "@vitest/snapshot": "npm:4.1.4" - "@vitest/spy": "npm:4.1.4" - "@vitest/utils": "npm:4.1.4" + "@vitest/expect": "npm:4.1.6" + "@vitest/mocker": "npm:4.1.6" + "@vitest/pretty-format": "npm:4.1.6" + "@vitest/runner": "npm:4.1.6" + "@vitest/snapshot": "npm:4.1.6" + "@vitest/spy": "npm:4.1.6" + "@vitest/utils": "npm:4.1.6" es-module-lexer: "npm:^2.0.0" expect-type: "npm:^1.3.0" magic-string: "npm:^0.30.21" @@ -4445,12 +4484,12 @@ __metadata: "@edge-runtime/vm": "*" "@opentelemetry/api": ^1.9.0 "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0 - "@vitest/browser-playwright": 4.1.4 - "@vitest/browser-preview": 4.1.4 - "@vitest/browser-webdriverio": 4.1.4 - "@vitest/coverage-istanbul": 4.1.4 - "@vitest/coverage-v8": 4.1.4 - "@vitest/ui": 4.1.4 + "@vitest/browser-playwright": 4.1.6 + "@vitest/browser-preview": 4.1.6 + "@vitest/browser-webdriverio": 4.1.6 + "@vitest/coverage-istanbul": 4.1.6 + "@vitest/coverage-v8": 4.1.6 + "@vitest/ui": 4.1.6 happy-dom: "*" jsdom: "*" vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4481,7 +4520,7 @@ __metadata: optional: false bin: vitest: vitest.mjs - checksum: 10/c5608c506ae9ab3d0baa7445290c240941ad54a93eb853a005b2fe518efb1b28282945e0565ca16a624cca5b23af0c33ee34fbc2c38e6664ea54b08b9a22a653 + checksum: 10/3816121537930455e5338b5b3305179fa6c68d6cbba50e5d8ca8dcb2c0410887ed38aca61e0d2da9f673af1cc1f20278eef941fc4756644e6f8f96366822b8e6 languageName: node linkType: hard