From c6a80d637cb46ab8580e0bd2c1b85d290ac96d3f Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:06:35 +1000 Subject: [PATCH] chore(deps): update select dependencies (#2215) * chore(deps): update select dependencies * More updates * More deps * Sync vinxi --- examples/react/basic-file-based/package.json | 2 +- .../basic-react-query-file-based/package.json | 2 +- examples/react/basic-react-query/package.json | 2 +- examples/react/basic/package.json | 2 +- .../quickstart-rspack-file-based/package.json | 4 +- examples/react/start-basic-auth/package.json | 10 +- .../react/start-basic-counter/package.json | 2 +- .../start-basic-react-query/package.json | 6 +- examples/react/start-basic-rsc/package.json | 4 +- examples/react/start-basic/package.json | 6 +- examples/react/start-clerk-basic/package.json | 10 +- .../react/start-convex-trellaux/package.json | 4 +- examples/react/start-trellaux/package.json | 4 +- .../react/with-trpc-react-query/package.json | 2 +- examples/react/with-trpc/package.json | 2 +- package.json | 10 +- packages/react-router/package.json | 1 - packages/start/package.json | 8 +- pnpm-lock.yaml | 1228 ++++++++--------- 19 files changed, 578 insertions(+), 731 deletions(-) diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 4d7a4fbdaf..34bc5a6526 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -20,7 +20,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.46.1", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.3.1", diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index ac7473760e..e0e231ed86 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -22,7 +22,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.46.1", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.3.1", diff --git a/examples/react/basic-react-query/package.json b/examples/react/basic-react-query/package.json index e1870ce504..439ead682a 100644 --- a/examples/react/basic-react-query/package.json +++ b/examples/react/basic-react-query/package.json @@ -19,7 +19,7 @@ "redaxios": "^0.5.1" }, "devDependencies": { - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.46.1", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.3.1", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index ce409469e5..9b544ed408 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -17,7 +17,7 @@ "redaxios": "^0.5.1" }, "devDependencies": { - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.46.1", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.3.1", diff --git a/examples/react/quickstart-rspack-file-based/package.json b/examples/react/quickstart-rspack-file-based/package.json index b7afa372fd..b126336e31 100644 --- a/examples/react/quickstart-rspack-file-based/package.json +++ b/examples/react/quickstart-rspack-file-based/package.json @@ -14,8 +14,8 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@rsbuild/core": "1.0.1-beta.15", - "@rsbuild/plugin-react": "1.0.1-beta.15", + "@rsbuild/core": "1.0.1-rc.0", + "@rsbuild/plugin-react": "1.0.1-rc.0", "@tanstack/router-plugin": "^1.51.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index 506e67eefc..080c8d94fb 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -14,8 +14,8 @@ }, "dependencies": { "@prisma/client": "5.17.0", - "@remix-run/node": "^2.10.3", - "@remix-run/server-runtime": "^2.10.3", + "@remix-run/node": "^2.11.2", + "@remix-run/server-runtime": "^2.11.2", "@tanstack/react-router": "^1.51.2", "@tanstack/router-devtools": "^1.51.2", "@tanstack/router-plugin": "^1.51.0", @@ -29,11 +29,11 @@ "react-dom": "^18.3.1", "redaxios": "^0.5.1", "remix-auth-form": "^1.5.0", - "tailwind-merge": "^2.4.0", - "vinxi": "0.3.12" + "tailwind-merge": "^2.5.2", + "vinxi": "0.4.2" }, "devDependencies": { - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.46.1", "@replayio/playwright": "^3.1.8", "@types/node": "^20.12.11", "@types/react": "^18.2.65", diff --git a/examples/react/start-basic-counter/package.json b/examples/react/start-basic-counter/package.json index b1aa639da5..db5325cec0 100644 --- a/examples/react/start-basic-counter/package.json +++ b/examples/react/start-basic-counter/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^7.18.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "vinxi": "0.4.1" + "vinxi": "0.4.2" }, "devDependencies": { "@types/node": "^20.12.11", diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index 4a392a6ce1..dbe529a956 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -25,11 +25,11 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "redaxios": "^0.5.1", - "tailwind-merge": "^2.4.0", - "vinxi": "0.4.1" + "tailwind-merge": "^2.5.2", + "vinxi": "0.4.2" }, "devDependencies": { - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.46.1", "@types/node": "^20.12.11", "@types/react": "^18.2.65", "@types/react-dom": "^18.2.21", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 7c7cc06f6e..6e09d2081c 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -17,8 +17,8 @@ "@tanstack/router-plugin": "^1.51.0", "@tanstack/start": "^1.51.3", "redaxios": "^0.5.1", - "tailwind-merge": "^2.4.0", - "vinxi": "0.4.1" + "tailwind-merge": "^2.5.2", + "vinxi": "0.4.2" }, "devDependencies": { "@types/react": "^18.2.65", diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index e43afc5e38..528591a733 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -22,11 +22,11 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "redaxios": "^0.5.1", - "tailwind-merge": "^2.4.0", - "vinxi": "0.4.1" + "tailwind-merge": "^2.5.2", + "vinxi": "0.4.2" }, "devDependencies": { - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.46.1", "@types/node": "^20.12.11", "@types/react": "^18.2.65", "@types/react-dom": "^18.2.21", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index d6c15c680c..61203b5f00 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@clerk/tanstack-start": "0.3.0-snapshot.vdf04997", - "@remix-run/node": "^2.10.3", - "@remix-run/server-runtime": "^2.10.3", + "@remix-run/node": "^2.11.2", + "@remix-run/server-runtime": "^2.11.2", "@tanstack/react-router": "^1.51.2", "@tanstack/router-devtools": "^1.51.2", "@tanstack/router-plugin": "^1.51.0", @@ -27,11 +27,11 @@ "react-dom": "^18.3.1", "redaxios": "^0.5.1", "remix-auth-form": "^1.5.0", - "tailwind-merge": "^2.4.0", - "vinxi": "0.3.12" + "tailwind-merge": "^2.5.2", + "vinxi": "0.4.2" }, "devDependencies": { - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.46.1", "@replayio/playwright": "^3.1.8", "@types/node": "^20.12.11", "@types/react": "^18.2.65", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index 5a9303cf40..7b90a0f685 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -32,9 +32,9 @@ "react-dom": "^18.3.1", "react-hot-toast": "^2.4.1", "redaxios": "^0.5.1", - "tailwind-merge": "^2.4.0", + "tailwind-merge": "^2.5.2", "tiny-invariant": "^1.3.3", - "vinxi": "0.4.1", + "vinxi": "0.4.2", "zod": "^3.23.8" }, "devDependencies": { diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index bb738731b0..a90e38b14a 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -27,9 +27,9 @@ "react-dom": "^18.3.1", "react-hot-toast": "^2.4.1", "redaxios": "^0.5.1", - "tailwind-merge": "^2.4.0", + "tailwind-merge": "^2.5.2", "tiny-invariant": "^1.3.3", - "vinxi": "0.4.1", + "vinxi": "0.4.2", "zod": "^3.23.8" }, "devDependencies": { diff --git a/examples/react/with-trpc-react-query/package.json b/examples/react/with-trpc-react-query/package.json index d71a1506a9..b4a1822c59 100644 --- a/examples/react/with-trpc-react-query/package.json +++ b/examples/react/with-trpc-react-query/package.json @@ -19,7 +19,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "redaxios": "^0.5.1", - "vinxi": "0.4.1", + "vinxi": "0.4.2", "zod": "^3.23.8" }, "devDependencies": { diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index 34cb7d541c..722b6353c0 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -16,7 +16,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "redaxios": "^0.5.1", - "vinxi": "0.4.1", + "vinxi": "0.4.2", "zod": "^3.23.8" }, "devDependencies": { diff --git a/package.json b/package.json index 12cde525f3..f1d2ea66b8 100644 --- a/package.json +++ b/package.json @@ -30,19 +30,19 @@ "gpt-generate": "node gpt/generate.js" }, "devDependencies": { - "@eslint-react/eslint-plugin": "^1.8.2", - "@playwright/test": "^1.45.3", - "@rollup/plugin-replace": "^5.0.7", - "@tanstack/config": "^0.11.3", + "@eslint-react/eslint-plugin": "^1.12.3", + "@playwright/test": "^1.46.1", + "@tanstack/config": "^0.12.0", "@types/node": "^20.14.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "glob": "^10.4.5", + "jsdom": "^25.0.0", "nx": "^19.5.6", "prettier": "^3.3.3", - "publint": "^0.2.9", + "publint": "^0.2.10", "react": "^18.3.1", "react-dom": "^18.3.1", "redaxios": "^0.5.1", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index dc4851556c..f8fdbe976e 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -74,7 +74,6 @@ "@testing-library/react": "^16.0.0", "@vitejs/plugin-react": "^4.3.1", "combinate": "^1.1.11", - "jsdom": "^24.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^3.23.8" diff --git a/packages/start/package.json b/packages/start/package.json index 2924a199a0..8ab7b28943 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -140,15 +140,15 @@ "@tanstack/router-plugin": "workspace:^", "@tanstack/start-vite-plugin": "workspace:^", "@types/jsesc": "^3.0.3", - "@vinxi/react": "0.2.3", + "@vinxi/react": "0.2.4", "@vinxi/react-server-dom": "^0.0.3", - "@vinxi/server-components": "^0.4.1", - "@vinxi/server-functions": "^0.4.1", + "@vinxi/server-components": "^0.4.2", + "@vinxi/server-functions": "^0.4.2", "import-meta-resolve": "^4.1.0", "isbot": "^5.1.14", "jsesc": "^3.0.2", "tiny-invariant": "^1.3.3", - "vinxi": "0.4.1", + "vinxi": "0.4.2", "vite-tsconfig-paths": "^5.0.1", "zod": "^3.23.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49b01e2e47..0c66cc0ef9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,17 +29,14 @@ importers: .: devDependencies: '@eslint-react/eslint-plugin': - specifier: ^1.8.2 - version: 1.8.2(eslint@8.57.0)(typescript@5.5.3) + specifier: ^1.12.3 + version: 1.12.3(eslint@8.57.0)(typescript@5.5.3) '@playwright/test': - specifier: ^1.45.3 - version: 1.45.3 - '@rollup/plugin-replace': - specifier: ^5.0.7 - version: 5.0.7(rollup@4.18.0) + specifier: ^1.46.1 + version: 1.46.1 '@tanstack/config': - specifier: ^0.11.3 - version: 0.11.3(@types/node@20.14.9)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.5.3)(vite@5.3.5(@types/node@20.14.9)(terser@5.31.1)) + specifier: ^0.12.0 + version: 0.12.0(@types/node@20.14.9)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.5.3)(vite@5.3.5(@types/node@20.14.9)(terser@5.31.1)) '@types/node': specifier: ^20.14.7 version: 20.14.9 @@ -58,15 +55,18 @@ importers: glob: specifier: ^10.4.5 version: 10.4.5 + jsdom: + specifier: ^25.0.0 + version: 25.0.0 nx: specifier: ^19.5.6 - version: 19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.11)) + version: 19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.12)) prettier: specifier: ^3.3.3 version: 3.3.3 publint: - specifier: ^0.2.9 - version: 0.2.9 + specifier: ^0.2.10 + version: 0.2.10 react: specifier: ^18.3.1 version: 18.3.1 @@ -102,7 +102,7 @@ importers: version: 5.3.5(@types/node@20.14.9)(terser@5.31.1) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.14.9)(jsdom@24.1.1)(terser@5.31.1) + version: 1.6.0(@types/node@20.14.9)(jsdom@25.0.0)(terser@5.31.1) examples/react/authenticated-routes: dependencies: @@ -163,8 +163,8 @@ importers: version: 0.5.1 devDependencies: '@playwright/test': - specifier: ^1.45.3 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@types/react': specifier: ^18.2.47 version: 18.3.3 @@ -243,8 +243,8 @@ importers: version: 3.23.8 devDependencies: '@playwright/test': - specifier: ^1.45.3 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@types/react': specifier: ^18.2.47 version: 18.3.3 @@ -323,8 +323,8 @@ importers: version: 0.5.1 devDependencies: '@playwright/test': - specifier: ^1.45.3 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@types/react': specifier: ^18.2.47 version: 18.3.3 @@ -372,8 +372,8 @@ importers: version: 3.23.8 devDependencies: '@playwright/test': - specifier: ^1.45.3 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@types/react': specifier: ^18.2.47 version: 18.3.3 @@ -919,11 +919,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@rsbuild/core': - specifier: 1.0.1-beta.15 - version: 1.0.1-beta.15 + specifier: 1.0.1-rc.0 + version: 1.0.1-rc.0 '@rsbuild/plugin-react': - specifier: 1.0.1-beta.15 - version: 1.0.1-beta.15(@rsbuild/core@1.0.1-beta.15) + specifier: 1.0.1-rc.0 + version: 1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -954,7 +954,7 @@ importers: devDependencies: '@swc/core': specifier: ^1.7.6 - version: 1.7.6(@swc/helpers@0.5.11) + version: 1.7.6(@swc/helpers@0.5.12) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -966,16 +966,16 @@ importers: version: 18.3.0 html-webpack-plugin: specifier: ^5.6.0 - version: 5.6.0(@rspack/core@0.7.5(@swc/helpers@0.5.11))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)) + version: 5.6.0(@rspack/core@1.0.0(@swc/helpers@0.5.12))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)) swc-loader: specifier: ^0.2.6 - version: 0.2.6(@swc/core@1.7.6(@swc/helpers@0.5.11))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)) + version: 0.2.6(@swc/core@1.7.6(@swc/helpers@0.5.12))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)) typescript: specifier: ^5.5.3 version: 5.5.3 webpack: specifier: ^5.93.0 - version: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + version: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) webpack-cli: specifier: ^5.1.4 version: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0) @@ -1099,15 +1099,15 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwind-merge: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.2 + version: 2.5.2 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) devDependencies: '@playwright/test': - specifier: ^1.45.3 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@types/node': specifier: ^20.12.11 version: 20.14.9 @@ -1151,11 +1151,11 @@ importers: specifier: 5.17.0 version: 5.17.0(prisma@5.18.0) '@remix-run/node': - specifier: ^2.10.3 - version: 2.11.1(typescript@5.5.3) + specifier: ^2.11.2 + version: 2.11.2(typescript@5.5.3) '@remix-run/server-runtime': - specifier: ^2.10.3 - version: 2.11.1(typescript@5.5.3) + specifier: ^2.11.2 + version: 2.11.2(typescript@5.5.3) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -1194,20 +1194,20 @@ importers: version: 0.5.1 remix-auth-form: specifier: ^1.5.0 - version: 1.5.0(@remix-run/server-runtime@2.11.1(typescript@5.5.3))(remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.1(typescript@5.5.3))) + version: 1.5.0(@remix-run/server-runtime@2.11.2(typescript@5.5.3))(remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.2(typescript@5.5.3))) tailwind-merge: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.2 + version: 2.5.2 vinxi: - specifier: 0.3.12 - version: 0.3.12(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) devDependencies: '@playwright/test': - specifier: ^1.45.1 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@replayio/playwright': specifier: ^3.1.8 - version: 3.1.8(@playwright/test@1.45.3) + version: 3.1.8(@playwright/test@1.46.1) '@types/node': specifier: ^20.12.11 version: 20.14.9 @@ -1263,8 +1263,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) devDependencies: '@types/node': specifier: ^20.12.11 @@ -1333,15 +1333,15 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwind-merge: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.2 + version: 2.5.2 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) devDependencies: '@playwright/test': - specifier: ^1.45.3 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@types/node': specifier: ^20.12.11 version: 20.14.9 @@ -1400,11 +1400,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwind-merge: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.2 + version: 2.5.2 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) devDependencies: '@types/react': specifier: ^18.2.65 @@ -1449,11 +1449,11 @@ importers: specifier: 0.3.0-snapshot.vdf04997 version: 0.3.0-snapshot.vdf04997(@tanstack/react-router@packages+react-router)(@tanstack/start@packages+start)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@remix-run/node': - specifier: ^2.10.3 - version: 2.11.1(typescript@5.5.3) + specifier: ^2.11.2 + version: 2.11.2(typescript@5.5.3) '@remix-run/server-runtime': - specifier: ^2.10.3 - version: 2.11.1(typescript@5.5.3) + specifier: ^2.11.2 + version: 2.11.2(typescript@5.5.3) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -1489,20 +1489,20 @@ importers: version: 0.5.1 remix-auth-form: specifier: ^1.5.0 - version: 1.5.0(@remix-run/server-runtime@2.11.1(typescript@5.5.3))(remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.1(typescript@5.5.3))) + version: 1.5.0(@remix-run/server-runtime@2.11.2(typescript@5.5.3))(remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.2(typescript@5.5.3))) tailwind-merge: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.2 + version: 2.5.2 vinxi: - specifier: 0.3.12 - version: 0.3.12(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) devDependencies: '@playwright/test': - specifier: ^1.45.1 - version: 1.45.3 + specifier: ^1.46.1 + version: 1.46.1 '@replayio/playwright': specifier: ^3.1.8 - version: 3.1.8(@playwright/test@1.45.3) + version: 3.1.8(@playwright/test@1.46.1) '@types/node': specifier: ^20.12.11 version: 20.14.9 @@ -1600,14 +1600,14 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwind-merge: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.2 + version: 2.5.2 tiny-invariant: specifier: ^1.3.3 version: 1.3.3 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) zod: specifier: ^3.23.8 version: 3.23.8 @@ -1697,14 +1697,14 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwind-merge: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.2 + version: 2.5.2 tiny-invariant: specifier: ^1.3.3 version: 1.3.3 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) zod: specifier: ^3.23.8 version: 3.23.8 @@ -1810,8 +1810,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) zod: specifier: ^3.23.8 version: 3.23.8 @@ -1862,8 +1862,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) zod: specifier: ^3.23.8 version: 3.23.8 @@ -1919,9 +1919,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - jsdom: - specifier: ^24.1.1 - version: 24.1.1 react: specifier: ^18.2.0 version: 18.3.1 @@ -2073,7 +2070,7 @@ importers: version: 5.3.5(@types/node@20.14.9)(terser@5.31.1) webpack: specifier: '>=5.92.0' - version: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5) + version: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5) zod: specifier: ^3.23.8 version: 3.23.8 @@ -2139,17 +2136,17 @@ importers: specifier: ^3.0.3 version: 3.0.3 '@vinxi/react': - specifier: 0.2.3 - version: 0.2.3 + specifier: 0.2.4 + version: 0.2.4 '@vinxi/react-server-dom': specifier: ^0.0.3 version: 0.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.3.5(@types/node@20.14.9)(terser@5.31.1)) '@vinxi/server-components': - specifier: ^0.4.1 - version: 0.4.1(vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) + specifier: ^0.4.2 + version: 0.4.2(vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) '@vinxi/server-functions': - specifier: ^0.4.1 - version: 0.4.1(vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) + specifier: ^0.4.2 + version: 0.4.2(vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) import-meta-resolve: specifier: ^4.1.0 version: 4.1.0 @@ -2163,8 +2160,8 @@ importers: specifier: ^1.3.3 version: 1.3.3 vinxi: - specifier: 0.4.1 - version: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + specifier: 0.4.2 + version: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) vite-tsconfig-paths: specifier: ^5.0.1 version: 5.0.1(typescript@5.5.3)(vite@5.3.5(@types/node@20.14.9)(terser@5.31.1)) @@ -3484,14 +3481,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.8.2': - resolution: {integrity: sha512-JEGTvLgMhAqGirPve2x1xICHtf7vcJfUD/75QbNjl0qHsLDUfva1F99yv9k2kdGE4kESqKJHZehbzg8Xvn/sXg==} + '@eslint-react/ast@1.12.3': + resolution: {integrity: sha512-3uRe9EBiaLpyzHKyhvm4ZXGo3h+hp9kvhRBE6mjU5up2RmUkD4qtaTVwKoHrYECADNSvzBtwHH2URARXKQ7oHg==} - '@eslint-react/core@1.8.2': - resolution: {integrity: sha512-VYC3pGqxvEEYpWz2ZMq4ZGFOUKgPBo3kJSEYaX8BSeD8IBkqA0pOBh5c9/3ZUW9YYxpF9gFpZsGVS8h7NiWKOw==} + '@eslint-react/core@1.12.3': + resolution: {integrity: sha512-MKwkzrgouFyxdI01GzHY1iifK0KPeGnThqHiRc+IGk+Dgg/8Rq2T0glUx+15J10hRbIg1bl4Cja12R/dv4R9jA==} - '@eslint-react/eslint-plugin@1.8.2': - resolution: {integrity: sha512-fEVuqu7qz9g9XVKH/Pg2fLFzeyOjYbq3CjdAxo0H0VrbQPcRb3BNTuvsbURpbCb2agTrE2XlTxe24s/2ypjxPQ==} + '@eslint-react/eslint-plugin@1.12.3': + resolution: {integrity: sha512-S9Y3mdvbZLKH5ah1LHvAiSd9tc8ijzKjAENMPvfW5WWzyfs6+oRfUrmlrJS3u4k16Fi6zweIlV5hk7gjaFWniQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 @@ -3500,20 +3497,20 @@ packages: typescript: optional: true - '@eslint-react/jsx@1.8.2': - resolution: {integrity: sha512-0w9ofkVw1HbMHvC0IauUcK17qAYAW+W0WYiu3LJm+BNOSYbeqW/eiSJWFjV11wYi0ZoHcuFZ6xbrJbndjc79Zg==} + '@eslint-react/jsx@1.12.3': + resolution: {integrity: sha512-aKuJRjcwEPUbeAXu7VLKICFeVZk/NhbeQIwIRdjw0JAmfNtEO5QD2wqWDZLCb4+f1moR2W3+QD8e9t0opo70QQ==} - '@eslint-react/shared@1.8.2': - resolution: {integrity: sha512-CWYkJ0F4arYNqsqUs7n3TTdJKKt9gtwGEF7/i3prQLVZRNRaSriNE1EvUT7n181bwuT7HKYGQ3yGO/KXk1da1w==} + '@eslint-react/shared@1.12.3': + resolution: {integrity: sha512-4zBS9ISXbb/1OM6W0x5FH2Bu2+ULmfWLQRGc3GFcWiIcHMVBB4bQGK8CsYAcxSIUxaERh3PgPKMx4aZDwBNIhQ==} - '@eslint-react/tools@1.8.2': - resolution: {integrity: sha512-13jBjPoFZImEen+VubjUhfd5QXqaDdTvMxRQw49qWS7VRccVIdxS7Wwr9+ozQqEz1+Uu+yeRUJKr73zMknY1/g==} + '@eslint-react/tools@1.12.3': + resolution: {integrity: sha512-Q5HRbzY0lkJwdeatPkFsPgmBhP9KPGaVxtRKazsGcCO3edg2wTJP0C8khw2fplaIAce+Tj3I3YasUlp1uKQeCw==} - '@eslint-react/types@1.8.2': - resolution: {integrity: sha512-udWxV15Hw56Or+T4RDYv+XwYCVDWZ07TP7wvEgXvcN6uZfBQNlpakh8oyHsd1LvB5O3V0VGRYmKUNn2dz3/2PA==} + '@eslint-react/types@1.12.3': + resolution: {integrity: sha512-Ph6vXLz/NDeGE0/EvDTfWOrqtlE/qLcMhITCdt+ynGOP0HtRn1E8jrEZ0zTH6ri8wng6tlSHEPDnsZMNwe4hOg==} - '@eslint-react/var@1.8.2': - resolution: {integrity: sha512-NJeJ8wJWqTgIpPK2stgcKGr3PgF5qkcn0NyGcttak+YAioQYpoEb/yXcdB46oKjDnlV7a1JHNP5Txyx17LY5Gw==} + '@eslint-react/var@1.12.3': + resolution: {integrity: sha512-K9lBA5Ap3bFfH2OxcpZYyK7HieWmJOtyjAmvC2E2StsPcQlBci+ID82xQEqrPvdL1qdRYWKpSzvSd8Xu4cJf/w==} '@eslint/eslintrc@2.1.4': resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} @@ -3632,29 +3629,17 @@ packages: '@microsoft/tsdoc@0.15.0': resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} - '@module-federation/runtime-tools@0.1.6': - resolution: {integrity: sha512-7ILVnzMIa0Dlc0Blck5tVZG1tnk1MmLnuZpLOMpbdW+zl+N6wdMjjHMjEZFCUAJh2E5XJ3BREwfX8Ets0nIkLg==} - - '@module-federation/runtime-tools@0.2.3': - resolution: {integrity: sha512-capN8CVTCEqNAjnl102girrkevczoQfnQYyiYC4WuyKsg7+LUqfirIe1Eiyv6VSE2UgvOTZDnqvervA6rBOlmg==} - - '@module-federation/runtime@0.1.6': - resolution: {integrity: sha512-nj6a+yJ+QxmcE89qmrTl4lphBIoAds0PFPVGnqLRWflwAP88jrCcrrTqRhARegkFDL+wE9AE04+h6jzlbIfMKg==} + '@module-federation/runtime-tools@0.5.1': + resolution: {integrity: sha512-nfBedkoZ3/SWyO0hnmaxuz0R0iGPSikHZOAZ0N/dVSQaIzlffUo35B5nlC2wgWIc0JdMZfkwkjZRrnuuDIJbzg==} - '@module-federation/runtime@0.2.3': - resolution: {integrity: sha512-N+ZxBUb1mkmfO9XT1BwgYQgShtUTlijHbukqQ4afFka5lRAT+ayC7RKfHJLz0HbuexKPCmPBDfdmCnErR5WyTQ==} + '@module-federation/runtime@0.5.1': + resolution: {integrity: sha512-xgiMUWwGLWDrvZc9JibuEbXIbhXg6z2oUkemogSvQ4LKvrl/n0kbqP1Blk669mXzyWbqtSp6PpvNdwaE1aN5xQ==} - '@module-federation/sdk@0.1.6': - resolution: {integrity: sha512-qifXpyYLM7abUeEOIfv0oTkguZgRZuwh89YOAYIZJlkP6QbRG7DJMQvtM8X2yHXm9PTk0IYNnOJH0vNQCo6auQ==} + '@module-federation/sdk@0.5.1': + resolution: {integrity: sha512-exvchtjNURJJkpqjQ3/opdbfeT2wPKvrbnGnyRkrwW5o3FH1LaST1tkiNviT6OXTexGaVc2DahbdniQHVtQ7pA==} - '@module-federation/sdk@0.2.3': - resolution: {integrity: sha512-W9zrPchLocyCBc/B8CW21akcfJXLl++9xBe1L1EtgxZGfj/xwHt0GcBWE/y+QGvYTL2a1iZjwscbftbUhxgxXg==} - - '@module-federation/webpack-bundler-runtime@0.1.6': - resolution: {integrity: sha512-K5WhKZ4RVNaMEtfHsd/9CNCgGKB0ipbm/tgweNNeC11mEuBTNxJ09Y630vg3WPkKv9vfMCuXg2p2Dk+Q/KWTSA==} - - '@module-federation/webpack-bundler-runtime@0.2.3': - resolution: {integrity: sha512-L/jt2uJ+8dwYiyn9GxryzDR6tr/Wk8rpgvelM2EBeLIhu7YxCHSmSjQYhw3BTux9zZIr47d1K9fGjBFsVRd/SQ==} + '@module-federation/webpack-bundler-runtime@0.5.1': + resolution: {integrity: sha512-mMhRFH0k2VjwHt3Jol9JkUsmI/4XlrAoBG3E0o7HoyoPYv1UFOWyqAflfANcUPgbYpvqmyLzDcO+3IT36LXnrA==} '@mswjs/interceptors@0.27.2': resolution: {integrity: sha512-mE6PhwcoW70EX8+h+Y/4dLfHk33GFt/y5PzDJz56ktMyaVGFXMJ5BYLbUjdmGEABfE0x5GgAGyKbrbkYww2s3A==} @@ -4008,8 +3993,8 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.45.3': - resolution: {integrity: sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA==} + '@playwright/test@1.46.1': + resolution: {integrity: sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==} engines: {node: '>=18'} hasBin: true @@ -4229,8 +4214,8 @@ packages: '@types/react': optional: true - '@remix-run/node@2.11.1': - resolution: {integrity: sha512-KCQPLSd5Y3OLCoJUQxxTGswALL1gZ+OgL3bf2ap6kITIp1AUZz3T4jqCNVVyWllVAU9gpCtrONaI+SiWf+8b2w==} + '@remix-run/node@2.11.2': + resolution: {integrity: sha512-gRNFM61EOYWNmYgf+pvBt6MrirWlkDz1G6RQsJNowtRqbYoy05AdDe5HiHGF5w8ZMAZVeXnZiwbL0Nt7ykYBCA==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -4253,6 +4238,10 @@ packages: resolution: {integrity: sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==} engines: {node: '>=14.0.0'} + '@remix-run/router@1.19.1': + resolution: {integrity: sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==} + engines: {node: '>=14.0.0'} + '@remix-run/server-runtime@2.11.1': resolution: {integrity: sha512-j3AlrZul0javvPR6ZWdN32/l12t1E90sLeZI/k+4HpT0ifjqJVg8uG6alRJ0LLN9ae5BERYEslUebUqdfejSkQ==} engines: {node: '>=18.0.0'} @@ -4262,6 +4251,15 @@ packages: typescript: optional: true + '@remix-run/server-runtime@2.11.2': + resolution: {integrity: sha512-abG6ENj0X3eHqDxqO2thWM2NSEiPnqyt58z1BbiQCv+t8g0Zuqd5QHbB4wzdNvfS0vKhg+jJiigcJneAc4sZzw==} + engines: {node: '>=18.0.0'} + peerDependencies: + typescript: ^5.1.0 + peerDependenciesMeta: + typescript: + optional: true + '@remix-run/web-blob@3.1.0': resolution: {integrity: sha512-owGzFLbqPH9PlKb8KvpNJ0NO74HWE2euAn61eEiyCXX/oteoVzTVSN8mpLgDjaxBf2btj5/nUllSUgpyd6IH6g==} @@ -4458,15 +4456,15 @@ packages: deprecated: This is a mistakenly released version, please do not use it hasBin: true - '@rsbuild/core@1.0.1-beta.15': - resolution: {integrity: sha512-Y9N5GvGhorbP5RCOJDYZ+gUJGSBbDAUlntLeXFOF4bSQU7Pa+tzt/tuL44wxuPjjEMj87wQz4K6wYOUVov9gZw==} + '@rsbuild/core@1.0.1-rc.0': + resolution: {integrity: sha512-tSszHL2sp/iNZkYMOOorgBonh4XAIfJODlt6JBTg5PMAywm+XXdFoEglaKeAM6WiQ/0rQYOataKrHbMkfxmh/A==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/plugin-react@1.0.1-beta.15': - resolution: {integrity: sha512-2HYxjWmIdRsBMugHtml9inPYrrbSUSaZc9oK8betBxJ1HiCCcUBi8jyZKMXogO8iQYkLA7ff6zDWmc2JoxyF0A==} + '@rsbuild/plugin-react@1.0.1-rc.0': + resolution: {integrity: sha512-bjKRNdihb3LoWW74Ri2lBQqrTaksIpGx9/mp/RiRpVUGzX+9/SDlXWvrnWdndKPm7UYfY3VBCZNT2zJRi0CCKg==} peerDependencies: - '@rsbuild/core': ^1.0.1-beta.15 + '@rsbuild/core': ^1.0.1-rc.0 '@rsbuild/shared@1.0.0': resolution: {integrity: sha512-S8naGkaXAN+5vjk22Ghox07kGK/Weg5C1imc1ELB4J66m5PWaDSnlxiv8hdmruKelcNuWUaqmTJrqEpUkVSezw==} @@ -4477,13 +4475,8 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@0.7.5': - resolution: {integrity: sha512-mNBIm36s1BA7v4SL/r4f3IXIsjyH5CZX4eXMRPE52lBc3ClVuUB7d/8zk8dkyjJCMAj8PsZSnAJ3cfXnn7TN4g==} - cpu: [arm64] - os: [darwin] - - '@rspack/binding-darwin-arm64@1.0.0-beta.5': - resolution: {integrity: sha512-lHiQ5cZrBQEpoh7Cd0AY3ggzlfBy9HiK4T0x2VdtsT2ZMc81hPBJ23hB8WIA+CTfOwbeLUBi0Ypfo26jls+dBw==} + '@rspack/binding-darwin-arm64@1.0.0': + resolution: {integrity: sha512-ZHQk9YK+swlTG48kJTgzFUW9T26KjhLXRok5la7t2AMoiuHyhGHHgC5iQfPJLZ62XzcJ/rfqs2rwakl97151jQ==} cpu: [arm64] os: [darwin] @@ -4492,13 +4485,8 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@0.7.5': - resolution: {integrity: sha512-teLK0TB1x0CsvaaiCopsFx4EvJe+/Hljwii6R7C9qOZs5zSOfbT/LQ202eA0sAGodCncARCGaXVrsekbrRYqeA==} - cpu: [x64] - os: [darwin] - - '@rspack/binding-darwin-x64@1.0.0-beta.5': - resolution: {integrity: sha512-uEWJe2Egs0LawG/8pnfHIyZeJWLMCZkQjZM1PY8iH7jVLXh1rELQJbGlMHNFbYvM4cU8Xfk9si2Vi4mPRepzlQ==} + '@rspack/binding-darwin-x64@1.0.0': + resolution: {integrity: sha512-qhTXm9wUhv2lBjsqqfCu59RchH1/2jursdPAmTqGc7zMReZdZvtJs2Ri6Ma1M48BLLu+7fS4fbL8Rw1g78TOOQ==} cpu: [x64] os: [darwin] @@ -4507,13 +4495,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@0.7.5': - resolution: {integrity: sha512-/24UytJXrK+7CsucDb30GCKYIJ8nG6ceqbJyOtsJv9zeArNLHkxrYGSyjHJIpQfwVN17BPP4RNOi+yIZ3ZgDyA==} - cpu: [arm64] - os: [linux] - - '@rspack/binding-linux-arm64-gnu@1.0.0-beta.5': - resolution: {integrity: sha512-DHyd2f+H5Y1F12fH5aN1Rx341E6cvH86pGnqcbdsVaOgM+8GM55LIr4p90XIdrjK2vH5PYROFM8g/d6CGzX3VQ==} + '@rspack/binding-linux-arm64-gnu@1.0.0': + resolution: {integrity: sha512-yKnlsWgvydJRxDBGGKC+cyDeoSzIvOzuVqCloy5oAFAGOMXMY6bznxrkE6/olGZncdeLEpnJzZmXSuF1dYc8ow==} cpu: [arm64] os: [linux] @@ -4522,13 +4505,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@0.7.5': - resolution: {integrity: sha512-6RcxG42mLM01Pa6UYycACu/Nu9qusghAPUJumb8b8x5TRIDEtklYC5Ck6Rmagm+8E0ucMude2E/D4rMdIFcS3A==} - cpu: [arm64] - os: [linux] - - '@rspack/binding-linux-arm64-musl@1.0.0-beta.5': - resolution: {integrity: sha512-QG9NYVcwpaDqkUT1Ny1yr+RAgSmdN8AswqLkLbtD42Q/P+DKlvKUa48BxU7irQgYe21AKEg4E7EnLCXaeSwRFw==} + '@rspack/binding-linux-arm64-musl@1.0.0': + resolution: {integrity: sha512-dKFmlqlF4FELT/AX02hSwX8aRawjH5zAliQzYnvgrqcEyCKE60vKacGJQ3ZeRyru6dh5MlbUNW4H1+TDT+cDVA==} cpu: [arm64] os: [linux] @@ -4537,13 +4515,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@0.7.5': - resolution: {integrity: sha512-R0Lu4CJN2nWMW7WzPBuCIju80cQPpcaqwKJDj/quwQySpJJZ6c5qGwB8mntqjxIzZDrNH6u0OkpiUTbvWZj8ww==} - cpu: [x64] - os: [linux] - - '@rspack/binding-linux-x64-gnu@1.0.0-beta.5': - resolution: {integrity: sha512-r3KB58qDZvTh9zoAdZG0F6soh9f7MtCbhZzhLAiFb8E5J+QBK3dN+hn6LLtap8istZaU0nq9UdYiKDPOthhPiQ==} + '@rspack/binding-linux-x64-gnu@1.0.0': + resolution: {integrity: sha512-fRk9i8aE4FiwW7+LkNyw+5vfFzJ8BZ2seAL9V5U2iwYwYibzFJsukg3h3Uh+IsGm30/7+ZRENtGwybQiMruL4g==} cpu: [x64] os: [linux] @@ -4552,13 +4525,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@0.7.5': - resolution: {integrity: sha512-dDgi/ThikMy1m4llxPeEXDCA2I8F8ezFS/eCPLZGU2/J1b4ALwDjuRsMmo+VXSlFCKgIt98V6h1woeg7nu96yg==} - cpu: [x64] - os: [linux] - - '@rspack/binding-linux-x64-musl@1.0.0-beta.5': - resolution: {integrity: sha512-/IDw2JI273wQXCoQQvnX2sthNglChMhQDig8XxFU3fLQmaPB8zxGFCxowstOQPjN/McSddHGdISGlv6RKh8rCQ==} + '@rspack/binding-linux-x64-musl@1.0.0': + resolution: {integrity: sha512-qcTJC8o3KvLwsnrJJcuBjfzSrjEbACMiCB4RtbFNecXDtI+Nputx1CO1SlUrINC25/44ILketf0/hsdBQHk60g==} cpu: [x64] os: [linux] @@ -4567,13 +4535,8 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@0.7.5': - resolution: {integrity: sha512-nEF4cUdLfgEK6FrgJSJhUlr2/7LY1tmqBNQCFsCjtDtUkQbJIEo1b8edT94G9tJcQoFE4cD+Re30yBYbQO2Thg==} - cpu: [arm64] - os: [win32] - - '@rspack/binding-win32-arm64-msvc@1.0.0-beta.5': - resolution: {integrity: sha512-HhT79VMinXof1sI7SWBRNBamSUUcwgZwlfhcQlaRtm06YzmK0wieJAWi1Gunr6/tlDPa4UNM+y3le6K5kibwfQ==} + '@rspack/binding-win32-arm64-msvc@1.0.0': + resolution: {integrity: sha512-gqtakP0Yl2aj+Q/Giwgt31hz8eOZpo2s+sJlkMJGVdIF4dejB31a8vbj/VNGeSN1tDRiLI4cyqa5eQU//t26aQ==} cpu: [arm64] os: [win32] @@ -4582,13 +4545,8 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@0.7.5': - resolution: {integrity: sha512-hEcHRwJIzpZsePr+5x6V/7TGhrPXhSZYG4sIhsrem1za9W+qqCYYLZ7KzzbRODU07QaAH2RxjcA1bf8F2QDYAQ==} - cpu: [ia32] - os: [win32] - - '@rspack/binding-win32-ia32-msvc@1.0.0-beta.5': - resolution: {integrity: sha512-oYXpiXpoVBL7v3biBHeUlkrW0EVceG3PsBPcBg/AuVqbpogePu1xN6gRdaN9CYK/uRNcDyFC3QWDOq+Cn3KExg==} + '@rspack/binding-win32-ia32-msvc@1.0.0': + resolution: {integrity: sha512-nLfGu5DjdzwawzZ7zK69vZX5aL1Gt9+Ovfz4RlngDq/D5ZzqCnNWw93cqKADgFRWS4qK9vOD9RXNNnkyWB2SEw==} cpu: [ia32] os: [win32] @@ -4597,40 +4555,23 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@0.7.5': - resolution: {integrity: sha512-PpVpP6J5/2b4T10hzSUwjLvmdpAOj3ozARl1Nrf/lsbYwhiXivoB8Gvoy/xe/Xpgr732Dk9VCeeW8rreWOOUVQ==} - cpu: [x64] - os: [win32] - - '@rspack/binding-win32-x64-msvc@1.0.0-beta.5': - resolution: {integrity: sha512-tXYOIThPgiIvKKoV91GN/+P405DGFcuhdZZ+i0AhrRrtbK7mpkIRdde8aVMXNbTA6NnKAcOSAvJ2bVUVq3F2rQ==} + '@rspack/binding-win32-x64-msvc@1.0.0': + resolution: {integrity: sha512-H9PqjgtZMw5aP+eXdFo7bgSP/Ycwn3oW81uI9qFqOOQ90W+o3T9ItghHBf2/ksc5GHibd208EwOBNxbKwjZDSQ==} cpu: [x64] os: [win32] '@rspack/binding@0.4.0': resolution: {integrity: sha512-SpjaySPGmyRnRHrQItl9W9NGE2WoHsUPnererZaLK+pfVgO92q9uoEoKl3EBNNI9uttG132SCz4cx1zXwN394w==} - '@rspack/binding@0.7.5': - resolution: {integrity: sha512-XcdOvaCz1mWWwr5vmEY9zncdInrjINEh60EWkYdqtCA67v7X7rB1fe6n4BeAI1+YLS2Eacj+lytlr+n7I+DYVg==} - - '@rspack/binding@1.0.0-beta.5': - resolution: {integrity: sha512-GT0cxYzD4jrXaB4eaGu1N/l32InSWelDREvqg1MDjZAYZlYreN2yFiA8Ds5+RqPz53csup1WWHFMqYcNH9KipQ==} + '@rspack/binding@1.0.0': + resolution: {integrity: sha512-eLyqSEM1h/exJYn98k+9MRktP8AYDB13x5oVn8hoxVucuhk0TubFqQSX8h9SQcZp1O3j/Z8eWWwOaNPe3JU40Q==} '@rspack/core@0.4.0': resolution: {integrity: sha512-GY8lsCGRzj1mj5q1Ss5kjazpSisT/HJdXpIU730pG4Os6mE2sGYVUJ0ncYRv/DEBcL1c2dVr5vtMKTHlNYRlfg==} engines: {node: '>=16.0.0'} - '@rspack/core@0.7.5': - resolution: {integrity: sha512-zVTe4WCyc3qsLPattosiDYZFeOzaJ32/BYukPP2I1VJtCVFa+PxGVRPVZhSoN6fXw5oy48yHg9W9v1T8CaEFhw==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - - '@rspack/core@1.0.0-beta.5': - resolution: {integrity: sha512-X8amU6N26FE4/3JPs+asTIeBZlESrfCC4jlfEOc6bsjLCiMK8NkF3r84xFG7qpGBe178c+yXwmBluyHUkMGHqg==} + '@rspack/core@1.0.0': + resolution: {integrity: sha512-F4RA9uOLLvD1oTKa96Gcly+Sro1qaqPNENadFyiPwepa7DrwexQa/ym6CQKbvKMOYGKlVSFDPUmgFAirz35ETg==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -4766,14 +4707,14 @@ packages: '@swc/helpers@0.5.1': resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==} - '@swc/helpers@0.5.11': - resolution: {integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==} + '@swc/helpers@0.5.12': + resolution: {integrity: sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==} '@swc/types@0.1.12': resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==} - '@tanstack/config@0.11.3': - resolution: {integrity: sha512-jMhxnpsUoLNHAc1QZyN99p4Kxh46PmolvROUMr2oNNEn+8AtpL9b29HfWclm0ueP1csofdklZ9IUa0WXjiEUew==} + '@tanstack/config@0.12.0': + resolution: {integrity: sha512-hzvdYmMJlLZMcaVSAgkmH149Nc/UxzDFEOlBNUOR2mFMP6Siw6QhfhgvhHwiTtluWsnsrEGzN7zVc+Rxf4p2Jg==} engines: {node: '>=18'} hasBin: true @@ -5067,8 +5008,8 @@ packages: 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==} + '@typescript-eslint/scope-manager@8.3.0': + resolution: {integrity: sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/type-utils@5.62.0': @@ -5091,8 +5032,8 @@ packages: typescript: optional: true - '@typescript-eslint/type-utils@8.0.0': - resolution: {integrity: sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==} + '@typescript-eslint/type-utils@8.3.0': + resolution: {integrity: sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -5108,8 +5049,8 @@ packages: 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==} + '@typescript-eslint/types@8.3.0': + resolution: {integrity: sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@5.62.0': @@ -5130,8 +5071,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.0.0': - resolution: {integrity: sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==} + '@typescript-eslint/typescript-estree@8.3.0': + resolution: {integrity: sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -5151,8 +5092,8 @@ packages: peerDependencies: eslint: ^8.57.0 - '@typescript-eslint/utils@8.0.0': - resolution: {integrity: sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==} + '@typescript-eslint/utils@8.3.0': + resolution: {integrity: sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 @@ -5165,8 +5106,8 @@ packages: 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==} + '@typescript-eslint/visitor-keys@8.3.0': + resolution: {integrity: sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': @@ -5181,10 +5122,10 @@ packages: resolution: {integrity: sha512-WSN1z931BtasZJlgPp704zJFnQFRg7yzSjkm3MzAWQYe4uXFXlFr1hc5Ac2zae5/HDOz5x1/zDM5Cb54vTCnWw==} hasBin: true - '@vinxi/plugin-directives@0.4.1': - resolution: {integrity: sha512-NsHCDyqU00i4RKGBoNNcBuONEirg/XfGgPCLFK1CZw3AYBE19haFSgvuo21Bx+BFGcwdRU3BRtaBMvwjLrUCnw==} + '@vinxi/plugin-directives@0.4.2': + resolution: {integrity: sha512-lQuKA6Bc6z3tGmqDTSyR2CC0aSOMc0nBlHmk+5HoROSJ9Lp24xVSJjqEyaBNEnUMaq4itw+4w2IGUX7+qoMhJQ==} peerDependencies: - vinxi: ^0.4.0 + vinxi: ^0.4.2 '@vinxi/react-server-dom@0.0.3': resolution: {integrity: sha512-ZJJZtuw1TbGFOBuDZBHmM3w40yzFpNFWoPCoC2QtZBkYEQXYF9sOHHxkjTfNvk4rSn/zaUAs6KNUbVRvebq/1Q==} @@ -5194,18 +5135,18 @@ packages: react-dom: 0.0.0-experimental-035a41c4e-20230704 vite: ^4.3.9 - '@vinxi/react@0.2.3': - resolution: {integrity: sha512-/JMHdzGzmoBTrXtW95E7DAvsF5bMrstz/2hphkL47Yb5iRaBNKs2Si4yTyHPmRHSh4teNRm/2YmvClRHtvQi4Q==} + '@vinxi/react@0.2.4': + resolution: {integrity: sha512-FYmmAWEzInpx5OAFGFSGlVauTdzDhVg8vVhqoc3DlhZAvsux3WyY/I3qp1IkCXI+mIrDFetFOZCahi3FkpSEWA==} - '@vinxi/server-components@0.4.1': - resolution: {integrity: sha512-rMS+RCGr1tujO1xWgILMLpOWIyw2OwDO46EtkuhTfqaVgLLt/w7+hxzOnh4s3O9sXoKKuUswtj9/MpQQkFoMOQ==} + '@vinxi/server-components@0.4.2': + resolution: {integrity: sha512-uQFQjfq7ZYBTYXij7NWQ7aKKH0HvpboLG/Oqxj+f3RNv09dY9xLlD03VdBvgJjx4TtssliGY2rYeFDjkrByVVw==} peerDependencies: - vinxi: ^0.4.0 + vinxi: ^0.4.2 - '@vinxi/server-functions@0.4.1': - resolution: {integrity: sha512-dj5v9V+DurXK8w/nBDgJof+UsK3bkcgk6K/xBUg+WVmn7sUrLTurDTGRkCaknC6tQCyadNzj4FWGGc+qlrWf9g==} + '@vinxi/server-functions@0.4.2': + resolution: {integrity: sha512-hI6MstgFx5LqR0ZFI2NU7WVBfSuurjD/NmQBE38FC1TY9gOwXCqVXi8aQ/DEUnO5mOGNBE0iPohIUxmsbHfnUQ==} peerDependencies: - vinxi: ^0.4.0 + vinxi: ^0.4.2 '@vitejs/plugin-react@4.3.1': resolution: {integrity: sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==} @@ -5781,8 +5722,8 @@ packages: resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==} engines: {node: '>=14.16'} - caniuse-lite@1.0.30001651: - resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} + caniuse-lite@1.0.30001653: + resolution: {integrity: sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==} chai@4.4.1: resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} @@ -6587,8 +6528,8 @@ packages: peerDependencies: eslint: ^8.57.0 - eslint-plugin-react-debug@1.8.2: - resolution: {integrity: sha512-+DUv5IKQGoNH40wIDRpIL0O6seQeN08aM5DATQp3142/ZAIZsPycD4GZBF9U11hwvmBnBg0xHX11Gmt7YGIkJA==} + eslint-plugin-react-debug@1.12.3: + resolution: {integrity: sha512-rtKsmDWFz1aG5EMj27fNfbVIxsdhqA1MIv9G4CSRhXWgqlIdg4NMWvk+2yRJjBzLWfAh1TlpLeXjuLd0PDmreQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 @@ -6597,8 +6538,8 @@ packages: typescript: optional: true - eslint-plugin-react-dom@1.8.2: - resolution: {integrity: sha512-Jbe+qxwM8MoPWEks0HEEq92TVlgUK98aaWJp4hH8m85YY3nKSOIkt8EE/OvwiqTdv8e3Z19Qkth1ahCDc+gvlA==} + eslint-plugin-react-dom@1.12.3: + resolution: {integrity: sha512-bZOcY1Dew7WqYrdn9FLQPTL9U0qeBIpSpC2mOXKxgsvGC/B+BYQKp89K05WeRBubmqDfDKVdrqVcAku2f7BU7w==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 @@ -6607,8 +6548,8 @@ packages: typescript: optional: true - eslint-plugin-react-hooks-extra@1.8.2: - resolution: {integrity: sha512-nxeuBb6yth+NFRVRsqjivEA0cGPQXUK+GrnSiuFp4kAJ+PgIupE3GKvy8ucwPTpmacsL8edjjZnx+BxdRBJwPQ==} + eslint-plugin-react-hooks-extra@1.12.3: + resolution: {integrity: sha512-QdTOf+GddxSBA3UBme+2DwUaUJA4YzYIP+JYI3AD8Ja04nEoMqvSu4SOXVtmRr1aLWeWgR/fC3SNFXgGZUaI9A==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 @@ -6623,8 +6564,8 @@ packages: peerDependencies: eslint: ^8.57.0 - eslint-plugin-react-naming-convention@1.8.2: - resolution: {integrity: sha512-SvYH1ZsqvZT0FwVYxqDErPWxS9QQ9XAfcOwWmYRH4XkI1xAVwgdqb86Vn2tBQKplnLQhR9CVYlbxm/l2VZoD+g==} + eslint-plugin-react-naming-convention@1.12.3: + resolution: {integrity: sha512-PKKXx3Wvh/KUftE7nh+imyOrUzkIyF41i9TaPbDxuEt+ggIY0cuvYOE/bcDCVJBDq0ROb2ZhERe9i46RaJoG/Q==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 @@ -6633,8 +6574,18 @@ packages: typescript: optional: true - eslint-plugin-react-x@1.8.2: - resolution: {integrity: sha512-UbdjagNnMvvTAR10cJXQr/c04Vfr729zPQ7rqJhTG8iL5f/nLVcsTxtx2S+HBrada3ZAo1Ai3xBDQ2CsLtTDjA==} + eslint-plugin-react-web-api@1.12.3: + resolution: {integrity: sha512-I5UgttFfAUYQ4lSWoHs02pHb0Pp2ou3xJ4L3xRv7Uce2s8sRPKazYOt7frxqfvBMxdzStS4/g0Gu7k5/PtPypA==} + engines: {bun: '>=1.0.15', node: '>=18.18.0'} + peerDependencies: + eslint: ^8.57.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + typescript: + optional: true + + eslint-plugin-react-x@1.12.3: + resolution: {integrity: sha512-LfmjFDiqleIEFqOOcAbsPqQnTkkT68tlYEpeXZBa+IWUtQVC4jxIRTmus+m/h9Td6wf2XGVEzwwSqmYQQzcb7w==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 @@ -7413,8 +7364,8 @@ packages: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} - is-immutable-type@4.0.0: - resolution: {integrity: sha512-gyFBCXv+NikTs8/PGZhgjbMmFZQ5jvHGZIsVu6+/9Bk4K7imlWBIDN7hTr9fNioGzFg71I4YM3z8f0aKXarTAw==} + is-immutable-type@5.0.0: + resolution: {integrity: sha512-mcvHasqbRBWJznuPqqHRKiJgYAz60sZ0mvO3bN70JbkuK7ksfmgc489aKZYxMEjIbRvyOseaTjaRZLRF/xFeRA==} peerDependencies: eslint: ^8.57.0 typescript: '>=4.7.4' @@ -7639,8 +7590,8 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true - jsdom@24.1.1: - resolution: {integrity: sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==} + jsdom@25.0.0: + resolution: {integrity: sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==} engines: {node: '>=18'} peerDependencies: canvas: ^2.11.2 @@ -7965,6 +7916,10 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + minimatch@3.0.8: resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} @@ -8453,13 +8408,13 @@ packages: pkg-types@1.1.1: resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==} - playwright-core@1.45.3: - resolution: {integrity: sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==} + playwright-core@1.46.1: + resolution: {integrity: sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==} engines: {node: '>=18'} hasBin: true - playwright@1.45.3: - resolution: {integrity: sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==} + playwright@1.46.1: + resolution: {integrity: sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==} engines: {node: '>=18'} hasBin: true @@ -8573,8 +8528,8 @@ packages: psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - publint@0.2.9: - resolution: {integrity: sha512-nITKS1NSwD68PQlts0ntryhxrWObep6P0CCycwi1lgXI+K7uKyacMYRRCQi7hTae8imkI3FCi0FlgnwLxjM8yA==} + publint@0.2.10: + resolution: {integrity: sha512-5TzYaAFiGpgkYX/k6VaItRMT2uHI4zO5OWJ2k7Er0Ot3jutBCNTJB1qRHuy1lYq07JhRczzFs6HFPB4D+A47xA==} engines: {node: '>=16'} hasBin: true @@ -8769,9 +8724,6 @@ packages: resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} - remeda@2.7.0: - resolution: {integrity: sha512-7q7Xthw/C6uZBk8W5BfXpp/8IjaP51IPUrBVRfSZ3GB9dZMZJEAwYmVxA+TptDmhwlGRw8jUqoo4hL5zU0aV5Q==} - remix-auth-form@1.5.0: resolution: {integrity: sha512-xWM7T41vi4ZsIxL3f8gz/D6g2mxrnYF7LnG+rG3VqwHh6l13xCoKLraxzWRdbKMVKKQCMISKZRXAeJh9/PQwBA==} peerDependencies: @@ -9277,8 +9229,8 @@ packages: resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} engines: {node: '>=18'} - tailwind-merge@2.4.0: - resolution: {integrity: sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==} + tailwind-merge@2.5.2: + resolution: {integrity: sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==} tailwindcss@3.4.7: resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==} @@ -9418,16 +9370,16 @@ packages: peerDependencies: typescript: '>=4.2.0' - ts-declaration-location@1.0.2: - resolution: {integrity: sha512-F7+4QiD/WguzLqviTNu+4tgR5SJtW4orC9RDCYzkwbeyHNq7hfGpq4Y8odaf0w9Z6orH+y98jgUdVaUFOPNRhg==} + ts-declaration-location@1.0.4: + resolution: {integrity: sha512-r4JoxYhKULbZuH81Pjrp9OEG5St7XWk7zXwGkLKhmVcjiBVHTJXV5wK6dEa9JKW5QGSTW6b1lOjxAKp8R1SQhg==} peerDependencies: typescript: '>=4.0.0' ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - ts-pattern@5.2.0: - resolution: {integrity: sha512-aGaSpOlDcns7ZoeG/OMftWyQG1KqPVhgplhJxNCvyIXqWrumM5uIoOSarw/hmmi/T1PnuQ/uD8NaFHvLpHicDg==} + ts-pattern@5.3.1: + resolution: {integrity: sha512-1RUMKa8jYQdNfmnK4jyzBK3/PS/tnjcZ1CW0v1vWDeYe5RBklc/nquw03MEoB66hVBm4BnlCfmOqDVxHyT1DpA==} tsconfck@3.0.3: resolution: {integrity: sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==} @@ -9464,6 +9416,9 @@ packages: turbo-stream@2.2.0: resolution: {integrity: sha512-FKFg7A0To1VU4CH9YmSMON5QphK0BXjSoiC7D9yMh+mEEbXLUP9qJ4hEt1qcjKtzncs1OpcnjZO8NgrlVbZH+g==} + turbo-stream@2.3.0: + resolution: {integrity: sha512-PhEr9mdexoVv+rJkQ3c8TjrN3DUghX37GNJkSMksoPR4KrXIPnM2MnqRt07sViIqX9IdlhrgtTSyjoVOASq6cg==} + type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -9787,12 +9742,8 @@ 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==} + vinxi@0.4.2: + resolution: {integrity: sha512-BbvIum9BLUQ22O/lU1RX0+aKNMXXcl58hofNoWFnFcKkm+efgVsHiD2d7HG3w8QLdb2Asdhmz5/ZzI1Y3zTBXw==} hasBin: true vite-node@1.6.0: @@ -11418,110 +11369,108 @@ snapshots: '@eslint-community/regexpp@4.11.0': {} - '@eslint-react/ast@1.8.2(eslint@8.57.0)(typescript@5.5.3)': + '@eslint-react/ast@1.12.3(eslint@8.57.0)(typescript@5.5.3)': dependencies: - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@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.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.3) + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) birecord: 0.1.1 - remeda: 2.7.0 string-ts: 2.2.0 - ts-pattern: 5.2.0 + ts-pattern: 5.3.1 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/core@1.8.2(eslint@8.57.0)(typescript@5.5.3)': - dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/scope-manager': 8.0.0 - '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - remeda: 2.7.0 + '@eslint-react/core@1.12.3(eslint@8.57.0)(typescript@5.5.3)': + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/jsx': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/var': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + birecord: 0.1.1 short-unique-id: 5.2.0 - ts-pattern: 5.2.0 + ts-pattern: 5.3.1 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/eslint-plugin@1.8.2(eslint@8.57.0)(typescript@5.5.3)': + '@eslint-react/eslint-plugin@1.12.3(eslint@8.57.0)(typescript@5.5.3)': dependencies: - '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/scope-manager': 8.0.0 - '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) eslint: 8.57.0 - eslint-plugin-react-debug: 1.8.2(eslint@8.57.0)(typescript@5.5.3) - eslint-plugin-react-dom: 1.8.2(eslint@8.57.0)(typescript@5.5.3) - eslint-plugin-react-hooks-extra: 1.8.2(eslint@8.57.0)(typescript@5.5.3) - eslint-plugin-react-naming-convention: 1.8.2(eslint@8.57.0)(typescript@5.5.3) - eslint-plugin-react-x: 1.8.2(eslint@8.57.0)(typescript@5.5.3) - remeda: 2.7.0 + eslint-plugin-react-debug: 1.12.3(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-dom: 1.12.3(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-hooks-extra: 1.12.3(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-naming-convention: 1.12.3(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-web-api: 1.12.3(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-x: 1.12.3(eslint@8.57.0)(typescript@5.5.3) optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: - supports-color - '@eslint-react/jsx@1.8.2(eslint@8.57.0)(typescript@5.5.3)': - dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@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.5.3) - remeda: 2.7.0 - ts-pattern: 5.2.0 + '@eslint-react/jsx@1.12.3(eslint@8.57.0)(typescript@5.5.3)': + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/var': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + ts-pattern: 5.3.1 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/shared@1.8.2(eslint@8.57.0)(typescript@5.5.3)': + '@eslint-react/shared@1.12.3(eslint@8.57.0)(typescript@5.5.3)': dependencies: - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) picomatch: 4.0.2 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/tools@1.8.2': {} + '@eslint-react/tools@1.12.3': {} - '@eslint-react/types@1.8.2(eslint@8.57.0)(typescript@5.5.3)': + '@eslint-react/types@1.12.3(eslint@8.57.0)(typescript@5.5.3)': dependencies: - '@eslint-react/tools': 1.8.2 - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - remeda: 2.7.0 + '@eslint-react/tools': 1.12.3 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/var@1.8.2(eslint@8.57.0)(typescript@5.5.3)': + '@eslint-react/var@1.12.3(eslint@8.57.0)(typescript@5.5.3)': dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@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.5.3) - remeda: 2.7.0 + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + ts-pattern: 5.3.1 transitivePeerDependencies: - eslint - supports-color @@ -11695,41 +11644,21 @@ snapshots: '@microsoft/tsdoc@0.15.0': {} - '@module-federation/runtime-tools@0.1.6': - dependencies: - '@module-federation/runtime': 0.1.6 - '@module-federation/webpack-bundler-runtime': 0.1.6 - optional: true - - '@module-federation/runtime-tools@0.2.3': - dependencies: - '@module-federation/runtime': 0.2.3 - '@module-federation/webpack-bundler-runtime': 0.2.3 - - '@module-federation/runtime@0.1.6': + '@module-federation/runtime-tools@0.5.1': dependencies: - '@module-federation/sdk': 0.1.6 - optional: true + '@module-federation/runtime': 0.5.1 + '@module-federation/webpack-bundler-runtime': 0.5.1 - '@module-federation/runtime@0.2.3': + '@module-federation/runtime@0.5.1': dependencies: - '@module-federation/sdk': 0.2.3 - - '@module-federation/sdk@0.1.6': - optional: true - - '@module-federation/sdk@0.2.3': {} + '@module-federation/sdk': 0.5.1 - '@module-federation/webpack-bundler-runtime@0.1.6': - dependencies: - '@module-federation/runtime': 0.1.6 - '@module-federation/sdk': 0.1.6 - optional: true + '@module-federation/sdk@0.5.1': {} - '@module-federation/webpack-bundler-runtime@0.2.3': + '@module-federation/webpack-bundler-runtime@0.5.1': dependencies: - '@module-federation/runtime': 0.2.3 - '@module-federation/sdk': 0.2.3 + '@module-federation/runtime': 0.5.1 + '@module-federation/sdk': 0.5.1 '@mswjs/interceptors@0.27.2': dependencies: @@ -11831,9 +11760,9 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nrwl/tao@19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.11))': + '@nrwl/tao@19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.12))': dependencies: - nx: 19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.11)) + nx: 19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.12)) tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' @@ -12018,9 +11947,9 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.45.3': + '@playwright/test@1.46.1': dependencies: - playwright: 1.45.3 + playwright: 1.46.1 '@prisma/client@5.17.0(prisma@5.18.0)': optionalDependencies: @@ -12205,9 +12134,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 - '@remix-run/node@2.11.1(typescript@5.5.3)': + '@remix-run/node@2.11.2(typescript@5.5.3)': dependencies: - '@remix-run/server-runtime': 2.11.1(typescript@5.5.3) + '@remix-run/server-runtime': 2.11.2(typescript@5.5.3) '@remix-run/web-fetch': 4.4.2 '@web3-storage/multipart-parser': 1.0.0 cookie-signature: 1.2.1 @@ -12231,6 +12160,8 @@ snapshots: '@remix-run/router@1.19.0': {} + '@remix-run/router@1.19.1': {} + '@remix-run/server-runtime@2.11.1(typescript@5.5.3)': dependencies: '@remix-run/router': 1.19.0 @@ -12243,6 +12174,18 @@ snapshots: optionalDependencies: typescript: 5.5.3 + '@remix-run/server-runtime@2.11.2(typescript@5.5.3)': + dependencies: + '@remix-run/router': 1.19.1 + '@types/cookie': 0.6.0 + '@web3-storage/multipart-parser': 1.0.0 + cookie: 0.6.0 + set-cookie-parser: 2.7.0 + source-map: 0.7.4 + turbo-stream: 2.3.0 + optionalDependencies: + typescript: 5.5.3 + '@remix-run/web-blob@3.1.0': dependencies: '@remix-run/web-stream': 1.1.0 @@ -12271,9 +12214,9 @@ snapshots: dependencies: web-streams-polyfill: 3.2.1 - '@replayio/playwright@3.1.8(@playwright/test@1.45.3)': + '@replayio/playwright@3.1.8(@playwright/test@1.46.1)': dependencies: - '@playwright/test': 1.45.3 + '@playwright/test': 1.46.1 chalk: 4.1.2 debug: 4.3.6 fs-extra: 11.2.0 @@ -12439,26 +12382,26 @@ snapshots: - bufferutil - utf-8-validate - '@rsbuild/core@1.0.1-beta.15': + '@rsbuild/core@1.0.1-rc.0': dependencies: - '@rspack/core': 1.0.0-beta.5(@swc/helpers@0.5.11) + '@rspack/core': 1.0.0(@swc/helpers@0.5.12) '@rspack/lite-tapable': 1.0.0 - '@swc/helpers': 0.5.11 - caniuse-lite: 1.0.30001651 + '@swc/helpers': 0.5.12 + caniuse-lite: 1.0.30001653 core-js: 3.38.1 optionalDependencies: fsevents: 2.3.3 - '@rsbuild/plugin-react@1.0.1-beta.15(@rsbuild/core@1.0.1-beta.15)': + '@rsbuild/plugin-react@1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0)': dependencies: - '@rsbuild/core': 1.0.1-beta.15 + '@rsbuild/core': 1.0.1-rc.0 '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) react-refresh: 0.14.2 '@rsbuild/shared@1.0.0': dependencies: '@rspack/core': 0.4.0 - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001653 line-diff: 2.1.1 lodash: 4.17.21 postcss: 8.4.31 @@ -12466,82 +12409,55 @@ snapshots: '@rspack/binding-darwin-arm64@0.4.0': optional: true - '@rspack/binding-darwin-arm64@0.7.5': - optional: true - - '@rspack/binding-darwin-arm64@1.0.0-beta.5': + '@rspack/binding-darwin-arm64@1.0.0': optional: true '@rspack/binding-darwin-x64@0.4.0': optional: true - '@rspack/binding-darwin-x64@0.7.5': - optional: true - - '@rspack/binding-darwin-x64@1.0.0-beta.5': + '@rspack/binding-darwin-x64@1.0.0': optional: true '@rspack/binding-linux-arm64-gnu@0.4.0': optional: true - '@rspack/binding-linux-arm64-gnu@0.7.5': - optional: true - - '@rspack/binding-linux-arm64-gnu@1.0.0-beta.5': + '@rspack/binding-linux-arm64-gnu@1.0.0': optional: true '@rspack/binding-linux-arm64-musl@0.4.0': optional: true - '@rspack/binding-linux-arm64-musl@0.7.5': - optional: true - - '@rspack/binding-linux-arm64-musl@1.0.0-beta.5': + '@rspack/binding-linux-arm64-musl@1.0.0': optional: true '@rspack/binding-linux-x64-gnu@0.4.0': optional: true - '@rspack/binding-linux-x64-gnu@0.7.5': - optional: true - - '@rspack/binding-linux-x64-gnu@1.0.0-beta.5': + '@rspack/binding-linux-x64-gnu@1.0.0': optional: true '@rspack/binding-linux-x64-musl@0.4.0': optional: true - '@rspack/binding-linux-x64-musl@0.7.5': - optional: true - - '@rspack/binding-linux-x64-musl@1.0.0-beta.5': + '@rspack/binding-linux-x64-musl@1.0.0': optional: true '@rspack/binding-win32-arm64-msvc@0.4.0': optional: true - '@rspack/binding-win32-arm64-msvc@0.7.5': - optional: true - - '@rspack/binding-win32-arm64-msvc@1.0.0-beta.5': + '@rspack/binding-win32-arm64-msvc@1.0.0': optional: true '@rspack/binding-win32-ia32-msvc@0.4.0': optional: true - '@rspack/binding-win32-ia32-msvc@0.7.5': - optional: true - - '@rspack/binding-win32-ia32-msvc@1.0.0-beta.5': + '@rspack/binding-win32-ia32-msvc@1.0.0': optional: true '@rspack/binding-win32-x64-msvc@0.4.0': optional: true - '@rspack/binding-win32-x64-msvc@0.7.5': - optional: true - - '@rspack/binding-win32-x64-msvc@1.0.0-beta.5': + '@rspack/binding-win32-x64-msvc@1.0.0': optional: true '@rspack/binding@0.4.0': @@ -12556,30 +12472,17 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 0.4.0 '@rspack/binding-win32-x64-msvc': 0.4.0 - '@rspack/binding@0.7.5': + '@rspack/binding@1.0.0': optionalDependencies: - '@rspack/binding-darwin-arm64': 0.7.5 - '@rspack/binding-darwin-x64': 0.7.5 - '@rspack/binding-linux-arm64-gnu': 0.7.5 - '@rspack/binding-linux-arm64-musl': 0.7.5 - '@rspack/binding-linux-x64-gnu': 0.7.5 - '@rspack/binding-linux-x64-musl': 0.7.5 - '@rspack/binding-win32-arm64-msvc': 0.7.5 - '@rspack/binding-win32-ia32-msvc': 0.7.5 - '@rspack/binding-win32-x64-msvc': 0.7.5 - optional: true - - '@rspack/binding@1.0.0-beta.5': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.0-beta.5 - '@rspack/binding-darwin-x64': 1.0.0-beta.5 - '@rspack/binding-linux-arm64-gnu': 1.0.0-beta.5 - '@rspack/binding-linux-arm64-musl': 1.0.0-beta.5 - '@rspack/binding-linux-x64-gnu': 1.0.0-beta.5 - '@rspack/binding-linux-x64-musl': 1.0.0-beta.5 - '@rspack/binding-win32-arm64-msvc': 1.0.0-beta.5 - '@rspack/binding-win32-ia32-msvc': 1.0.0-beta.5 - '@rspack/binding-win32-x64-msvc': 1.0.0-beta.5 + '@rspack/binding-darwin-arm64': 1.0.0 + '@rspack/binding-darwin-x64': 1.0.0 + '@rspack/binding-linux-arm64-gnu': 1.0.0 + '@rspack/binding-linux-arm64-musl': 1.0.0 + '@rspack/binding-linux-x64-gnu': 1.0.0 + '@rspack/binding-linux-x64-musl': 1.0.0 + '@rspack/binding-win32-arm64-msvc': 1.0.0 + '@rspack/binding-win32-ia32-msvc': 1.0.0 + '@rspack/binding-win32-x64-msvc': 1.0.0 '@rspack/core@0.4.0': dependencies: @@ -12600,25 +12503,14 @@ snapshots: zod: 3.23.8 zod-validation-error: 1.2.0(zod@3.23.8) - '@rspack/core@0.7.5(@swc/helpers@0.5.11)': + '@rspack/core@1.0.0(@swc/helpers@0.5.12)': dependencies: - '@module-federation/runtime-tools': 0.1.6 - '@rspack/binding': 0.7.5 - caniuse-lite: 1.0.30001651 - tapable: 2.2.1 - webpack-sources: 3.2.3 - optionalDependencies: - '@swc/helpers': 0.5.11 - optional: true - - '@rspack/core@1.0.0-beta.5(@swc/helpers@0.5.11)': - dependencies: - '@module-federation/runtime-tools': 0.2.3 - '@rspack/binding': 1.0.0-beta.5 + '@module-federation/runtime-tools': 0.5.1 + '@rspack/binding': 1.0.0 '@rspack/lite-tapable': 1.0.0 - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001653 optionalDependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.12 '@rspack/lite-tapable@1.0.0': {} @@ -12711,7 +12603,7 @@ snapshots: '@swc/core-win32-x64-msvc@1.7.6': optional: true - '@swc/core@1.7.6(@swc/helpers@0.5.11)': + '@swc/core@1.7.6(@swc/helpers@0.5.12)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.12 @@ -12726,7 +12618,7 @@ snapshots: '@swc/core-win32-arm64-msvc': 1.7.6 '@swc/core-win32-ia32-msvc': 1.7.6 '@swc/core-win32-x64-msvc': 1.7.6 - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.12 '@swc/counter@0.1.3': {} @@ -12734,7 +12626,7 @@ snapshots: dependencies: tslib: 2.6.2 - '@swc/helpers@0.5.11': + '@swc/helpers@0.5.12': dependencies: tslib: 2.6.2 @@ -12742,7 +12634,7 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tanstack/config@0.11.3(@types/node@20.14.9)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.5.3)(vite@5.3.5(@types/node@20.14.9)(terser@5.31.1))': + '@tanstack/config@0.12.0(@types/node@20.14.9)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.18.0)(typescript@5.5.3)(vite@5.3.5(@types/node@20.14.9)(terser@5.31.1))': dependencies: '@commitlint/parse': 19.0.3 '@eslint/js': 8.57.0 @@ -13116,10 +13008,10 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - '@typescript-eslint/scope-manager@8.0.0': + '@typescript-eslint/scope-manager@8.3.0': dependencies: - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/visitor-keys': 8.0.0 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/visitor-keys': 8.3.0 '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.5.3)': dependencies: @@ -13145,10 +13037,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.0.0(eslint@8.57.0)(typescript@5.5.3)': + '@typescript-eslint/type-utils@8.3.0(eslint@8.57.0)(typescript@5.5.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.3) - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.3) + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) debug: 4.3.6 ts-api-utils: 1.3.0(typescript@5.5.3) optionalDependencies: @@ -13161,7 +13053,7 @@ snapshots: '@typescript-eslint/types@7.18.0': {} - '@typescript-eslint/types@8.0.0': {} + '@typescript-eslint/types@8.3.0': {} '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.3)': dependencies: @@ -13192,12 +13084,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.0.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@8.3.0(typescript@5.5.3)': dependencies: - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/visitor-keys': 8.0.0 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/visitor-keys': 8.3.0 debug: 4.3.6 - globby: 11.1.0 + fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 @@ -13233,12 +13125,12 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.0.0(eslint@8.57.0)(typescript@5.5.3)': + '@typescript-eslint/utils@8.3.0(eslint@8.57.0)(typescript@5.5.3)': 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.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.3) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -13254,9 +13146,9 @@ snapshots: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.0.0': + '@typescript-eslint/visitor-keys@8.3.0': dependencies: - '@typescript-eslint/types': 8.0.0 + '@typescript-eslint/types': 8.3.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} @@ -13301,7 +13193,7 @@ snapshots: transitivePeerDependencies: - uWebSockets.js - '@vinxi/plugin-directives@0.4.1(vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1))': + '@vinxi/plugin-directives@0.4.2(vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1))': dependencies: '@babel/parser': 7.25.3 acorn: 8.12.1 @@ -13312,7 +13204,7 @@ snapshots: magicast: 0.2.11 recast: 0.23.4 tslib: 2.6.2 - vinxi: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + vinxi: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.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.9)(terser@5.31.1))': dependencies: @@ -13321,29 +13213,29 @@ snapshots: react-dom: 18.3.1(react@18.3.1) vite: 5.3.5(@types/node@20.14.9)(terser@5.31.1) - '@vinxi/react@0.2.3': {} + '@vinxi/react@0.2.4': {} - '@vinxi/server-components@0.4.1(vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1))': + '@vinxi/server-components@0.4.2(vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1))': dependencies: - '@vinxi/plugin-directives': 0.4.1(vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) + '@vinxi/plugin-directives': 0.4.2(vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) acorn: 8.12.1 acorn-loose: 8.3.0 acorn-typescript: 1.4.13(acorn@8.12.1) astring: 1.8.6 magicast: 0.2.11 recast: 0.23.4 - vinxi: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + vinxi: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) - '@vinxi/server-functions@0.4.1(vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1))': + '@vinxi/server-functions@0.4.2(vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1))': dependencies: - '@vinxi/plugin-directives': 0.4.1(vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) + '@vinxi/plugin-directives': 0.4.2(vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1)) acorn: 8.12.1 acorn-loose: 8.3.0 acorn-typescript: 1.4.13(acorn@8.12.1) astring: 1.8.6 magicast: 0.2.11 recast: 0.23.4 - vinxi: 0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) + vinxi: 0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1) '@vitejs/plugin-react@4.3.1(vite@5.3.5(@types/node@20.14.9)(terser@5.31.1))': dependencies: @@ -13508,19 +13400,19 @@ snapshots: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 - '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4))': + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4))': dependencies: - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0) - '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4))': + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4))': dependencies: - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0) - '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4))': + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4))': dependencies: - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0) optionalDependencies: webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.93.0) @@ -13832,7 +13724,7 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.40): dependencies: browserslist: 4.23.3 - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001653 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 @@ -13997,7 +13889,7 @@ snapshots: browserslist@4.23.3: dependencies: - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001653 electron-to-chromium: 1.5.4 node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.23.3) @@ -14064,7 +13956,7 @@ snapshots: camelcase@7.0.1: {} - caniuse-lite@1.0.30001651: {} + caniuse-lite@1.0.30001653: {} chai@4.4.1: dependencies: @@ -14965,60 +14857,61 @@ snapshots: minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-react-debug@1.8.2(eslint@8.57.0)(typescript@5.5.3): - dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/scope-manager': 8.0.0 - '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-debug@1.12.3(eslint@8.57.0)(typescript@5.5.3): + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/core': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/jsx': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/var': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) eslint: 8.57.0 - remeda: 2.7.0 string-ts: 2.2.0 + ts-pattern: 5.3.1 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-dom@1.8.2(eslint@8.57.0)(typescript@5.5.3): - dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@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.5.3) + eslint-plugin-react-dom@1.12.3(eslint@8.57.0)(typescript@5.5.3): + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/core': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/jsx': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/var': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) eslint: 8.57.0 - remeda: 2.7.0 + ts-pattern: 5.3.1 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-hooks-extra@1.8.2(eslint@8.57.0)(typescript@5.5.3): - dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/scope-manager': 8.0.0 - '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-hooks-extra@1.12.3(eslint@8.57.0)(typescript@5.5.3): + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/core': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/jsx': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/var': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) eslint: 8.57.0 - remeda: 2.7.0 + ts-pattern: 5.3.1 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: @@ -15028,41 +14921,61 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-react-naming-convention@1.8.2(eslint@8.57.0)(typescript@5.5.3): - dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/scope-manager': 8.0.0 - '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-naming-convention@1.12.3(eslint@8.57.0)(typescript@5.5.3): + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/core': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/jsx': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + eslint: 8.57.0 + ts-pattern: 5.3.1 + optionalDependencies: + typescript: 5.5.3 + transitivePeerDependencies: + - supports-color + + eslint-plugin-react-web-api@1.12.3(eslint@8.57.0)(typescript@5.5.3): + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/core': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/jsx': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/var': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + birecord: 0.1.1 eslint: 8.57.0 - remeda: 2.7.0 + ts-pattern: 5.3.1 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-x@1.8.2(eslint@8.57.0)(typescript@5.5.3): - dependencies: - '@eslint-react/ast': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/core': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/jsx': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/shared': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/tools': 1.8.2 - '@eslint-react/types': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@eslint-react/var': 1.8.2(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/scope-manager': 8.0.0 - '@typescript-eslint/type-utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) - '@typescript-eslint/types': 8.0.0 - '@typescript-eslint/utils': 8.0.0(eslint@8.57.0)(typescript@5.5.3) + eslint-plugin-react-x@1.12.3(eslint@8.57.0)(typescript@5.5.3): + dependencies: + '@eslint-react/ast': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/core': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/jsx': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/shared': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/tools': 1.12.3 + '@eslint-react/types': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@eslint-react/var': 1.12.3(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.3.0 + '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) eslint: 8.57.0 - is-immutable-type: 4.0.0(eslint@8.57.0)(typescript@5.5.3) - remeda: 2.7.0 + is-immutable-type: 5.0.0(eslint@8.57.0)(typescript@5.5.3) + ts-pattern: 5.3.1 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: @@ -15708,7 +15621,7 @@ snapshots: lodash: 4.17.21 tapable: 2.2.1 - html-webpack-plugin@5.6.0(@rspack/core@0.7.5(@swc/helpers@0.5.11))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)): + html-webpack-plugin@5.6.0(@rspack/core@1.0.0(@swc/helpers@0.5.12))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -15716,8 +15629,8 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.1 optionalDependencies: - '@rspack/core': 0.7.5(@swc/helpers@0.5.11) - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + '@rspack/core': 1.0.0(@swc/helpers@0.5.12) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) htmlparser2@6.1.0: dependencies: @@ -15961,12 +15874,12 @@ snapshots: dependencies: is-extglob: 2.1.1 - is-immutable-type@4.0.0(eslint@8.57.0)(typescript@5.5.3): + is-immutable-type@5.0.0(eslint@8.57.0)(typescript@5.5.3): dependencies: - '@typescript-eslint/type-utils': 7.18.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.3) eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.5.3) - ts-declaration-location: 1.0.2(typescript@5.5.3) + ts-declaration-location: 1.0.4(typescript@5.5.3) typescript: 5.5.3 transitivePeerDependencies: - supports-color @@ -16150,7 +16063,7 @@ snapshots: dependencies: argparse: 2.0.1 - jsdom@24.1.1: + jsdom@25.0.0: dependencies: cssstyle: 4.0.1 data-urls: 5.0.0 @@ -16473,6 +16386,10 @@ snapshots: minimalistic-assert@1.0.1: {} + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + minimatch@3.0.8: dependencies: brace-expansion: 1.1.11 @@ -16749,10 +16666,10 @@ snapshots: nwsapi@2.2.12: {} - nx@19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.11)): + nx@19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.12)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.11)) + '@nrwl/tao': 19.5.6(@swc/core@1.7.6(@swc/helpers@0.5.12)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -16797,7 +16714,7 @@ snapshots: '@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.7.6(@swc/helpers@0.5.11) + '@swc/core': 1.7.6(@swc/helpers@0.5.12) transitivePeerDependencies: - debug @@ -17076,11 +16993,11 @@ snapshots: mlly: 1.7.0 pathe: 1.1.2 - playwright-core@1.45.3: {} + playwright-core@1.46.1: {} - playwright@1.45.3: + playwright@1.46.1: dependencies: - playwright-core: 1.45.3 + playwright-core: 1.46.1 optionalDependencies: fsevents: 2.3.2 @@ -17194,7 +17111,7 @@ snapshots: psl@1.9.0: {} - publint@0.2.9: + publint@0.2.10: dependencies: npm-packlist: 5.1.3 picocolors: 1.0.1 @@ -17408,19 +17325,15 @@ snapshots: relateurl@0.2.7: {} - remeda@2.7.0: + remix-auth-form@1.5.0(@remix-run/server-runtime@2.11.2(typescript@5.5.3))(remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.2(typescript@5.5.3))): dependencies: - type-fest: 4.23.0 + '@remix-run/server-runtime': 2.11.2(typescript@5.5.3) + remix-auth: 3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.2(typescript@5.5.3)) - remix-auth-form@1.5.0(@remix-run/server-runtime@2.11.1(typescript@5.5.3))(remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.1(typescript@5.5.3))): - dependencies: - '@remix-run/server-runtime': 2.11.1(typescript@5.5.3) - remix-auth: 3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.1(typescript@5.5.3)) - - remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.1(typescript@5.5.3)): + remix-auth@3.7.0(@remix-run/react@2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3))(@remix-run/server-runtime@2.11.2(typescript@5.5.3)): dependencies: '@remix-run/react': 2.11.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3) - '@remix-run/server-runtime': 2.11.1(typescript@5.5.3) + '@remix-run/server-runtime': 2.11.2(typescript@5.5.3) uuid: 8.3.2 renderkid@3.0.0: @@ -17964,11 +17877,11 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - swc-loader@0.2.6(@swc/core@1.7.6(@swc/helpers@0.5.11))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)): + swc-loader@0.2.6(@swc/core@1.7.6(@swc/helpers@0.5.12))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)): dependencies: - '@swc/core': 1.7.6(@swc/helpers@0.5.11) + '@swc/core': 1.7.6(@swc/helpers@0.5.12) '@swc/counter': 0.1.3 - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) swr@2.2.5(react@18.3.1): dependencies: @@ -17980,7 +17893,7 @@ snapshots: system-architecture@0.1.0: {} - tailwind-merge@2.4.0: {} + tailwind-merge@2.5.2: {} tailwindcss@3.4.7: dependencies: @@ -18039,28 +17952,28 @@ snapshots: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 - terser-webpack-plugin@5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)): + terser-webpack-plugin@5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.31.1 - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) optionalDependencies: - '@swc/core': 1.7.6(@swc/helpers@0.5.11) + '@swc/core': 1.7.6(@swc/helpers@0.5.12) esbuild: 0.21.5 - terser-webpack-plugin@5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)): + terser-webpack-plugin@5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.31.1 - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5) optionalDependencies: - '@swc/core': 1.7.6(@swc/helpers@0.5.11) + '@swc/core': 1.7.6(@swc/helpers@0.5.12) esbuild: 0.21.5 terser@5.31.1: @@ -18137,14 +18050,14 @@ snapshots: dependencies: typescript: 5.5.3 - ts-declaration-location@1.0.2(typescript@5.5.3): + ts-declaration-location@1.0.4(typescript@5.5.3): dependencies: - minimatch: 9.0.5 + minimatch: 10.0.1 typescript: 5.5.3 ts-interface-checker@0.1.13: {} - ts-pattern@5.2.0: {} + ts-pattern@5.3.1: {} tsconfck@3.0.3(typescript@5.5.3): optionalDependencies: @@ -18176,6 +18089,8 @@ snapshots: turbo-stream@2.2.0: {} + turbo-stream@2.3.0: {} + type-check@0.4.0: dependencies: prelude-ls: 1.2.1 @@ -18456,74 +18371,7 @@ snapshots: vary@1.1.2: {} - vinxi@0.3.12(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1): - dependencies: - '@babel/core': 7.25.2 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) - '@types/micromatch': 4.0.7 - '@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.5.4 - 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.7 - nitropack: 2.9.6(@opentelemetry/api@1.8.0) - 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.1 - 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.9)(terser@5.31.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 - - sass - - stylus - - sugarss - - supports-color - - terser - - uWebSockets.js - - xml2js - - vinxi@0.4.1(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1): + vinxi@0.4.2(@opentelemetry/api@1.8.0)(@types/node@20.14.9)(ioredis@5.4.1)(terser@5.31.1): dependencies: '@babel/core': 7.25.2 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) @@ -18657,7 +18505,7 @@ snapshots: fsevents: 2.3.3 terser: 5.31.1 - vitest@1.6.0(@types/node@20.14.9)(jsdom@24.1.1)(terser@5.31.1): + vitest@1.6.0(@types/node@20.14.9)(jsdom@25.0.0)(terser@5.31.1): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -18681,7 +18529,7 @@ snapshots: why-is-node-running: 2.2.2 optionalDependencies: '@types/node': 20.14.9 - jsdom: 24.1.1 + jsdom: 25.0.0 transitivePeerDependencies: - less - lightningcss @@ -18732,9 +18580,9 @@ snapshots: webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -18743,12 +18591,12 @@ snapshots: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) webpack-merge: 5.10.0 optionalDependencies: webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.93.0) - webpack-dev-middleware@7.2.1(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)): + webpack-dev-middleware@7.2.1(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)): dependencies: colorette: 2.0.20 memfs: 4.9.3 @@ -18757,7 +18605,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.2.0 optionalDependencies: - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.93.0): dependencies: @@ -18789,10 +18637,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.2.1(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)) + webpack-dev-middleware: 7.2.1(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)) ws: 8.18.0 optionalDependencies: - webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4) + webpack: 5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.93.0) transitivePeerDependencies: - bufferutil @@ -18810,7 +18658,7 @@ snapshots: webpack-virtual-modules@0.6.2: {} - webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5): + webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 @@ -18833,7 +18681,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)) watchpack: 2.4.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -18841,7 +18689,7 @@ snapshots: - esbuild - uglify-js - webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4): + webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 @@ -18864,7 +18712,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.11))(esbuild@0.21.5)(webpack-cli@5.1.4)) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack@5.93.0(@swc/core@1.7.6(@swc/helpers@0.5.12))(esbuild@0.21.5)(webpack-cli@5.1.4)) watchpack: 2.4.1 webpack-sources: 3.2.3 optionalDependencies: