diff --git a/apps/api/package.json b/apps/api/package.json index e65574db..645a5707 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -54,7 +54,7 @@ "@types/qrcode": "^1.5.5", "better-sqlite3": "^12.4.1", "tsx": "^4.19.0", - "typescript": "^5.5.4", + "typescript": "^7.0.2", "vitest": "^3.2.7" } } diff --git a/apps/web/package.json b/apps/web/package.json index da6c8838..7bf06035 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -48,7 +48,7 @@ "jsdom": "^29.1.0", "postcss": "^8.5.18", "tailwindcss": "^3.4.10", - "typescript": "^5.5.4", + "typescript": "^7.0.2", "vite": "^6.4.3", "vitest": "^3.2.7" } diff --git a/package.json b/package.json index 63adc9be..cb67cefc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "knip": "^6.25.0", "prettier": "^3.3.3", "tsx": "^4.19.0", - "typescript": "^5.5.4" + "typescript": "^7.0.2" }, "pnpm": { "overrides": { diff --git a/packages/app-client/package.json b/packages/app-client/package.json index 9fb6085e..60d2919d 100644 --- a/packages/app-client/package.json +++ b/packages/app-client/package.json @@ -18,7 +18,7 @@ "@agentis/core": "workspace:*" }, "devDependencies": { - "typescript": "^5.5.4", + "typescript": "^7.0.2", "vitest": "^3.2.7" } } diff --git a/packages/app/package.json b/packages/app/package.json index 7485d427..003924ae 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -22,6 +22,6 @@ }, "devDependencies": { "@types/node": "^20.14.10", - "typescript": "^5.5.4" + "typescript": "^7.0.2" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 60a5d7fd..7a2b4022 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -79,6 +79,6 @@ "@agentis/web": "workspace:*", "tsup": "^8.5.1", "tsx": "^4.19.0", - "typescript": "^5.5.4" + "typescript": "^7.0.2" } } diff --git a/packages/core/package.json b/packages/core/package.json index 1ff47551..b084e9be 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,7 +23,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "typescript": "^5.5.4", + "typescript": "^7.0.2", "vitest": "^3.2.7" } } diff --git a/packages/db/package.json b/packages/db/package.json index 02382416..ff16ac3c 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/better-sqlite3": "^7.6.11", "drizzle-kit": "^0.31.10", - "typescript": "^5.5.4", + "typescript": "^7.0.2", "vitest": "^3.2.7" } } diff --git a/packages/integrations/package.json b/packages/integrations/package.json index bef49a01..8f938035 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/sanitize-html": "^2.16.1", - "typescript": "^5.5.4", + "typescript": "^7.0.2", "vitest": "^3.2.7" } } diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 178ce497..c924fea8 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -18,6 +18,6 @@ "@agentis/core": "workspace:*" }, "devDependencies": { - "typescript": "^5.5.4" + "typescript": "^7.0.2" } } diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 059fedc6..2b94f1b2 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/node": "^20.14.10", - "typescript": "^5.5.4", + "typescript": "^7.0.2", "vitest": "^3.2.7" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 09a44d53..2322ff35 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,8 +41,8 @@ importers: specifier: ^4.19.0 version: 4.21.0 typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 apps/api: dependencies: @@ -135,8 +135,8 @@ importers: specifier: ^4.19.0 version: 4.21.0 typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.7 version: 3.2.7(@types/node@20.19.39)(jiti@2.7.0)(jsdom@29.1.0)(tsx@4.21.0)(yaml@2.9.0) @@ -184,7 +184,7 @@ importers: version: 4.4.0 i18next: specifier: ^26.3.6 - version: 26.3.6(typescript@5.9.3) + version: 26.3.6(typescript@7.0.2) lucide-react: specifier: ^1.14.0 version: 1.14.0(react@18.3.1) @@ -196,7 +196,7 @@ importers: version: 18.3.1(react@18.3.1) react-i18next: specifier: ^17.0.11 - version: 17.0.11(i18next@26.3.6(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3) + version: 17.0.11(i18next@26.3.6(typescript@7.0.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@7.0.2) react-router-dom: specifier: ^6.26.0 version: 6.30.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -247,8 +247,8 @@ importers: specifier: ^3.4.10 version: 3.4.19(tsx@4.21.0)(yaml@2.9.0) typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vite: specifier: 6.4.3 version: 6.4.3(@types/node@20.19.39)(jiti@1.21.7)(tsx@4.21.0)(yaml@2.9.0) @@ -275,8 +275,8 @@ importers: specifier: ^20.14.10 version: 20.19.39 typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 packages/app-client: dependencies: @@ -285,8 +285,8 @@ importers: version: link:../core devDependencies: typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.7 version: 3.2.7(@types/node@20.19.39)(jiti@2.7.0)(jsdom@29.1.0)(tsx@4.21.0)(yaml@2.9.0) @@ -329,13 +329,13 @@ importers: version: link:../../apps/web tsup: specifier: ^8.5.1 - version: 8.5.1(jiti@2.7.0)(postcss@8.5.18)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.18)(tsx@4.21.0)(typescript@7.0.2)(yaml@2.9.0) tsx: specifier: ^4.19.0 version: 4.21.0 typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 packages/core: dependencies: @@ -344,8 +344,8 @@ importers: version: 3.25.76 devDependencies: typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.7 version: 3.2.7(@types/node@20.19.39)(jiti@2.7.0)(jsdom@29.1.0)(tsx@4.21.0)(yaml@2.9.0) @@ -372,8 +372,8 @@ importers: specifier: ^0.31.10 version: 0.31.10 typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.7 version: 3.2.7(@types/node@20.19.39)(jiti@2.7.0)(jsdom@29.1.0)(tsx@4.21.0)(yaml@2.9.0) @@ -394,8 +394,8 @@ importers: specifier: ^2.16.1 version: 2.16.1 typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.7 version: 3.2.7(@types/node@20.19.39)(jiti@2.7.0)(jsdom@29.1.0)(tsx@4.21.0)(yaml@2.9.0) @@ -407,8 +407,8 @@ importers: version: link:../core devDependencies: typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 packages/sdk: dependencies: @@ -420,8 +420,8 @@ importers: specifier: ^20.14.10 version: 20.19.39 typescript: - specifier: ^5.5.4 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.7 version: 3.2.7(@types/node@20.19.39)(jiti@2.7.0)(jsdom@29.1.0)(tsx@4.21.0)(yaml@2.9.0) @@ -459,6 +459,10 @@ packages: resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.29.7': + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.29.0': resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} @@ -501,6 +505,10 @@ packages: resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.27.1': resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} @@ -530,6 +538,10 @@ packages: resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.29.7': + resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==} + engines: {node: '>=6.9.0'} + '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} @@ -643,11 +655,11 @@ packages: '@esbuild-kit/core-utils@3.3.2': resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} - deprecated: 'Merged into tsx: https://tsx.is' + deprecated: 'Merged into tsx: https://tsx.hirok.io' '@esbuild-kit/esm-loader@2.6.5': resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} - deprecated: 'Merged into tsx: https://tsx.is' + deprecated: 'Merged into tsx: https://tsx.hirok.io' '@esbuild/aix-ppc64@0.25.12': resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} @@ -2344,6 +2356,126 @@ packages: '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} + '@typescript/typescript-aix-ppc64@7.0.2': + resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [aix] + + '@typescript/typescript-darwin-arm64@7.0.2': + resolution: {integrity: sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [darwin] + + '@typescript/typescript-darwin-x64@7.0.2': + resolution: {integrity: sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [darwin] + + '@typescript/typescript-freebsd-arm64@7.0.2': + resolution: {integrity: sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==} + 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==} + 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==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [linux] + + '@typescript/typescript-linux-arm@7.0.2': + resolution: {integrity: sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==} + engines: {node: '>=16.20.0'} + cpu: [arm] + os: [linux] + + '@typescript/typescript-linux-loong64@7.0.2': + resolution: {integrity: sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==} + engines: {node: '>=16.20.0'} + cpu: [loong64] + os: [linux] + + '@typescript/typescript-linux-mips64el@7.0.2': + resolution: {integrity: sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==} + engines: {node: '>=16.20.0'} + cpu: [mips64el] + os: [linux] + + '@typescript/typescript-linux-ppc64@7.0.2': + resolution: {integrity: sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [linux] + + '@typescript/typescript-linux-riscv64@7.0.2': + resolution: {integrity: sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==} + engines: {node: '>=16.20.0'} + cpu: [riscv64] + os: [linux] + + '@typescript/typescript-linux-s390x@7.0.2': + resolution: {integrity: sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==} + engines: {node: '>=16.20.0'} + cpu: [s390x] + os: [linux] + + '@typescript/typescript-linux-x64@7.0.2': + resolution: {integrity: sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [linux] + + '@typescript/typescript-netbsd-arm64@7.0.2': + resolution: {integrity: sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==} + 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==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [netbsd] + + '@typescript/typescript-openbsd-arm64@7.0.2': + resolution: {integrity: sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [openbsd] + + '@typescript/typescript-openbsd-x64@7.0.2': + resolution: {integrity: sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [openbsd] + + '@typescript/typescript-sunos-x64@7.0.2': + resolution: {integrity: sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [sunos] + + '@typescript/typescript-win32-arm64@7.0.2': + resolution: {integrity: sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [win32] + + '@typescript/typescript-win32-x64@7.0.2': + resolution: {integrity: sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [win32] + '@unhead/schema@1.11.20': resolution: {integrity: sha512-0zWykKAaJdm+/Y7yi/Yds20PrUK7XabLe9c3IRcjnwYmSWY6z0Cr19VIs3ozCj8P+GhR+/TI2mwtGlueCEYouA==} @@ -4263,9 +4395,9 @@ packages: resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} engines: {node: '>=10'} - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} - engines: {node: '>=14.17'} + typescript@7.0.2: + resolution: {integrity: sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==} + engines: {node: '>=16.20.0'} hasBin: true ufo@1.6.4: @@ -4586,6 +4718,12 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/code-frame@7.29.7': + dependencies: + '@babel/helper-validator-identifier': 7.29.7 + js-tokens: 4.0.0 + picocolors: 1.1.1 + '@babel/compat-data@7.29.0': {} '@babel/core@7.29.0': @@ -4648,6 +4786,8 @@ snapshots: '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-identifier@7.29.7': {} + '@babel/helper-validator-option@7.27.1': {} '@babel/helpers@7.29.2': @@ -4671,6 +4811,8 @@ snapshots: '@babel/runtime@7.29.2': {} + '@babel/runtime@7.29.7': {} + '@babel/template@7.28.6': dependencies: '@babel/code-frame': 7.29.0 @@ -5965,8 +6107,8 @@ snapshots: '@testing-library/dom@10.4.1': dependencies: - '@babel/code-frame': 7.29.0 - '@babel/runtime': 7.29.2 + '@babel/code-frame': 7.29.7 + '@babel/runtime': 7.29.7 '@types/aria-query': 5.0.4 aria-query: 5.3.0 dom-accessibility-api: 0.5.16 @@ -6105,6 +6247,66 @@ snapshots: dependencies: '@types/node': 20.19.39 + '@typescript/typescript-aix-ppc64@7.0.2': + optional: true + + '@typescript/typescript-darwin-arm64@7.0.2': + optional: true + + '@typescript/typescript-darwin-x64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-x64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm@7.0.2': + optional: true + + '@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 + '@unhead/schema@1.11.20': dependencies: hookable: 5.5.3 @@ -7024,9 +7226,9 @@ snapshots: domutils: 3.2.2 entities: 7.0.1 - i18next@26.3.6(typescript@5.9.3): + i18next@26.3.6(typescript@7.0.2): optionalDependencies: - typescript: 5.9.3 + typescript: 7.0.2 ieee754@1.2.1: {} @@ -7634,16 +7836,16 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-i18next@17.0.11(i18next@26.3.6(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3): + react-i18next@17.0.11(i18next@26.3.6(typescript@7.0.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@7.0.2): dependencies: '@babel/runtime': 7.29.2 html-parse-stringify: 4.0.1 - i18next: 26.3.6(typescript@5.9.3) + i18next: 26.3.6(typescript@7.0.2) react: 18.3.1 use-sync-external-store: 1.6.0(react@18.3.1) optionalDependencies: react-dom: 18.3.1(react@18.3.1) - typescript: 5.9.3 + typescript: 7.0.2 react-is@17.0.2: {} @@ -8125,7 +8327,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.5.1(jiti@2.7.0)(postcss@8.5.18)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.9.0): + tsup@8.5.1(jiti@2.7.0)(postcss@8.5.18)(tsx@4.21.0)(typescript@7.0.2)(yaml@2.9.0): dependencies: bundle-require: 5.1.0(esbuild@0.27.7) cac: 6.7.14 @@ -8146,7 +8348,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: postcss: 8.5.18 - typescript: 5.9.3 + typescript: 7.0.2 transitivePeerDependencies: - jiti - supports-color @@ -8166,7 +8368,28 @@ snapshots: type-fest@0.13.1: {} - typescript@5.9.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 ufo@1.6.4: {}