diff --git a/examples/angular/valibot/package.json b/examples/angular/valibot/package.json index 8d500ac2d..dc7f8b44b 100644 --- a/examples/angular/valibot/package.json +++ b/examples/angular/valibot/package.json @@ -22,7 +22,7 @@ "@tanstack/valibot-form-adapter": "^0.26.4", "rxjs": "^7.8.1", "tslib": "^2.6.3", - "valibot": "^0.36.0", + "valibot": "^0.37.0", "zone.js": "^0.14.8" }, "devDependencies": { diff --git a/examples/react/query-integration/package.json b/examples/react/query-integration/package.json index 50bd65f6a..c6a910a9d 100644 --- a/examples/react/query-integration/package.json +++ b/examples/react/query-integration/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-form": "^0.26.4", - "@tanstack/react-query": "^5.51.15", + "@tanstack/react-query": "^5.51.21", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/tanstack-start/package.json b/examples/react/tanstack-start/package.json index 37a5828ff..b8476da9c 100644 --- a/examples/react/tanstack-start/package.json +++ b/examples/react/tanstack-start/package.json @@ -11,8 +11,8 @@ "dependencies": { "@tanstack/form-core": "^0.26.4", "@tanstack/react-form": "^0.26.4", - "@tanstack/react-router": "^1.45.11", - "@tanstack/start": "^1.45.11", + "@tanstack/react-router": "^1.46.4", + "@tanstack/start": "^1.46.4", "react": "^18.3.1", "react-dom": "^18.3.1", "vinxi": "^0.4.1" diff --git a/examples/react/ui-libraries/package.json b/examples/react/ui-libraries/package.json index 1c13ec6f1..58f02e6ec 100644 --- a/examples/react/ui-libraries/package.json +++ b/examples/react/ui-libraries/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "11.13.0", "@mantine/core": "7.11.2", "@mantine/hooks": "7.11.2", - "@mui/material": "5.16.5", + "@mui/material": "5.16.6", "@tanstack/react-form": "^0.26.4", "@yme/lay-postcss": "0.1.0", "postcss": "8.4.40", @@ -25,8 +25,8 @@ "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@typescript-eslint/eslint-plugin": "^7.17.0", - "@typescript-eslint/parser": "^7.17.0", + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react-swc": "^3.7.0", "eslint": "^8.57.0", diff --git a/examples/react/valibot/package.json b/examples/react/valibot/package.json index 859bbb14b..0960f0b17 100644 --- a/examples/react/valibot/package.json +++ b/examples/react/valibot/package.json @@ -13,7 +13,7 @@ "@tanstack/valibot-form-adapter": "^0.26.4", "react": "^18.3.1", "react-dom": "^18.3.1", - "valibot": "^0.36.0" + "valibot": "^0.37.0" }, "devDependencies": { "@types/react": "^18.3.3", diff --git a/examples/solid/valibot/package.json b/examples/solid/valibot/package.json index b14b1d886..5d2512f90 100644 --- a/examples/solid/valibot/package.json +++ b/examples/solid/valibot/package.json @@ -12,7 +12,7 @@ "@tanstack/solid-form": "^0.26.4", "@tanstack/valibot-form-adapter": "^0.26.4", "solid-js": "^1.8.19", - "valibot": "^0.36.0" + "valibot": "^0.37.0" }, "devDependencies": { "typescript": "5.4.2", diff --git a/examples/vue/array/package.json b/examples/vue/array/package.json index ef412aad9..1a01abb01 100644 --- a/examples/vue/array/package.json +++ b/examples/vue/array/package.json @@ -14,7 +14,7 @@ "vue": "^3.3.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.4.2", "vite": "^5.3.5", "vue-tsc": "^2.0.26" diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index ecfe680f6..086731f58 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -14,7 +14,7 @@ "vue": "^3.3.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.4.2", "vite": "^5.3.5", "vue-tsc": "^2.0.26" diff --git a/examples/vue/valibot/package.json b/examples/vue/valibot/package.json index 393f5ba53..281ec2f0a 100644 --- a/examples/vue/valibot/package.json +++ b/examples/vue/valibot/package.json @@ -12,11 +12,11 @@ "dependencies": { "@tanstack/valibot-form-adapter": "^0.26.4", "@tanstack/vue-form": "^0.26.4", - "valibot": "^0.36.0", + "valibot": "^0.37.0", "vue": "^3.3.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.4.2", "vite": "^5.3.5", "vue-tsc": "^2.0.26" diff --git a/examples/vue/yup/package.json b/examples/vue/yup/package.json index a7b8c874a..d97496a7c 100644 --- a/examples/vue/yup/package.json +++ b/examples/vue/yup/package.json @@ -16,7 +16,7 @@ "yup": "^1.4.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.4.2", "vite": "^5.3.5", "vue-tsc": "^2.0.26" diff --git a/examples/vue/zod/package.json b/examples/vue/zod/package.json index 4b2821de3..f55eabf8c 100644 --- a/examples/vue/zod/package.json +++ b/examples/vue/zod/package.json @@ -16,7 +16,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.4.2", "vite": "^5.3.5", "vue-tsc": "^2.0.26" diff --git a/package.json b/package.json index d9e393a12..facc53d23 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ ] }, "devDependencies": { - "@eslint-react/eslint-plugin": "^1.6.0", + "@eslint-react/eslint-plugin": "^1.8.2", "@solidjs/testing-library": "^0.8.9", "@tanstack/config": "^0.11.1", "@testing-library/jest-dom": "^6.4.8", @@ -48,17 +48,17 @@ "@types/node": "^20.14.10", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@vitest/coverage-istanbul": "^2.0.4", + "@vitest/coverage-istanbul": "^2.0.5", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "jsdom": "^24.1.1", "knip": "^5.27.0", - "nx": "^19.5.3", + "nx": "^19.5.6", "prettier": "^3.3.3", "publint": "^0.2.9", "react": "^18.3.1", "react-dom": "^18.3.1", - "rimraf": "^5.0.9", + "rimraf": "^5.0.10", "sherif": "^0.10.0", "solid-js": "^1.8.19", "typescript": "5.4.2", @@ -68,7 +68,7 @@ "typescript52": "npm:typescript@5.2", "typescript53": "npm:typescript@5.3", "vite": "^5.3.5", - "vitest": "^2.0.4", + "vitest": "^2.0.5", "vue": "^3.3.4" } } diff --git a/packages/react-form/package.json b/packages/react-form/package.json index c9c43b6a2..0e29b9d8d 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -72,13 +72,13 @@ "src" ], "dependencies": { - "@remix-run/node": "^2.10.3", + "@remix-run/node": "^2.11.0", "@tanstack/form-core": "workspace:*", "@tanstack/react-store": "^0.5.5", "decode-formdata": "^0.7.5" }, "devDependencies": { - "@tanstack/start": "^1.45.11", + "@tanstack/start": "^1.46.4", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", diff --git a/packages/valibot-form-adapter/package.json b/packages/valibot-form-adapter/package.json index ec0e34b08..f0c9d29a7 100644 --- a/packages/valibot-form-adapter/package.json +++ b/packages/valibot-form-adapter/package.json @@ -54,7 +54,7 @@ "@tanstack/form-core": "workspace:*" }, "devDependencies": { - "valibot": "^0.36.0" + "valibot": "^0.37.0" }, "peerDependencies": { "valibot": ">=0.33.0 <1" diff --git a/packages/vue-form/package.json b/packages/vue-form/package.json index fe727ecd9..7c23837ae 100644 --- a/packages/vue-form/package.json +++ b/packages/vue-form/package.json @@ -57,7 +57,7 @@ "@tanstack/vue-store": "^0.5.5" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.1.2", "vite": "^5.3.5", "vue": "^3.3.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71de73312..959158d1c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@eslint-react/eslint-plugin': - specifier: ^1.6.0 - version: 1.6.0(eslint@8.57.0)(typescript@5.4.2) + specifier: ^1.8.2 + version: 1.8.2(eslint@8.57.0)(typescript@5.4.2) '@solidjs/testing-library': specifier: ^0.8.9 version: 0.8.9(@solidjs/router@0.13.0(solid-js@1.8.19))(solid-js@1.8.19) @@ -39,8 +39,8 @@ importers: specifier: ^18.3.0 version: 18.3.0 '@vitest/coverage-istanbul': - specifier: ^2.0.4 - version: 2.0.4(vitest@2.0.4(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + specifier: ^2.0.5 + version: 2.0.5(vitest@2.0.5(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -54,8 +54,8 @@ importers: specifier: ^5.27.0 version: 5.27.0(@types/node@20.14.10)(typescript@5.4.2) nx: - specifier: ^19.5.3 - version: 19.5.3(@swc/core@1.6.13) + specifier: ^19.5.6 + version: 19.5.6(@swc/core@1.6.13) prettier: specifier: ^3.3.3 version: 3.3.3 @@ -69,8 +69,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) rimraf: - specifier: ^5.0.9 - version: 5.0.9 + specifier: ^5.0.10 + version: 5.0.10 sherif: specifier: ^0.10.0 version: 0.10.0 @@ -99,8 +99,8 @@ importers: specifier: ^5.3.5 version: 5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1(postcss@8.4.40))(terser@5.29.1) vitest: - specifier: ^2.0.4 - version: 2.0.4(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) + specifier: ^2.0.5 + version: 2.0.5(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) vue: specifier: ^3.3.4 version: 3.3.4 @@ -248,8 +248,8 @@ importers: specifier: ^2.6.3 version: 2.6.3 valibot: - specifier: ^0.36.0 - version: 0.36.0 + specifier: ^0.37.0 + version: 0.37.0(typescript@5.4.2) zone.js: specifier: ^0.14.8 version: 0.14.8 @@ -471,8 +471,8 @@ importers: specifier: ^0.26.4 version: link:../../../packages/react-form '@tanstack/react-query': - specifier: ^5.51.15 - version: 5.51.15(react@18.3.1) + specifier: ^5.51.21 + version: 5.51.21(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -527,11 +527,11 @@ importers: specifier: ^0.26.4 version: link:../../../packages/react-form '@tanstack/react-router': - specifier: ^1.45.11 - version: 1.45.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.46.4 + version: 1.46.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/start': - specifier: ^1.45.11 - version: 1.45.11(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)(typescript@5.4.2)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + specifier: ^1.46.4 + version: 1.46.4(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)(typescript@5.4.2)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) react: specifier: ^18.3.1 version: 18.3.1 @@ -579,8 +579,8 @@ importers: specifier: 7.11.2 version: 7.11.2(react@18.3.1) '@mui/material': - specifier: 5.16.5 - version: 5.16.5(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-form': specifier: ^0.26.4 version: link:../../../packages/react-form @@ -610,11 +610,11 @@ importers: specifier: ^18.3.0 version: 18.3.0 '@typescript-eslint/eslint-plugin': - specifier: ^7.17.0 - version: 7.17.0(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) + specifier: ^7.18.0 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) '@typescript-eslint/parser': - specifier: ^7.17.0 - version: 7.17.0(eslint@8.57.0)(typescript@5.4.2) + specifier: ^7.18.0 + version: 7.18.0(eslint@8.57.0)(typescript@5.4.2) '@vitejs/plugin-react': specifier: ^4.3.1 version: 4.3.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1(postcss@8.4.40))(terser@5.29.1)) @@ -652,8 +652,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) valibot: - specifier: ^0.36.0 - version: 0.36.0 + specifier: ^0.37.0 + version: 0.37.0(typescript@5.4.2) devDependencies: '@types/react': specifier: ^18.3.3 @@ -780,8 +780,8 @@ importers: specifier: ^1.8.19 version: 1.8.19 valibot: - specifier: ^0.36.0 - version: 0.36.0 + specifier: ^0.37.0 + version: 0.37.0(typescript@5.4.2) devDependencies: typescript: specifier: 5.4.2 @@ -853,8 +853,8 @@ importers: version: 3.3.4 devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) typescript: specifier: 5.4.2 version: 5.4.2 @@ -875,8 +875,8 @@ importers: version: 3.3.4 devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) typescript: specifier: 5.4.2 version: 5.4.2 @@ -896,15 +896,15 @@ importers: specifier: ^0.26.4 version: link:../../../packages/vue-form valibot: - specifier: ^0.36.0 - version: 0.36.0 + specifier: ^0.37.0 + version: 0.37.0(typescript@5.4.2) vue: specifier: ^3.3.4 version: 3.3.4 devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) typescript: specifier: 5.4.2 version: 5.4.2 @@ -931,8 +931,8 @@ importers: version: 1.4.0 devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) typescript: specifier: 5.4.2 version: 5.4.2 @@ -959,8 +959,8 @@ importers: version: 3.23.8 devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) typescript: specifier: 5.4.2 version: 5.4.2 @@ -1036,8 +1036,8 @@ importers: packages/react-form: dependencies: '@remix-run/node': - specifier: ^2.10.3 - version: 2.10.3(typescript@5.4.2) + specifier: ^2.11.0 + version: 2.11.0(typescript@5.4.2) '@tanstack/form-core': specifier: workspace:* version: link:../form-core @@ -1049,8 +1049,8 @@ importers: version: 0.7.5 devDependencies: '@tanstack/start': - specifier: ^1.45.11 - version: 1.45.11(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)(typescript@5.4.2)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + specifier: ^1.46.4 + version: 1.46.4(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)(typescript@5.4.2)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -1096,8 +1096,8 @@ importers: version: link:../form-core devDependencies: valibot: - specifier: ^0.36.0 - version: 0.36.0 + specifier: ^0.37.0 + version: 0.37.0(typescript@5.4.2) packages/vue-form: dependencies: @@ -1109,8 +1109,8 @@ importers: version: 0.5.5(vue@3.3.4) devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4) vite: specifier: ^5.3.5 version: 5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1(postcss@8.4.40))(terser@5.29.1) @@ -2574,14 +2574,14 @@ packages: resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-react/ast@1.6.0': - resolution: {integrity: sha512-lqwoJhJODcRO/4CnGAx7Pylvxg5VjPO3IP2rLIAOLJlVOo3FBlYJ7+jj1QI6V8LBjcI9S5J5TPUQOBJRwnAUyg==} + '@eslint-react/ast@1.8.2': + resolution: {integrity: sha512-JEGTvLgMhAqGirPve2x1xICHtf7vcJfUD/75QbNjl0qHsLDUfva1F99yv9k2kdGE4kESqKJHZehbzg8Xvn/sXg==} - '@eslint-react/core@1.6.0': - resolution: {integrity: sha512-EnTb2EcF5WxesgfHCON1KVyFTuIH5HUS5Rt2vFoLaYkUEJCTVT2s6lVg8ZAkfas02ogVWMj+GxMHgCABW/yHsQ==} + '@eslint-react/core@1.8.2': + resolution: {integrity: sha512-VYC3pGqxvEEYpWz2ZMq4ZGFOUKgPBo3kJSEYaX8BSeD8IBkqA0pOBh5c9/3ZUW9YYxpF9gFpZsGVS8h7NiWKOw==} - '@eslint-react/eslint-plugin@1.6.0': - resolution: {integrity: sha512-DrWsjEub7RiJBJO3qVpTKtzg+jhS8ouVNlSULgIScyJvV+sE59rO3li7EKfOa6Ox6sRwMhcarx0MQAjsTuxhgw==} + '@eslint-react/eslint-plugin@1.8.2': + resolution: {integrity: sha512-fEVuqu7qz9g9XVKH/Pg2fLFzeyOjYbq3CjdAxo0H0VrbQPcRb3BNTuvsbURpbCb2agTrE2XlTxe24s/2ypjxPQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2590,20 +2590,20 @@ packages: typescript: optional: true - '@eslint-react/jsx@1.6.0': - resolution: {integrity: sha512-qDrwuEzpXWQPBGkKoVePL+Oy7RDssG4CiNfGqEl723eV7UPkmOCarQPymL9WNoqKL8Fh3uy6fUa8i6yX162XGA==} + '@eslint-react/jsx@1.8.2': + resolution: {integrity: sha512-0w9ofkVw1HbMHvC0IauUcK17qAYAW+W0WYiu3LJm+BNOSYbeqW/eiSJWFjV11wYi0ZoHcuFZ6xbrJbndjc79Zg==} - '@eslint-react/shared@1.6.0': - resolution: {integrity: sha512-ccEPQVNwVo2TOL0V7RfQyskpOh7JT5yqAwUw8EPAtgP2KDdzarnljRWfSt6UA8ZPBgb5oGiISsNwsgImr51dbA==} + '@eslint-react/shared@1.8.2': + resolution: {integrity: sha512-CWYkJ0F4arYNqsqUs7n3TTdJKKt9gtwGEF7/i3prQLVZRNRaSriNE1EvUT7n181bwuT7HKYGQ3yGO/KXk1da1w==} - '@eslint-react/tools@1.6.0': - resolution: {integrity: sha512-PxKMpbfm3piXyD6mHSUlATWv+KiTUx1OILVXucbFIHeqefIQJrFJckc8ZIjEAYgbPrzIGH+nfL0wNG20HQO9kA==} + '@eslint-react/tools@1.8.2': + resolution: {integrity: sha512-13jBjPoFZImEen+VubjUhfd5QXqaDdTvMxRQw49qWS7VRccVIdxS7Wwr9+ozQqEz1+Uu+yeRUJKr73zMknY1/g==} - '@eslint-react/types@1.6.0': - resolution: {integrity: sha512-O7t3U78KBLvaiLXPr1wlpxb6KLOo4S/5nH0GbJU6c+dESh681xxTU0CAr5HnjRp5x+P3SEGYVtl8QuLQj/D9Uw==} + '@eslint-react/types@1.8.2': + resolution: {integrity: sha512-udWxV15Hw56Or+T4RDYv+XwYCVDWZ07TP7wvEgXvcN6uZfBQNlpakh8oyHsd1LvB5O3V0VGRYmKUNn2dz3/2PA==} - '@eslint-react/var@1.6.0': - resolution: {integrity: sha512-fZJ/L8PKbONeZSCh2t6RcC2VSv1+eG4RnhJ0P0d1ftxl0ylclQeUY7tWikhRPVkJUsj0tKDVg9qBxZX+4kB5iQ==} + '@eslint-react/var@1.8.2': + resolution: {integrity: sha512-NJeJ8wJWqTgIpPK2stgcKGr3PgF5qkcn0NyGcttak+YAioQYpoEb/yXcdB46oKjDnlV7a1JHNP5Txyx17LY5Gw==} '@eslint/eslintrc@2.1.4': resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} @@ -2867,11 +2867,11 @@ packages: '@microsoft/tsdoc@0.14.2': resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} - '@mui/core-downloads-tracker@5.16.5': - resolution: {integrity: sha512-ziFn1oPm6VjvHQcdGcAO+fXvOQEgieIj0BuSqcltFU+JXIxjPdVYNTdn2HU7/Ak5Gabk6k2u7+9PV7oZ6JT5sA==} + '@mui/core-downloads-tracker@5.16.6': + resolution: {integrity: sha512-kytg6LheUG42V8H/o/Ptz3olSO5kUXW9zF0ox18VnblX6bO2yif1FPItgc3ey1t5ansb1+gbe7SatntqusQupg==} - '@mui/material@5.16.5': - resolution: {integrity: sha512-eQrjjg4JeczXvh/+8yvJkxWIiKNHVptB/AqpsKfZBWp5mUD5U3VsjODMuUl1K2BSq0omV3CiO/mQmWSSMKSmaA==} + '@mui/material@5.16.6': + resolution: {integrity: sha512-0LUIKBOIjiFfzzFNxXZBRAyr9UQfmTAFzbt6ziOU2FDXhorNN2o3N9/32mNJbCA8zJo2FqFU6d3dtoqUDyIEfA==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -2887,8 +2887,8 @@ packages: '@types/react': optional: true - '@mui/private-theming@5.16.5': - resolution: {integrity: sha512-CSLg0YkpDqg0aXOxtjo3oTMd3XWMxvNb5d0v4AYVqwOltU8q6GvnZjhWyCLjGSCrcgfwm6/VDjaKLPlR14wxIA==} + '@mui/private-theming@5.16.6': + resolution: {integrity: sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -2897,8 +2897,8 @@ packages: '@types/react': optional: true - '@mui/styled-engine@5.16.4': - resolution: {integrity: sha512-0+mnkf+UiAmTVB8PZFqOhqf729Yh0Cxq29/5cA3VAyDVTRIUUQ8FXQhiAhUIbijFmM72rY80ahFPXIm4WDbzcA==} + '@mui/styled-engine@5.16.6': + resolution: {integrity: sha512-zaThmS67ZmtHSWToTiHslbI8jwrmITcN93LQaR2lKArbvS7Z3iLkwRoiikNWutx9MBs8Q6okKvbZq1RQYB3v7g==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.4.1 @@ -2910,8 +2910,8 @@ packages: '@emotion/styled': optional: true - '@mui/system@5.16.5': - resolution: {integrity: sha512-uzIUGdrWddUx1HPxW4+B2o4vpgKyRxGe/8BxbfXVDPNPHX75c782TseoCnR/VyfnZJfqX87GcxDmnZEE1c031g==} + '@mui/system@5.16.6': + resolution: {integrity: sha512-5xgyJjBIMPw8HIaZpfbGAaFYPwImQn7Nyh+wwKWhvkoIeDosQ1ZMVrbTclefi7G8hNmqhip04duYwYpbBFnBgw==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -2934,8 +2934,8 @@ packages: '@types/react': optional: true - '@mui/utils@5.16.5': - resolution: {integrity: sha512-CwhcA9y44XwK7k2joL3Y29mRUnoBt+gOZZdGyw7YihbEwEErJYBtDwbZwVgH68zAljGe/b+Kd5bzfl63Gi3R2A==} + '@mui/utils@5.16.6': + resolution: {integrity: sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -3069,66 +3069,66 @@ packages: resolution: {integrity: sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==} engines: {node: ^16.14.0 || >=18.0.0} - '@nrwl/tao@19.5.3': - resolution: {integrity: sha512-SHtPlQi7zofDdbFjqcrTb/A0Mo9tT8S88H8nJa1+GzhKpGUB9rykHtq0qoYdiRBnQfmfR5LoKfe/jft61Ktvdg==} + '@nrwl/tao@19.5.6': + resolution: {integrity: sha512-p1bxEjW32bIHAiTp+PVdJpa2V9En2s9FigepHXyvmT2Aipisz96CKiDjexhPTjOZHUKtqA9FgmOIuVl3sBME3g==} hasBin: true - '@nx/nx-darwin-arm64@19.5.3': - resolution: {integrity: sha512-DacVfnhx7wiglDXRAdbrmaP4s3ZQXMs8Mk0fGoQYjv1uwWajDOPxMYJUZH0CGysIDADSrku4AIqogGX/CZjSuQ==} + '@nx/nx-darwin-arm64@19.5.6': + resolution: {integrity: sha512-evEpUq571PQkhaLBR7ul5iqE2l97QS7Q37/rxoBuwJzyQ/QKHfNu5t032bR3KLyEOrv7golT10jMeoQlNeF7eQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.5.3': - resolution: {integrity: sha512-AfY1g8nYJbBGiR2SDt/Q8YcQyuwtRmGxfJIrzCu+2+hFFds7RF9iaqeKedWeHN9wAsaTbDnBuDwwojT9LMOxaA==} + '@nx/nx-darwin-x64@19.5.6': + resolution: {integrity: sha512-o1tu0dOW7TZ80VN9N11FQL/3gHd1+t6NqtEmRClN0/sAh2MZyiBdbXv7UeN5HoKE7HAusiVFIxK3c1lxOvFtsQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.5.3': - resolution: {integrity: sha512-dWwxFs9bp67n/l1QhI41pSJk+mpwDNh7RY+WQBUldWbIyh8c4/wYk3VaqjALPCcGUky/RCME6rdLkqxFRAIs4A==} + '@nx/nx-freebsd-x64@19.5.6': + resolution: {integrity: sha512-IUL0ROGpLUol9cuVJ7VeUvaB/ptxg7DOjMef1+LJeOgxl/SFNa0bj0kKpA/AQwujz6cLI7Ei7xLTVQOboNh1DA==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.5.3': - resolution: {integrity: sha512-7l79OXwKVqnTr6/85mVPU+h3nnxGDAWgY6kTJNdmuaFlDgbHKbcNo9FFSu2srdqr1x84UsU49w8ZBJbdwA5YSg==} + '@nx/nx-linux-arm-gnueabihf@19.5.6': + resolution: {integrity: sha512-TGf1+cpWg5QiPEGW5kgxa1fVNyASMuqu+LvQ9CKhNYNz5EPD15yr/k6C0tOjgSXro3wi8TikTeG0Ln2hpmn6pw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.5.3': - resolution: {integrity: sha512-aFCuoUiEI20tGCxdUDO0JWCWli3RH0LPCXjnQ4H4pNMzT8zpvjvu+Js7FtwFG+NZWOdlmtiDlthnVAd+5ex6Wg==} + '@nx/nx-linux-arm64-gnu@19.5.6': + resolution: {integrity: sha512-4hZI5NmnBEAzr3NV/BtlPjbSVffLWGGCJ5tB/JB/NpW/vMtzOPCZ4RvsHuJMPprqHcXOdUnBgZFEcLbEMUXz0A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.5.3': - resolution: {integrity: sha512-gcjdlGvgQ4ahSfPpMw32cr7GrCYhr/58D1R/bbyem0QQg+EdLbLlhhdS2pAHBCoENfpSnknQZhMrUN1LR8Qmpw==} + '@nx/nx-linux-arm64-musl@19.5.6': + resolution: {integrity: sha512-n0oIBblMN+nlcBUbrFUkRSyzKZVR+G1lzdZ3PuHVwLC664hkbijEBAdF2E321yRfv5ohQVY0UIYDZVFN2XhFUg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.5.3': - resolution: {integrity: sha512-Jwu6peOyaV9WTR1ihzfIIqEBYsbOSy0cH8H36ce17zpemq6l/Cz5EJ7blVXut1qksMFvC/QbkTWqTlfO5XEHIw==} + '@nx/nx-linux-x64-gnu@19.5.6': + resolution: {integrity: sha512-IuoNo1bDHyJEeHom/n2m4+AA+UQ+Rlryvt9+bTdADclSFjmBLYCgbJwQRy7q9+vQk2mpQm0pQJv4d3XKCpDH+g==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.5.3': - resolution: {integrity: sha512-84KnkghjbInJAoWvCJB34lHq9iGCgo5KjcxUFZJFNDYTQh/VBTp/OhH8bFyPRwQTPVSToLeBhoFvGB1bqBekrA==} + '@nx/nx-linux-x64-musl@19.5.6': + resolution: {integrity: sha512-FXtB8m/CSRkXLtDOAGfImO9OCUDIwYBssnvCVqX6PyPTBaVWo/GvX1O9WRbXSqSVIaJJTPn1aY/p6vptlGbDFw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.5.3': - resolution: {integrity: sha512-q19m59cm+VTZzlHh+/dSHism7hgKfGHR+nW5xtxIF00rZQpJpv0ve7GVvyXPFw7NXvceYRK1THes1MljYXyslQ==} + '@nx/nx-win32-arm64-msvc@19.5.6': + resolution: {integrity: sha512-aIDU84rjvxoqyUDIdN4VwS91Yec8bAtXOxjOFlF2acY2tXh0RjzmM+mkEP44nVAzFy0V1/cjzBKb6643FsEqdA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.5.3': - resolution: {integrity: sha512-DOdO7K6ySiwrXsnJNjJXxng427n5+nXIDt4L81ltCdr6oE8wUiUpRTt1dfl65rHknojB/b1at3V6+x450F0/2A==} + '@nx/nx-win32-x64-msvc@19.5.6': + resolution: {integrity: sha512-zWB/2TjhNYKHbuPh++5hYitno3EpSFXrPND0I0VLec27WW7voRY9XQFFznA3omForU4FfmVhITcKCqzIb3EtpA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3381,8 +3381,8 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@remix-run/node@2.10.3': - resolution: {integrity: sha512-LBqsgADJKW7tYdJZZi2wu20gfMm6UcOXbvb5U70P2jCNxjJvuIw1gXVvNXRJKAdxPKLonjm8cSpfoI6HeQKEDg==} + '@remix-run/node@2.11.0': + resolution: {integrity: sha512-YAaueZqsCPgMlDCS3J66I6OV9xCnSw6IKZccrn/Kt1EsEM67SmOAi74bQNSPh6ayqnKkIcqPSKqMOb8v5ASLoA==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -3390,12 +3390,12 @@ packages: typescript: optional: true - '@remix-run/router@1.18.0': - resolution: {integrity: sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==} + '@remix-run/router@1.19.0': + resolution: {integrity: sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==} engines: {node: '>=14.0.0'} - '@remix-run/server-runtime@2.10.3': - resolution: {integrity: sha512-vUl5jONUI6Lj0ICg9FSRFhoPzQdZ/7dpT1m7ID13DF5BEeF3t/9uCJS61XXWgQ/JEu7YRiwvZiwSRTrgM7zeWw==} + '@remix-run/server-runtime@2.11.0': + resolution: {integrity: sha512-9fU4Nyvplge6dlyTl90qvAq8fiWWZ922xtJUIWAkFpSOGIcIUIdlqUVSpfsYU6l2e6JQcKr8C14LfjgciBUX+A==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -3762,8 +3762,8 @@ packages: resolution: {integrity: sha512-n4XXInV9irIq0obRvINIkESkGk280Q+xkIIbswmM0z9nAu2wsIRZNvlmPrtYh6bgNWtItOWWoihFUjLTW8g6Jg==} engines: {node: '>=12'} - '@tanstack/query-core@5.51.15': - resolution: {integrity: sha512-xyobHDJ0yhPE3+UkSQ2/4X1fLSg7ICJI5J1JyU9yf7F3deQfEwSImCDrB1WSRrauJkMtXW7YIEcC0oA6ZZWt5A==} + '@tanstack/query-core@5.51.21': + resolution: {integrity: sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==} '@tanstack/react-cross-context@1.44.2': resolution: {integrity: sha512-Igf6R/Rs7kCmke9ruK9lVwCGEJThSzVUIXsx1A71RPscidxr2RY5CtCTgbNbRMtXEHZckwkB6vtxQiOIOCjoZw==} @@ -3771,13 +3771,13 @@ packages: react: '>=18' react-dom: '>=18' - '@tanstack/react-query@5.51.15': - resolution: {integrity: sha512-UgFg23SrdIYrmfTSxAUn9g+J64VQy11pb9/EefoY/u2+zWuNMeqEOnvpJhf52XQy0yztQoyM9p6x8PFyTNaxXg==} + '@tanstack/react-query@5.51.21': + resolution: {integrity: sha512-Q/V81x3sAYgCsxjwOkfLXfrmoG+FmDhLeHH5okC/Bp8Aaw2c33lbEo/mMcMnkxUPVtB2FLpzHT0tq3c+OlZEbw==} peerDependencies: react: ^18.0.0 - '@tanstack/react-router@1.45.11': - resolution: {integrity: sha512-unVxPYsOwwMnyAW/ZeOCymWpstEV0tiUexUPqiCuYwb2rCwsrmjsgB4tIpVONHabPlFKrxoMbkUh5UCSpL0h+w==} + '@tanstack/react-router@1.46.4': + resolution: {integrity: sha512-ELuHRaUCswAPwzrdf+X1BStKbogEQ82qW9Nyl0FfdK3qta7b28frBD9mmDOeyHW/Ff+OhWhY3KgpeViHef/+LQ==} engines: {node: '>=12'} peerDependencies: react: '>=18' @@ -3793,8 +3793,8 @@ packages: resolution: {integrity: sha512-5B756YXpZO0/yr7ahsxXoBOCpqroLx/D3l6X9qPlZaP0FVHVmTR6ZKGRX6zzuAxns/VO+sxnQso4AYLdDyZ9GA==} engines: {node: '>=12'} - '@tanstack/router-plugin@1.45.8': - resolution: {integrity: sha512-mncDu49pBEivRHWVOdCl9fHwtyUT3QLZ0X+gYIsm7o6LhT6i7BzC++BZqOOSrjDcyXy3dx2Nf/FMrB06qlXx9Q==} + '@tanstack/router-plugin@1.45.13': + resolution: {integrity: sha512-7IWdtIDC5jjhD6IZ5c/s11xNwvKDom/p6ZOO78FxeeA0FIaSx+3AQD7/iVhzfiRfepqGmecLn9a1KfNTFGQI/A==} engines: {node: '>=12'} peerDependencies: '@rsbuild/core': '>=0.7.9' @@ -3813,12 +3813,12 @@ packages: peerDependencies: solid-js: ^1.6.0 - '@tanstack/start-vite-plugin@1.45.8': - resolution: {integrity: sha512-I8UjeGXhutCnyFGo0GXYiiqFLIwQbPsuHVQbA3d1y2+5nSn1t9mbBAmAIVM900/DwKavtEj4/c5U7NHto2ZtlA==} + '@tanstack/start-vite-plugin@1.45.13': + resolution: {integrity: sha512-vddjtnQsZbvjD8+M0KvKHCMIuN0ONtda/SEQ4xGft8g3LN2HFCrOi5e66adKTdsVE9+WPGkWmeAJW6OMdP0XMA==} engines: {node: '>=12'} - '@tanstack/start@1.45.11': - resolution: {integrity: sha512-PNyzihhZNQTg7/Wp2zZzSDxnkr7es1B8ZteDSR2VyExS6YXBXbvbaRajhYcCLPTORQYTV124HCsnNNL2vDQnPg==} + '@tanstack/start@1.46.4': + resolution: {integrity: sha512-e8+k+wpNUdDOiGlcaHPwdRncE7n3S6S8Bcs6wMluvtgZabtkQFDfI3cMC7UAnAqJJtjilQD5PT0NkeC3dTLSWQ==} engines: {node: '>=12'} peerDependencies: react: '>=18.0.0 || >=19.0.0' @@ -4054,6 +4054,17 @@ packages: typescript: optional: true + '@typescript-eslint/eslint-plugin@7.18.0': + resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + '@typescript-eslint/parser': ^7.0.0 + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/parser@7.17.0': resolution: {integrity: sha512-puiYfGeg5Ydop8eusb/Hy1k7QmOU6X3nvsqCgzrB2K4qMavK//21+PzNE8qeECgNOIoertJPUC1SpegHDI515A==} engines: {node: ^18.18.0 || >=20.0.0} @@ -4064,10 +4075,28 @@ packages: typescript: optional: true + '@typescript-eslint/parser@7.18.0': + resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/scope-manager@7.17.0': resolution: {integrity: sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/scope-manager@7.18.0': + resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/scope-manager@8.0.0': + resolution: {integrity: sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/type-utils@7.17.0': resolution: {integrity: sha512-XD3aaBt+orgkM/7Cei0XNEm1vwUxQ958AOLALzPlbPqb8C1G8PZK85tND7Jpe69Wualri81PLU+Zc48GVKIMMA==} engines: {node: ^18.18.0 || >=20.0.0} @@ -4078,10 +4107,37 @@ packages: typescript: optional: true + '@typescript-eslint/type-utils@7.18.0': + resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/type-utils@8.0.0': + resolution: {integrity: sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/types@7.17.0': resolution: {integrity: sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/types@7.18.0': + resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/types@8.0.0': + resolution: {integrity: sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@7.17.0': resolution: {integrity: sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==} engines: {node: ^18.18.0 || >=20.0.0} @@ -4091,16 +4147,54 @@ packages: typescript: optional: true + '@typescript-eslint/typescript-estree@7.18.0': + resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/typescript-estree@8.0.0': + resolution: {integrity: sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/utils@7.17.0': resolution: {integrity: sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 + '@typescript-eslint/utils@7.18.0': + resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + + '@typescript-eslint/utils@8.0.0': + resolution: {integrity: sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + '@typescript-eslint/visitor-keys@7.17.0': resolution: {integrity: sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/visitor-keys@7.18.0': + resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/visitor-keys@8.0.0': + resolution: {integrity: sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} @@ -4113,10 +4207,10 @@ packages: resolution: {integrity: sha512-WSN1z931BtasZJlgPp704zJFnQFRg7yzSjkm3MzAWQYe4uXFXlFr1hc5Ac2zae5/HDOz5x1/zDM5Cb54vTCnWw==} hasBin: true - '@vinxi/plugin-directives@0.3.1': - resolution: {integrity: sha512-4qz5WifjmJ864VS8Ik9nUG0wAkt/xIcxFpP29RXogGLgccRnceBpWQi+ghw5rm0F6LP/YMAhhO5iFORXclWd0Q==} + '@vinxi/plugin-directives@0.4.1': + resolution: {integrity: sha512-NsHCDyqU00i4RKGBoNNcBuONEirg/XfGgPCLFK1CZw3AYBE19haFSgvuo21Bx+BFGcwdRU3BRtaBMvwjLrUCnw==} peerDependencies: - vinxi: ^0.3.10 + vinxi: ^0.4.0 '@vinxi/react-server-dom@0.0.3': resolution: {integrity: sha512-ZJJZtuw1TbGFOBuDZBHmM3w40yzFpNFWoPCoC2QtZBkYEQXYF9sOHHxkjTfNvk4rSn/zaUAs6KNUbVRvebq/1Q==} @@ -4129,15 +4223,15 @@ packages: '@vinxi/react@0.2.3': resolution: {integrity: sha512-/JMHdzGzmoBTrXtW95E7DAvsF5bMrstz/2hphkL47Yb5iRaBNKs2Si4yTyHPmRHSh4teNRm/2YmvClRHtvQi4Q==} - '@vinxi/server-components@0.3.3': - resolution: {integrity: sha512-xaW92nj9HUMLyswPcCmsIXOsS3TJll0m9u3WEjWjLrtZWheHggina6+kTCSeltp/Qe8WlUfNU5G02Xy8L4xQxA==} + '@vinxi/server-components@0.4.1': + resolution: {integrity: sha512-rMS+RCGr1tujO1xWgILMLpOWIyw2OwDO46EtkuhTfqaVgLLt/w7+hxzOnh4s3O9sXoKKuUswtj9/MpQQkFoMOQ==} peerDependencies: - vinxi: ^0.3.10 + vinxi: ^0.4.0 - '@vinxi/server-functions@0.3.3': - resolution: {integrity: sha512-yUrHov1gc+NM/YCEOekM1DCdu2tNSH1/j0mZPyIOhPZH/yAZKWA+t3dP79Q3g4QLDHchf6xf8z9u1INEADTlXw==} + '@vinxi/server-functions@0.4.1': + resolution: {integrity: sha512-dj5v9V+DurXK8w/nBDgJof+UsK3bkcgk6K/xBUg+WVmn7sUrLTurDTGRkCaknC6tQCyadNzj4FWGGc+qlrWf9g==} peerDependencies: - vinxi: ^0.3.12 + vinxi: ^0.4.0 '@vitejs/plugin-basic-ssl@1.1.0': resolution: {integrity: sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==} @@ -4156,35 +4250,35 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@vitejs/plugin-vue@5.1.1': - resolution: {integrity: sha512-sDckXxlHpMsjRQbAH9WanangrfrblsOd3pNifePs+FOHjJg1jfWq5L/P0PsBRndEt3nmdUnmvieP8ULDeX5AvA==} + '@vitejs/plugin-vue@5.1.2': + resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/coverage-istanbul@2.0.4': - resolution: {integrity: sha512-6VibYMkXh8cJm5Bg8JYeOoR4oURlPf4YKP9kuVRE/NKasfYrXPnzSwuxrpgMbgOfPj13KUJXgMB3VAGukECtlQ==} + '@vitest/coverage-istanbul@2.0.5': + resolution: {integrity: sha512-BvjWKtp7fiMAeYUD0mO5cuADzn1gmjTm54jm5qUEnh/O08riczun8rI4EtQlg3bWoRo2lT3FO8DmjPDX9ZthPw==} peerDependencies: - vitest: 2.0.4 + vitest: 2.0.5 - '@vitest/expect@2.0.4': - resolution: {integrity: sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw==} + '@vitest/expect@2.0.5': + resolution: {integrity: sha512-yHZtwuP7JZivj65Gxoi8upUN2OzHTi3zVfjwdpu2WrvCZPLwsJ2Ey5ILIPccoW23dd/zQBlJ4/dhi7DWNyXCpA==} - '@vitest/pretty-format@2.0.4': - resolution: {integrity: sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw==} + '@vitest/pretty-format@2.0.5': + resolution: {integrity: sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ==} - '@vitest/runner@2.0.4': - resolution: {integrity: sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ==} + '@vitest/runner@2.0.5': + resolution: {integrity: sha512-TfRfZa6Bkk9ky4tW0z20WKXFEwwvWhRY+84CnSEtq4+3ZvDlJyY32oNTJtM7AW9ihW90tX/1Q78cb6FjoAs+ig==} - '@vitest/snapshot@2.0.4': - resolution: {integrity: sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw==} + '@vitest/snapshot@2.0.5': + resolution: {integrity: sha512-SgCPUeDFLaM0mIUHfaArq8fD2WbaXG/zVXjRupthYfYGzc8ztbFbu6dUNOblBG7XLMR1kEhS/DNnfCZ2IhdDew==} - '@vitest/spy@2.0.4': - resolution: {integrity: sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q==} + '@vitest/spy@2.0.5': + resolution: {integrity: sha512-c/jdthAhvJdpfVuaexSrnawxZz6pywlTPe84LUB2m/4t3rl2fTo9NFGBG4oWgaD+FTgDDV8hJ/nibT7IfH3JfA==} - '@vitest/utils@2.0.4': - resolution: {integrity: sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ==} + '@vitest/utils@2.0.5': + resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==} '@volar/language-core@1.11.1': resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} @@ -4561,8 +4655,8 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - axios@1.6.3: - resolution: {integrity: sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==} + axios@1.7.3: + resolution: {integrity: sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==} b4a@1.6.6: resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} @@ -4635,6 +4729,9 @@ packages: bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + birecord@0.1.1: + resolution: {integrity: sha512-VUpsf/qykW0heRlC8LooCq28Kxn3mAqKohhDG/49rrsQ1dT1CXyj/pgXS+5BSRzFTR/3DyIBOqQOrGyZOh71Aw==} + bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} @@ -5439,8 +5536,8 @@ packages: peerDependencies: eslint: '>=8.23.0' - eslint-plugin-react-debug@1.6.0: - resolution: {integrity: sha512-xJEJlhOjyYSsC9lxJHJ+Z3Pew30I8mPU+tw/Pg99JGlsNj8twNOfQ/AAD50eFC9vumDah4ck0VH63oG8rf8mPw==} + eslint-plugin-react-debug@1.8.2: + resolution: {integrity: sha512-+DUv5IKQGoNH40wIDRpIL0O6seQeN08aM5DATQp3142/ZAIZsPycD4GZBF9U11hwvmBnBg0xHX11Gmt7YGIkJA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5449,8 +5546,8 @@ packages: typescript: optional: true - eslint-plugin-react-dom@1.6.0: - resolution: {integrity: sha512-wcnoaBF/u3mvG15qpogFTBDQ74H5ZavK5aw0ClLfd+wgxXRigOn7/8tODQ5vLTLZqD/6OM4BcfBUK+qz09u/dA==} + eslint-plugin-react-dom@1.8.2: + resolution: {integrity: sha512-Jbe+qxwM8MoPWEks0HEEq92TVlgUK98aaWJp4hH8m85YY3nKSOIkt8EE/OvwiqTdv8e3Z19Qkth1ahCDc+gvlA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5459,8 +5556,8 @@ packages: typescript: optional: true - eslint-plugin-react-hooks-extra@1.6.0: - resolution: {integrity: sha512-XCqj938kMjUgw1L4A8oUl2dsw5buWtqIZgIofrjA6lhUjIknhGf7Xkf/+ec7La0NVTxU92T2JD+SMas1Pq3x+w==} + eslint-plugin-react-hooks-extra@1.8.2: + resolution: {integrity: sha512-nxeuBb6yth+NFRVRsqjivEA0cGPQXUK+GrnSiuFp4kAJ+PgIupE3GKvy8ucwPTpmacsL8edjjZnx+BxdRBJwPQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5475,8 +5572,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react-naming-convention@1.6.0: - resolution: {integrity: sha512-/kl/i0gwW4kYtxLp+u+2eCCJW5o91ror5mJkmBHyvbuHLp20y6NSq/I/EGihapnG4tXb+L2koMKU0irvtgxEgw==} + eslint-plugin-react-naming-convention@1.8.2: + resolution: {integrity: sha512-SvYH1ZsqvZT0FwVYxqDErPWxS9QQ9XAfcOwWmYRH4XkI1xAVwgdqb86Vn2tBQKplnLQhR9CVYlbxm/l2VZoD+g==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5490,8 +5587,8 @@ packages: peerDependencies: eslint: '>=7' - eslint-plugin-react-x@1.6.0: - resolution: {integrity: sha512-tyDoJfB0Kg3arEcN3q01LDQjGonYXW7awCIRwDW67u3eKETa6LxYtNNUo2RmWpsKWSP23UHp6AOaPdJhbh2E2Q==} + eslint-plugin-react-x@1.8.2: + resolution: {integrity: sha512-UbdjagNnMvvTAR10cJXQr/c04Vfr729zPQ7rqJhTG8iL5f/nLVcsTxtx2S+HBrada3ZAo1Ai3xBDQ2CsLtTDjA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5693,8 +5790,8 @@ packages: flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} - follow-redirects@1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + follow-redirects@1.15.6: + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -7148,8 +7245,8 @@ packages: nwsapi@2.2.12: resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} - nx@19.5.3: - resolution: {integrity: sha512-ZUrnRwPdRWXeo8IuLj16Oo9IfiDjd8C6xKWC4F6wcTNZ9ZS7ZErrfqaQr04zdO89ASF9brbkqm0UkMyDPc6kPQ==} + nx@19.5.6: + resolution: {integrity: sha512-qjP17aa5ViXSpo0bDgJ7O3b8EY/0+PbX7ZIKvG1g6qasohtfM1y4Sx2bbSow0zCKU0+r1LnR53Q0lyX4OOgtUg==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -7815,6 +7912,9 @@ packages: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true + remeda@2.7.0: + resolution: {integrity: sha512-7q7Xthw/C6uZBk8W5BfXpp/8IjaP51IPUrBVRfSZ3GB9dZMZJEAwYmVxA+TptDmhwlGRw8jUqoo4hL5zU0aV5Q==} + require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} @@ -7877,9 +7977,8 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rimraf@5.0.9: - resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==} - engines: {node: 14 >=14.20 || 16 >=16.20 || >=18} + rimraf@5.0.10: + resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} hasBin: true rollup-plugin-preserve-directives@0.4.0: @@ -8906,8 +9005,13 @@ packages: resolution: {integrity: sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==} engines: {node: '>= 10.13.0'} - valibot@0.36.0: - resolution: {integrity: sha512-CjF1XN4sUce8sBK9TixrDqFM7RwNkuXdJu174/AwmQUB62QbCQADg5lLe8ldBalFgtj1uKj+pKwDJiNo4Mn+eQ==} + valibot@0.37.0: + resolution: {integrity: sha512-FQz52I8RXgFgOHym3XHYSREbNtkgSjF9prvMFH1nBsRyfL6SfCzoT1GuSDTlbsuPubM7/6Kbw0ZMQb8A+V+VsQ==} + peerDependencies: + typescript: '>=5' + peerDependenciesMeta: + typescript: + optional: true validate-html-nesting@1.2.2: resolution: {integrity: sha512-hGdgQozCsQJMyfK5urgFcWEqsSSrK63Awe0t/IMR0bZ0QMtnuaiHzThW81guu3qx9abLi99NEuiaN6P9gVYsNg==} @@ -8927,16 +9031,12 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - vinxi@0.3.12: - resolution: {integrity: sha512-YU/Scild/Rdy6qwgdILYRlO99Wp8ti2CmlMlYioEg7lRtxAST5iCFjviDya+BYQDgc3Pugh4KzOypVwjZknF2A==} - hasBin: true - vinxi@0.4.1: resolution: {integrity: sha512-WGEYqIuJ2/P3sBoSVKsGvp/UKpW4wVSaAFdA18gthyMCEExN6nVteoA+Rv1wQFLKXTVL9JRpeGJjcLzcRRgGCA==} hasBin: true - vite-node@2.0.4: - resolution: {integrity: sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA==} + vite-node@2.0.5: + resolution: {integrity: sha512-LdsW4pxj0Ot69FAoXZ1yTnA9bjGohr2yNBU7QKRxpz8ITSkhuDl6h3zS/tvgz4qrNjeRnvrWeXQ8ZF7Um4W00Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -9037,15 +9137,15 @@ packages: vite: optional: true - vitest@2.0.4: - resolution: {integrity: sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog==} + vitest@2.0.5: + resolution: {integrity: sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.0.4 - '@vitest/ui': 2.0.4 + '@vitest/browser': 2.0.5 + '@vitest/ui': 2.0.5 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -10906,14 +11006,15 @@ snapshots: '@eslint-community/regexpp@4.11.0': {} - '@eslint-react/ast@1.6.0(eslint@8.57.0)(typescript@5.4.2)': + '@eslint-react/ast@1.8.2(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + birecord: 0.1.1 + remeda: 2.7.0 string-ts: 2.2.0 ts-pattern: 5.2.0 transitivePeerDependencies: @@ -10921,18 +11022,19 @@ snapshots: - supports-color - typescript - '@eslint-react/core@1.6.0(eslint@8.57.0)(typescript@5.4.2)': - dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/jsx': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/shared': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/var': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/core@1.8.2(eslint@8.57.0)(typescript@5.4.2)': + dependencies: + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + remeda: 2.7.0 short-unique-id: 5.2.0 ts-pattern: 5.2.0 transitivePeerDependencies: @@ -10940,70 +11042,74 @@ snapshots: - supports-color - typescript - '@eslint-react/eslint-plugin@1.6.0(eslint@8.57.0)(typescript@5.4.2)': + '@eslint-react/eslint-plugin@1.8.2(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@eslint-react/shared': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 - eslint-plugin-react-debug: 1.6.0(eslint@8.57.0)(typescript@5.4.2) - eslint-plugin-react-dom: 1.6.0(eslint@8.57.0)(typescript@5.4.2) - eslint-plugin-react-hooks-extra: 1.6.0(eslint@8.57.0)(typescript@5.4.2) - eslint-plugin-react-naming-convention: 1.6.0(eslint@8.57.0)(typescript@5.4.2) - eslint-plugin-react-x: 1.6.0(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-debug: 1.8.2(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-dom: 1.8.2(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-hooks-extra: 1.8.2(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-naming-convention: 1.8.2(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-x: 1.8.2(eslint@8.57.0)(typescript@5.4.2) + remeda: 2.7.0 optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: - supports-color - '@eslint-react/jsx@1.6.0(eslint@8.57.0)(typescript@5.4.2)': + '@eslint-react/jsx@1.8.2(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/var': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + remeda: 2.7.0 ts-pattern: 5.2.0 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/shared@1.6.0(eslint@8.57.0)(typescript@5.4.2)': + '@eslint-react/shared@1.8.2(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) picomatch: 4.0.2 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/tools@1.6.0': {} + '@eslint-react/tools@1.8.2': {} - '@eslint-react/types@1.6.0(eslint@8.57.0)(typescript@5.4.2)': + '@eslint-react/types@1.8.2(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@eslint-react/tools': 1.6.0 - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + remeda: 2.7.0 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/var@1.6.0(eslint@8.57.0)(typescript@5.4.2)': + '@eslint-react/var@1.8.2(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + remeda: 2.7.0 transitivePeerDependencies: - eslint - supports-color @@ -11293,15 +11399,15 @@ snapshots: '@microsoft/tsdoc@0.14.2': {} - '@mui/core-downloads-tracker@5.16.5': {} + '@mui/core-downloads-tracker@5.16.6': {} - '@mui/material@5.16.5(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.0 - '@mui/core-downloads-tracker': 5.16.5 - '@mui/system': 5.16.5(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/core-downloads-tracker': 5.16.6 + '@mui/system': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.5(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) '@popperjs/core': 2.11.8 '@types/react-transition-group': 4.4.10 clsx: 2.1.1 @@ -11316,16 +11422,16 @@ snapshots: '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@types/react': 18.3.3 - '@mui/private-theming@5.16.5(@types/react@18.3.3)(react@18.3.1)': + '@mui/private-theming@5.16.6(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.0 - '@mui/utils': 5.16.5(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) prop-types: 15.8.1 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@mui/styled-engine@5.16.4(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.0 '@emotion/cache': 11.13.1 @@ -11336,13 +11442,13 @@ snapshots: '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/system@5.16.5(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': + '@mui/system@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.0 - '@mui/private-theming': 5.16.5(@types/react@18.3.3)(react@18.3.1) - '@mui/styled-engine': 5.16.4(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@mui/private-theming': 5.16.6(@types/react@18.3.3)(react@18.3.1) + '@mui/styled-engine': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.5(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 @@ -11356,7 +11462,7 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 - '@mui/utils@5.16.5(@types/react@18.3.3)(react@18.3.1)': + '@mui/utils@5.16.6(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.0 '@mui/types': 7.2.15(@types/react@18.3.3) @@ -11504,43 +11610,43 @@ snapshots: - bluebird - supports-color - '@nrwl/tao@19.5.3(@swc/core@1.6.13)': + '@nrwl/tao@19.5.6(@swc/core@1.6.13)': dependencies: - nx: 19.5.3(@swc/core@1.6.13) + nx: 19.5.6(@swc/core@1.6.13) tslib: 2.6.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/nx-darwin-arm64@19.5.3': + '@nx/nx-darwin-arm64@19.5.6': optional: true - '@nx/nx-darwin-x64@19.5.3': + '@nx/nx-darwin-x64@19.5.6': optional: true - '@nx/nx-freebsd-x64@19.5.3': + '@nx/nx-freebsd-x64@19.5.6': optional: true - '@nx/nx-linux-arm-gnueabihf@19.5.3': + '@nx/nx-linux-arm-gnueabihf@19.5.6': optional: true - '@nx/nx-linux-arm64-gnu@19.5.3': + '@nx/nx-linux-arm64-gnu@19.5.6': optional: true - '@nx/nx-linux-arm64-musl@19.5.3': + '@nx/nx-linux-arm64-musl@19.5.6': optional: true - '@nx/nx-linux-x64-gnu@19.5.3': + '@nx/nx-linux-x64-gnu@19.5.6': optional: true - '@nx/nx-linux-x64-musl@19.5.3': + '@nx/nx-linux-x64-musl@19.5.6': optional: true - '@nx/nx-win32-arm64-msvc@19.5.3': + '@nx/nx-win32-arm64-msvc@19.5.6': optional: true - '@nx/nx-win32-x64-msvc@19.5.3': + '@nx/nx-win32-x64-msvc@19.5.6': optional: true '@one-ini/wasm@0.1.1': {} @@ -11795,9 +11901,9 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@remix-run/node@2.10.3(typescript@5.4.2)': + '@remix-run/node@2.11.0(typescript@5.4.2)': dependencies: - '@remix-run/server-runtime': 2.10.3(typescript@5.4.2) + '@remix-run/server-runtime': 2.11.0(typescript@5.4.2) '@remix-run/web-fetch': 4.4.2 '@web3-storage/multipart-parser': 1.0.0 cookie-signature: 1.2.1 @@ -11807,11 +11913,11 @@ snapshots: optionalDependencies: typescript: 5.4.2 - '@remix-run/router@1.18.0': {} + '@remix-run/router@1.19.0': {} - '@remix-run/server-runtime@2.10.3(typescript@5.4.2)': + '@remix-run/server-runtime@2.11.0(typescript@5.4.2)': dependencies: - '@remix-run/router': 1.18.0 + '@remix-run/router': 1.19.0 '@types/cookie': 0.6.0 '@web3-storage/multipart-parser': 1.0.0 cookie: 0.6.0 @@ -12180,19 +12286,19 @@ snapshots: '@tanstack/history@1.45.3': {} - '@tanstack/query-core@5.51.15': {} + '@tanstack/query-core@5.51.21': {} '@tanstack/react-cross-context@1.44.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/react-query@5.51.15(react@18.3.1)': + '@tanstack/react-query@5.51.21(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.51.15 + '@tanstack/query-core': 5.51.21 react: 18.3.1 - '@tanstack/react-router@1.45.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tanstack/react-router@1.46.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/history': 1.45.3 '@tanstack/react-store': 0.5.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -12213,7 +12319,7 @@ snapshots: prettier: 3.3.3 zod: 3.23.8 - '@tanstack/router-plugin@1.45.8(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': + '@tanstack/router-plugin@1.45.13(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': dependencies: '@babel/core': 7.24.9 '@babel/generator': 7.25.0 @@ -12242,7 +12348,7 @@ snapshots: '@tanstack/store': 0.5.5 solid-js: 1.8.19 - '@tanstack/start-vite-plugin@1.45.8': + '@tanstack/start-vite-plugin@1.45.13': dependencies: '@babel/core': 7.24.9 '@babel/generator': 7.25.0 @@ -12259,25 +12365,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/start@1.45.11(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)(typescript@5.4.2)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': + '@tanstack/start@1.46.4(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)(typescript@5.4.2)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': dependencies: '@tanstack/react-cross-context': 1.44.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tanstack/react-router': 1.45.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tanstack/react-router': 1.46.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/router-generator': 1.45.7 - '@tanstack/router-plugin': 1.45.8(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) - '@tanstack/start-vite-plugin': 1.45.8 + '@tanstack/router-plugin': 1.45.13(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + '@tanstack/start-vite-plugin': 1.45.13 '@types/jsesc': 3.0.3 '@vinxi/react': 0.2.3 '@vinxi/react-server-dom': 0.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) - '@vinxi/server-components': 0.3.3(vinxi@0.3.12(@types/node@20.14.10)(ioredis@5.4.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) - '@vinxi/server-functions': 0.3.3(vinxi@0.3.12(@types/node@20.14.10)(ioredis@5.4.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + '@vinxi/server-components': 0.4.1(vinxi@0.4.1(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + '@vinxi/server-functions': 0.4.1(vinxi@0.4.1(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) import-meta-resolve: 4.1.0 isbot: 5.1.13 jsesc: 3.0.2 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) tiny-invariant: 1.3.3 - vinxi: 0.3.12(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) + vinxi: 0.4.1(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) vite-tsconfig-paths: 4.3.2(typescript@5.4.2)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) zod: 3.23.8 transitivePeerDependencies: @@ -12592,6 +12698,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2)': + dependencies: + '@eslint-community/regexpp': 4.11.0 + '@typescript-eslint/parser': 7.18.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/type-utils': 7.18.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/visitor-keys': 7.18.0 + eslint: 8.57.0 + graphemer: 1.4.0 + ignore: 5.3.1 + natural-compare: 1.4.0 + ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: + typescript: 5.4.2 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.2)': dependencies: '@typescript-eslint/scope-manager': 7.17.0 @@ -12605,11 +12729,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.4.2)': + dependencies: + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.4.2) + '@typescript-eslint/visitor-keys': 7.18.0 + debug: 4.3.5 + eslint: 8.57.0 + optionalDependencies: + typescript: 5.4.2 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/scope-manager@7.17.0': dependencies: '@typescript-eslint/types': 7.17.0 '@typescript-eslint/visitor-keys': 7.17.0 + '@typescript-eslint/scope-manager@7.18.0': + dependencies: + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 + + '@typescript-eslint/scope-manager@8.0.0': + dependencies: + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/visitor-keys': 8.0.0 + '@typescript-eslint/type-utils@7.17.0(eslint@8.57.0)(typescript@5.4.2)': dependencies: '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.4.2) @@ -12622,8 +12769,36 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/type-utils@7.18.0(eslint@8.57.0)(typescript@5.4.2)': + dependencies: + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.4.2) + '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.4.2) + debug: 4.3.5 + eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: + typescript: 5.4.2 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/type-utils@8.0.0(eslint@8.57.0)(typescript@5.4.2)': + dependencies: + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.4.2) + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + debug: 4.3.5 + ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: + typescript: 5.4.2 + transitivePeerDependencies: + - eslint + - supports-color + '@typescript-eslint/types@7.17.0': {} + '@typescript-eslint/types@7.18.0': {} + + '@typescript-eslint/types@8.0.0': {} + '@typescript-eslint/typescript-estree@7.17.0(typescript@5.4.2)': dependencies: '@typescript-eslint/types': 7.17.0 @@ -12639,6 +12814,36 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.4.2)': + dependencies: + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 + debug: 4.3.5 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: + typescript: 5.4.2 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/typescript-estree@8.0.0(typescript@5.4.2)': + dependencies: + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/visitor-keys': 8.0.0 + debug: 4.3.5 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: + typescript: 5.4.2 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/utils@7.17.0(eslint@8.57.0)(typescript@5.4.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) @@ -12650,11 +12855,43 @@ snapshots: - supports-color - typescript + '@typescript-eslint/utils@7.18.0(eslint@8.57.0)(typescript@5.4.2)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.4.2) + eslint: 8.57.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/utils@8.0.0(eslint@8.57.0)(typescript@5.4.2)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.4.2) + eslint: 8.57.0 + transitivePeerDependencies: + - supports-color + - typescript + '@typescript-eslint/visitor-keys@7.17.0': dependencies: '@typescript-eslint/types': 7.17.0 eslint-visitor-keys: 3.4.3 + '@typescript-eslint/visitor-keys@7.18.0': + dependencies: + '@typescript-eslint/types': 7.18.0 + eslint-visitor-keys: 3.4.3 + + '@typescript-eslint/visitor-keys@8.0.0': + dependencies: + '@typescript-eslint/types': 8.0.0 + eslint-visitor-keys: 3.4.3 + '@ungap/structured-clone@1.2.0': {} '@vercel/nft@0.26.5(encoding@0.1.13)': @@ -12697,7 +12934,7 @@ snapshots: transitivePeerDependencies: - uWebSockets.js - '@vinxi/plugin-directives@0.3.1(vinxi@0.3.12(@types/node@20.14.10)(ioredis@5.4.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': + '@vinxi/plugin-directives@0.4.1(vinxi@0.4.1(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': dependencies: '@babel/parser': 7.25.0 acorn: 8.12.0 @@ -12708,7 +12945,7 @@ snapshots: magicast: 0.2.11 recast: 0.23.9 tslib: 2.6.3 - vinxi: 0.3.12(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) + vinxi: 0.4.1(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) '@vinxi/react-server-dom@0.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': dependencies: @@ -12719,27 +12956,27 @@ snapshots: '@vinxi/react@0.2.3': {} - '@vinxi/server-components@0.3.3(vinxi@0.3.12(@types/node@20.14.10)(ioredis@5.4.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': + '@vinxi/server-components@0.4.1(vinxi@0.4.1(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': dependencies: - '@vinxi/plugin-directives': 0.3.1(vinxi@0.3.12(@types/node@20.14.10)(ioredis@5.4.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + '@vinxi/plugin-directives': 0.4.1(vinxi@0.4.1(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) acorn: 8.12.0 acorn-loose: 8.4.0 acorn-typescript: 1.4.13(acorn@8.12.0) astring: 1.8.6 magicast: 0.2.11 recast: 0.23.9 - vinxi: 0.3.12(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) + vinxi: 0.4.1(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) - '@vinxi/server-functions@0.3.3(vinxi@0.3.12(@types/node@20.14.10)(ioredis@5.4.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': + '@vinxi/server-functions@0.4.1(vinxi@0.4.1(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': dependencies: - '@vinxi/plugin-directives': 0.3.1(vinxi@0.3.12(@types/node@20.14.10)(ioredis@5.4.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) + '@vinxi/plugin-directives': 0.4.1(vinxi@0.4.1(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1)) acorn: 8.12.0 acorn-loose: 8.4.0 acorn-typescript: 1.4.13(acorn@8.12.0) astring: 1.8.6 magicast: 0.2.11 recast: 0.23.9 - vinxi: 0.3.12(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) + vinxi: 0.4.1(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) '@vitejs/plugin-basic-ssl@1.1.0(vite@5.1.7(@types/node@20.14.10)(less@4.2.0)(sass@1.71.1)(sugarss@4.0.1(postcss@8.4.35))(terser@5.29.1))': dependencies: @@ -12767,12 +13004,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.1(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4)': + '@vitejs/plugin-vue@5.1.2(vite@5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))(vue@3.3.4)': dependencies: vite: 5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1(postcss@8.4.40))(terser@5.29.1) vue: 3.3.4 - '@vitest/coverage-istanbul@2.0.4(vitest@2.0.4(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': + '@vitest/coverage-istanbul@2.0.5(vitest@2.0.5(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1))': dependencies: '@istanbuljs/schema': 0.1.3 debug: 4.3.5 @@ -12784,39 +13021,39 @@ snapshots: magicast: 0.3.4 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.0.4(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) + vitest: 2.0.5(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) transitivePeerDependencies: - supports-color - '@vitest/expect@2.0.4': + '@vitest/expect@2.0.5': dependencies: - '@vitest/spy': 2.0.4 - '@vitest/utils': 2.0.4 + '@vitest/spy': 2.0.5 + '@vitest/utils': 2.0.5 chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/pretty-format@2.0.4': + '@vitest/pretty-format@2.0.5': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.0.4': + '@vitest/runner@2.0.5': dependencies: - '@vitest/utils': 2.0.4 + '@vitest/utils': 2.0.5 pathe: 1.1.2 - '@vitest/snapshot@2.0.4': + '@vitest/snapshot@2.0.5': dependencies: - '@vitest/pretty-format': 2.0.4 + '@vitest/pretty-format': 2.0.5 magic-string: 0.30.10 pathe: 1.1.2 - '@vitest/spy@2.0.4': + '@vitest/spy@2.0.5': dependencies: tinyspy: 3.0.0 - '@vitest/utils@2.0.4': + '@vitest/utils@2.0.5': dependencies: - '@vitest/pretty-format': 2.0.4 + '@vitest/pretty-format': 2.0.5 estree-walker: 3.0.3 loupe: 3.1.1 tinyrainbow: 1.2.0 @@ -13266,9 +13503,9 @@ snapshots: dependencies: possible-typed-array-names: 1.0.0 - axios@1.6.3: + axios@1.7.3: dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.6 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -13365,6 +13602,8 @@ snapshots: dependencies: file-uri-to-path: 1.0.0 + birecord@0.1.1: {} + bl@4.1.0: dependencies: buffer: 5.7.1 @@ -14244,7 +14483,7 @@ snapshots: eslint-plugin-import-x@3.0.1(eslint@8.57.0)(typescript@5.4.2): dependencies: '@rtsao/scc': 1.1.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.4.2) debug: 4.3.5 doctrine: 3.0.0 eslint: 8.57.0 @@ -14271,57 +14510,60 @@ snapshots: minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-react-debug@1.6.0(eslint@8.57.0)(typescript@5.4.2): - dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/core': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/jsx': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/shared': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-debug@1.8.2(eslint@8.57.0)(typescript@5.4.2): + dependencies: + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 + remeda: 2.7.0 string-ts: 2.2.0 optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: - supports-color - eslint-plugin-react-dom@1.6.0(eslint@8.57.0)(typescript@5.4.2): - dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/core': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/jsx': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/shared': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/var': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-dom@1.8.2(eslint@8.57.0)(typescript@5.4.2): + dependencies: + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 + remeda: 2.7.0 optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: - supports-color - eslint-plugin-react-hooks-extra@1.6.0(eslint@8.57.0)(typescript@5.4.2): - dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/core': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/jsx': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/shared': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/var': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-hooks-extra@1.8.2(eslint@8.57.0)(typescript@5.4.2): + dependencies: + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 + remeda: 2.7.0 optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: @@ -14331,19 +14573,20 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-react-naming-convention@1.6.0(eslint@8.57.0)(typescript@5.4.2): - dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/core': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/jsx': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/shared': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-naming-convention@1.8.2(eslint@8.57.0)(typescript@5.4.2): + dependencies: + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 + remeda: 2.7.0 optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: @@ -14353,21 +14596,22 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-react-x@1.6.0(eslint@8.57.0)(typescript@5.4.2): - dependencies: - '@eslint-react/ast': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/core': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/jsx': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/shared': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/tools': 1.6.0 - '@eslint-react/types': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@eslint-react/var': 1.6.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-react-x@1.8.2(eslint@8.57.0)(typescript@5.4.2): + dependencies: + '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/tools': 1.8.2 + '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.0.0 + '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 is-immutable-type: 4.0.0(eslint@8.57.0)(typescript@5.4.2) + remeda: 2.7.0 optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: @@ -14661,7 +14905,7 @@ snapshots: flatted@3.2.7: {} - follow-redirects@1.15.2: {} + follow-redirects@1.15.6: {} for-each@0.3.3: dependencies: @@ -15025,7 +15269,7 @@ snapshots: http-proxy@1.18.1: dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.2 + follow-redirects: 1.15.6 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -15252,7 +15496,7 @@ snapshots: is-immutable-type@4.0.0(eslint@8.57.0)(typescript@5.4.2): dependencies: - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/type-utils': 7.18.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.4.2) ts-declaration-location: 1.0.2(typescript@5.4.2) @@ -16302,14 +16546,14 @@ snapshots: nwsapi@2.2.12: {} - nx@19.5.3(@swc/core@1.6.13): + nx@19.5.6(@swc/core@1.6.13): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.5.3(@swc/core@1.6.13) + '@nrwl/tao': 19.5.6(@swc/core@1.6.13) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 - axios: 1.6.3 + axios: 1.7.3 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -16340,16 +16584,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.5.3 - '@nx/nx-darwin-x64': 19.5.3 - '@nx/nx-freebsd-x64': 19.5.3 - '@nx/nx-linux-arm-gnueabihf': 19.5.3 - '@nx/nx-linux-arm64-gnu': 19.5.3 - '@nx/nx-linux-arm64-musl': 19.5.3 - '@nx/nx-linux-x64-gnu': 19.5.3 - '@nx/nx-linux-x64-musl': 19.5.3 - '@nx/nx-win32-arm64-msvc': 19.5.3 - '@nx/nx-win32-x64-msvc': 19.5.3 + '@nx/nx-darwin-arm64': 19.5.6 + '@nx/nx-darwin-x64': 19.5.6 + '@nx/nx-freebsd-x64': 19.5.6 + '@nx/nx-linux-arm-gnueabihf': 19.5.6 + '@nx/nx-linux-arm64-gnu': 19.5.6 + '@nx/nx-linux-arm64-musl': 19.5.6 + '@nx/nx-linux-x64-gnu': 19.5.6 + '@nx/nx-linux-x64-musl': 19.5.6 + '@nx/nx-win32-arm64-msvc': 19.5.6 + '@nx/nx-win32-x64-msvc': 19.5.6 '@swc/core': 1.6.13(@swc/helpers@0.5.11) transitivePeerDependencies: - debug @@ -17044,6 +17288,10 @@ snapshots: dependencies: jsesc: 0.5.0 + remeda@2.7.0: + dependencies: + type-fest: 4.21.0 + require-directory@2.1.1: {} require-from-string@2.0.2: {} @@ -17103,7 +17351,7 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@5.0.9: + rimraf@5.0.10: dependencies: glob: 10.4.5 @@ -18091,7 +18339,9 @@ snapshots: v8flags@4.0.1: {} - valibot@0.36.0: {} + valibot@0.37.0(typescript@5.4.2): + optionalDependencies: + typescript: 5.4.2 validate-html-nesting@1.2.2: {} @@ -18108,74 +18358,6 @@ snapshots: vary@1.1.2: {} - vinxi@0.3.12(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1): - dependencies: - '@babel/core': 7.24.9 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9) - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.9) - '@types/micromatch': 4.0.9 - '@vinxi/listhen': 1.5.6 - boxen: 7.1.1 - chokidar: 3.6.0 - citty: 0.1.6 - consola: 3.2.3 - crossws: 0.2.4 - dax-sh: 0.39.2 - defu: 6.1.4 - es-module-lexer: 1.4.1 - esbuild: 0.20.2 - fast-glob: 3.3.2 - get-port-please: 3.1.2 - h3: 1.11.1 - hookable: 5.5.3 - http-proxy: 1.18.1 - micromatch: 4.0.5 - nitropack: 2.9.7(@opentelemetry/api@1.9.0)(encoding@0.1.13)(magicast@0.3.4) - node-fetch-native: 1.6.4 - path-to-regexp: 6.2.2 - pathe: 1.1.2 - radix3: 1.1.2 - resolve: 1.22.8 - serve-placeholder: 2.0.2 - serve-static: 1.15.0 - ufo: 1.5.3 - unctx: 2.3.1 - unenv: 1.9.0 - unstorage: 1.10.2(ioredis@5.4.1) - vite: 5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1(postcss@8.4.40))(terser@5.29.1) - zod: 3.23.8 - transitivePeerDependencies: - - '@azure/app-configuration' - - '@azure/cosmos' - - '@azure/data-tables' - - '@azure/identity' - - '@azure/keyvault-secrets' - - '@azure/storage-blob' - - '@capacitor/preferences' - - '@libsql/client' - - '@netlify/blobs' - - '@opentelemetry/api' - - '@planetscale/database' - - '@types/node' - - '@upstash/redis' - - '@vercel/kv' - - better-sqlite3 - - debug - - drizzle-orm - - encoding - - idb-keyval - - ioredis - - less - - lightningcss - - magicast - - sass - - stylus - - sugarss - - supports-color - - terser - - uWebSockets.js - - xml2js - vinxi@0.4.1(@opentelemetry/api@1.9.0)(@types/node@20.14.10)(encoding@0.1.13)(ioredis@5.4.1)(less@4.2.0)(magicast@0.3.4)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1): dependencies: '@babel/core': 7.24.9 @@ -18244,7 +18426,7 @@ snapshots: - uWebSockets.js - xml2js - vite-node@2.0.4(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1): + vite-node@2.0.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1): dependencies: cac: 6.7.14 debug: 4.3.5 @@ -18351,15 +18533,15 @@ snapshots: optionalDependencies: vite: 5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1(postcss@8.4.40))(terser@5.29.1) - vitest@2.0.4(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1): + vitest@2.0.5(@types/node@20.14.10)(jsdom@24.1.1)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1): dependencies: '@ampproject/remapping': 2.3.0 - '@vitest/expect': 2.0.4 - '@vitest/pretty-format': 2.0.4 - '@vitest/runner': 2.0.4 - '@vitest/snapshot': 2.0.4 - '@vitest/spy': 2.0.4 - '@vitest/utils': 2.0.4 + '@vitest/expect': 2.0.5 + '@vitest/pretty-format': 2.0.5 + '@vitest/runner': 2.0.5 + '@vitest/snapshot': 2.0.5 + '@vitest/spy': 2.0.5 + '@vitest/utils': 2.0.5 chai: 5.1.1 debug: 4.3.5 execa: 8.0.1 @@ -18370,7 +18552,7 @@ snapshots: tinypool: 1.0.0 tinyrainbow: 1.2.0 vite: 5.3.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1(postcss@8.4.40))(terser@5.29.1) - vite-node: 2.0.4(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) + vite-node: 2.0.5(@types/node@20.14.10)(less@4.2.0)(sass@1.72.0)(sugarss@4.0.1)(terser@5.29.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 20.14.10