diff --git a/apps/server/package.json b/apps/server/package.json index 02b30edb..db9f485b 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@biomejs/biome": "1.9.4", + "@biomejs/biome": "^2.3.1", "@repo/typescript-config": "workspace:*", "@types/bcrypt": "^5.0.2", "@types/cors": "^2.8.19", @@ -34,9 +34,9 @@ "@types/passport-local": "^1.0.38", "@types/response-time": "^2.3.8", "tsconfig-paths": "^4.2.0", - "tsup": "8.4.0", - "tsx": "4.19.4", - "typescript": "^5.8.3" + "tsup": "8.5.0", + "tsx": "4.20.6", + "typescript": "^5.9.3" }, "dependencies": { "@erp/auth": "workspace:*", diff --git a/apps/web/package.json b/apps/web/package.json index 2366aa0d..c025cfe3 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -13,7 +13,7 @@ "format": "biome format --write" }, "devDependencies": { - "@biomejs/biome": "1.9.4", + "@biomejs/biome": "^2.3.1", "@tanstack/react-query-devtools": "^5.74.11", "@types/dinero.js": "^1.9.4", "@types/node": "^22.15.12", diff --git a/modules/auth/package.json b/modules/auth/package.json index 081ac718..da84925f 100644 --- a/modules/auth/package.json +++ b/modules/auth/package.json @@ -15,11 +15,11 @@ "zod": "^3.25.67" }, "devDependencies": { - "@biomejs/biome": "1.9.4", + "@biomejs/biome": "^2.3.1", "@types/express": "^4.17.21", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.3", - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "dependencies": { "@erp/core": "workspace:*", diff --git a/modules/core/package.json b/modules/core/package.json index dd7a22bc..0a7b7c9a 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -19,7 +19,7 @@ "@types/dinero.js": "^1.9.4", "@types/express": "^4.17.21", "@types/react": "^19.1.2", - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "dependencies": { "@hookform/resolvers": "^5.0.1", diff --git a/modules/customer-invoices/package.json b/modules/customer-invoices/package.json index 3d403899..d45fab27 100644 --- a/modules/customer-invoices/package.json +++ b/modules/customer-invoices/package.json @@ -33,7 +33,7 @@ "@types/react": "^19.1.2", "@types/react-dom": "^19.1.3", "@types/react-router-dom": "^5.3.3", - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "dependencies": { "@ag-grid-community/locale": "34.0.0", diff --git a/modules/customers/package.json b/modules/customers/package.json index 05c8152e..aaff7bae 100644 --- a/modules/customers/package.json +++ b/modules/customers/package.json @@ -27,9 +27,8 @@ "devDependencies": { "@types/express": "^4.17.21", "@types/react": "^19.1.2", - "@types/react-i18next": "^8.1.0", "@types/react-router-dom": "^5.3.3", - "typescript": "^5.8.3", + "typescript": "^5.9.3", "vitest": "^3.2.4" }, "dependencies": { diff --git a/package.json b/package.json index 7cc06d84..e744fa09 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "clean": "find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \\;" }, "devDependencies": { - "@biomejs/biome": "2.0.6", + "@biomejs/biome": "2.3.1", "@repo/typescript-config": "workspace:*", "change-case": "^5.4.4", - "inquirer": "^12.5.2", + "inquirer": "^12.10.0", "plop": "^4.0.4", "ts-node": "^10.9.2", - "turbo": "^2.5.1", - "typescript": "5.8.3" + "turbo": "^2.5.8", + "typescript": "5.9.3" }, "engines": { "node": ">=18" diff --git a/packages/rdx-ddd/package.json b/packages/rdx-ddd/package.json index a49ea917..2975abb8 100644 --- a/packages/rdx-ddd/package.json +++ b/packages/rdx-ddd/package.json @@ -13,7 +13,7 @@ "@repo/typescript-config": "workspace:*", "@types/node": "^22.15.12", "@types/dinero.js": "^1.9.4", - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "dependencies": { "@repo/rdx-utils": "workspace:*", diff --git a/packages/rdx-logger/package.json b/packages/rdx-logger/package.json index 217c6811..4dfdf125 100644 --- a/packages/rdx-logger/package.json +++ b/packages/rdx-logger/package.json @@ -10,7 +10,7 @@ ".": "./src/index.ts" }, "devDependencies": { - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "dependencies": { "cls-rtracer": "^2.6.3", diff --git a/packages/rdx-ui/package.json b/packages/rdx-ui/package.json index c3dffd92..fa10d799 100644 --- a/packages/rdx-ui/package.json +++ b/packages/rdx-ui/package.json @@ -13,7 +13,9 @@ "./components": "./src/components/index.tsx", "./components/*": "./src/components/*.tsx", "./locales/*": "./src/locales/*", - "./hooks": ["./src/hooks/index.ts"] + "./hooks": [ + "./src/hooks/index.ts" + ] }, "peerDependencies": { "date-fns": "^4.1.0", @@ -21,11 +23,11 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "^7.58.1", - "typescript": "^5.8.3", + "typescript": "^5.9.3", "zod": "^4.1.11" }, "devDependencies": { - "@biomejs/biome": "1.9.4", + "@biomejs/biome": "^2.3.1", "@repo/typescript-config": "workspace:*", "@tailwindcss/postcss": "^4.1.5", "@turbo/gen": "^2.5.2", @@ -38,7 +40,6 @@ "tailwindcss": "^4.1.5", "tsup": "^8.4.0", "tw-animate-css": "^1.2.9", - "typescript": "^5.8.3", "typescript-plugin-css-modules": "^5.1.0", "vite-tsconfig-paths": "^5.1.4" }, diff --git a/packages/rdx-utils/package.json b/packages/rdx-utils/package.json index 536a2993..ceaf224a 100644 --- a/packages/rdx-utils/package.json +++ b/packages/rdx-utils/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@repo/typescript-config": "workspace:*", "@types/node": "^22.15.12", - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "dependencies": { "joi": "^17.13.3", diff --git a/packages/shadcn-ui/package.json b/packages/shadcn-ui/package.json index e36fd872..fb5ad7b2 100644 --- a/packages/shadcn-ui/package.json +++ b/packages/shadcn-ui/package.json @@ -10,7 +10,10 @@ "./components": "./src/components/index.tsx", "./components/*": "./src/components/*.tsx", "./lib/*": "./src/lib/*.ts", - "./hooks/*": ["./src/hooks/*.ts", "./src/hooks/*/index.ts"] + "./hooks/*": [ + "./src/hooks/*.ts", + "./src/hooks/*/index.ts" + ] }, "scripts": { "lint": "biome lint --fix", @@ -20,10 +23,10 @@ "lucide-react": "^0.503.0", "react": "^19.1.0", "react-dom": "^19.1.0", - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "devDependencies": { - "@biomejs/biome": "1.9.4", + "@biomejs/biome": "^2.3.1", "@repo/typescript-config": "workspace:*", "@tailwindcss/postcss": "^4.1.5", "@turbo/gen": "^2.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a66ec3b2..4a3accf1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: 2.0.6 - version: 2.0.6 + specifier: 2.3.1 + version: 2.3.1 '@repo/typescript-config': specifier: workspace:* version: link:packages/typescript-config @@ -18,20 +18,20 @@ importers: specifier: ^5.4.4 version: 5.4.4 inquirer: - specifier: ^12.5.2 - version: 12.9.6(@types/node@22.18.10) + specifier: ^12.10.0 + version: 12.10.0(@types/node@22.18.10) plop: specifier: ^4.0.4 version: 4.0.4(@types/node@22.18.10) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.18.10)(typescript@5.8.3) + version: 10.9.2(@types/node@22.18.10)(typescript@5.9.3) turbo: - specifier: ^2.5.1 + specifier: ^2.5.8 version: 2.5.8 typescript: - specifier: 5.8.3 - version: 5.8.3 + specifier: 5.9.3 + version: 5.9.3 apps/server: dependencies: @@ -47,9 +47,6 @@ importers: '@erp/customers': specifier: workspace:* version: link:../../modules/customers - '@erp/verifactu': - specifier: workspace:* - version: link:../../modules/verifactu '@repo/rdx-logger': specifier: workspace:* version: link:../../packages/rdx-logger @@ -109,7 +106,7 @@ importers: version: 0.12.7 puppeteer: specifier: ^24.20.0 - version: 24.24.0(typescript@5.8.3) + version: 24.24.0(typescript@5.9.3) puppeteer-report: specifier: ^3.2.0 version: 3.2.0 @@ -127,7 +124,7 @@ importers: version: 1.1.1 ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@22.18.10)(typescript@5.8.3) + version: 10.9.2(@types/node@22.18.10)(typescript@5.9.3) uuid: specifier: ^11.0.5 version: 11.1.0 @@ -142,8 +139,8 @@ importers: version: 4.1.12 devDependencies: '@biomejs/biome': - specifier: 1.9.4 - version: 1.9.4 + specifier: ^2.3.1 + version: 2.3.1 '@repo/typescript-config': specifier: workspace:* version: link:../../packages/typescript-config @@ -190,14 +187,14 @@ importers: specifier: ^4.2.0 version: 4.2.0 tsup: - specifier: 8.4.0 - version: 8.4.0(jiti@2.6.1)(postcss@8.5.6)(tsx@4.19.4)(typescript@5.8.3) + specifier: 8.5.0 + version: 8.5.0(jiti@2.6.1)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3) tsx: - specifier: 4.19.4 - version: 4.19.4 + specifier: 4.20.6 + version: 4.20.6 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 apps/web: dependencies: @@ -221,7 +218,7 @@ importers: version: link:../../packages/shadcn-ui '@tailwindcss/vite': specifier: ^4.1.11 - version: 4.1.14(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)) + version: 4.1.14(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)) '@tanstack/react-query': specifier: ^5.74.11 version: 5.90.2(react@19.2.0) @@ -269,11 +266,11 @@ importers: version: 1.4.0 vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)) + version: 3.2.2(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)) devDependencies: '@biomejs/biome': - specifier: 1.9.4 - version: 1.9.4 + specifier: ^2.3.1 + version: 2.3.1 '@tanstack/react-query-devtools': specifier: ^5.74.11 version: 5.90.2(@tanstack/react-query@5.90.2(react@19.2.0))(react@19.2.0) @@ -291,13 +288,13 @@ importers: version: 19.2.1(@types/react@19.2.2) '@vitejs/plugin-react': specifier: ^4.4.1 - version: 4.7.0(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)) + version: 4.7.0(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)) typescript: specifier: ~5.8.3 version: 5.8.3 vite: specifier: ^6.3.5 - version: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + version: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) modules/auth: dependencies: @@ -324,7 +321,7 @@ importers: version: 4.21.2 i18next: specifier: ^25.1.1 - version: 25.6.0(typescript@5.8.3) + version: 25.6.0(typescript@5.9.3) react: specifier: ^19.1.0 version: 19.2.0 @@ -348,8 +345,8 @@ importers: version: 3.25.76 devDependencies: '@biomejs/biome': - specifier: 1.9.4 - version: 1.9.4 + specifier: ^2.3.1 + version: 2.3.1 '@types/express': specifier: ^4.17.21 version: 4.17.23 @@ -360,8 +357,8 @@ importers: specifier: ^19.1.3 version: 19.2.1(@types/react@19.2.2) typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 modules/core: dependencies: @@ -406,7 +403,7 @@ importers: version: 2.1.0 i18next: specifier: ^25.1.1 - version: 25.6.0(typescript@5.8.3) + version: 25.6.0(typescript@5.9.3) lucide-react: specifier: ^0.503.0 version: 0.503.0(react@19.2.0) @@ -418,7 +415,7 @@ importers: version: 7.65.0(react@19.2.0) react-i18next: specifier: ^15.5.1 - version: 15.7.4(i18next@25.6.0(typescript@5.8.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.3) + version: 15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) react-router-dom: specifier: ^6.26.0 version: 6.30.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -442,8 +439,8 @@ importers: specifier: ^19.1.2 version: 19.2.2 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 modules/customer-invoices: dependencies: @@ -518,7 +515,7 @@ importers: version: 4.7.8 i18next: specifier: ^25.1.1 - version: 25.6.0(typescript@5.8.3) + version: 25.6.0(typescript@5.9.3) libphonenumber-js: specifier: ^1.12.7 version: 1.12.24 @@ -527,7 +524,7 @@ importers: version: 0.503.0(react@19.2.0) puppeteer: specifier: ^24.20.0 - version: 24.24.0(typescript@5.8.3) + version: 24.24.0(typescript@5.9.3) puppeteer-report: specifier: ^3.2.0 version: 3.2.0 @@ -542,7 +539,7 @@ importers: version: 7.65.0(react@19.2.0) react-i18next: specifier: ^15.5.1 - version: 15.7.4(i18next@25.6.0(typescript@5.8.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.3) + version: 15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) react-router-dom: specifier: ^6.26.0 version: 6.30.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -572,8 +569,8 @@ importers: specifier: ^5.3.3 version: 5.3.3 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 modules/customers: dependencies: @@ -627,7 +624,7 @@ importers: version: 4.21.2 i18next: specifier: ^25.1.1 - version: 25.6.0(typescript@5.8.3) + version: 25.6.0(typescript@5.9.3) lucide-react: specifier: ^0.503.0 version: 0.503.0(react@19.2.0) @@ -645,7 +642,7 @@ importers: version: 7.65.0(react@19.2.0) react-i18next: specifier: ^15.5.1 - version: 15.7.4(i18next@25.6.0(typescript@5.8.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.3) + version: 15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) react-router-dom: specifier: ^6.26.0 version: 6.30.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -665,18 +662,15 @@ importers: '@types/react': specifier: ^19.1.2 version: 19.2.2 - '@types/react-i18next': - specifier: ^8.1.0 - version: 8.1.0(i18next@25.6.0(typescript@5.8.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.3) '@types/react-router-dom': specifier: ^5.3.3 version: 5.3.3 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 vitest: specifier: ^3.2.4 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) modules/doc-numbering: dependencies: @@ -790,8 +784,8 @@ importers: specifier: ^22.15.12 version: 22.18.10 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 packages/rdx-logger: dependencies: @@ -806,8 +800,8 @@ importers: version: 5.0.0(winston@3.18.3) devDependencies: typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 packages/rdx-ui: dependencies: @@ -846,7 +840,7 @@ importers: version: 0.2.0 i18next: specifier: ^25.1.1 - version: 25.6.0(typescript@5.8.3) + version: 25.6.0(typescript@5.9.3) lucide-react: specifier: ^0.503.0 version: 0.503.0(react@19.2.0) @@ -861,7 +855,7 @@ importers: version: 7.65.0(react@19.2.0) react-i18next: specifier: ^15.5.1 - version: 15.7.4(i18next@25.6.0(typescript@5.8.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.3) + version: 15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) react-router: specifier: ^6.26.0 version: 6.30.1(react@19.2.0) @@ -874,13 +868,16 @@ importers: sonner: specifier: ^2.0.3 version: 2.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + typescript: + specifier: ^5.9.3 + version: 5.9.3 zod: specifier: ^4.1.11 version: 4.1.12 devDependencies: '@biomejs/biome': - specifier: 1.9.4 - version: 1.9.4 + specifier: ^2.3.1 + version: 2.3.1 '@repo/typescript-config': specifier: workspace:* version: link:../typescript-config @@ -889,7 +886,7 @@ importers: version: 4.1.14 '@turbo/gen': specifier: ^2.5.2 - version: 2.5.8(@types/node@22.18.10)(typescript@5.8.3) + version: 2.5.8(@types/node@22.18.10)(typescript@5.9.3) '@types/node': specifier: ^22.15.12 version: 22.18.10 @@ -901,7 +898,7 @@ importers: version: 19.2.1(@types/react@19.2.2) '@vitejs/plugin-react': specifier: ^4.4.1 - version: 4.7.0(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)) + version: 4.7.0(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)) esbuild-plugin-react18: specifier: ^0.2.6 version: 0.2.6 @@ -913,19 +910,16 @@ importers: version: 4.1.14 tsup: specifier: ^8.4.0 - version: 8.4.0(jiti@2.6.1)(postcss@8.5.6)(tsx@4.19.4)(typescript@5.8.3) + version: 8.4.0(jiti@2.6.1)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3) tw-animate-css: specifier: ^1.2.9 version: 1.4.0 - typescript: - specifier: ^5.8.3 - version: 5.8.3 typescript-plugin-css-modules: specifier: ^5.1.0 - version: 5.2.0(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.8.3))(typescript@5.8.3) + version: 5.2.0(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.9.3))(typescript@5.9.3) vite-tsconfig-paths: specifier: ^5.1.4 - version: 5.1.4(typescript@5.8.3)(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)) + version: 5.1.4(typescript@5.9.3)(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)) packages/rdx-utils: dependencies: @@ -943,8 +937,8 @@ importers: specifier: ^22.15.12 version: 22.18.10 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 packages/shadcn-ui: dependencies: @@ -1096,8 +1090,8 @@ importers: specifier: ^1.2.9 version: 1.4.0 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 vaul: specifier: ^1.1.2 version: 1.1.2(@types/react-dom@19.2.1(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -1106,8 +1100,8 @@ importers: version: 3.25.76 devDependencies: '@biomejs/biome': - specifier: 1.9.4 - version: 1.9.4 + specifier: ^2.3.1 + version: 2.3.1 '@repo/typescript-config': specifier: workspace:* version: link:../typescript-config @@ -1116,7 +1110,7 @@ importers: version: 4.1.14 '@turbo/gen': specifier: ^2.5.2 - version: 2.5.8(@types/node@22.18.10)(typescript@5.8.3) + version: 2.5.8(@types/node@22.18.10)(typescript@5.9.3) '@types/node': specifier: ^22.15.12 version: 22.18.10 @@ -1235,108 +1229,55 @@ packages: resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==} engines: {node: '>=6.9.0'} - '@biomejs/biome@1.9.4': - resolution: {integrity: sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==} + '@biomejs/biome@2.3.1': + resolution: {integrity: sha512-A29evf1R72V5bo4o2EPxYMm5mtyGvzp2g+biZvRFx29nWebGyyeOSsDWGx3tuNNMFRepGwxmA9ZQ15mzfabK2w==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/biome@2.0.6': - resolution: {integrity: sha512-RRP+9cdh5qwe2t0gORwXaa27oTOiQRQvrFf49x2PA1tnpsyU7FIHX4ZOFMtBC4QNtyWsN7Dqkf5EDbg4X+9iqA==} - engines: {node: '>=14.21.3'} - hasBin: true - - '@biomejs/cli-darwin-arm64@1.9.4': - resolution: {integrity: sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==} + '@biomejs/cli-darwin-arm64@2.3.1': + resolution: {integrity: sha512-ombSf3MnTUueiYGN1SeI9tBCsDUhpWzOwS63Dove42osNh0PfE1cUtHFx6eZ1+MYCCLwXzlFlYFdrJ+U7h6LcA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-arm64@2.0.6': - resolution: {integrity: sha512-AzdiNNjNzsE6LfqWyBvcL29uWoIuZUkndu+wwlXW13EKcBHbbKjNQEZIJKYDc6IL+p7bmWGx3v9ZtcRyIoIz5A==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [darwin] - - '@biomejs/cli-darwin-x64@1.9.4': - resolution: {integrity: sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==} + '@biomejs/cli-darwin-x64@2.3.1': + resolution: {integrity: sha512-pcOfwyoQkrkbGvXxRvZNe5qgD797IowpJPovPX5biPk2FwMEV+INZqfCaz4G5bVq9hYnjwhRMamg11U4QsRXrQ==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-darwin-x64@2.0.6': - resolution: {integrity: sha512-wJjjP4E7bO4WJmiQaLnsdXMa516dbtC6542qeRkyJg0MqMXP0fvs4gdsHhZ7p9XWTAmGIjZHFKXdsjBvKGIJJQ==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [darwin] - - '@biomejs/cli-linux-arm64-musl@1.9.4': - resolution: {integrity: sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==} + '@biomejs/cli-linux-arm64-musl@2.3.1': + resolution: {integrity: sha512-+DZYv8l7FlUtTrWs1Tdt1KcNCAmRO87PyOnxKGunbWm5HKg1oZBSbIIPkjrCtDZaeqSG1DiGx7qF+CPsquQRcg==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64-musl@2.0.6': - resolution: {integrity: sha512-CVPEMlin3bW49sBqLBg2x016Pws7eUXA27XYDFlEtponD0luYjg2zQaMJ2nOqlkKG9fqzzkamdYxHdMDc2gZFw==} + '@biomejs/cli-linux-arm64@2.3.1': + resolution: {integrity: sha512-td5O8pFIgLs8H1sAZsD6v+5quODihyEw4nv2R8z7swUfIK1FKk+15e4eiYVLcAE4jUqngvh4j3JCNgg0Y4o4IQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@1.9.4': - resolution: {integrity: sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [linux] - - '@biomejs/cli-linux-arm64@2.0.6': - resolution: {integrity: sha512-ZSVf6TYo5rNMUHIW1tww+rs/krol7U5A1Is/yzWyHVZguuB0lBnIodqyFuwCNqG9aJGyk7xIMS8HG0qGUPz0SA==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [linux] - - '@biomejs/cli-linux-x64-musl@1.9.4': - resolution: {integrity: sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==} + '@biomejs/cli-linux-x64-musl@2.3.1': + resolution: {integrity: sha512-Y3Ob4nqgv38Mh+6EGHltuN+Cq8aj/gyMTJYzkFZV2AEj+9XzoXB9VNljz9pjfFNHUxvLEV4b55VWyxozQTBaUQ==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64-musl@2.0.6': - resolution: {integrity: sha512-mKHE/e954hR/hSnAcJSjkf4xGqZc/53Kh39HVW1EgO5iFi0JutTN07TSjEMg616julRtfSNJi0KNyxvc30Y4rQ==} + '@biomejs/cli-linux-x64@2.3.1': + resolution: {integrity: sha512-PYWgEO7up7XYwSAArOpzsVCiqxBCXy53gsReAb1kKYIyXaoAlhBaBMvxR/k2Rm9aTuZ662locXUmPk/Aj+Xu+Q==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@1.9.4': - resolution: {integrity: sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [linux] - - '@biomejs/cli-linux-x64@2.0.6': - resolution: {integrity: sha512-geM1MkHTV1Kh2Cs/Xzot9BOF3WBacihw6bkEmxkz4nSga8B9/hWy5BDiOG3gHDGIBa8WxT0nzsJs2f/hPqQIQw==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [linux] - - '@biomejs/cli-win32-arm64@1.9.4': - resolution: {integrity: sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==} + '@biomejs/cli-win32-arm64@2.3.1': + resolution: {integrity: sha512-RHIG/zgo+69idUqVvV3n8+j58dKYABRpMyDmfWu2TITC+jwGPiEaT0Q3RKD+kQHiS80mpBrST0iUGeEXT0bU9A==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-arm64@2.0.6': - resolution: {integrity: sha512-290V4oSFoKaprKE1zkYVsDfAdn0An5DowZ+GIABgjoq1ndhvNxkJcpxPsiYtT7slbVe3xmlT0ncdfOsN7KruzA==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [win32] - - '@biomejs/cli-win32-x64@1.9.4': - resolution: {integrity: sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [win32] - - '@biomejs/cli-win32-x64@2.0.6': - resolution: {integrity: sha512-bfM1Bce0d69Ao7pjTjUS+AWSZ02+5UHdiAP85Th8e9yV5xzw6JrHXbL5YWlcEKQ84FIZMdDc7ncuti1wd2sdbw==} + '@biomejs/cli-win32-x64@2.3.1': + resolution: {integrity: sha512-izl30JJ5Dp10mi90Eko47zhxE6pYyWPcnX1NQxKpL/yMhXxf95oLTzfpu4q+MDBh/gemNqyJEwjBpe0MT5iWPA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -1637,12 +1578,12 @@ packages: peerDependencies: react-hook-form: ^7.55.0 - '@inquirer/ansi@1.0.0': - resolution: {integrity: sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==} + '@inquirer/ansi@1.0.1': + resolution: {integrity: sha512-yqq0aJW/5XPhi5xOAL1xRCpe1eh8UFVgYFpFsjEqmIR8rKLyP+HINvFXwUaxYICflJrVlxnp7lLN6As735kVpw==} engines: {node: '>=18'} - '@inquirer/checkbox@4.2.4': - resolution: {integrity: sha512-2n9Vgf4HSciFq8ttKXk+qy+GsyTXPV1An6QAwe/8bkbbqvG4VW1I/ZY1pNu2rf+h9bdzMLPbRSfcNxkHBy/Ydw==} + '@inquirer/checkbox@4.3.0': + resolution: {integrity: sha512-5+Q3PKH35YsnoPTh75LucALdAxom6xh5D1oeY561x4cqBuH24ZFVyFREPe14xgnrtmGu3EEt1dIi60wRVSnGCw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1650,8 +1591,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.18': - resolution: {integrity: sha512-MilmWOzHa3Ks11tzvuAmFoAd/wRuaP3SwlT1IZhyMke31FKLxPiuDWcGXhU+PKveNOpAc4axzAgrgxuIJJRmLw==} + '@inquirer/confirm@5.1.19': + resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1659,8 +1600,8 @@ packages: '@types/node': optional: true - '@inquirer/core@10.2.2': - resolution: {integrity: sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==} + '@inquirer/core@10.3.0': + resolution: {integrity: sha512-Uv2aPPPSK5jeCplQmQ9xadnFx2Zhj9b5Dj7bU6ZeCdDNNY11nhYy4btcSdtDguHqCT2h5oNeQTcUNSGGLA7NTA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1668,8 +1609,8 @@ packages: '@types/node': optional: true - '@inquirer/editor@4.2.20': - resolution: {integrity: sha512-7omh5y5bK672Q+Brk4HBbnHNowOZwrb/78IFXdrEB9PfdxL3GudQyDk8O9vQ188wj3xrEebS2M9n18BjJoI83g==} + '@inquirer/editor@4.2.21': + resolution: {integrity: sha512-MjtjOGjr0Kh4BciaFShYpZ1s9400idOdvQ5D7u7lE6VztPFoyLcVNE5dXBmEEIQq5zi4B9h2kU+q7AVBxJMAkQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1677,8 +1618,8 @@ packages: '@types/node': optional: true - '@inquirer/expand@4.0.20': - resolution: {integrity: sha512-Dt9S+6qUg94fEvgn54F2Syf0Z3U8xmnBI9ATq2f5h9xt09fs2IJXSCIXyyVHwvggKWFXEY/7jATRo2K6Dkn6Ow==} + '@inquirer/expand@4.0.21': + resolution: {integrity: sha512-+mScLhIcbPFmuvU3tAGBed78XvYHSvCl6dBiYMlzCLhpr0bzGzd8tfivMMeqND6XZiaZ1tgusbUHJEfc6YzOdA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1699,8 +1640,12 @@ packages: resolution: {integrity: sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==} engines: {node: '>=18'} - '@inquirer/input@4.2.4': - resolution: {integrity: sha512-cwSGpLBMwpwcZZsc6s1gThm0J+it/KIJ+1qFL2euLmSKUMGumJ5TcbMgxEjMjNHRGadouIYbiIgruKoDZk7klw==} + '@inquirer/figures@1.0.14': + resolution: {integrity: sha512-DbFgdt+9/OZYFM+19dbpXOSeAstPy884FPy1KjDu4anWwymZeOYhMY1mdFri172htv6mvc/uvIAAi7b7tvjJBQ==} + engines: {node: '>=18'} + + '@inquirer/input@4.2.5': + resolution: {integrity: sha512-7GoWev7P6s7t0oJbenH0eQ0ThNdDJbEAEtVt9vsrYZ9FulIokvd823yLyhQlWHJPGce1wzP53ttfdCZmonMHyA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1708,8 +1653,8 @@ packages: '@types/node': optional: true - '@inquirer/number@3.0.20': - resolution: {integrity: sha512-bbooay64VD1Z6uMfNehED2A2YOPHSJnQLs9/4WNiV/EK+vXczf/R988itL2XLDGTgmhMF2KkiWZo+iEZmc4jqg==} + '@inquirer/number@3.0.21': + resolution: {integrity: sha512-5QWs0KGaNMlhbdhOSCFfKsW+/dcAVC2g4wT/z2MCiZM47uLgatC5N20kpkDQf7dHx+XFct/MJvvNGy6aYJn4Pw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1717,8 +1662,8 @@ packages: '@types/node': optional: true - '@inquirer/password@4.0.20': - resolution: {integrity: sha512-nxSaPV2cPvvoOmRygQR+h0B+Av73B01cqYLcr7NXcGXhbmsYfUb8fDdw2Us1bI2YsX+VvY7I7upgFYsyf8+Nug==} + '@inquirer/password@4.0.21': + resolution: {integrity: sha512-xxeW1V5SbNFNig2pLfetsDb0svWlKuhmr7MPJZMYuDnCTkpVBI+X/doudg4pznc1/U+yYmWFFOi4hNvGgUo7EA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1726,8 +1671,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.8.6': - resolution: {integrity: sha512-68JhkiojicX9SBUD8FE/pSKbOKtwoyaVj1kwqLfvjlVXZvOy3iaSWX4dCLsZyYx/5Ur07Fq+yuDNOen+5ce6ig==} + '@inquirer/prompts@7.9.0': + resolution: {integrity: sha512-X7/+dG9SLpSzRkwgG5/xiIzW0oMrV3C0HOa7YHG1WnrLK+vCQHfte4k/T80059YBdei29RBC3s+pSMvPJDU9/A==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1735,8 +1680,8 @@ packages: '@types/node': optional: true - '@inquirer/rawlist@4.1.8': - resolution: {integrity: sha512-CQ2VkIASbgI2PxdzlkeeieLRmniaUU1Aoi5ggEdm6BIyqopE9GuDXdDOj9XiwOqK5qm72oI2i6J+Gnjaa26ejg==} + '@inquirer/rawlist@4.1.9': + resolution: {integrity: sha512-AWpxB7MuJrRiSfTKGJ7Y68imYt8P9N3Gaa7ySdkFj1iWjr6WfbGAhdZvw/UnhFXTHITJzxGUI9k8IX7akAEBCg==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1744,8 +1689,8 @@ packages: '@types/node': optional: true - '@inquirer/search@3.1.3': - resolution: {integrity: sha512-D5T6ioybJJH0IiSUK/JXcoRrrm8sXwzrVMjibuPs+AgxmogKslaafy1oxFiorNI4s3ElSkeQZbhYQgLqiL8h6Q==} + '@inquirer/search@3.2.0': + resolution: {integrity: sha512-a5SzB/qrXafDX1Z4AZW3CsVoiNxcIYCzYP7r9RzrfMpaLpB+yWi5U8BWagZyLmwR0pKbbL5umnGRd0RzGVI8bQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1753,8 +1698,8 @@ packages: '@types/node': optional: true - '@inquirer/select@4.3.4': - resolution: {integrity: sha512-Qp20nySRmfbuJBBsgPU7E/cL62Hf250vMZRzYDcBHty2zdD1kKCnoDFWRr0WO2ZzaXp3R7a4esaVGJUx0E6zvA==} + '@inquirer/select@4.4.0': + resolution: {integrity: sha512-kaC3FHsJZvVyIjYBs5Ih8y8Bj4P/QItQWrZW22WJax7zTN+ZPXVGuOM55vzbdCP9zKUiBd9iEJVdesujfF+cAA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1762,8 +1707,8 @@ packages: '@types/node': optional: true - '@inquirer/type@3.0.8': - resolution: {integrity: sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==} + '@inquirer/type@3.0.9': + resolution: {integrity: sha512-QPaNt/nmE2bLGQa9b7wwyRJoLZ7pN6rcyXvzU0YCmivmJyq1BVo94G98tStRWkoD1RgDX5C+dPlhhHzNdu/W/w==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -2993,10 +2938,6 @@ packages: peerDependencies: '@types/react': ^19.2.0 - '@types/react-i18next@8.1.0': - resolution: {integrity: sha512-d4xhcjX5b3roNMObRNMfb1HinHQlQLPo8xlDj60dnHeeAw2bBymR2cy/l1giJpHzo/ZFgSvgVUvIWr4kCrenCg==} - deprecated: This is a stub types definition. react-i18next provides its own type definitions, so you do not need this installed. - '@types/react-router-dom@5.3.3': resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} @@ -3518,6 +3459,9 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + confbox@0.1.8: + resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + connect-history-api-fallback@1.6.0: resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} engines: {node: '>=0.8'} @@ -4052,6 +3996,9 @@ packages: resolution: {integrity: sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==} engines: {node: '>= 10.13.0'} + fix-dts-default-cjs-exports@1.0.1: + resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==} + flagged-respawn@2.0.0: resolution: {integrity: sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==} engines: {node: '>= 10.13.0'} @@ -4368,8 +4315,8 @@ packages: react: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc - inquirer@12.9.6: - resolution: {integrity: sha512-603xXOgyfxhuis4nfnWaZrMaotNT0Km9XwwBNWUKbIDqeCY89jGr2F9YPEMiNhU6XjIP4VoWISMBFfcc5NgrTw==} + inquirer@12.10.0: + resolution: {integrity: sha512-K/epfEnDBZj2Q3NMDcgXWZye3nhSPeoJnOh8lcKWrldw54UEZfS4EmAMsAsmVbl7qKi+vjAsy39Sz4fbgRMewg==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4868,6 +4815,9 @@ packages: engines: {node: '>=10'} hasBin: true + mlly@1.8.0: + resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==} + module-alias@2.2.3: resolution: {integrity: sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==} @@ -5202,6 +5152,9 @@ packages: resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} engines: {node: '>= 6'} + pkg-types@1.3.1: + resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} + plop@4.0.4: resolution: {integrity: sha512-YdxtHWcPV8hDsszVPr4VQBVGNdn5ZQmEW+cZakZkuVeQHtENmrtY4AhuyoZW6s7ZjpmrS+llLQrfDgRKNQNsmg==} engines: {node: '>=18'} @@ -6046,8 +5999,27 @@ packages: typescript: optional: true - tsx@4.19.4: - resolution: {integrity: sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==} + tsup@8.5.0: + resolution: {integrity: sha512-VmBp77lWNQq6PfuMqCHD3xWl22vEoWsKajkF8t+yMBawlUS8JzEI+vOVMeuNZIuMML8qXRizFKi9oD5glKQVcQ==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + '@microsoft/api-extractor': ^7.36.0 + '@swc/core': ^1 + postcss: ^8.4.12 + typescript: '>=4.5.0' + peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true + '@swc/core': + optional: true + postcss: + optional: true + typescript: + optional: true + + tsx@4.20.6: + resolution: {integrity: sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==} engines: {node: '>=18.0.0'} hasBin: true @@ -6109,6 +6081,14 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + engines: {node: '>=14.17'} + hasBin: true + + ufo@1.6.1: + resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} + uglify-js@3.19.3: resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} engines: {node: '>=0.8.0'} @@ -6573,74 +6553,39 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@biomejs/biome@1.9.4': + '@biomejs/biome@2.3.1': optionalDependencies: - '@biomejs/cli-darwin-arm64': 1.9.4 - '@biomejs/cli-darwin-x64': 1.9.4 - '@biomejs/cli-linux-arm64': 1.9.4 - '@biomejs/cli-linux-arm64-musl': 1.9.4 - '@biomejs/cli-linux-x64': 1.9.4 - '@biomejs/cli-linux-x64-musl': 1.9.4 - '@biomejs/cli-win32-arm64': 1.9.4 - '@biomejs/cli-win32-x64': 1.9.4 + '@biomejs/cli-darwin-arm64': 2.3.1 + '@biomejs/cli-darwin-x64': 2.3.1 + '@biomejs/cli-linux-arm64': 2.3.1 + '@biomejs/cli-linux-arm64-musl': 2.3.1 + '@biomejs/cli-linux-x64': 2.3.1 + '@biomejs/cli-linux-x64-musl': 2.3.1 + '@biomejs/cli-win32-arm64': 2.3.1 + '@biomejs/cli-win32-x64': 2.3.1 - '@biomejs/biome@2.0.6': - optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.0.6 - '@biomejs/cli-darwin-x64': 2.0.6 - '@biomejs/cli-linux-arm64': 2.0.6 - '@biomejs/cli-linux-arm64-musl': 2.0.6 - '@biomejs/cli-linux-x64': 2.0.6 - '@biomejs/cli-linux-x64-musl': 2.0.6 - '@biomejs/cli-win32-arm64': 2.0.6 - '@biomejs/cli-win32-x64': 2.0.6 - - '@biomejs/cli-darwin-arm64@1.9.4': + '@biomejs/cli-darwin-arm64@2.3.1': optional: true - '@biomejs/cli-darwin-arm64@2.0.6': + '@biomejs/cli-darwin-x64@2.3.1': optional: true - '@biomejs/cli-darwin-x64@1.9.4': + '@biomejs/cli-linux-arm64-musl@2.3.1': optional: true - '@biomejs/cli-darwin-x64@2.0.6': + '@biomejs/cli-linux-arm64@2.3.1': optional: true - '@biomejs/cli-linux-arm64-musl@1.9.4': + '@biomejs/cli-linux-x64-musl@2.3.1': optional: true - '@biomejs/cli-linux-arm64-musl@2.0.6': + '@biomejs/cli-linux-x64@2.3.1': optional: true - '@biomejs/cli-linux-arm64@1.9.4': + '@biomejs/cli-win32-arm64@2.3.1': optional: true - '@biomejs/cli-linux-arm64@2.0.6': - optional: true - - '@biomejs/cli-linux-x64-musl@1.9.4': - optional: true - - '@biomejs/cli-linux-x64-musl@2.0.6': - optional: true - - '@biomejs/cli-linux-x64@1.9.4': - optional: true - - '@biomejs/cli-linux-x64@2.0.6': - optional: true - - '@biomejs/cli-win32-arm64@1.9.4': - optional: true - - '@biomejs/cli-win32-arm64@2.0.6': - optional: true - - '@biomejs/cli-win32-x64@1.9.4': - optional: true - - '@biomejs/cli-win32-x64@2.0.6': + '@biomejs/cli-win32-x64@2.3.1': optional: true '@codelytv/criteria@2.0.0': {} @@ -6904,30 +6849,30 @@ snapshots: '@standard-schema/utils': 0.3.0 react-hook-form: 7.65.0(react@19.2.0) - '@inquirer/ansi@1.0.0': {} + '@inquirer/ansi@1.0.1': {} - '@inquirer/checkbox@4.2.4(@types/node@22.18.10)': + '@inquirer/checkbox@4.3.0(@types/node@22.18.10)': dependencies: - '@inquirer/ansi': 1.0.0 - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/ansi': 1.0.1 + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/figures': 1.0.14 + '@inquirer/type': 3.0.9(@types/node@22.18.10) yoctocolors-cjs: 2.1.3 optionalDependencies: '@types/node': 22.18.10 - '@inquirer/confirm@5.1.18(@types/node@22.18.10)': + '@inquirer/confirm@5.1.19(@types/node@22.18.10)': dependencies: - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) optionalDependencies: '@types/node': 22.18.10 - '@inquirer/core@10.2.2(@types/node@22.18.10)': + '@inquirer/core@10.3.0(@types/node@22.18.10)': dependencies: - '@inquirer/ansi': 1.0.0 - '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/ansi': 1.0.1 + '@inquirer/figures': 1.0.14 + '@inquirer/type': 3.0.9(@types/node@22.18.10) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 @@ -6936,18 +6881,18 @@ snapshots: optionalDependencies: '@types/node': 22.18.10 - '@inquirer/editor@4.2.20(@types/node@22.18.10)': + '@inquirer/editor@4.2.21(@types/node@22.18.10)': dependencies: - '@inquirer/core': 10.2.2(@types/node@22.18.10) + '@inquirer/core': 10.3.0(@types/node@22.18.10) '@inquirer/external-editor': 1.0.2(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) optionalDependencies: '@types/node': 22.18.10 - '@inquirer/expand@4.0.20(@types/node@22.18.10)': + '@inquirer/expand@4.0.21(@types/node@22.18.10)': dependencies: - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) yoctocolors-cjs: 2.1.3 optionalDependencies: '@types/node': 22.18.10 @@ -6961,71 +6906,73 @@ snapshots: '@inquirer/figures@1.0.13': {} - '@inquirer/input@4.2.4(@types/node@22.18.10)': + '@inquirer/figures@1.0.14': {} + + '@inquirer/input@4.2.5(@types/node@22.18.10)': dependencies: - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) optionalDependencies: '@types/node': 22.18.10 - '@inquirer/number@3.0.20(@types/node@22.18.10)': + '@inquirer/number@3.0.21(@types/node@22.18.10)': dependencies: - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) optionalDependencies: '@types/node': 22.18.10 - '@inquirer/password@4.0.20(@types/node@22.18.10)': + '@inquirer/password@4.0.21(@types/node@22.18.10)': dependencies: - '@inquirer/ansi': 1.0.0 - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/ansi': 1.0.1 + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) optionalDependencies: '@types/node': 22.18.10 - '@inquirer/prompts@7.8.6(@types/node@22.18.10)': + '@inquirer/prompts@7.9.0(@types/node@22.18.10)': dependencies: - '@inquirer/checkbox': 4.2.4(@types/node@22.18.10) - '@inquirer/confirm': 5.1.18(@types/node@22.18.10) - '@inquirer/editor': 4.2.20(@types/node@22.18.10) - '@inquirer/expand': 4.0.20(@types/node@22.18.10) - '@inquirer/input': 4.2.4(@types/node@22.18.10) - '@inquirer/number': 3.0.20(@types/node@22.18.10) - '@inquirer/password': 4.0.20(@types/node@22.18.10) - '@inquirer/rawlist': 4.1.8(@types/node@22.18.10) - '@inquirer/search': 3.1.3(@types/node@22.18.10) - '@inquirer/select': 4.3.4(@types/node@22.18.10) + '@inquirer/checkbox': 4.3.0(@types/node@22.18.10) + '@inquirer/confirm': 5.1.19(@types/node@22.18.10) + '@inquirer/editor': 4.2.21(@types/node@22.18.10) + '@inquirer/expand': 4.0.21(@types/node@22.18.10) + '@inquirer/input': 4.2.5(@types/node@22.18.10) + '@inquirer/number': 3.0.21(@types/node@22.18.10) + '@inquirer/password': 4.0.21(@types/node@22.18.10) + '@inquirer/rawlist': 4.1.9(@types/node@22.18.10) + '@inquirer/search': 3.2.0(@types/node@22.18.10) + '@inquirer/select': 4.4.0(@types/node@22.18.10) optionalDependencies: '@types/node': 22.18.10 - '@inquirer/rawlist@4.1.8(@types/node@22.18.10)': + '@inquirer/rawlist@4.1.9(@types/node@22.18.10)': dependencies: - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) yoctocolors-cjs: 2.1.3 optionalDependencies: '@types/node': 22.18.10 - '@inquirer/search@3.1.3(@types/node@22.18.10)': + '@inquirer/search@3.2.0(@types/node@22.18.10)': dependencies: - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/figures': 1.0.14 + '@inquirer/type': 3.0.9(@types/node@22.18.10) yoctocolors-cjs: 2.1.3 optionalDependencies: '@types/node': 22.18.10 - '@inquirer/select@4.3.4(@types/node@22.18.10)': + '@inquirer/select@4.4.0(@types/node@22.18.10)': dependencies: - '@inquirer/ansi': 1.0.0 - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/ansi': 1.0.1 + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/figures': 1.0.14 + '@inquirer/type': 3.0.9(@types/node@22.18.10) yoctocolors-cjs: 2.1.3 optionalDependencies: '@types/node': 22.18.10 - '@inquirer/type@3.0.8(@types/node@22.18.10)': + '@inquirer/type@3.0.9(@types/node@22.18.10)': optionalDependencies: '@types/node': 22.18.10 @@ -8028,12 +7975,12 @@ snapshots: postcss: 8.5.6 tailwindcss: 4.1.14 - '@tailwindcss/vite@4.1.14(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4))': + '@tailwindcss/vite@4.1.14(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6))': dependencies: '@tailwindcss/node': 4.1.14 '@tailwindcss/oxide': 4.1.14 tailwindcss: 4.1.14 - vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) '@tanstack/query-core@5.90.2': {} @@ -8068,7 +8015,7 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@turbo/gen@2.5.8(@types/node@22.18.10)(typescript@5.8.3)': + '@turbo/gen@2.5.8(@types/node@22.18.10)(typescript@5.9.3)': dependencies: '@turbo/workspaces': 2.5.8(@types/node@22.18.10) commander: 10.0.1 @@ -8078,7 +8025,7 @@ snapshots: node-plop: 0.26.3 picocolors: 1.0.1 proxy-agent: 6.5.0 - ts-node: 10.9.2(@types/node@22.18.10)(typescript@5.8.3) + ts-node: 10.9.2(@types/node@22.18.10)(typescript@5.9.3) update-check: 1.5.4 validate-npm-package-name: 5.0.1 transitivePeerDependencies: @@ -8303,16 +8250,6 @@ snapshots: dependencies: '@types/react': 19.2.2 - '@types/react-i18next@8.1.0(i18next@25.6.0(typescript@5.8.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.3)': - dependencies: - react-i18next: 15.7.4(i18next@25.6.0(typescript@5.8.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.3) - transitivePeerDependencies: - - i18next - - react - - react-dom - - react-native - - typescript - '@types/react-router-dom@5.3.3': dependencies: '@types/history': 4.7.11 @@ -8373,7 +8310,7 @@ snapshots: '@types/node': 22.18.10 optional: true - '@vitejs/plugin-react@4.7.0(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4))': + '@vitejs/plugin-react@4.7.0(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6))': dependencies: '@babel/core': 7.28.4 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4) @@ -8381,7 +8318,7 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) transitivePeerDependencies: - supports-color @@ -8393,13 +8330,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4))': + '@vitest/mocker@3.2.4(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.19 optionalDependencies: - vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) '@vitest/pretty-format@3.2.4': dependencies: @@ -8856,6 +8793,8 @@ snapshots: concat-map@0.0.1: {} + confbox@0.1.8: {} + connect-history-api-fallback@1.6.0: {} consola@2.15.3: {} @@ -8902,14 +8841,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@9.0.0(typescript@5.8.3): + cosmiconfig@9.0.0(typescript@5.9.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.3 create-require@1.1.1: {} @@ -9410,6 +9349,12 @@ snapshots: object.pick: 1.3.0 parse-filepath: 1.0.2 + fix-dts-default-cjs-exports@1.0.1: + dependencies: + magic-string: 0.30.19 + mlly: 1.8.0 + rollup: 4.52.4 + flagged-respawn@2.0.0: {} fn.name@1.1.0: {} @@ -9689,6 +9634,12 @@ snapshots: optionalDependencies: typescript: 5.8.3 + i18next@25.6.0(typescript@5.9.3): + dependencies: + '@babel/runtime': 7.28.4 + optionalDependencies: + typescript: 5.9.3 + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 @@ -9740,12 +9691,12 @@ snapshots: react: 19.2.0 react-dom: 19.2.0(react@19.2.0) - inquirer@12.9.6(@types/node@22.18.10): + inquirer@12.10.0(@types/node@22.18.10): dependencies: - '@inquirer/ansi': 1.0.0 - '@inquirer/core': 10.2.2(@types/node@22.18.10) - '@inquirer/prompts': 7.8.6(@types/node@22.18.10) - '@inquirer/type': 3.0.8(@types/node@22.18.10) + '@inquirer/ansi': 1.0.1 + '@inquirer/core': 10.3.0(@types/node@22.18.10) + '@inquirer/prompts': 7.9.0(@types/node@22.18.10) + '@inquirer/type': 3.0.9(@types/node@22.18.10) mute-stream: 2.0.0 run-async: 4.0.6 rxjs: 7.8.2 @@ -10226,6 +10177,13 @@ snapshots: mkdirp@1.0.4: {} + mlly@1.8.0: + dependencies: + acorn: 8.15.0 + pathe: 2.0.3 + pkg-types: 1.3.1 + ufo: 1.6.1 + module-alias@2.2.3: {} moment-timezone@0.5.48: @@ -10580,6 +10538,12 @@ snapshots: pirates@4.0.7: {} + pkg-types@1.3.1: + dependencies: + confbox: 0.1.8 + mlly: 1.8.0 + pathe: 2.0.3 + plop@4.0.4(@types/node@22.18.10): dependencies: '@types/liftoff': 4.0.3 @@ -10595,21 +10559,21 @@ snapshots: pnpm@10.18.2: {} - postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.8.3)): + postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.9.3)): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: postcss: 8.5.6 - ts-node: 10.9.2(@types/node@22.18.10)(typescript@5.8.3) + ts-node: 10.9.2(@types/node@22.18.10)(typescript@5.9.3) - postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.19.4): + postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.20.6): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 2.6.1 postcss: 8.5.6 - tsx: 4.19.4 + tsx: 4.20.6 postcss-modules-extract-imports@3.1.0(postcss@8.5.6): dependencies: @@ -10730,11 +10694,11 @@ snapshots: dependencies: pdf-lib: 1.17.1 - puppeteer@24.24.0(typescript@5.8.3): + puppeteer@24.24.0(typescript@5.9.3): dependencies: '@puppeteer/browsers': 2.10.11 chromium-bidi: 9.1.0(devtools-protocol@0.0.1508733) - cosmiconfig: 9.0.0(typescript@5.8.3) + cosmiconfig: 9.0.0(typescript@5.9.3) devtools-protocol: 0.0.1508733 puppeteer-core: 24.24.0 typed-query-selector: 2.12.0 @@ -10806,6 +10770,16 @@ snapshots: react-dom: 19.2.0(react@19.2.0) typescript: 5.8.3 + react-i18next@15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3): + dependencies: + '@babel/runtime': 7.28.4 + html-parse-stringify: 3.0.1 + i18next: 25.6.0(typescript@5.9.3) + react: 19.2.0 + optionalDependencies: + react-dom: 19.2.0(react@19.2.0) + typescript: 5.9.3 + react-is@16.13.1: {} react-is@18.3.1: {} @@ -11430,7 +11404,7 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@types/node@22.18.10)(typescript@5.8.3): + ts-node@10.9.2(@types/node@22.18.10)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -11444,13 +11418,13 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.8.3 + typescript: 5.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - tsconfck@3.1.6(typescript@5.8.3): + tsconfck@3.1.6(typescript@5.9.3): optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.3 tsconfig-paths@4.2.0: dependencies: @@ -11464,7 +11438,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.4.0(jiti@2.6.1)(postcss@8.5.6)(tsx@4.19.4)(typescript@5.8.3): + tsup@8.4.0(jiti@2.6.1)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3): dependencies: bundle-require: 5.1.0(esbuild@0.25.10) cac: 6.7.14 @@ -11474,7 +11448,7 @@ snapshots: esbuild: 0.25.10 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.19.4) + postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.20.6) resolve-from: 5.0.0 rollup: 4.52.4 source-map: 0.8.0-beta.0 @@ -11484,14 +11458,42 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: postcss: 8.5.6 - typescript: 5.8.3 + typescript: 5.9.3 transitivePeerDependencies: - jiti - supports-color - tsx - yaml - tsx@4.19.4: + tsup@8.5.0(jiti@2.6.1)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3): + dependencies: + bundle-require: 5.1.0(esbuild@0.25.10) + cac: 6.7.14 + chokidar: 4.0.3 + consola: 3.4.2 + debug: 4.4.3 + esbuild: 0.25.10 + fix-dts-default-cjs-exports: 1.0.1 + joycon: 3.1.1 + picocolors: 1.1.1 + postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.20.6) + resolve-from: 5.0.0 + rollup: 4.52.4 + source-map: 0.8.0-beta.0 + sucrase: 3.35.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + optionalDependencies: + postcss: 8.5.6 + typescript: 5.9.3 + transitivePeerDependencies: + - jiti + - supports-color + - tsx + - yaml + + tsx@4.20.6: dependencies: esbuild: 0.25.10 get-tsconfig: 4.12.0 @@ -11536,7 +11538,7 @@ snapshots: typed-query-selector@2.12.0: {} - typescript-plugin-css-modules@5.2.0(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.8.3))(typescript@5.8.3): + typescript-plugin-css-modules@5.2.0(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.9.3))(typescript@5.9.3): dependencies: '@types/postcss-modules-local-by-default': 4.0.2 '@types/postcss-modules-scope': 3.0.4 @@ -11545,7 +11547,7 @@ snapshots: less: 4.4.2 lodash.camelcase: 4.3.0 postcss: 8.5.6 - postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.8.3)) + postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.18.10)(typescript@5.9.3)) postcss-modules-extract-imports: 3.1.0(postcss@8.5.6) postcss-modules-local-by-default: 4.2.0(postcss@8.5.6) postcss-modules-scope: 3.2.1(postcss@8.5.6) @@ -11553,7 +11555,7 @@ snapshots: sass: 1.93.2 source-map-js: 1.2.1 tsconfig-paths: 4.2.0 - typescript: 5.8.3 + typescript: 5.9.3 optionalDependencies: stylus: 0.62.0 transitivePeerDependencies: @@ -11562,6 +11564,10 @@ snapshots: typescript@5.8.3: {} + typescript@5.9.3: {} + + ufo@1.6.1: {} + uglify-js@3.19.3: optional: true @@ -11669,13 +11675,13 @@ snapshots: d3-time: 3.1.0 d3-timer: 3.0.1 - vite-node@3.2.4(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4): + vite-node@3.2.4(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) transitivePeerDependencies: - '@types/node' - jiti @@ -11690,7 +11696,7 @@ snapshots: - tsx - yaml - vite-plugin-html@3.2.2(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)): + vite-plugin-html@3.2.2(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)): dependencies: '@rollup/pluginutils': 4.2.1 colorette: 2.0.20 @@ -11704,20 +11710,20 @@ snapshots: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) - vite-tsconfig-paths@5.1.4(typescript@5.8.3)(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)): + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)): dependencies: debug: 4.4.3 globrex: 0.1.2 - tsconfck: 3.1.6(typescript@5.8.3) + tsconfck: 3.1.6(typescript@5.9.3) optionalDependencies: - vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) transitivePeerDependencies: - supports-color - typescript - vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4): + vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6): dependencies: esbuild: 0.25.10 fdir: 6.5.0(picomatch@4.0.3) @@ -11734,13 +11740,13 @@ snapshots: sass: 1.93.2 stylus: 0.62.0 terser: 5.44.0 - tsx: 4.19.4 + tsx: 4.20.6 - vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4)) + '@vitest/mocker': 3.2.4(vite@6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -11758,8 +11764,8 @@ snapshots: tinyglobby: 0.2.15 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) - vite-node: 3.2.4(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.19.4) + vite: 6.3.6(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) + vite-node: 3.2.4(@types/node@22.18.10)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.44.0)(tsx@4.20.6) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12