From ae0fecd185ce4df085524928ed364eeb5201bad0 Mon Sep 17 00:00:00 2001 From: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Wed, 2 Sep 2026 12:46:20 -0700 Subject: [PATCH] Upgrade typescript --- ACKNOWLEDGMENTS.md | 2 +- danger/rules/enforcePackageJsonPinnedDeps.mjs | 5 + package.json | 6 +- packages/types/package.json | 8 +- packages/windows-ucv/package.json | 2 +- pnpm-lock.yaml | 1351 ++++++++++------- pnpm-workspace.yaml | 4 +- sticker-creator/package.json | 2 +- test/test.mjs | 1 - 9 files changed, 856 insertions(+), 525 deletions(-) diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 1606f9eb47..b8b65fd1f2 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -5704,7 +5704,7 @@ Signal Desktop makes use of the following open source projects. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## @typescript/native-preview +## @typescript/native Apache License diff --git a/danger/rules/enforcePackageJsonPinnedDeps.mjs b/danger/rules/enforcePackageJsonPinnedDeps.mjs index d94e99f269..1dffc70454 100644 --- a/danger/rules/enforcePackageJsonPinnedDeps.mjs +++ b/danger/rules/enforcePackageJsonPinnedDeps.mjs @@ -29,6 +29,11 @@ function isPinnedVersion(depSpec) { if (depSpec.startsWith('workspace:')) { return depSpec === 'workspace:*'; // pnpm 11 default } + if (depSpec.startsWith('npm:')) { + const lastIndex = depSpec.lastIndexOf('@'); + const version = depSpec.slice(lastIndex + 1); + return semver.valid(version) != null; + } return semver.valid(depSpec) != null; } diff --git a/package.json b/package.json index 99fe909185..67374b98f0 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "format": "prettier --write --cache --cache-strategy metadata '**/*.{ts,tsx,d.ts,js,json,html,scss,md,yml,yaml}' '!node_modules/**'", "svgo": "svgo --multipass images/**/*.svg images/*.svg", "transpile": "run-p check:types build:rolldown", - "check:types": "tsgo --noEmit", + "check:types": "tsc --noEmit", "clean-transpile": "node scripts/clean-transpile.mjs", "ready": "npm-run-all --print-label clean-transpile generate --parallel lint lint-deps lint-intl test-node test-electron", "dev": "pnpm run build:protobuf && cross-env SIGNAL_ENV=storybook storybook dev --port 6006", @@ -216,7 +216,7 @@ "@types/write-file-atomic": "4.0.3", "@typescript-eslint/rule-tester": "8.59.3", "@typescript-eslint/utils": "8.59.3", - "@typescript/native-preview": "7.0.0-dev.20260515.1", + "@typescript/native": "npm:typescript@7.0.2", "babel-plugin-lodash": "3.3.4", "better-blockmap": "2.0.1", "blob-util": "2.0.2", @@ -337,7 +337,7 @@ "tinykeys": "3.1.0", "tsx": "4.23.0", "type-fest": "5.5.0", - "typescript": "6.0.3", + "typescript": "npm:@typescript/typescript6@6.0.2", "unicode-number": "1.1.0", "url": "0.11.4", "uuid": "13.0.0", diff --git a/packages/types/package.json b/packages/types/package.json index cae73381bc..218e779af2 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -36,7 +36,7 @@ "node": ">=24.17.0" }, "scripts": { - "check": "tsgo --noEmit", + "check": "tsc --noEmit", "build": "tsdown", "prepare": "pnpm run build" }, @@ -48,9 +48,9 @@ "zod": "4.3.6" }, "devDependencies": { - "@arethetypeswrong/core": "0.18.4", - "@typescript/native-preview": "7.0.0-dev.20260515.1", + "@arethetypeswrong/core": "0.18.5", + "typescript": "7.0.2", "publint": "0.3.21", - "tsdown": "0.22.3" + "tsdown": "0.22.14" } } diff --git a/packages/windows-ucv/package.json b/packages/windows-ucv/package.json index 752f8f66ae..783a81db36 100644 --- a/packages/windows-ucv/package.json +++ b/packages/windows-ucv/package.json @@ -37,6 +37,6 @@ "devDependencies": { "@types/bindings": "1.5.5", "@types/node": "24.12.0", - "typescript": "6.0.3" + "typescript": "npm:@typescript/typescript6@6.0.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af3dffa21c..0a6313b05f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,13 +76,13 @@ importers: devDependencies: '@babel/core': specifier: 7.29.0 - version: 7.29.0 + version: 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': specifier: 7.28.6 version: 7.28.6 '@babel/plugin-transform-runtime': specifier: 7.29.0 - version: 7.29.0(@babel/core@7.29.0) + version: 7.29.0(@babel/core@7.29.0)(supports-color@8.1.1) '@babel/plugin-transform-typescript': specifier: 7.28.6 version: 7.28.6(@babel/core@7.29.0) @@ -106,7 +106,7 @@ importers: version: 1.5.0 '@electron/notarize': specifier: 2.1.0 - version: 2.1.0 + version: 2.1.0(supports-color@8.1.1) '@electron/symbolicate-mac': specifier: 2.3.1 version: 2.3.1 @@ -115,7 +115,7 @@ importers: version: 3.5.3 '@formatjs/intl': specifier: 4.1.4 - version: 4.1.4(typescript@6.0.3) + version: 4.1.4(@typescript/typescript6@6.0.2) '@formatjs/intl-localematcher': specifier: 0.2.32 version: 0.2.32 @@ -199,16 +199,16 @@ importers: version: 1.0.5(@swc/helpers@0.5.15)(webpack@5.96.1) '@storybook/react': specifier: 8.4.4 - version: 8.4.4(@storybook/test@8.6.15)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3) + version: 8.4.4(@storybook/test@8.6.15)(@typescript/typescript6@6.0.2)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18) '@storybook/react-webpack5': specifier: 8.4.4 - version: 8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3) + version: 8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(@typescript/typescript6@6.0.2)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(supports-color@8.1.1) '@storybook/test': specifier: 8.6.15 version: 8.6.15(storybook@8.6.18) '@storybook/test-runner': specifier: 0.22.0 - version: 0.22.0(@swc/helpers@0.5.15)(@types/node@24.12.0)(debug@4.4.3)(storybook@8.6.18)(ts-node@10.9.2) + version: 0.22.0(@swc/helpers@0.5.15)(@types/node@24.12.0)(debug@4.4.3)(storybook@8.6.18)(supports-color@8.1.1)(ts-node@10.9.2) '@storybook/types': specifier: 8.6.14 version: 8.6.14(storybook@8.6.18) @@ -319,13 +319,13 @@ importers: version: 4.0.3 '@typescript-eslint/rule-tester': specifier: 8.59.3 - version: 8.59.3(eslint@10.4.0)(typescript@6.0.3) + version: 8.59.3(@typescript/typescript6@6.0.2)(eslint@10.4.0)(supports-color@8.1.1) '@typescript-eslint/utils': specifier: 8.59.3 - version: 8.59.3(eslint@10.4.0)(typescript@6.0.3) - '@typescript/native-preview': - specifier: 7.0.0-dev.20260515.1 - version: 7.0.0-dev.20260515.1 + version: 8.59.3(@typescript/typescript6@6.0.2)(eslint@10.4.0) + '@typescript/native': + specifier: npm:typescript@7.0.2 + version: typescript@7.0.2 babel-plugin-lodash: specifier: 3.3.4 version: 3.3.4 @@ -388,7 +388,7 @@ importers: version: 6.2.1 danger: specifier: 13.0.10 - version: 13.0.10 + version: 13.0.10(supports-color@8.1.1) dashdash: specifier: 2.0.0 version: 2.0.0 @@ -403,7 +403,7 @@ importers: version: 0.7.1 electron: specifier: 43.4.1 - version: 43.4.1 + version: 43.4.1(supports-color@8.1.1) electron-builder: specifier: 26.11.1 version: 26.11.1(electron-builder-squirrel-windows@26.11.1) @@ -421,10 +421,10 @@ importers: version: 2.4.1 eslint: specifier: 10.4.0 - version: 10.4.0(jiti@2.7.0) + version: 10.4.0(jiti@2.7.0)(supports-color@8.1.1) eslint-plugin-better-tailwindcss: specifier: 4.5.0 - version: 4.5.0(eslint@10.4.0)(oxlint@1.65.0)(tailwindcss@4.3.0)(typescript@6.0.3) + version: 4.5.0(@typescript/typescript6@6.0.2)(eslint@10.4.0)(oxlint@1.65.0)(tailwindcss@4.3.0) execa: specifier: 9.6.1 version: 9.6.1 @@ -562,7 +562,7 @@ importers: version: 7.0.0 postcss-loader: specifier: 8.2.1 - version: 8.2.1(postcss@8.5.23)(typescript@6.0.3)(webpack@5.96.1) + version: 8.2.1(@typescript/typescript6@6.0.2)(postcss@8.5.23)(webpack@5.96.1) prettier: specifier: 3.8.3 version: 3.8.3 @@ -589,7 +589,7 @@ importers: version: 0.3.0(blurhash@2.0.5)(react@19.2.4) react-devtools: specifier: 7.0.1 - version: 7.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + version: 7.0.1(bufferutil@4.0.9)(supports-color@8.1.1)(utf-8-validate@5.0.10) react-devtools-core: specifier: 7.0.1 version: 7.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) @@ -598,7 +598,7 @@ importers: version: 19.2.4(react@19.2.4) react-intl: specifier: 10.1.0 - version: 10.1.0(@types/react@19.2.14)(react@19.2.4)(typescript@6.0.3) + version: 10.1.0(@types/react@19.2.14)(@typescript/typescript6@6.0.2)(react@19.2.4) react-popper: specifier: 2.3.0 version: 2.3.0(patch_hash=31853f1935158d259c801b8fbbe0316c7e86a315b9969f5f61ae19d67bb826d6)(@popperjs/core@2.11.8)(react-dom@19.2.4)(react@19.2.4) @@ -643,7 +643,7 @@ importers: version: 22.0.0 socks-proxy-agent: specifier: 8.0.5 - version: 8.0.5 + version: 8.0.5(supports-color@8.1.1) split2: specifier: 4.2.0 version: 4.2.0 @@ -652,13 +652,13 @@ importers: version: 15.7.4 storybook: specifier: 8.6.18 - version: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + version: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) style-loader: specifier: 4.0.0 version: 4.0.0(webpack@5.96.1) stylelint: specifier: 17.11.1 - version: 17.11.1(typescript@6.0.3) + version: 17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1) stylelint-config-css-modules: specifier: 4.6.0 version: 4.6.0(stylelint@17.11.1) @@ -687,8 +687,8 @@ importers: specifier: 5.5.0 version: 5.5.0 typescript: - specifier: 6.0.3 - version: 6.0.3 + specifier: npm:@typescript/typescript6@6.0.2 + version: '@typescript/typescript6@6.0.2' unicode-number: specifier: 1.1.0 version: 1.1.0 @@ -730,10 +730,10 @@ importers: version: 0.100.0 '@tus/file-store': specifier: ^1.4.0 - version: 1.5.1 + version: 1.5.1(supports-color@8.1.1) '@tus/server': specifier: ^1.7.0 - version: 1.10.2 + version: 1.10.2(supports-color@8.1.1) debug: specifier: ^4.3.2 version: 4.4.3(supports-color@8.1.1) @@ -828,17 +828,17 @@ importers: version: 4.3.6(patch_hash=ab3dbef13a3a4a50b2a2fcab2bdabd3ef94a4b1607e046308492e88bdd9d5553) devDependencies: '@arethetypeswrong/core': - specifier: 0.18.4 - version: 0.18.4 - '@typescript/native-preview': - specifier: 7.0.0-dev.20260515.1 - version: 7.0.0-dev.20260515.1 + specifier: 0.18.5 + version: 0.18.5 publint: specifier: 0.3.21 version: 0.3.21 tsdown: - specifier: 0.22.3 - version: 0.22.3(@arethetypeswrong/core@0.18.4)(@typescript/native-preview@7.0.0-dev.20260515.1)(oxc-resolver@11.19.1)(publint@0.3.21)(tsx@4.23.0)(typescript@6.0.3) + specifier: 0.22.14 + version: 0.22.14(@arethetypeswrong/core@0.18.5)(oxc-resolver@11.19.1)(publint@0.3.21)(tsx@4.23.0)(typescript@7.0.2) + typescript: + specifier: 7.0.2 + version: 7.0.2 packages/windows-ucv: dependencies: @@ -856,8 +856,8 @@ importers: specifier: 24.12.0 version: 24.12.0 typescript: - specifier: 6.0.3 - version: 6.0.3 + specifier: npm:@typescript/typescript6@6.0.2 + version: '@typescript/typescript6@6.0.2' sticker-creator: dependencies: @@ -896,7 +896,7 @@ importers: version: 14.2.3(react@19.2.4) react-intl: specifier: 10.1.0 - version: 10.1.0(@types/react@19.2.14)(react@19.2.4)(typescript@6.0.3) + version: 10.1.0(@types/react@19.2.14)(@typescript/typescript6@6.0.2)(react@19.2.4) react-popper: specifier: 2.3.0 version: 2.3.0(patch_hash=31853f1935158d259c801b8fbbe0316c7e86a315b9969f5f61ae19d67bb826d6)(@popperjs/core@2.11.8)(react-dom@19.2.4)(react@19.2.4) @@ -933,19 +933,19 @@ importers: version: 1.15.1 '@typescript-eslint/eslint-plugin': specifier: 5.59.0 - version: 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@6.0.3) + version: 5.59.0(@typescript-eslint/parser@5.59.0)(@typescript/typescript6@6.0.2)(eslint@8.38.0) '@typescript-eslint/parser': specifier: 5.59.0 - version: 5.59.0(eslint@8.38.0)(typescript@6.0.3) + version: 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(supports-color@8.1.1) '@vitejs/plugin-react': specifier: 6.0.2 version: 6.0.2(vite@8.0.16) eslint: specifier: 8.38.0 - version: 8.38.0 + version: 8.38.0(supports-color@8.1.1) eslint-config-airbnb-typescript-prettier: specifier: 5.0.0 - version: 5.0.0(eslint@8.38.0)(prettier@2.8.7)(typescript@6.0.3) + version: 5.0.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(prettier@2.8.7) eslint-plugin-react: specifier: 7.32.2 version: 7.32.2(eslint@8.38.0) @@ -959,8 +959,8 @@ importers: specifier: 1.101.0 version: 1.101.0 typescript: - specifier: 6.0.3 - version: 6.0.3 + specifier: npm:@typescript/typescript6@6.0.2 + version: '@typescript/typescript6@6.0.2' vite: specifier: 8.0.16 version: 8.0.16(@types/node@24.12.0)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.46.1)(tsx@4.23.0)(yaml@2.9.0) @@ -980,8 +980,8 @@ packages: '@andrewbranch/untar.js@1.0.3': resolution: {integrity: sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==, tarball: https://registry.npmjs.org/@andrewbranch/untar.js/-/untar.js-1.0.3.tgz} - '@arethetypeswrong/core@0.18.4': - resolution: {integrity: sha512-M5F0ePyN6h2Z6XxRiyIPqjGbltotXLjR0CKA0uKspsDu0QmgTNYvRb4RSQPMUs2ZXZHCCYpbaZbFbYOXLxCjUA==, tarball: https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.4.tgz} + '@arethetypeswrong/core@0.18.5': + resolution: {integrity: sha512-9ytjzGwxjm9Uz7I9avfbt5vlQt6uk9uRRESzJjqrznl6WKvI6dwYTo+vJ3U02Wrq/mR3iql/PzhvHhKdJIAjDQ==, tarball: https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.5.tgz} engines: {node: '>=20'} '@babel/code-frame@7.29.0': @@ -1000,10 +1000,6 @@ packages: resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==, tarball: https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz} engines: {node: '>=6.9.0'} - '@babel/generator@8.0.0': - resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==, tarball: https://registry.npmjs.org/@babel/generator/-/generator-8.0.0.tgz} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==, tarball: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz} engines: {node: '>=6.9.0'} @@ -1063,18 +1059,10 @@ packages: resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==, tarball: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@8.0.0': - resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==, tarball: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0.tgz} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-identifier@7.28.5': resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==, tarball: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@8.0.2': - resolution: {integrity: sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA==, tarball: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.2.tgz} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-option@7.27.1': resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==, tarball: https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz} engines: {node: '>=6.9.0'} @@ -1088,11 +1076,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@8.0.0': - resolution: {integrity: sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ==, tarball: https://registry.npmjs.org/@babel/parser/-/parser-8.0.0.tgz} - engines: {node: ^22.18.0 || >=24.11.0} - hasBin: true - '@babel/plugin-syntax-async-generators@7.8.4': resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz} peerDependencies: @@ -1254,10 +1237,6 @@ packages: resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==, tarball: https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz} engines: {node: '>=6.9.0'} - '@babel/types@8.0.0': - resolution: {integrity: sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw==, tarball: https://registry.npmjs.org/@babel/types/-/types-8.0.0.tgz} - engines: {node: ^22.18.0 || >=24.11.0} - '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==, tarball: https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz} @@ -2427,8 +2406,8 @@ packages: '@oxc-project/types@0.133.0': resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==, tarball: https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz} - '@oxc-project/types@0.138.0': - resolution: {integrity: sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==, tarball: https://registry.npmjs.org/@oxc-project/types/-/types-0.138.0.tgz} + '@oxc-project/types@0.146.0': + resolution: {integrity: sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==, tarball: https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz} '@oxc-resolver/binding-android-arm-eabi@11.19.1': resolution: {integrity: sha512-aUs47y+xyXHUKlbhqHUjBABjvycq6YSD7bpxSW7vplUmdzAlJ93yXY6ZR0c1o1x5A/QKbENCvs3+NlY8IpIVzg==, tarball: https://registry.npmjs.org/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.19.1.tgz} @@ -4252,6 +4231,12 @@ packages: resolution: {integrity: sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==, tarball: https://registry.npmjs.org/@remix-run/router/-/router-1.5.0.tgz} engines: {node: '>=14'} + '@rolldown/binding-android-arm-eabi@1.2.5': + resolution: {integrity: sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==, tarball: https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [android] + '@rolldown/binding-android-arm64@1.0.1': resolution: {integrity: sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==, tarball: https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz} engines: {node: ^20.19.0 || >=22.12.0} @@ -4264,8 +4249,8 @@ packages: cpu: [arm64] os: [android] - '@rolldown/binding-android-arm64@1.1.4': - resolution: {integrity: sha512-EZLpf/8y7GXkkra90ML47kzik/GMP3EMcE9bPyHmRfxLC6z9+aW5A8poCsoxjrT5GfEcNAAvWwUHjvP1pUQkfw==, tarball: https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.4.tgz} + '@rolldown/binding-android-arm64@1.2.5': + resolution: {integrity: sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==, tarball: https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] @@ -4282,8 +4267,8 @@ packages: cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-arm64@1.1.4': - resolution: {integrity: sha512-aUi+HBvmYb7j8krl1+qJgkG8C17fO79gk3c+jPw4S8glRFc1DTija9S3EyaTSQUm5GJXYKDAsugBEhFHH2vYiQ==, tarball: https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.4.tgz} + '@rolldown/binding-darwin-arm64@1.2.5': + resolution: {integrity: sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==, tarball: https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] @@ -4300,8 +4285,8 @@ packages: cpu: [x64] os: [darwin] - '@rolldown/binding-darwin-x64@1.1.4': - resolution: {integrity: sha512-F7hHC3gwY11+vByKPRWqwGbeXWVgKmL+pTGCinaEhdihzBV2aQ0fvZOch9cXYUOKuKKq429HeYXOqQLc7wFCEg==, tarball: https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.4.tgz} + '@rolldown/binding-darwin-x64@1.2.5': + resolution: {integrity: sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==, tarball: https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] @@ -4318,8 +4303,8 @@ packages: cpu: [x64] os: [freebsd] - '@rolldown/binding-freebsd-x64@1.1.4': - resolution: {integrity: sha512-sI5yw+7s92SK6odiEhD5lKCBlWcpjHS5qyqpVQbZAJ0fIzEUXrmbl3DH2ybR3PZogulNJF+COLtmA8hUfvkCCQ==, tarball: https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.4.tgz} + '@rolldown/binding-freebsd-x64@1.2.5': + resolution: {integrity: sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==, tarball: https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] @@ -4336,8 +4321,8 @@ packages: cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm-gnueabihf@1.1.4': - resolution: {integrity: sha512-mCi0OKgEieFircrtVYmQAFGszRtMnZ6fpZAXrxanXAu7lqZcsK1E1RAaZNG0uKAnxox3B1f4EyQNnoyMfN1vAA==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.4.tgz} + '@rolldown/binding-linux-arm-gnueabihf@1.2.5': + resolution: {integrity: sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] @@ -4356,8 +4341,8 @@ packages: os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-gnu@1.1.4': - resolution: {integrity: sha512-B9Ial3Kv5sh0SHnB1g/QWcUQCEvCF6QKGAl4zXypYj65mVI+B4AhFBwPtSN7pDrJeIx8Z7zdy4ntx+wQABom7w==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.4.tgz} + '@rolldown/binding-linux-arm64-gnu@1.2.5': + resolution: {integrity: sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -4377,8 +4362,8 @@ packages: os: [linux] libc: [musl] - '@rolldown/binding-linux-arm64-musl@1.1.4': - resolution: {integrity: sha512-lZVym0PuHE1KZ22gmFTC15lAkrg9iTszR617oYRB/iPY1A56ywoJzVKOJBKaot5RiikCObmur6pogpse3gRcng==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.4.tgz} + '@rolldown/binding-linux-arm64-musl@1.2.5': + resolution: {integrity: sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -4398,8 +4383,8 @@ packages: os: [linux] libc: [glibc] - '@rolldown/binding-linux-ppc64-gnu@1.1.4': - resolution: {integrity: sha512-t2DNiLJWNTbnEHyUzTumldML6ET4/g16467LZoDDJ3tSxGvguL5/NyC2lCsNKuyRycg9XeDQF5SSv+TNOhQEXg==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.4.tgz} + '@rolldown/binding-linux-ppc64-gnu@1.2.5': + resolution: {integrity: sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] @@ -4419,8 +4404,8 @@ packages: os: [linux] libc: [glibc] - '@rolldown/binding-linux-s390x-gnu@1.1.4': - resolution: {integrity: sha512-0WIRnL1Uw4BvTZRLQt+PVgo6ZKTJadlC2btP+/EOXv2f/DWbY0rEgl+y834mIVwP1FkTlWVTrGGJXf12lru7EQ==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.4.tgz} + '@rolldown/binding-linux-s390x-gnu@1.2.5': + resolution: {integrity: sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] @@ -4440,8 +4425,8 @@ packages: os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-gnu@1.1.4': - resolution: {integrity: sha512-JWtGshGfX+oENAKonoNkqEJX+7hC8yfhi9GUyPX1VX4mdh1y5r+ZiJLR5XzAB0aoP6s/PcILsGjKq8O0mm24bw==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.4.tgz} + '@rolldown/binding-linux-x64-gnu@1.2.5': + resolution: {integrity: sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -4461,8 +4446,8 @@ packages: os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-musl@1.1.4': - resolution: {integrity: sha512-rT6yQcxUuXs4CnbofqwHRRV0iem349rLMYpTjkgQGLjrY4ado/eDzwPZPTCgTOlF6Nkp8NEv70yLMTn6qkWxsQ==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.4.tgz} + '@rolldown/binding-linux-x64-musl@1.2.5': + resolution: {integrity: sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -4480,8 +4465,8 @@ packages: cpu: [arm64] os: [openharmony] - '@rolldown/binding-openharmony-arm64@1.1.4': - resolution: {integrity: sha512-KXMGoboq5cyaCQjDA4GLuRiOwBQ0EyFnJoVViLeZ45/3rFItRODEr+NdsBcVpll40hhNArlm/speWGRvj08LzA==, tarball: https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.4.tgz} + '@rolldown/binding-openharmony-arm64@1.2.5': + resolution: {integrity: sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==, tarball: https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] @@ -4496,11 +4481,6 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] - '@rolldown/binding-wasm32-wasi@1.1.4': - resolution: {integrity: sha512-5K83rb36oJiY7BCyE9zLZtGcPV4g5wvq+xwdO0XPIwDVZI8cyB/AUjkNXGb92/rnmezEkjMOpgY61rtwjQtFwg==, tarball: https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.4.tgz} - engines: {node: ^20.19.0 || >=22.12.0} - cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@1.0.1': resolution: {integrity: sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==, tarball: https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz} engines: {node: ^20.19.0 || >=22.12.0} @@ -4513,8 +4493,8 @@ packages: cpu: [arm64] os: [win32] - '@rolldown/binding-win32-arm64-msvc@1.1.4': - resolution: {integrity: sha512-PnWBtw3TV5KOg69HQQDR0mnQuyCmSGR2pAB4DC1rPF808fgKeTUMj2EOEyKATpgiuxuR5APQmiDO7PDgEjTFSA==, tarball: https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.4.tgz} + '@rolldown/binding-win32-arm64-msvc@1.2.5': + resolution: {integrity: sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==, tarball: https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] @@ -4531,8 +4511,8 @@ packages: cpu: [x64] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.1.4': - resolution: {integrity: sha512-M1lpniBePobTfsa7Ks9a199e1akxsXn+GYBUKsEzv3YFzOm1HJAMNwKI3qr0Zq+mxwx9gOZoTdP1yXRYsZUocQ==, tarball: https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.4.tgz} + '@rolldown/binding-win32-x64-msvc@1.2.5': + resolution: {integrity: sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==, tarball: https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -5140,9 +5120,6 @@ packages: '@types/js-yaml@4.0.9': resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==, tarball: https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz} - '@types/jsesc@2.5.1': - resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==, tarball: https://registry.npmjs.org/@types/jsesc/-/jsesc-2.5.1.tgz} - '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==, tarball: https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz} @@ -5386,51 +5363,128 @@ packages: resolution: {integrity: sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==, tarball: https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-CSvyLkNV0k4Ro0B6nzNdDXFrRD8aa6sDvXSGla2FTmBio+JLKqNuJXq1ppyj42j9pAwdUhDZV/PNdjeHRCBjWQ==, tarball: https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260515.1.tgz} + '@typescript/typescript-aix-ppc64@7.0.2': + resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==, tarball: https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [aix] + + '@typescript/typescript-darwin-arm64@7.0.2': + resolution: {integrity: sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==, tarball: https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz} engines: {node: '>=16.20.0'} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-QTmm0dpF6CC3hrfudAyVcIvbr1tlBTZ7aGQHIs4PYmi+tnTi2R8jy6gDBCJWlDBSXqjPWlQZrdiOxRBCSlShSA==, tarball: https://registry.npmjs.org/@typescript/native-preview-darwin-x64/-/native-preview-darwin-x64-7.0.0-dev.20260515.1.tgz} + '@typescript/typescript-darwin-x64@7.0.2': + resolution: {integrity: sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==, tarball: https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz} engines: {node: '>=16.20.0'} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-bH/CYrtXURXr3YwqJmlKblQ858wuJ0Qw2VSMvlsWwYZpb8eOd07T2bl1Ba6QxGBuL6EotcDQFd2OYJIj0uvM7A==, tarball: https://registry.npmjs.org/@typescript/native-preview-linux-arm64/-/native-preview-linux-arm64-7.0.0-dev.20260515.1.tgz} + '@typescript/typescript-freebsd-arm64@7.0.2': + resolution: {integrity: sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==, tarball: https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [freebsd] + + '@typescript/typescript-freebsd-x64@7.0.2': + resolution: {integrity: sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==, tarball: https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [freebsd] + + '@typescript/typescript-linux-arm64@7.0.2': + resolution: {integrity: sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz} engines: {node: '>=16.20.0'} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-0b+Sxh8JUNMqvw06wfIoh45+G68/ikCW+aRqHGipU2uc9M9dWUKvI3zDyzP1rF6FOJ7xMKMbTbi5b2IvcRqh8g==, tarball: https://registry.npmjs.org/@typescript/native-preview-linux-arm/-/native-preview-linux-arm-7.0.0-dev.20260515.1.tgz} + '@typescript/typescript-linux-arm@7.0.2': + resolution: {integrity: sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz} engines: {node: '>=16.20.0'} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-eXgYE6pmkCiEEX7T43TYeF24uiY8+h9mbi9YSvnCoRp4BLgn9b7uJagh4ctSGCNxUy3QSDeoznkWfSVlrvJ5pA==, tarball: https://registry.npmjs.org/@typescript/native-preview-linux-x64/-/native-preview-linux-x64-7.0.0-dev.20260515.1.tgz} + '@typescript/typescript-linux-loong64@7.0.2': + resolution: {integrity: sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [loong64] + os: [linux] + + '@typescript/typescript-linux-mips64el@7.0.2': + resolution: {integrity: sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [mips64el] + os: [linux] + + '@typescript/typescript-linux-ppc64@7.0.2': + resolution: {integrity: sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [linux] + + '@typescript/typescript-linux-riscv64@7.0.2': + resolution: {integrity: sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [riscv64] + os: [linux] + + '@typescript/typescript-linux-s390x@7.0.2': + resolution: {integrity: sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [s390x] + os: [linux] + + '@typescript/typescript-linux-x64@7.0.2': + resolution: {integrity: sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==, tarball: https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz} engines: {node: '>=16.20.0'} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-K1YJimcOr3/lFTJyOChT1GnRdfvoHtIvG/qcwHhHpeCBzpGfG7u2aH9MkBgsXqNJHAXHLnQRuON2uYgU8wWDzw==, tarball: https://registry.npmjs.org/@typescript/native-preview-win32-arm64/-/native-preview-win32-arm64-7.0.0-dev.20260515.1.tgz} + '@typescript/typescript-netbsd-arm64@7.0.2': + resolution: {integrity: sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==, tarball: https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [netbsd] + + '@typescript/typescript-netbsd-x64@7.0.2': + resolution: {integrity: sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==, tarball: https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [netbsd] + + '@typescript/typescript-openbsd-arm64@7.0.2': + resolution: {integrity: sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==, tarball: https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [openbsd] + + '@typescript/typescript-openbsd-x64@7.0.2': + resolution: {integrity: sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==, tarball: https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [openbsd] + + '@typescript/typescript-sunos-x64@7.0.2': + resolution: {integrity: sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==, tarball: https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [sunos] + + '@typescript/typescript-win32-arm64@7.0.2': + resolution: {integrity: sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==, tarball: https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz} engines: {node: '>=16.20.0'} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-1cGEWLao/d2+Q3yMvtnDES85sM9HuI6J6PBmrcjwXzsQxnjXJkujStdp+LB6JZfY+VSDi+cpaCZmrKU6sYUfkg==, tarball: https://registry.npmjs.org/@typescript/native-preview-win32-x64/-/native-preview-win32-x64-7.0.0-dev.20260515.1.tgz} + '@typescript/typescript-win32-x64@7.0.2': + resolution: {integrity: sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==, tarball: https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz} engines: {node: '>=16.20.0'} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20260515.1': - resolution: {integrity: sha512-dWhzJGb9iJfCDsjz/LzPkbMj5XDbFWyZmDyTixcmQPgX5zFOPZ+sAdlCpTZFGEJhA7OqXG+lZyajbJfjYvQorA==, tarball: https://registry.npmjs.org/@typescript/native-preview/-/native-preview-7.0.0-dev.20260515.1.tgz} - engines: {node: '>=16.20.0'} + '@typescript/typescript6@6.0.2': + resolution: {integrity: sha512-mbCddXd+jm7hfx7w2YU64/Av4/NqqeG3GoRZgxPcgoTxYjhrcfJRw9ULch71SS4G+Q3bOXFhRvPqjguN0Hyp5w==, tarball: https://registry.npmjs.org/@typescript/typescript6/-/typescript6-6.0.2.tgz} hasBin: true '@valibot/to-json-schema@1.7.0': @@ -5530,6 +5584,141 @@ packages: '@xtuc/long@4.2.2': resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, tarball: https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz} + '@yuku-codegen/binding-android-arm64@0.8.7': + resolution: {integrity: sha512-C/0zV5IhgVdYhGJTwrY0v8dknxlhiKwtVJkMUaexu9/QvRmzlV4vfU3hZlUSgqc2BxQHntL1mCVbDq8j0FRFDw==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-android-arm64/-/binding-android-arm64-0.8.7.tgz} + cpu: [arm64] + os: [android] + + '@yuku-codegen/binding-darwin-arm64@0.8.7': + resolution: {integrity: sha512-/u+REDMI4a0/lsJXTM4c53/w31OGZLOReZIyg62uhgLs0kc8NHsj/nOcxTdlQjq5gi0zhdkccD9LaLTXcdzPvw==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-darwin-arm64/-/binding-darwin-arm64-0.8.7.tgz} + cpu: [arm64] + os: [darwin] + + '@yuku-codegen/binding-darwin-x64@0.8.7': + resolution: {integrity: sha512-sMMzFOwCo4WXR+/6zIBThOocSC50iIIZZdfiIDbaLvj0Ax/rWt/iavyfEAqajyvzydLyCqR/ZItdLWSRlu1umw==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-darwin-x64/-/binding-darwin-x64-0.8.7.tgz} + cpu: [x64] + os: [darwin] + + '@yuku-codegen/binding-freebsd-x64@0.8.7': + resolution: {integrity: sha512-MpdpKXix9P+Y1rKgjvcNeNtGjXeL1CmttNhYINrWls8kRpm4xM/oBGTmn6w7to8lAlwj5jm8q03dQPl5mRv4Qw==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-freebsd-x64/-/binding-freebsd-x64-0.8.7.tgz} + cpu: [x64] + os: [freebsd] + + '@yuku-codegen/binding-linux-arm-gnu@0.8.7': + resolution: {integrity: sha512-rr1srFLlPAmC1vtxfc9C1YLDe3iH09YjfSeeIidBqKhzx1MATjOAq4mjlRUOnhr/L27MotWIYOFKwVsd5JZFOg==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-linux-arm-gnu/-/binding-linux-arm-gnu-0.8.7.tgz} + cpu: [arm] + os: [linux] + libc: [glibc] + + '@yuku-codegen/binding-linux-arm-musl@0.8.7': + resolution: {integrity: sha512-eAufXh8qBRpiSO6ueaMDL+yyoXIGLhpUce72YbcACtZU2qhExwBIJyEtQf5kH2Ki0X2aqkSjSfog4OPtKXan3Q==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-linux-arm-musl/-/binding-linux-arm-musl-0.8.7.tgz} + cpu: [arm] + os: [linux] + libc: [musl] + + '@yuku-codegen/binding-linux-arm64-gnu@0.8.7': + resolution: {integrity: sha512-gw4w6wPoHObBrdIC4duVWLmJOvpdE25j5D7yrM5mACNlK4klRz/lv8hK+ssQk9EJHBgZjSaqZIJVFgqNYbfv7A==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.8.7.tgz} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@yuku-codegen/binding-linux-arm64-musl@0.8.7': + resolution: {integrity: sha512-L68N6Y4XkqcIaKo3Ra88JEvBEH4AHff44A4INcrxeVWZ8CZtu2tCpfVxe3hR8qQQMcvBSQlDn24KpkCKEhVvfA==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.8.7.tgz} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@yuku-codegen/binding-linux-x64-gnu@0.8.7': + resolution: {integrity: sha512-dzyAbltJmf3Cqlb8HcFuYIf5Yn0fl1vTr3XJ9HiVNNvOlhqPSArOqtw9vI1p6/VTXTjrMLXlU+s+/kNHiIy/Cw==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.8.7.tgz} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@yuku-codegen/binding-linux-x64-musl@0.8.7': + resolution: {integrity: sha512-Otw4MH3404q0Bbvl+YTdW9aoUV5vXmUw8260bWvt1XlaoIX/ceSgI4ygheRDMfBPoHt6FDayQaO9OLVUZAgkFA==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-linux-x64-musl/-/binding-linux-x64-musl-0.8.7.tgz} + cpu: [x64] + os: [linux] + libc: [musl] + + '@yuku-codegen/binding-win32-arm64@0.8.7': + resolution: {integrity: sha512-qo/jyrzryiBuKEsFiuWaBCBe3tRMynQ0qFWFgOEjcCMQeZfBm+wKiVEUEFXXLc7bh8YezguAWp0Mtnhq4ARNyA==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-win32-arm64/-/binding-win32-arm64-0.8.7.tgz} + cpu: [arm64] + os: [win32] + + '@yuku-codegen/binding-win32-x64@0.8.7': + resolution: {integrity: sha512-D5lDsVDx6m00E6bWySlWdH72Ca4TPSaphDqB6QjU6MpuNLIJqoGoatYyq2rOmBE8Zv/kunot/o58KGL03P3eiA==, tarball: https://registry.npmjs.org/@yuku-codegen/binding-win32-x64/-/binding-win32-x64-0.8.7.tgz} + cpu: [x64] + os: [win32] + + '@yuku-parser/binding-android-arm64@0.8.7': + resolution: {integrity: sha512-eGKYiUDX7Y0V7tDTmg+JTVnXnjMqfXXsorZ+EDf5kxwchQ3Or1HS14MzI2fw+jFhHR85fCWt+mtX33Yao73hIQ==, tarball: https://registry.npmjs.org/@yuku-parser/binding-android-arm64/-/binding-android-arm64-0.8.7.tgz} + cpu: [arm64] + os: [android] + + '@yuku-parser/binding-darwin-arm64@0.8.7': + resolution: {integrity: sha512-Re0RHelKLnjEURulY2/KxW+Ngb8zuNA4BRZuMwgGQNzVumT6u4U2N2hc01oeYVNVof0i7GrXE4UCNBgbpRRnjQ==, tarball: https://registry.npmjs.org/@yuku-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.8.7.tgz} + cpu: [arm64] + os: [darwin] + + '@yuku-parser/binding-darwin-x64@0.8.7': + resolution: {integrity: sha512-Hn8DROtQkjlA1ACbPgj4a7eP9IuVOI504oiTwpkWPbpaDWD9KdmnVYCqW+1LfenNK/g7O9NhWGpXEdaCNX7lIA==, tarball: https://registry.npmjs.org/@yuku-parser/binding-darwin-x64/-/binding-darwin-x64-0.8.7.tgz} + cpu: [x64] + os: [darwin] + + '@yuku-parser/binding-freebsd-x64@0.8.7': + resolution: {integrity: sha512-bAP2OV8wRuzplX/jYxv9+vvqQT8JxyNphI8fLfXGL054Xs+4/J5u33cIm3y4rxY8rdoLmmdiJs2Tq7r7lrDRfA==, tarball: https://registry.npmjs.org/@yuku-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.8.7.tgz} + cpu: [x64] + os: [freebsd] + + '@yuku-parser/binding-linux-arm-gnu@0.8.7': + resolution: {integrity: sha512-kTYwJQQgmZeAWdDIWabiReIZMpmfLueIj1tCmjStUtFGhR1Z0qwxonKVfUC4N7h/VhGGzLZ//7O1kgt1QKqgCg==, tarball: https://registry.npmjs.org/@yuku-parser/binding-linux-arm-gnu/-/binding-linux-arm-gnu-0.8.7.tgz} + cpu: [arm] + os: [linux] + libc: [glibc] + + '@yuku-parser/binding-linux-arm-musl@0.8.7': + resolution: {integrity: sha512-uL4jE8HPT2BLlxAXyD10LqgPuXa9eDa0BKpCdSANmzIJghq/2eZo3/gQNtaxPZMupWoxjYzSad9IXrwu7aYPXQ==, tarball: https://registry.npmjs.org/@yuku-parser/binding-linux-arm-musl/-/binding-linux-arm-musl-0.8.7.tgz} + cpu: [arm] + os: [linux] + libc: [musl] + + '@yuku-parser/binding-linux-arm64-gnu@0.8.7': + resolution: {integrity: sha512-3gVN4pWSKZmXiNX7cU164dR9MPvesCHnlH6nPfpK+yQsCuYphjKKplcb4SnZBrhiqmXbgb2HR0c2TS0IZUPhgA==, tarball: https://registry.npmjs.org/@yuku-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.8.7.tgz} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@yuku-parser/binding-linux-arm64-musl@0.8.7': + resolution: {integrity: sha512-S0mwfEjoLpxzXeZw802Wa4RaELsQiPtWqG6INcy8j4GtvNFtl4LCX3eGO1XLn9pyLAISLzTRyU3zUCBUPin8lg==, tarball: https://registry.npmjs.org/@yuku-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.8.7.tgz} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@yuku-parser/binding-linux-x64-gnu@0.8.7': + resolution: {integrity: sha512-lnbWdPmerE5D1uH1G4IEZKnPzCrWCStRGrtgpSIe1RibAo5bZIjDbbbPYXmMHCEh4F+x/JaJpElh26a3r+BPbg==, tarball: https://registry.npmjs.org/@yuku-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.8.7.tgz} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@yuku-parser/binding-linux-x64-musl@0.8.7': + resolution: {integrity: sha512-769uwndMvMzUvATWbAcEvyLHKA+DzhHSCl/obBUrRdYfRo26yxui6S8y3z7uJ+Naup7UKrDxrpK7OnQkxkl9KQ==, tarball: https://registry.npmjs.org/@yuku-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.8.7.tgz} + cpu: [x64] + os: [linux] + libc: [musl] + + '@yuku-parser/binding-win32-arm64@0.8.7': + resolution: {integrity: sha512-mEB/9PlaAkisJ6KWGz0zvywXoU6+80dTlR2LwS7s/jcXXoU6fm2+sitBZXtqu3+Q4DcDgPxM45uWMCzPs0TSRw==, tarball: https://registry.npmjs.org/@yuku-parser/binding-win32-arm64/-/binding-win32-arm64-0.8.7.tgz} + cpu: [arm64] + os: [win32] + + '@yuku-parser/binding-win32-x64@0.8.7': + resolution: {integrity: sha512-8vNB2DP0ou61nGb8tc/qfi41gfyDXz1MHr2zqL3nR+cJ6CEbiuWV/l/a/vv151gCgiZLLAyGkQGENpozdg716w==, tarball: https://registry.npmjs.org/@yuku-parser/binding-win32-x64/-/binding-win32-x64-0.8.7.tgz} + cpu: [x64] + os: [win32] + + '@yuku-toolchain/types@0.8.7': + resolution: {integrity: sha512-2Z53dNxAJL6UvFoIrDZvYf3zlO8s4VJK4O2hhaB4mXVwwpX/7ajtss3cmfqKvamlNLWyt9FSWs4eoYdlbxpnHA==, tarball: https://registry.npmjs.org/@yuku-toolchain/types/-/types-0.8.7.tgz} + abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==, tarball: https://registry.npmjs.org/abbrev/-/abbrev-4.0.0.tgz} engines: {node: ^20.17.0 || >=22.9.0} @@ -5731,10 +5920,6 @@ packages: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==, tarball: https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz} engines: {node: '>=12'} - ast-kit@3.0.0: - resolution: {integrity: sha512-8OG92q3R35qjC/4i6BLBMg8IB+fClWu/1PEwg2Z9Rn+BuNaiEgJzpzn+pxWOdHJWDCAwu2JP0wCDTozAM4QirQ==, tarball: https://registry.npmjs.org/ast-kit/-/ast-kit-3.0.0.tgz} - engines: {node: ^22.18.0 || >=24.11.0} - ast-types-flow@0.0.8: resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==, tarball: https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz} @@ -5873,9 +6058,6 @@ packages: bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==, tarball: https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz} - birpc@4.0.0: - resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==, tarball: https://registry.npmjs.org/birpc/-/birpc-4.0.0.tgz} - bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==, tarball: https://registry.npmjs.org/bl/-/bl-4.1.0.tgz} @@ -9103,8 +9285,8 @@ packages: objectorarray@1.0.5: resolution: {integrity: sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==, tarball: https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.5.tgz} - obug@2.1.3: - resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==, tarball: https://registry.npmjs.org/obug/-/obug-2.1.3.tgz} + obug@2.1.4: + resolution: {integrity: sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==, tarball: https://registry.npmjs.org/obug/-/obug-2.1.4.tgz} engines: {node: '>=12.20.0'} on-exit-leak-free@2.1.2: @@ -9332,9 +9514,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, tarball: https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz} engines: {node: '>=8'} - pathe@2.0.3: - resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==, tarball: https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz} - pathval@2.0.1: resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==, tarball: https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz} engines: {node: '>= 14.16'} @@ -9357,8 +9536,8 @@ packages: resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==, tarball: https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz} engines: {node: '>=8.6'} - picomatch@4.0.4: - resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==, tarball: https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz} + picomatch@4.0.7: + resolution: {integrity: sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==, tarball: https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz} engines: {node: '>=12'} pidtree@0.6.0: @@ -10093,20 +10272,20 @@ packages: resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==, tarball: https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz} engines: {node: '>=8.0'} - rolldown-plugin-dts@0.26.0: - resolution: {integrity: sha512-e+kEPtUiDES0htk5iqkSeF4EzAV7R+vugGB44iPDuw1Kw9E+WyL1VG7PaV0IIjGHLiacztMBcMTyrr8ON9CT1Q==, tarball: https://registry.npmjs.org/rolldown-plugin-dts/-/rolldown-plugin-dts-0.26.0.tgz} + rolldown-plugin-dts@0.27.14: + resolution: {integrity: sha512-ZvuDDwoIpRK9RPxDXratCpklFO9QZZWndf/sd0VBFb4LEj0jj07UcHK9OCh7V4XiFz2Z89ziyBC2K6tJiDjrbw==, tarball: https://registry.npmjs.org/rolldown-plugin-dts/-/rolldown-plugin-dts-0.27.14.tgz} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@ts-macro/tsc': ^0.3.6 - '@typescript/native-preview': '>=7.0.0-dev.20260325.1' + '@typescript/native-preview': '*' + '@volar/typescript': ~2.4.0 rolldown: ^1.0.0 - typescript: ^5.0.0 || ^6.0.0 + typescript: ^5.0.0 || ^6.0.0 || ~7.0.0 vue-tsc: ~3.2.0 || ~3.3.0 peerDependenciesMeta: - '@ts-macro/tsc': - optional: true '@typescript/native-preview': optional: true + '@volar/typescript': + optional: true typescript: optional: true vue-tsc: @@ -10122,8 +10301,8 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - rolldown@1.1.4: - resolution: {integrity: sha512-IjZYiLxZwpnhwhdBH2ugdTGVSdhCQUmLxLoqyjiL0JxYjyRst+5a0P3xfrTxJ5F638j4Mvvw5FAX5XE6eHpXbA==, tarball: https://registry.npmjs.org/rolldown/-/rolldown-1.1.4.tgz} + rolldown@1.2.5: + resolution: {integrity: sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==, tarball: https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -10819,18 +10998,18 @@ packages: resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==, tarball: https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz} engines: {node: '>=6'} - tsdown@0.22.3: - resolution: {integrity: sha512-louqbfA8Qf//B9jTTL0FPtXTNpjCWv1VPkbcmQMph2pTpzs+LnB1tbe4tDDRVpo2BjF5SgUXaTZe45SxB8pWHg==, tarball: https://registry.npmjs.org/tsdown/-/tsdown-0.22.3.tgz} + tsdown@0.22.14: + resolution: {integrity: sha512-ule7Y+fsAN2iZbLDoo7C4KYljFJNJJ+fLshyn+9gozeTspVersWHxwdGB+Dm2hzA38s6muFnUTl0jK3vJm9ifQ==, tarball: https://registry.npmjs.org/tsdown/-/tsdown-0.22.14.tgz} engines: {node: ^22.18.0 || >=24.11.0} hasBin: true peerDependencies: '@arethetypeswrong/core': ^0.18.1 - '@tsdown/css': 0.22.3 - '@tsdown/exe': 0.22.3 + '@tsdown/css': 0.22.14 + '@tsdown/exe': 0.22.14 '@vitejs/devtools': '*' publint: ^0.3.8 tsx: '*' - typescript: ^5.0.0 || ^6.0.0 + typescript: ^5.0.0 || ^6.0.0 || ^7.0.0 unplugin-unused: ^0.5.0 unrun: '*' peerDependenciesMeta: @@ -10947,6 +11126,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@7.0.2: + resolution: {integrity: sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==, tarball: https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz} + engines: {node: '>=16.20.0'} + hasBin: true + uc.micro@2.1.0: resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==, tarball: https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz} @@ -11134,6 +11318,10 @@ packages: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==, tarball: https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + verkit@0.3.2: + resolution: {integrity: sha512-zj/ob3UsvJGN0whEAKFp53REA5X66hvffVqoCtVQAakJKnKlH+/PcOfMoFwIG/o4rElqLv/ycAFlx8ZlXUorCg==, tarball: https://registry.npmjs.org/verkit/-/verkit-0.3.2.tgz} + engines: {node: '>=18.12.0'} + verror@1.10.1: resolution: {integrity: sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==, tarball: https://registry.npmjs.org/verror/-/verror-1.10.1.tgz} engines: {node: '>=0.6.0'} @@ -11453,6 +11641,15 @@ packages: resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==, tarball: https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz} engines: {node: '>=18'} + yuku-ast@0.8.7: + resolution: {integrity: sha512-h6+4bDfyootiMB9vckk5uKo5r5j0GHrkr17FQTDNfEsFT3DWlN9uu1HJwQwc64pgmLCI945fWM3lbTIqxjT3GQ==, tarball: https://registry.npmjs.org/yuku-ast/-/yuku-ast-0.8.7.tgz} + + yuku-codegen@0.8.7: + resolution: {integrity: sha512-adwDZSh8oVDzhE6Du9PwVWxcOxeV0e2EVhUuMKWfhSY4wkrDq9eqixlxFF3l/XGUV1E7UFzhpz9393MUumkyNw==, tarball: https://registry.npmjs.org/yuku-codegen/-/yuku-codegen-0.8.7.tgz} + + yuku-parser@0.8.7: + resolution: {integrity: sha512-vRD9nwt4L3aYpxNqeSC4WqLv58xrXef0Ong1Mc45CTXTIpvLafx7JO05sczmQZwdLEZvywrLOGdNC5+Rp5N1BQ==, tarball: https://registry.npmjs.org/yuku-parser/-/yuku-parser-0.8.7.tgz} + zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==, tarball: https://registry.npmjs.org/zod/-/zod-3.25.76.tgz} @@ -11469,7 +11666,7 @@ snapshots: '@andrewbranch/untar.js@1.0.3': {} - '@arethetypeswrong/core@0.18.4': + '@arethetypeswrong/core@0.18.5': dependencies: '@andrewbranch/untar.js': 1.0.3 '@loaderkit/resolve': 1.0.6 @@ -11488,7 +11685,7 @@ snapshots: '@babel/compat-data@7.29.0': {} - '@babel/core@7.29.0': + '@babel/core@7.29.0(supports-color@8.1.1)': dependencies: '@babel/code-frame': 7.29.0 '@babel/generator': 7.29.1 @@ -11497,7 +11694,7 @@ snapshots: '@babel/helpers': 7.29.2 '@babel/parser': 7.29.2 '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.0(supports-color@8.1.1) '@babel/types': 7.29.0 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 @@ -11516,15 +11713,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@8.0.0': - dependencies: - '@babel/parser': 8.0.0 - '@babel/types': 8.0.0 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - '@types/jsesc': 2.5.1 - jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.27.3': dependencies: '@babel/types': 7.29.0 @@ -11539,20 +11727,20 @@ snapshots: '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.0(supports-color@8.1.1) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.0)': + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.0)(supports-color@8.1.1)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3(supports-color@8.1.1) @@ -11565,24 +11753,24 @@ snapshots: '@babel/helper-member-expression-to-functions@7.28.5': dependencies: - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.0(supports-color@8.1.1) '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.28.6': dependencies: - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.0(supports-color@8.1.1) '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -11594,28 +11782,24 @@ snapshots: '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.0(supports-color@8.1.1) '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-string-parser@7.27.1': {} - '@babel/helper-string-parser@8.0.0': {} - '@babel/helper-validator-identifier@7.28.5': {} - '@babel/helper-validator-identifier@8.0.2': {} - '@babel/helper-validator-option@7.27.1': {} '@babel/helpers@7.29.2': @@ -11627,98 +11811,94 @@ snapshots: dependencies: '@babel/types': 7.29.0 - '@babel/parser@8.0.0': - dependencies: - '@babel/types': 8.0.0 - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: @@ -11726,19 +11906,19 @@ snapshots: '@babel/plugin-transform-react-display-name@7.28.0(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-react-jsx-development@7.27.1(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0) transitivePeerDependencies: - supports-color '@babel/plugin-transform-react-jsx@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 @@ -11749,16 +11929,16 @@ snapshots: '@babel/plugin-transform-react-pure-annotations@7.27.1(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-runtime@7.29.0(@babel/core@7.29.0)': + '@babel/plugin-transform-runtime@7.29.0(@babel/core@7.29.0)(supports-color@8.1.1)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0)(supports-color@8.1.1) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.0) semver: 6.3.1 @@ -11767,7 +11947,7 @@ snapshots: '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 @@ -11778,7 +11958,7 @@ snapshots: '@babel/preset-react@7.28.5(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.29.0) @@ -11790,7 +11970,7 @@ snapshots: '@babel/preset-typescript@7.28.5(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) @@ -11807,7 +11987,7 @@ snapshots: '@babel/parser': 7.29.2 '@babel/types': 7.29.0 - '@babel/traverse@7.29.0': + '@babel/traverse@7.29.0(supports-color@8.1.1)': dependencies: '@babel/code-frame': 7.29.0 '@babel/generator': 7.29.1 @@ -11824,11 +12004,6 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@8.0.0': - dependencies: - '@babel/helper-string-parser': 8.0.0 - '@babel/helper-validator-identifier': 8.0.2 - '@bcoe/v8-coverage@0.2.3': {} '@braidai/lang@1.1.2': {} @@ -11898,7 +12073,7 @@ snapshots: '@changesets/should-skip-package': 1.0.0 '@changesets/types': 7.0.0 '@manypkg/get-packages': 3.1.0 - picomatch: 4.0.4 + picomatch: 4.0.7 '@changesets/errors@1.0.0': {} @@ -11917,7 +12092,7 @@ snapshots: '@changesets/errors': 1.0.0 '@changesets/types': 7.0.0 '@manypkg/get-packages': 3.1.0 - picomatch: 4.0.4 + picomatch: 4.0.7 tinyexec: 1.3.0 '@changesets/parse@1.0.0': @@ -11996,7 +12171,7 @@ snapshots: '@csstools/stylelint-formatter-github@2.0.0(stylelint@17.11.1)': dependencies: - stylelint: 17.11.1(typescript@6.0.3) + stylelint: 17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1) '@develar/schema-utils@2.6.5': dependencies: @@ -12023,7 +12198,7 @@ snapshots: fs-extra: 9.1.0 minimist: 1.2.8 - '@electron/get@2.0.3': + '@electron/get@2.0.3(supports-color@8.1.1)': dependencies: debug: 4.4.3(supports-color@8.1.1) env-paths: 2.2.1 @@ -12051,7 +12226,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@electron/get@5.0.0': + '@electron/get@5.0.0(supports-color@8.1.1)': dependencies: debug: 4.4.3(supports-color@8.1.1) env-paths: 3.0.0 @@ -12064,7 +12239,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@electron/notarize@2.1.0': + '@electron/notarize@2.1.0(supports-color@8.1.1)': dependencies: debug: 4.4.3(supports-color@8.1.1) fs-extra: 9.1.0 @@ -12331,17 +12506,17 @@ snapshots: '@eslint-community/eslint-utils@4.9.1(eslint@10.4.0)': dependencies: - eslint: 10.4.0(jiti@2.7.0) + eslint: 10.4.0(jiti@2.7.0)(supports-color@8.1.1) eslint-visitor-keys: 3.4.3 '@eslint-community/eslint-utils@4.9.1(eslint@8.38.0)': dependencies: - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.2': {} - '@eslint/config-array@0.23.5': + '@eslint/config-array@0.23.5(supports-color@8.1.1)': dependencies: '@eslint/object-schema': 3.0.5 debug: 4.4.3(supports-color@8.1.1) @@ -12362,7 +12537,7 @@ snapshots: mdn-data: 2.28.0 source-map-js: 1.2.1 - '@eslint/eslintrc@2.1.4': + '@eslint/eslintrc@2.1.4(supports-color@8.1.1)': dependencies: ajv: 6.14.0 debug: 4.4.3(supports-color@8.1.1) @@ -12455,14 +12630,14 @@ snapshots: dependencies: '@formatjs/fast-memoize': 3.1.1 - '@formatjs/intl@4.1.4(typescript@6.0.3)': + '@formatjs/intl@4.1.4(@typescript/typescript6@6.0.2)': dependencies: '@formatjs/ecma402-abstract': 3.2.0 '@formatjs/fast-memoize': 3.1.1 '@formatjs/icu-messageformat-parser': 3.5.3 intl-messageformat: 11.2.0 optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' '@gitbeaker/core@38.12.1': dependencies: @@ -12509,7 +12684,7 @@ snapshots: '@humanfs/core': 0.19.1 '@humanwhocodes/retry': 0.4.3 - '@humanwhocodes/config-array@0.11.14': + '@humanwhocodes/config-array@0.11.14(supports-color@8.1.1)': dependencies: '@humanwhocodes/object-schema': 2.0.3 debug: 4.4.3(supports-color@8.1.1) @@ -12765,7 +12940,7 @@ snapshots: '@jest/transform@29.7.0': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 6.1.1 @@ -13058,7 +13233,7 @@ snapshots: '@oxc-project/types@0.133.0': {} - '@oxc-project/types@0.138.0': {} + '@oxc-project/types@0.146.0': {} '@oxc-resolver/binding-android-arm-eabi@11.19.1': optional: true @@ -13308,7 +13483,7 @@ snapshots: detect-libc: 2.1.2 is-glob: 4.0.3 node-addon-api: 7.1.1 - picomatch: 4.0.4 + picomatch: 4.0.7 optionalDependencies: '@parcel/watcher-android-arm64': 2.5.6 '@parcel/watcher-darwin-arm64': 2.5.6 @@ -15186,13 +15361,16 @@ snapshots: '@remix-run/router@1.5.0': {} + '@rolldown/binding-android-arm-eabi@1.2.5': + optional: true + '@rolldown/binding-android-arm64@1.0.1': optional: true '@rolldown/binding-android-arm64@1.0.3': optional: true - '@rolldown/binding-android-arm64@1.1.4': + '@rolldown/binding-android-arm64@1.2.5': optional: true '@rolldown/binding-darwin-arm64@1.0.1': @@ -15201,7 +15379,7 @@ snapshots: '@rolldown/binding-darwin-arm64@1.0.3': optional: true - '@rolldown/binding-darwin-arm64@1.1.4': + '@rolldown/binding-darwin-arm64@1.2.5': optional: true '@rolldown/binding-darwin-x64@1.0.1': @@ -15210,7 +15388,7 @@ snapshots: '@rolldown/binding-darwin-x64@1.0.3': optional: true - '@rolldown/binding-darwin-x64@1.1.4': + '@rolldown/binding-darwin-x64@1.2.5': optional: true '@rolldown/binding-freebsd-x64@1.0.1': @@ -15219,7 +15397,7 @@ snapshots: '@rolldown/binding-freebsd-x64@1.0.3': optional: true - '@rolldown/binding-freebsd-x64@1.1.4': + '@rolldown/binding-freebsd-x64@1.2.5': optional: true '@rolldown/binding-linux-arm-gnueabihf@1.0.1': @@ -15228,7 +15406,7 @@ snapshots: '@rolldown/binding-linux-arm-gnueabihf@1.0.3': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.1.4': + '@rolldown/binding-linux-arm-gnueabihf@1.2.5': optional: true '@rolldown/binding-linux-arm64-gnu@1.0.1': @@ -15237,7 +15415,7 @@ snapshots: '@rolldown/binding-linux-arm64-gnu@1.0.3': optional: true - '@rolldown/binding-linux-arm64-gnu@1.1.4': + '@rolldown/binding-linux-arm64-gnu@1.2.5': optional: true '@rolldown/binding-linux-arm64-musl@1.0.1': @@ -15246,7 +15424,7 @@ snapshots: '@rolldown/binding-linux-arm64-musl@1.0.3': optional: true - '@rolldown/binding-linux-arm64-musl@1.1.4': + '@rolldown/binding-linux-arm64-musl@1.2.5': optional: true '@rolldown/binding-linux-ppc64-gnu@1.0.1': @@ -15255,7 +15433,7 @@ snapshots: '@rolldown/binding-linux-ppc64-gnu@1.0.3': optional: true - '@rolldown/binding-linux-ppc64-gnu@1.1.4': + '@rolldown/binding-linux-ppc64-gnu@1.2.5': optional: true '@rolldown/binding-linux-s390x-gnu@1.0.1': @@ -15264,7 +15442,7 @@ snapshots: '@rolldown/binding-linux-s390x-gnu@1.0.3': optional: true - '@rolldown/binding-linux-s390x-gnu@1.1.4': + '@rolldown/binding-linux-s390x-gnu@1.2.5': optional: true '@rolldown/binding-linux-x64-gnu@1.0.1': @@ -15273,7 +15451,7 @@ snapshots: '@rolldown/binding-linux-x64-gnu@1.0.3': optional: true - '@rolldown/binding-linux-x64-gnu@1.1.4': + '@rolldown/binding-linux-x64-gnu@1.2.5': optional: true '@rolldown/binding-linux-x64-musl@1.0.1': @@ -15282,7 +15460,7 @@ snapshots: '@rolldown/binding-linux-x64-musl@1.0.3': optional: true - '@rolldown/binding-linux-x64-musl@1.1.4': + '@rolldown/binding-linux-x64-musl@1.2.5': optional: true '@rolldown/binding-openharmony-arm64@1.0.1': @@ -15291,7 +15469,7 @@ snapshots: '@rolldown/binding-openharmony-arm64@1.0.3': optional: true - '@rolldown/binding-openharmony-arm64@1.1.4': + '@rolldown/binding-openharmony-arm64@1.2.5': optional: true '@rolldown/binding-wasm32-wasi@1.0.1': @@ -15308,20 +15486,13 @@ snapshots: '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true - '@rolldown/binding-wasm32-wasi@1.1.4': - 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.0.1': optional: true '@rolldown/binding-win32-arm64-msvc@1.0.3': optional: true - '@rolldown/binding-win32-arm64-msvc@1.1.4': + '@rolldown/binding-win32-arm64-msvc@1.2.5': optional: true '@rolldown/binding-win32-x64-msvc@1.0.1': @@ -15330,7 +15501,7 @@ snapshots: '@rolldown/binding-win32-x64-msvc@1.0.3': optional: true - '@rolldown/binding-win32-x64-msvc@1.1.4': + '@rolldown/binding-win32-x64-msvc@1.2.5': optional: true '@rolldown/pluginutils@1.0.1': {} @@ -15408,7 +15579,7 @@ snapshots: dependencies: '@storybook/addon-highlight': 8.4.4(storybook@8.6.18) axe-core: 4.10.2 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/addon-actions@8.4.4(storybook@8.6.18)': dependencies: @@ -15416,20 +15587,20 @@ snapshots: '@types/uuid': 9.0.8 dequal: 2.0.3 polished: 4.3.1 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) uuid: 9.0.1 '@storybook/addon-controls@8.4.4(storybook@8.6.18)': dependencies: '@storybook/global': 5.0.0 dequal: 2.0.3 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 '@storybook/addon-highlight@8.4.4(storybook@8.6.18)': dependencies: '@storybook/global': 5.0.0 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/addon-interactions@8.6.14(storybook@8.6.18)': dependencies: @@ -15437,13 +15608,13 @@ snapshots: '@storybook/instrumenter': 8.6.14(storybook@8.6.18) '@storybook/test': 8.6.14(storybook@8.6.18) polished: 4.3.1 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 '@storybook/addon-jest@8.4.4(storybook@8.6.18)': dependencies: '@storybook/global': 5.0.0 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) tiny-invariant: 1.3.3 ts-dedent: 2.2.0 upath: 2.0.1 @@ -15451,17 +15622,17 @@ snapshots: '@storybook/addon-measure@8.4.4(storybook@8.6.18)': dependencies: '@storybook/global': 5.0.0 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) tiny-invariant: 1.3.3 '@storybook/addon-toolbars@8.4.4(storybook@8.6.18)': dependencies: - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/addon-viewport@8.4.4(storybook@8.6.18)': dependencies: memoizerific: 1.11.3 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/addon-webpack5-compiler-swc@1.0.5(@swc/helpers@0.5.15)(webpack@5.96.1)': dependencies: @@ -15471,7 +15642,7 @@ snapshots: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@8.4.4(@swc/core@1.10.16)(esbuild@0.25.12)(storybook@8.6.18)(typescript@6.0.3)': + '@storybook/builder-webpack5@8.4.4(@swc/core@1.10.16)(@typescript/typescript6@6.0.2)(esbuild@0.25.12)(storybook@8.6.18)': dependencies: '@storybook/core-webpack': 8.4.4(storybook@8.6.18) '@types/node': 22.19.1 @@ -15482,13 +15653,13 @@ snapshots: constants-browserify: 1.0.0 css-loader: 6.11.0(webpack@5.96.1) es-module-lexer: 1.6.0 - fork-ts-checker-webpack-plugin: 8.0.0(typescript@6.0.3)(webpack@5.96.1) + fork-ts-checker-webpack-plugin: 8.0.0(@typescript/typescript6@6.0.2)(webpack@5.96.1) html-webpack-plugin: 5.6.3(webpack@5.96.1) magic-string: 0.30.21 path-browserify: 1.0.1 process: 0.11.10 semver: 7.7.4 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) style-loader: 3.3.4(webpack@5.96.1) terser-webpack-plugin: 5.3.10(@swc/core@1.10.16)(esbuild@0.25.12)(webpack@5.96.1) ts-dedent: 2.2.0 @@ -15500,7 +15671,7 @@ snapshots: webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -15510,21 +15681,21 @@ snapshots: '@storybook/components@8.4.4(storybook@8.6.18)': dependencies: - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/core-webpack@8.4.4(storybook@8.6.18)': dependencies: '@types/node': 22.19.1 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 - '@storybook/core@8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(storybook@8.6.18)(utf-8-validate@5.0.10)': + '@storybook/core@8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(storybook@8.6.18)(supports-color@8.1.1)(utf-8-validate@5.0.10)': dependencies: '@storybook/theming': 8.6.18(storybook@8.6.18) better-opn: 3.0.2 browser-assert: 1.2.1 esbuild: 0.25.12 - esbuild-register: 3.6.0(esbuild@0.25.12) + esbuild-register: 3.6.0(esbuild@0.25.12)(supports-color@8.1.1) jsdoc-type-pratt-parser: 4.8.0 process: 0.11.10 recast: 0.23.11 @@ -15549,23 +15720,23 @@ snapshots: dependencies: '@storybook/global': 5.0.0 '@vitest/utils': 2.1.9 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/instrumenter@8.6.15(storybook@8.6.18)': dependencies: '@storybook/global': 5.0.0 '@vitest/utils': 2.1.9 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/manager-api@8.4.4(storybook@8.6.18)': dependencies: - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) - '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3)': + '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(@typescript/typescript6@6.0.2)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(supports-color@8.1.1)': dependencies: '@storybook/core-webpack': 8.4.4(storybook@8.6.18) - '@storybook/react': 8.4.4(@storybook/test@8.6.15)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@6.0.3)(webpack@5.96.1) + '@storybook/react': 8.4.4(@storybook/test@8.6.15)(@typescript/typescript6@6.0.2)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(@typescript/typescript6@6.0.2)(supports-color@8.1.1)(webpack@5.96.1) '@types/node': 22.19.1 '@types/semver': 7.7.1 find-up: 5.0.0 @@ -15575,11 +15746,11 @@ snapshots: react-dom: 19.2.4(react@19.2.4) resolve: 1.22.11 semver: 7.7.4 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) tsconfig-paths: 4.2.0 webpack: 5.96.1(@swc/core@1.10.16)(esbuild@0.25.12) optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - '@storybook/test' - '@swc/core' @@ -15590,18 +15761,18 @@ snapshots: '@storybook/preview-api@8.4.4(storybook@8.6.18)': dependencies: - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@6.0.3)(webpack@5.96.1)': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(@typescript/typescript6@6.0.2)(supports-color@8.1.1)(webpack@5.96.1)': dependencies: debug: 4.4.3(supports-color@8.1.1) endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.8 - react-docgen-typescript: 2.2.2(typescript@6.0.3) + react-docgen-typescript: 2.2.2(@typescript/typescript6@6.0.2) tslib: 2.8.1 - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' webpack: 5.96.1(@swc/core@1.10.16)(esbuild@0.25.12) transitivePeerDependencies: - supports-color @@ -15610,19 +15781,19 @@ snapshots: dependencies: react: 19.2.4 react-dom: 19.2.4(react@19.2.4) - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) - '@storybook/react-webpack5@8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3)': + '@storybook/react-webpack5@8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(@typescript/typescript6@6.0.2)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(supports-color@8.1.1)': dependencies: - '@storybook/builder-webpack5': 8.4.4(@swc/core@1.10.16)(esbuild@0.25.12)(storybook@8.6.18)(typescript@6.0.3) - '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3) - '@storybook/react': 8.4.4(@storybook/test@8.6.15)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3) + '@storybook/builder-webpack5': 8.4.4(@swc/core@1.10.16)(@typescript/typescript6@6.0.2)(esbuild@0.25.12)(storybook@8.6.18) + '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.6.15)(@swc/core@1.10.16)(@typescript/typescript6@6.0.2)(esbuild@0.25.12)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(supports-color@8.1.1) + '@storybook/react': 8.4.4(@storybook/test@8.6.15)(@typescript/typescript6@6.0.2)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18) '@types/node': 22.19.1 react: 19.2.4 react-dom: 19.2.4(react@19.2.4) - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - '@rspack/core' - '@storybook/test' @@ -15632,7 +15803,7 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react@8.4.4(@storybook/test@8.6.15)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)(typescript@6.0.3)': + '@storybook/react@8.4.4(@storybook/test@8.6.15)(@typescript/typescript6@6.0.2)(react-dom@19.2.4)(react@19.2.4)(storybook@8.6.18)': dependencies: '@storybook/components': 8.4.4(storybook@8.6.18) '@storybook/global': 5.0.0 @@ -15642,14 +15813,14 @@ snapshots: '@storybook/theming': 8.4.4(storybook@8.6.18) react: 19.2.4 react-dom: 19.2.4(react@19.2.4) - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) optionalDependencies: '@storybook/test': 8.6.15(storybook@8.6.18) - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' - '@storybook/test-runner@0.22.0(@swc/helpers@0.5.15)(@types/node@24.12.0)(debug@4.4.3)(storybook@8.6.18)(ts-node@10.9.2)': + '@storybook/test-runner@0.22.0(@swc/helpers@0.5.15)(@types/node@24.12.0)(debug@4.4.3)(storybook@8.6.18)(supports-color@8.1.1)(ts-node@10.9.2)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/generator': 7.29.1 '@babel/template': 7.28.6 '@babel/types': 7.29.0 @@ -15662,13 +15833,13 @@ snapshots: jest-circus: 29.7.0 jest-environment-node: 29.7.0 jest-junit: 16.0.0 - jest-playwright-preset: 4.0.0(debug@4.4.3)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0) + jest-playwright-preset: 4.0.0(debug@4.4.3)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0)(supports-color@8.1.1) jest-runner: 29.7.0 jest-serializer-html: 7.1.0 jest-watch-typeahead: 2.2.2(jest@29.7.0) nyc: 15.1.0 playwright: 1.60.0 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - '@swc/helpers' - '@types/node' @@ -15687,7 +15858,7 @@ snapshots: '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) '@vitest/expect': 2.0.5(patch_hash=e8a96f71e52bf903c9f1eadba4740489a0beb48da33db52354adca484fe1f495) '@vitest/spy': 2.0.5 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/test@8.6.15(storybook@8.6.18)': dependencies: @@ -15698,19 +15869,19 @@ snapshots: '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) '@vitest/expect': 2.0.5(patch_hash=e8a96f71e52bf903c9f1eadba4740489a0beb48da33db52354adca484fe1f495) '@vitest/spy': 2.0.5 - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/theming@8.4.4(storybook@8.6.18)': dependencies: - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/theming@8.6.18(storybook@8.6.18)': dependencies: - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@storybook/types@8.6.14(storybook@8.6.18)': dependencies: - storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10) + storybook: 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10) '@swc/core-darwin-arm64@1.10.16': optional: true @@ -15904,7 +16075,7 @@ snapshots: '@tsconfig/node16@1.0.4': optional: true - '@tus/file-store@1.5.1': + '@tus/file-store@1.5.1(supports-color@8.1.1)': dependencies: '@tus/utils': 0.5.1 debug: 4.4.3(supports-color@8.1.1) @@ -15913,14 +16084,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@tus/server@1.10.2': + '@tus/server@1.10.2(supports-color@8.1.1)': dependencies: '@tus/utils': 0.5.1 debug: 4.4.3(supports-color@8.1.1) lodash.throttle: 4.1.1 optionalDependencies: '@redis/client': 1.6.1 - ioredis: 5.11.1 + ioredis: 5.11.1(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -16053,8 +16224,6 @@ snapshots: '@types/js-yaml@4.0.9': {} - '@types/jsesc@2.5.1': {} - '@types/json-schema@7.0.15': {} '@types/json-to-ast@2.1.4': {} @@ -16192,69 +16361,69 @@ snapshots: '@types/node': 24.12.0 optional: true - '@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@6.0.3)': + '@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0)(@typescript/typescript6@6.0.2)(eslint@8.38.0)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@6.0.3) + '@typescript-eslint/parser': 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(supports-color@8.1.1) '@typescript-eslint/scope-manager': 5.59.0 - '@typescript-eslint/type-utils': 5.59.0(eslint@8.38.0)(typescript@6.0.3) - '@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@6.0.3) + '@typescript-eslint/type-utils': 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0) + '@typescript-eslint/utils': 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0) debug: 4.4.3(supports-color@8.1.1) - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) grapheme-splitter: 1.0.4 ignore: 5.3.2 natural-compare-lite: 1.4.0 semver: 7.7.4 - tsutils: 3.21.0(typescript@6.0.3) + tsutils: 3.21.0(@typescript/typescript6@6.0.2) optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@6.0.3)': + '@typescript-eslint/parser@5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(supports-color@8.1.1)': dependencies: '@typescript-eslint/scope-manager': 5.59.0 '@typescript-eslint/types': 5.59.0 - '@typescript-eslint/typescript-estree': 5.59.0(typescript@6.0.3) + '@typescript-eslint/typescript-estree': 5.59.0(@typescript/typescript6@6.0.2)(supports-color@8.1.1) debug: 4.4.3(supports-color@8.1.1) - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.59.3(eslint@10.4.0)(typescript@6.0.3)': + '@typescript-eslint/parser@8.59.3(@typescript/typescript6@6.0.2)(eslint@10.4.0)(supports-color@8.1.1)': dependencies: '@typescript-eslint/scope-manager': 8.59.3 '@typescript-eslint/types': 8.59.3 - '@typescript-eslint/typescript-estree': 8.59.3(typescript@6.0.3) + '@typescript-eslint/typescript-estree': 8.59.3(@typescript/typescript6@6.0.2) '@typescript-eslint/visitor-keys': 8.59.3 debug: 4.4.3(supports-color@8.1.1) - eslint: 10.4.0(jiti@2.7.0) - typescript: 6.0.3 + eslint: 10.4.0(jiti@2.7.0)(supports-color@8.1.1) + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.59.3(typescript@6.0.3)': + '@typescript-eslint/project-service@8.59.3(@typescript/typescript6@6.0.2)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.59.3(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.59.3(@typescript/typescript6@6.0.2) '@typescript-eslint/types': 8.59.3 debug: 4.4.3(supports-color@8.1.1) - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color - '@typescript-eslint/rule-tester@8.59.3(eslint@10.4.0)(typescript@6.0.3)': + '@typescript-eslint/rule-tester@8.59.3(@typescript/typescript6@6.0.2)(eslint@10.4.0)(supports-color@8.1.1)': dependencies: - '@typescript-eslint/parser': 8.59.3(eslint@10.4.0)(typescript@6.0.3) - '@typescript-eslint/typescript-estree': 8.59.3(typescript@6.0.3) - '@typescript-eslint/utils': 8.59.3(eslint@10.4.0)(typescript@6.0.3) + '@typescript-eslint/parser': 8.59.3(@typescript/typescript6@6.0.2)(eslint@10.4.0)(supports-color@8.1.1) + '@typescript-eslint/typescript-estree': 8.59.3(@typescript/typescript6@6.0.2) + '@typescript-eslint/utils': 8.59.3(@typescript/typescript6@6.0.2)(eslint@10.4.0) ajv: 6.14.0 - eslint: 10.4.0(jiti@2.7.0) + eslint: 10.4.0(jiti@2.7.0)(supports-color@8.1.1) json-stable-stringify-without-jsonify: 1.0.1 lodash.merge: 4.6.2 semver: 7.7.4 - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color @@ -16268,19 +16437,19 @@ snapshots: '@typescript-eslint/types': 8.59.3 '@typescript-eslint/visitor-keys': 8.59.3 - '@typescript-eslint/tsconfig-utils@8.59.3(typescript@6.0.3)': + '@typescript-eslint/tsconfig-utils@8.59.3(@typescript/typescript6@6.0.2)': dependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' - '@typescript-eslint/type-utils@5.59.0(eslint@8.38.0)(typescript@6.0.3)': + '@typescript-eslint/type-utils@5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)': dependencies: - '@typescript-eslint/typescript-estree': 5.59.0(typescript@6.0.3) - '@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@6.0.3) + '@typescript-eslint/typescript-estree': 5.59.0(@typescript/typescript6@6.0.2)(supports-color@8.1.1) + '@typescript-eslint/utils': 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0) debug: 4.4.3(supports-color@8.1.1) - eslint: 8.38.0 - tsutils: 3.21.0(typescript@6.0.3) + eslint: 8.38.0(supports-color@8.1.1) + tsutils: 3.21.0(@typescript/typescript6@6.0.2) optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color @@ -16288,7 +16457,7 @@ snapshots: '@typescript-eslint/types@8.59.3': {} - '@typescript-eslint/typescript-estree@5.59.0(typescript@6.0.3)': + '@typescript-eslint/typescript-estree@5.59.0(@typescript/typescript6@6.0.2)(supports-color@8.1.1)': dependencies: '@typescript-eslint/types': 5.59.0 '@typescript-eslint/visitor-keys': 5.59.0 @@ -16296,50 +16465,50 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 semver: 7.7.4 - tsutils: 3.21.0(typescript@6.0.3) + tsutils: 3.21.0(@typescript/typescript6@6.0.2) optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.59.3(typescript@6.0.3)': + '@typescript-eslint/typescript-estree@8.59.3(@typescript/typescript6@6.0.2)': dependencies: - '@typescript-eslint/project-service': 8.59.3(typescript@6.0.3) - '@typescript-eslint/tsconfig-utils': 8.59.3(typescript@6.0.3) + '@typescript-eslint/project-service': 8.59.3(@typescript/typescript6@6.0.2) + '@typescript-eslint/tsconfig-utils': 8.59.3(@typescript/typescript6@6.0.2) '@typescript-eslint/types': 8.59.3 '@typescript-eslint/visitor-keys': 8.59.3 debug: 4.4.3(supports-color@8.1.1) minimatch: 10.2.4 semver: 7.7.4 tinyglobby: 0.2.17 - ts-api-utils: 2.5.0(typescript@6.0.3) - typescript: 6.0.3 + ts-api-utils: 2.5.0(@typescript/typescript6@6.0.2) + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.59.0(eslint@8.38.0)(typescript@6.0.3)': + '@typescript-eslint/utils@5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@8.38.0) '@types/json-schema': 7.0.15 '@types/semver': 7.7.1 '@typescript-eslint/scope-manager': 5.59.0 '@typescript-eslint/types': 5.59.0 - '@typescript-eslint/typescript-estree': 5.59.0(typescript@6.0.3) - eslint: 8.38.0 + '@typescript-eslint/typescript-estree': 5.59.0(@typescript/typescript6@6.0.2)(supports-color@8.1.1) + eslint: 8.38.0(supports-color@8.1.1) eslint-scope: 5.1.1 semver: 7.7.4 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@8.59.3(eslint@10.4.0)(typescript@6.0.3)': + '@typescript-eslint/utils@8.59.3(@typescript/typescript6@6.0.2)(eslint@10.4.0)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.0) '@typescript-eslint/scope-manager': 8.59.3 '@typescript-eslint/types': 8.59.3 - '@typescript-eslint/typescript-estree': 8.59.3(typescript@6.0.3) - eslint: 10.4.0(jiti@2.7.0) - typescript: 6.0.3 + '@typescript-eslint/typescript-estree': 8.59.3(@typescript/typescript6@6.0.2) + eslint: 10.4.0(jiti@2.7.0)(supports-color@8.1.1) + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - supports-color @@ -16353,40 +16522,73 @@ snapshots: '@typescript-eslint/types': 8.59.3 eslint-visitor-keys: 5.0.1 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260515.1': + '@typescript/typescript-aix-ppc64@7.0.2': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260515.1': + '@typescript/typescript-darwin-arm64@7.0.2': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260515.1': + '@typescript/typescript-darwin-x64@7.0.2': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20260515.1': + '@typescript/typescript-freebsd-arm64@7.0.2': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20260515.1': + '@typescript/typescript-freebsd-x64@7.0.2': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260515.1': + '@typescript/typescript-linux-arm64@7.0.2': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20260515.1': + '@typescript/typescript-linux-arm@7.0.2': optional: true - '@typescript/native-preview@7.0.0-dev.20260515.1': - optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260515.1 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260515.1 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260515.1 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260515.1 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260515.1 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260515.1 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260515.1 + '@typescript/typescript-linux-loong64@7.0.2': + optional: true + + '@typescript/typescript-linux-mips64el@7.0.2': + optional: true + + '@typescript/typescript-linux-ppc64@7.0.2': + optional: true + + '@typescript/typescript-linux-riscv64@7.0.2': + optional: true + + '@typescript/typescript-linux-s390x@7.0.2': + optional: true + + '@typescript/typescript-linux-x64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-sunos-x64@7.0.2': + optional: true + + '@typescript/typescript-win32-arm64@7.0.2': + optional: true + + '@typescript/typescript-win32-x64@7.0.2': + optional: true + + '@typescript/typescript6@6.0.2': + dependencies: + '@typescript/old': typescript@6.0.3 '@valibot/to-json-schema@1.7.0(valibot@1.4.0)': dependencies: - valibot: 1.4.0(typescript@6.0.3) + valibot: 1.4.0(@typescript/typescript6@6.0.2) '@vitejs/plugin-react@6.0.2(vite@8.0.16)': dependencies: @@ -16509,6 +16711,80 @@ snapshots: '@xtuc/long@4.2.2': {} + '@yuku-codegen/binding-android-arm64@0.8.7': + optional: true + + '@yuku-codegen/binding-darwin-arm64@0.8.7': + optional: true + + '@yuku-codegen/binding-darwin-x64@0.8.7': + optional: true + + '@yuku-codegen/binding-freebsd-x64@0.8.7': + optional: true + + '@yuku-codegen/binding-linux-arm-gnu@0.8.7': + optional: true + + '@yuku-codegen/binding-linux-arm-musl@0.8.7': + optional: true + + '@yuku-codegen/binding-linux-arm64-gnu@0.8.7': + optional: true + + '@yuku-codegen/binding-linux-arm64-musl@0.8.7': + optional: true + + '@yuku-codegen/binding-linux-x64-gnu@0.8.7': + optional: true + + '@yuku-codegen/binding-linux-x64-musl@0.8.7': + optional: true + + '@yuku-codegen/binding-win32-arm64@0.8.7': + optional: true + + '@yuku-codegen/binding-win32-x64@0.8.7': + optional: true + + '@yuku-parser/binding-android-arm64@0.8.7': + optional: true + + '@yuku-parser/binding-darwin-arm64@0.8.7': + optional: true + + '@yuku-parser/binding-darwin-x64@0.8.7': + optional: true + + '@yuku-parser/binding-freebsd-x64@0.8.7': + optional: true + + '@yuku-parser/binding-linux-arm-gnu@0.8.7': + optional: true + + '@yuku-parser/binding-linux-arm-musl@0.8.7': + optional: true + + '@yuku-parser/binding-linux-arm64-gnu@0.8.7': + optional: true + + '@yuku-parser/binding-linux-arm64-musl@0.8.7': + optional: true + + '@yuku-parser/binding-linux-x64-gnu@0.8.7': + optional: true + + '@yuku-parser/binding-linux-x64-musl@0.8.7': + optional: true + + '@yuku-parser/binding-win32-arm64@0.8.7': + optional: true + + '@yuku-parser/binding-win32-x64@0.8.7': + optional: true + + '@yuku-toolchain/types@0.8.7': {} + abbrev@4.0.0: {} abort-controller@3.0.0: @@ -16746,12 +17022,6 @@ snapshots: assertion-error@2.0.1: {} - ast-kit@3.0.0: - dependencies: - '@babel/parser': 8.0.0 - estree-walker: 3.0.3 - pathe: 2.0.3 - ast-types-flow@0.0.8: {} ast-types@0.16.1: @@ -16802,7 +17072,7 @@ snapshots: babel-jest@29.7.0(@babel/core@7.29.0): dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 @@ -16840,33 +17110,33 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.0): + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.0)(supports-color@8.1.1): dependencies: '@babel/compat-data': 7.29.0 - '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0) + '@babel/core': 7.29.0(supports-color@8.1.1) + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0)(supports-color@8.1.1) semver: 6.3.1 transitivePeerDependencies: - supports-color babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.29.0): dependencies: - '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0) + '@babel/core': 7.29.0(supports-color@8.1.1) + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0)(supports-color@8.1.1) core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.0): dependencies: - '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0) + '@babel/core': 7.29.0(supports-color@8.1.1) + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0)(supports-color@8.1.1) transitivePeerDependencies: - supports-color babel-preset-current-node-syntax@1.1.0(@babel/core@7.29.0): dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.0) '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.0) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.0) @@ -16885,7 +17155,7 @@ snapshots: babel-preset-jest@29.6.3(@babel/core@7.29.0): dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.1.0(@babel/core@7.29.0) @@ -16917,8 +17187,6 @@ snapshots: dependencies: file-uri-to-path: 1.0.0 - birpc@4.0.0: {} - bl@4.1.0: dependencies: buffer: 5.7.1 @@ -17363,14 +17631,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@9.0.1(typescript@6.0.3): + cosmiconfig@9.0.1(@typescript/typescript6@6.0.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.3.1 parse-json: 5.2.0 optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' country-codes-list@2.0.0: {} @@ -17505,7 +17773,7 @@ snapshots: damerau-levenshtein@1.0.8: {} - danger@13.0.10: + danger@13.0.10(supports-color@8.1.1): dependencies: '@gitbeaker/rest': 38.12.1 '@octokit/rest': 20.1.2 @@ -17893,18 +18161,18 @@ snapshots: transitivePeerDependencies: - supports-color - electron@39.8.10: + electron@39.8.10(supports-color@8.1.1): dependencies: - '@electron/get': 2.0.3 + '@electron/get': 2.0.3(supports-color@8.1.1) '@types/node': 22.19.1 - extract-zip: 2.0.1 + extract-zip: 2.0.1(supports-color@8.1.1) transitivePeerDependencies: - supports-color - electron@43.4.1: + electron@43.4.1(supports-color@8.1.1): dependencies: '@electron-internal/extract-zip': 1.0.4 - '@electron/get': 5.0.0 + '@electron/get': 5.0.0(supports-color@8.1.1) '@types/node': 24.12.0 transitivePeerDependencies: - supports-color @@ -18068,7 +18336,7 @@ snapshots: es6-iterator: 2.0.3 es6-symbol: 3.1.4 - esbuild-register@3.6.0(esbuild@0.25.12): + esbuild-register@3.6.0(esbuild@0.25.12)(supports-color@8.1.1): dependencies: debug: 4.4.3(supports-color@8.1.1) esbuild: 0.25.12 @@ -18144,17 +18412,17 @@ snapshots: eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0)(eslint@8.38.0): dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0) object.assign: 4.1.7 object.entries: 1.1.9 semver: 6.3.1 - eslint-config-airbnb-typescript-prettier@5.0.0(eslint@8.38.0)(prettier@2.8.7)(typescript@6.0.3): + eslint-config-airbnb-typescript-prettier@5.0.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(prettier@2.8.7): dependencies: - '@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@6.0.3) - '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@6.0.3) - eslint: 8.38.0 + '@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0)(@typescript/typescript6@6.0.2)(eslint@8.38.0) + '@typescript-eslint/parser': 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(supports-color@8.1.1) + eslint: 8.38.0(supports-color@8.1.1) eslint-config-airbnb: 19.0.4(eslint-plugin-import@2.32.0)(eslint-plugin-jsx-a11y@6.10.2)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.32.2)(eslint@8.38.0) eslint-config-prettier: 6.15.0(eslint@8.38.0) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0) @@ -18163,7 +18431,7 @@ snapshots: eslint-plugin-react: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.38.0) prettier: 2.8.7 - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -18171,7 +18439,7 @@ snapshots: eslint-config-airbnb@19.0.4(eslint-plugin-import@2.32.0)(eslint-plugin-jsx-a11y@6.10.2)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.32.2)(eslint@8.38.0): dependencies: - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0)(eslint@8.38.0) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.38.0) @@ -18182,7 +18450,7 @@ snapshots: eslint-config-prettier@6.15.0(eslint@8.38.0): dependencies: - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) get-stdin: 6.0.0 eslint-import-resolver-node@0.3.10: @@ -18197,13 +18465,13 @@ snapshots: dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@6.0.3) - eslint: 8.38.0 + '@typescript-eslint/parser': 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(supports-color@8.1.1) + eslint: 8.38.0(supports-color@8.1.1) eslint-import-resolver-node: 0.3.10 transitivePeerDependencies: - supports-color - eslint-plugin-better-tailwindcss@4.5.0(eslint@10.4.0)(oxlint@1.65.0)(tailwindcss@4.3.0)(typescript@6.0.3): + eslint-plugin-better-tailwindcss@4.5.0(@typescript/typescript6@6.0.2)(eslint@10.4.0)(oxlint@1.65.0)(tailwindcss@4.3.0): dependencies: '@eslint/css-tree': 4.0.3 '@valibot/to-json-schema': 1.7.0(valibot@1.4.0) @@ -18213,9 +18481,9 @@ snapshots: tailwind-csstree: 0.3.1 tailwindcss: 4.3.0 tsconfig-paths-webpack-plugin: 4.2.0 - valibot: 1.4.0(typescript@6.0.3) + valibot: 1.4.0(@typescript/typescript6@6.0.2) optionalDependencies: - eslint: 10.4.0(jiti@2.7.0) + eslint: 10.4.0(jiti@2.7.0)(supports-color@8.1.1) oxlint: 1.65.0(oxlint-tsgolint@0.22.1) transitivePeerDependencies: - '@eslint/css' @@ -18230,7 +18498,7 @@ snapshots: array.prototype.flatmap: 1.3.3 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) eslint-import-resolver-node: 0.3.10 eslint-module-utils: 2.13.0(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-node@0.3.10)(eslint@8.38.0) hasown: 2.0.4 @@ -18244,7 +18512,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@6.0.3) + '@typescript-eslint/parser': 5.59.0(@typescript/typescript6@6.0.2)(eslint@8.38.0)(supports-color@8.1.1) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -18260,7 +18528,7 @@ snapshots: axobject-query: 4.1.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) hasown: 2.0.4 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 @@ -18271,7 +18539,7 @@ snapshots: eslint-plugin-prettier@3.4.1(eslint-config-prettier@6.15.0)(eslint@8.38.0)(prettier@2.8.7): dependencies: - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) prettier: 2.8.7 prettier-linter-helpers: 1.0.1 optionalDependencies: @@ -18279,7 +18547,7 @@ snapshots: eslint-plugin-react-hooks@4.6.2(eslint@8.38.0): dependencies: - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) eslint-plugin-react@7.32.2(eslint@8.38.0): dependencies: @@ -18287,7 +18555,7 @@ snapshots: array.prototype.flatmap: 1.3.3 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - eslint: 8.38.0 + eslint: 8.38.0(supports-color@8.1.1) estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.5 @@ -18321,11 +18589,11 @@ snapshots: eslint-visitor-keys@5.0.1: {} - eslint@10.4.0(jiti@2.7.0): + eslint@10.4.0(jiti@2.7.0)(supports-color@8.1.1): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.0) '@eslint-community/regexpp': 4.12.2 - '@eslint/config-array': 0.23.5 + '@eslint/config-array': 0.23.5(supports-color@8.1.1) '@eslint/config-helpers': 0.6.0 '@eslint/core': 1.2.1 '@eslint/plugin-kit': 0.7.1 @@ -18358,13 +18626,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint@8.38.0: + eslint@8.38.0(supports-color@8.1.1): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@8.38.0) '@eslint-community/regexpp': 4.12.2 - '@eslint/eslintrc': 2.1.4 + '@eslint/eslintrc': 2.1.4(supports-color@8.1.1) '@eslint/js': 8.38.0 - '@humanwhocodes/config-array': 0.11.14 + '@humanwhocodes/config-array': 0.11.14(supports-color@8.1.1) '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.14.0 @@ -18516,7 +18784,7 @@ snapshots: extend@3.0.2: {} - extract-zip@2.0.1: + extract-zip@2.0.1(supports-color@8.1.1): dependencies: debug: 4.4.3(supports-color@8.1.1) get-stream: 5.2.0 @@ -18581,9 +18849,9 @@ snapshots: dependencies: pend: 1.2.0 - fdir@6.5.0(picomatch@4.0.4): + fdir@6.5.0(picomatch@4.0.7): optionalDependencies: - picomatch: 4.0.4 + picomatch: 4.0.7 fetch-blob@3.2.0: dependencies: @@ -18702,7 +18970,7 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 4.1.0 - fork-ts-checker-webpack-plugin@8.0.0(typescript@6.0.3)(webpack@5.96.1): + fork-ts-checker-webpack-plugin@8.0.0(@typescript/typescript6@6.0.2)(webpack@5.96.1): dependencies: '@babel/code-frame': 7.29.0 chalk: 4.1.2 @@ -18716,7 +18984,7 @@ snapshots: schema-utils: 3.3.0 semver: 7.7.4 tapable: 2.3.3 - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' webpack: 5.96.1(@swc/core@1.10.16)(esbuild@0.25.12) form-data-encoder@4.1.0: {} @@ -19304,7 +19572,7 @@ snapshots: '@formatjs/fast-memoize': 3.1.1 '@formatjs/icu-messageformat-parser': 3.5.3 - ioredis@5.11.1: + ioredis@5.11.1(supports-color@8.1.1): dependencies: '@ioredis/commands': 1.10.0 cluster-key-slot: 1.1.1 @@ -19549,7 +19817,7 @@ snapshots: istanbul-lib-instrument@4.0.3: dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -19558,7 +19826,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/parser': 7.29.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -19568,7 +19836,7 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/parser': 7.29.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -19670,7 +19938,7 @@ snapshots: jest-config@29.7.0(@types/node@24.12.0)(ts-node@10.9.2): dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) @@ -19694,7 +19962,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 24.12.0 - ts-node: 10.9.2(@swc/core@1.10.16)(@types/node@24.12.0)(typescript@6.0.3) + ts-node: 10.9.2(@swc/core@1.10.16)(@types/node@24.12.0)(@typescript/typescript6@6.0.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -19782,13 +20050,13 @@ snapshots: '@types/node': 24.12.0 jest-util: 29.7.0 - jest-playwright-preset@4.0.0(debug@4.4.3)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0): + jest-playwright-preset@4.0.0(debug@4.4.3)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0)(supports-color@8.1.1): dependencies: expect-playwright: 0.8.0 jest: 29.7.0(@types/node@24.12.0)(ts-node@10.9.2) jest-circus: 29.7.0 jest-environment-node: 29.7.0 - jest-process-manager: 0.4.0(debug@4.4.3) + jest-process-manager: 0.4.0(debug@4.4.3)(supports-color@8.1.1) jest-runner: 29.7.0 nyc: 15.1.0 playwright-core: 1.60.0(patch_hash=0d32e74d7c83e28ccbaea73aeaf171e4f4180b2d997e4ec0457aeda2144b651d) @@ -19802,7 +20070,7 @@ snapshots: optionalDependencies: jest-resolve: 29.7.0 - jest-process-manager@0.4.0(debug@4.4.3): + jest-process-manager@0.4.0(debug@4.4.3)(supports-color@8.1.1): dependencies: '@types/wait-on': 5.3.4 chalk: 4.1.2 @@ -19811,7 +20079,7 @@ snapshots: find-process: 1.4.10 prompts: 2.4.2 signal-exit: 3.0.7 - spawnd: 5.0.0 + spawnd: 5.0.0(supports-color@8.1.1) tree-kill: 1.2.2 wait-on: 7.2.0(debug@4.4.3) transitivePeerDependencies: @@ -19898,7 +20166,7 @@ snapshots: jest-snapshot@29.7.0: dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) @@ -20112,14 +20380,14 @@ snapshots: knip@6.14.0(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1): dependencies: - fdir: 6.5.0(picomatch@4.0.4) + fdir: 6.5.0(picomatch@4.0.7) formatly: 0.3.0 get-tsconfig: 4.14.0 jiti: 2.7.0 minimist: 1.2.8 oxc-parser: 0.130.0 oxc-resolver: 11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) - picomatch: 4.0.4 + picomatch: 4.0.7 smol-toml: 1.6.1 strip-json-comments: 5.0.3 tinyglobby: 0.2.17 @@ -20607,7 +20875,7 @@ snapshots: ansi-styles: 6.2.3 cross-spawn: 7.0.6 memorystream: 0.3.1 - picomatch: 4.0.4 + picomatch: 4.0.7 pidtree: 0.6.0 read-package-json-fast: 4.0.0 shell-quote: 1.8.4 @@ -20712,7 +20980,7 @@ snapshots: objectorarray@1.0.5: {} - obug@2.1.3: {} + obug@2.1.4: {} on-exit-leak-free@2.1.2: {} @@ -21006,8 +21274,6 @@ snapshots: path-type@4.0.0: {} - pathe@2.0.3: {} - pathval@2.0.1: {} pe-library@0.4.1: {} @@ -21020,7 +21286,7 @@ snapshots: picomatch@2.3.2: {} - picomatch@4.0.4: {} + picomatch@4.0.7: {} pidtree@0.6.0: {} @@ -21095,9 +21361,9 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-loader@8.2.1(postcss@8.5.23)(typescript@6.0.3)(webpack@5.96.1): + postcss-loader@8.2.1(@typescript/typescript6@6.0.2)(postcss@8.5.23)(webpack@5.96.1): dependencies: - cosmiconfig: 9.0.1(typescript@6.0.3) + cosmiconfig: 9.0.1(@typescript/typescript6@6.0.2) jiti: 2.7.0 postcss: 8.5.23 semver: 7.7.4 @@ -21473,10 +21739,10 @@ snapshots: - bufferutil - utf-8-validate - react-devtools@7.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10): + react-devtools@7.0.1(bufferutil@4.0.9)(supports-color@8.1.1)(utf-8-validate@5.0.10): dependencies: cross-spawn: 5.1.0 - electron: 39.8.10 + electron: 39.8.10(supports-color@8.1.1) internal-ip: 6.2.0 minimist: 1.2.8 react-devtools-core: 7.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) @@ -21486,14 +21752,14 @@ snapshots: - supports-color - utf-8-validate - react-docgen-typescript@2.2.2(typescript@6.0.3): + react-docgen-typescript@2.2.2(@typescript/typescript6@6.0.2): dependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' react-docgen@7.1.1: dependencies: - '@babel/core': 7.29.0 - '@babel/traverse': 7.29.0 + '@babel/core': 7.29.0(supports-color@8.1.1) + '@babel/traverse': 7.29.0(supports-color@8.1.1) '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -21519,16 +21785,16 @@ snapshots: react-fast-compare@3.2.2: {} - react-intl@10.1.0(@types/react@19.2.14)(react@19.2.4)(typescript@6.0.3): + react-intl@10.1.0(@types/react@19.2.14)(@typescript/typescript6@6.0.2)(react@19.2.4): dependencies: '@formatjs/ecma402-abstract': 3.2.0 '@formatjs/icu-messageformat-parser': 3.5.3 - '@formatjs/intl': 4.1.4(typescript@6.0.3) + '@formatjs/intl': 4.1.4(@typescript/typescript6@6.0.2) '@types/react': 19.2.14 intl-messageformat: 11.2.0 react: 19.2.4 optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' react-is@16.13.1: {} @@ -21868,20 +22134,17 @@ snapshots: sprintf-js: 1.1.3 optional: true - rolldown-plugin-dts@0.26.0(@typescript/native-preview@7.0.0-dev.20260515.1)(oxc-resolver@11.19.1)(rolldown@1.1.4)(typescript@6.0.3): + rolldown-plugin-dts@0.27.14(oxc-resolver@11.19.1)(rolldown@1.2.5)(typescript@7.0.2): dependencies: - '@babel/generator': 8.0.0 - '@babel/helper-validator-identifier': 8.0.2 - '@babel/parser': 8.0.0 - ast-kit: 3.0.0 - birpc: 4.0.0 dts-resolver: 3.0.0(oxc-resolver@11.19.1) get-tsconfig: 5.0.0-beta.5 - obug: 2.1.3 - rolldown: 1.1.4 + obug: 2.1.4 + rolldown: 1.2.5 + yuku-ast: 0.8.7 + yuku-codegen: 0.8.7 + yuku-parser: 0.8.7 optionalDependencies: - '@typescript/native-preview': 7.0.0-dev.20260515.1 - typescript: 6.0.3 + typescript: 7.0.2 transitivePeerDependencies: - oxc-resolver @@ -21927,26 +22190,26 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.0.3 '@rolldown/binding-win32-x64-msvc': 1.0.3 - rolldown@1.1.4: + rolldown@1.2.5: dependencies: - '@oxc-project/types': 0.138.0 + '@oxc-project/types': 0.146.0 '@rolldown/pluginutils': 1.0.1 optionalDependencies: - '@rolldown/binding-android-arm64': 1.1.4 - '@rolldown/binding-darwin-arm64': 1.1.4 - '@rolldown/binding-darwin-x64': 1.1.4 - '@rolldown/binding-freebsd-x64': 1.1.4 - '@rolldown/binding-linux-arm-gnueabihf': 1.1.4 - '@rolldown/binding-linux-arm64-gnu': 1.1.4 - '@rolldown/binding-linux-arm64-musl': 1.1.4 - '@rolldown/binding-linux-ppc64-gnu': 1.1.4 - '@rolldown/binding-linux-s390x-gnu': 1.1.4 - '@rolldown/binding-linux-x64-gnu': 1.1.4 - '@rolldown/binding-linux-x64-musl': 1.1.4 - '@rolldown/binding-openharmony-arm64': 1.1.4 - '@rolldown/binding-wasm32-wasi': 1.1.4 - '@rolldown/binding-win32-arm64-msvc': 1.1.4 - '@rolldown/binding-win32-x64-msvc': 1.1.4 + '@rolldown/binding-android-arm-eabi': 1.2.5 + '@rolldown/binding-android-arm64': 1.2.5 + '@rolldown/binding-darwin-arm64': 1.2.5 + '@rolldown/binding-darwin-x64': 1.2.5 + '@rolldown/binding-freebsd-x64': 1.2.5 + '@rolldown/binding-linux-arm-gnueabihf': 1.2.5 + '@rolldown/binding-linux-arm64-gnu': 1.2.5 + '@rolldown/binding-linux-arm64-musl': 1.2.5 + '@rolldown/binding-linux-ppc64-gnu': 1.2.5 + '@rolldown/binding-linux-s390x-gnu': 1.2.5 + '@rolldown/binding-linux-x64-gnu': 1.2.5 + '@rolldown/binding-linux-x64-musl': 1.2.5 + '@rolldown/binding-openharmony-arm64': 1.2.5 + '@rolldown/binding-win32-arm64-msvc': 1.2.5 + '@rolldown/binding-win32-x64-msvc': 1.2.5 run-parallel@1.2.0: dependencies: @@ -22167,7 +22430,7 @@ snapshots: smol-toml@1.6.1: {} - socks-proxy-agent@8.0.5: + socks-proxy-agent@8.0.5(supports-color@8.1.1): dependencies: agent-base: 7.1.4 debug: 4.4.3(supports-color@8.1.1) @@ -22209,12 +22472,12 @@ snapshots: signal-exit: 3.0.7 which: 2.0.2 - spawnd@5.0.0: + spawnd@5.0.0(supports-color@8.1.1): dependencies: exit: 0.1.2 signal-exit: 3.0.7 tree-kill: 1.2.2 - wait-port: 0.2.14 + wait-port: 0.2.14(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -22246,9 +22509,9 @@ snapshots: es-errors: 1.3.0 internal-slot: 1.1.0 - storybook@8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(utf-8-validate@5.0.10): + storybook@8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(supports-color@8.1.1)(utf-8-validate@5.0.10): dependencies: - '@storybook/core': 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(storybook@8.6.18)(utf-8-validate@5.0.10) + '@storybook/core': 8.6.18(bufferutil@4.0.9)(prettier@3.8.3)(storybook@8.6.18)(supports-color@8.1.1)(utf-8-validate@5.0.10) optionalDependencies: prettier: 3.8.3 transitivePeerDependencies: @@ -22401,14 +22664,14 @@ snapshots: stylelint-config-css-modules@4.6.0(stylelint@17.11.1): dependencies: - stylelint: 17.11.1(typescript@6.0.3) + stylelint: 17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1) optionalDependencies: stylelint-scss: 7.0.0(stylelint@17.11.1) stylelint-config-recommended-scss@17.0.1(postcss@8.5.23)(stylelint@17.11.1): dependencies: postcss-scss: 4.0.9(postcss@8.5.23) - stylelint: 17.11.1(typescript@6.0.3) + stylelint: 17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1) stylelint-config-recommended: 18.0.0(stylelint@17.11.1) stylelint-scss: 7.0.0(stylelint@17.11.1) optionalDependencies: @@ -22416,7 +22679,7 @@ snapshots: stylelint-config-recommended@18.0.0(stylelint@17.11.1): dependencies: - stylelint: 17.11.1(typescript@6.0.3) + stylelint: 17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1) stylelint-scss@7.0.0(stylelint@17.11.1): dependencies: @@ -22428,13 +22691,13 @@ snapshots: postcss-resolve-nested-selector: 0.1.6 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 - stylelint: 17.11.1(typescript@6.0.3) + stylelint: 17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1) stylelint-use-logical-spec@5.0.1(stylelint@17.11.1): dependencies: - stylelint: 17.11.1(typescript@6.0.3) + stylelint: 17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1) - stylelint@17.11.1(typescript@6.0.3): + stylelint@17.11.1(@typescript/typescript6@6.0.2)(supports-color@8.1.1): dependencies: '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0)(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) @@ -22444,7 +22707,7 @@ snapshots: '@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.1) '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1) colord: 2.9.3 - cosmiconfig: 9.0.1(typescript@6.0.3) + cosmiconfig: 9.0.1(@typescript/typescript6@6.0.2) css-functions-list: 3.3.3 css-tree: 3.2.1 debug: 4.4.3(supports-color@8.1.1) @@ -22630,8 +22893,8 @@ snapshots: tinyglobby@0.2.17: dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 + fdir: 6.5.0(picomatch@4.0.7) + picomatch: 4.0.7 tinykeys@3.1.0: {} @@ -22664,13 +22927,13 @@ snapshots: dependencies: utf8-byte-length: 1.0.5 - ts-api-utils@2.5.0(typescript@6.0.3): + ts-api-utils@2.5.0(@typescript/typescript6@6.0.2): dependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' ts-dedent@2.2.0: {} - ts-node@10.9.2(@swc/core@1.10.16)(@types/node@24.12.0)(typescript@6.0.3): + ts-node@10.9.2(@swc/core@1.10.16)(@types/node@24.12.0)(@typescript/typescript6@6.0.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 @@ -22684,7 +22947,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.4 make-error: 1.3.6 - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -22711,7 +22974,7 @@ snapshots: minimist: 1.2.8 strip-bom: 3.0.0 - tsdown@0.22.3(@arethetypeswrong/core@0.18.4)(@typescript/native-preview@7.0.0-dev.20260515.1)(oxc-resolver@11.19.1)(publint@0.3.21)(tsx@4.23.0)(typescript@6.0.3): + tsdown@0.22.14(@arethetypeswrong/core@0.18.5)(oxc-resolver@11.19.1)(publint@0.3.21)(tsx@4.23.0)(typescript@7.0.2): dependencies: ansis: 4.3.1 cac: 7.0.0 @@ -22719,23 +22982,23 @@ snapshots: empathic: 2.0.1 hookable: 6.1.1 import-without-cache: 0.4.0 - obug: 2.1.3 - picomatch: 4.0.4 - rolldown: 1.1.4 - rolldown-plugin-dts: 0.26.0(@typescript/native-preview@7.0.0-dev.20260515.1)(oxc-resolver@11.19.1)(rolldown@1.1.4)(typescript@6.0.3) - semver: 7.8.5 + obug: 2.1.4 + picomatch: 4.0.7 + rolldown: 1.2.5 + rolldown-plugin-dts: 0.27.14(oxc-resolver@11.19.1)(rolldown@1.2.5)(typescript@7.0.2) tinyexec: 1.3.0 tinyglobby: 0.2.17 tree-kill: 1.2.2 unconfig-core: 7.5.0 + verkit: 0.3.2 optionalDependencies: - '@arethetypeswrong/core': 0.18.4 + '@arethetypeswrong/core': 0.18.5 publint: 0.3.21 tsx: 4.23.0 - typescript: 6.0.3 + typescript: 7.0.2 transitivePeerDependencies: - - '@ts-macro/tsc' - '@typescript/native-preview' + - '@volar/typescript' - oxc-resolver - vue-tsc @@ -22743,10 +23006,10 @@ snapshots: tslib@2.8.1: {} - tsutils@3.21.0(typescript@6.0.3): + tsutils@3.21.0(@typescript/typescript6@6.0.2): dependencies: tslib: 1.14.1 - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' tsx@4.23.0: dependencies: @@ -22824,6 +23087,29 @@ snapshots: typescript@6.0.3: {} + typescript@7.0.2: + optionalDependencies: + '@typescript/typescript-aix-ppc64': 7.0.2 + '@typescript/typescript-darwin-arm64': 7.0.2 + '@typescript/typescript-darwin-x64': 7.0.2 + '@typescript/typescript-freebsd-arm64': 7.0.2 + '@typescript/typescript-freebsd-x64': 7.0.2 + '@typescript/typescript-linux-arm': 7.0.2 + '@typescript/typescript-linux-arm64': 7.0.2 + '@typescript/typescript-linux-loong64': 7.0.2 + '@typescript/typescript-linux-mips64el': 7.0.2 + '@typescript/typescript-linux-ppc64': 7.0.2 + '@typescript/typescript-linux-riscv64': 7.0.2 + '@typescript/typescript-linux-s390x': 7.0.2 + '@typescript/typescript-linux-x64': 7.0.2 + '@typescript/typescript-netbsd-arm64': 7.0.2 + '@typescript/typescript-netbsd-x64': 7.0.2 + '@typescript/typescript-openbsd-arm64': 7.0.2 + '@typescript/typescript-openbsd-x64': 7.0.2 + '@typescript/typescript-sunos-x64': 7.0.2 + '@typescript/typescript-win32-arm64': 7.0.2 + '@typescript/typescript-win32-x64': 7.0.2 + uc.micro@2.1.0: {} unbash@3.0.0: {} @@ -22981,12 +23267,14 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - valibot@1.4.0(typescript@6.0.3): + valibot@1.4.0(@typescript/typescript6@6.0.2): optionalDependencies: - typescript: 6.0.3 + typescript: '@typescript/typescript6@6.0.2' validate-npm-package-name@5.0.1: {} + verkit@0.3.2: {} + verror@1.10.1: dependencies: assert-plus: 1.0.0 @@ -22997,7 +23285,7 @@ snapshots: vite@8.0.16(@types/node@24.12.0)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.46.1)(tsx@4.23.0)(yaml@2.9.0): dependencies: lightningcss: 1.32.0 - picomatch: 4.0.4 + picomatch: 4.0.7 postcss: 8.5.23 rolldown: 1.0.3 tinyglobby: 0.2.17 @@ -23033,7 +23321,7 @@ snapshots: - debug - supports-color - wait-port@0.2.14: + wait-port@0.2.14(supports-color@8.1.1): dependencies: chalk: 2.4.2 commander: 3.0.2 @@ -23341,6 +23629,45 @@ snapshots: yoctocolors@2.1.2: {} + yuku-ast@0.8.7: + dependencies: + '@yuku-toolchain/types': 0.8.7 + + yuku-codegen@0.8.7: + dependencies: + '@yuku-toolchain/types': 0.8.7 + optionalDependencies: + '@yuku-codegen/binding-android-arm64': 0.8.7 + '@yuku-codegen/binding-darwin-arm64': 0.8.7 + '@yuku-codegen/binding-darwin-x64': 0.8.7 + '@yuku-codegen/binding-freebsd-x64': 0.8.7 + '@yuku-codegen/binding-linux-arm-gnu': 0.8.7 + '@yuku-codegen/binding-linux-arm-musl': 0.8.7 + '@yuku-codegen/binding-linux-arm64-gnu': 0.8.7 + '@yuku-codegen/binding-linux-arm64-musl': 0.8.7 + '@yuku-codegen/binding-linux-x64-gnu': 0.8.7 + '@yuku-codegen/binding-linux-x64-musl': 0.8.7 + '@yuku-codegen/binding-win32-arm64': 0.8.7 + '@yuku-codegen/binding-win32-x64': 0.8.7 + + yuku-parser@0.8.7: + dependencies: + '@yuku-toolchain/types': 0.8.7 + yuku-ast: 0.8.7 + optionalDependencies: + '@yuku-parser/binding-android-arm64': 0.8.7 + '@yuku-parser/binding-darwin-arm64': 0.8.7 + '@yuku-parser/binding-darwin-x64': 0.8.7 + '@yuku-parser/binding-freebsd-x64': 0.8.7 + '@yuku-parser/binding-linux-arm-gnu': 0.8.7 + '@yuku-parser/binding-linux-arm-musl': 0.8.7 + '@yuku-parser/binding-linux-arm64-gnu': 0.8.7 + '@yuku-parser/binding-linux-arm64-musl': 0.8.7 + '@yuku-parser/binding-linux-x64-gnu': 0.8.7 + '@yuku-parser/binding-linux-x64-musl': 0.8.7 + '@yuku-parser/binding-win32-arm64': 0.8.7 + '@yuku-parser/binding-win32-x64': 0.8.7 + zod@3.25.76: {} zod@4.3.6(patch_hash=ab3dbef13a3a4a50b2a2fcab2bdabd3ef94a4b1607e046308492e88bdd9d5553): {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8ff40246f8..12f067b6ea 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -133,8 +133,8 @@ peerDependencyRules: '@storybook/test@8.6.15>storybook': '8.4.4' '@storybook/test@8.6.14>storybook': '8.4.4' '@storybook/addon-interactions@8.6.14>storybook': '8.4.4' - '@formatjs/intl@4.1.4>typescript': '6.0.3' - 'react-intl@10.1.0>typescript': '6.0.3' + '@formatjs/intl@4.1.4>typescript': '6.0.2' + 'react-intl@10.1.0>typescript': '6.0.2' '@storybook/react@8.4.4>@storybook/test': '8.6.15' 'stylelint-use-logical-spec@5.0.1>stylelint': '17.11.1' 'react-popper@2.3.0>react': '18.3.1' diff --git a/sticker-creator/package.json b/sticker-creator/package.json index a3c03cb574..83966d1d94 100644 --- a/sticker-creator/package.json +++ b/sticker-creator/package.json @@ -55,7 +55,7 @@ "npm-run-all2": "8.0.4", "prettier": "2.8.7", "sass": "1.101.0", - "typescript": "6.0.3", + "typescript": "npm:@typescript/typescript6@6.0.2", "vite": "8.0.16" }, "pnpm": { diff --git a/test/test.mjs b/test/test.mjs index 56701dcecc..c657cef233 100644 --- a/test/test.mjs +++ b/test/test.mjs @@ -1,6 +1,5 @@ // Copyright 2014 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only -// @ts-check /// /*