From 94e2c7752eec6ad6e83bed4353125645587fad04 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:24:35 +1100 Subject: [PATCH 01/38] chore(deps): use stable `@types/react` version (#8437) --- .../react/nextjs-app-prefetching/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- integrations/react-next-15/package.json | 4 +- package.json | 10 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 4 +- pnpm-lock.yaml | 467 +++++++++--------- 9 files changed, 250 insertions(+), 249 deletions(-) diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 3173714d00..6c720f6b4c 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -16,8 +16,8 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@types/react": "npm:types-react@rc", - "@types/react-dom": "npm:types-react-dom@rc", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "typescript": "5.7.2" } } diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index f2f75a5c10..200deee5dd 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -15,8 +15,8 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@types/react": "npm:types-react@rc", - "@types/react-dom": "npm:types-react-dom@rc", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", "typescript": "5.7.2", "vite": "^5.3.5" diff --git a/integrations/react-next-15/package.json b/integrations/react-next-15/package.json index 5183d562be..dc1a79ee10 100644 --- a/integrations/react-next-15/package.json +++ b/integrations/react-next-15/package.json @@ -15,8 +15,8 @@ "tupleson": "0.23.1" }, "devDependencies": { - "@types/react": "npm:types-react@rc", - "@types/react-dom": "npm:types-react-dom@rc", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "typescript": "5.7.2" } } diff --git a/package.json b/package.json index ac718ef663..d11e582ca0 100644 --- a/package.json +++ b/package.json @@ -44,14 +44,14 @@ "@testing-library/jest-dom": "^6.6.3", "@types/eslint": "^9.6.1", "@types/node": "^22.9.3", - "@types/react": "npm:types-react@rc", - "@types/react-dom": "npm:types-react-dom@rc", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitest/coverage-istanbul": "^2.0.4", "@vitest/eslint-plugin": "^1.1.0", "cpy-cli": "^5.0.0", "esbuild-plugin-file-path-extensions": "^2.1.2", "eslint": "^9.15.0", - "eslint-plugin-react-hooks": "^5.1.0-rc-a19a8ab4-20240829", + "eslint-plugin-react-hooks": "^5.1.0", "jsdom": "^25.0.1", "knip": "^5.37.2", "nx": "^20.1.3", @@ -76,8 +76,8 @@ }, "pnpm": { "overrides": { - "@types/react": "npm:types-react@rc", - "@types/react-dom": "npm:types-react-dom@rc", + "@types/react": "$@types/react", + "@types/react-dom": "$@types/react", "eslint": "$eslint" } } diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 540d010f54..ba001edefa 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -81,7 +81,7 @@ "devDependencies": { "@tanstack/react-query": "workspace:*", "@testing-library/react": "^16.0.1", - "@types/react": "npm:types-react@rc", + "@types/react": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", "react": "^19.0.0" }, diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 2e98f374ed..9773bcabb6 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -54,7 +54,7 @@ ], "devDependencies": { "@tanstack/react-query": "workspace:*", - "@types/react": "npm:types-react@rc", + "@types/react": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", "next": "^14.2.18", "react": "^19.0.0" diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 80229ec0b2..bdf10695fe 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -60,7 +60,7 @@ "devDependencies": { "@tanstack/react-query": "workspace:*", "@testing-library/react": "^16.0.1", - "@types/react": "npm:types-react@rc", + "@types/react": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", "react": "^19.0.0" }, diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 8414d3fa38..0d78c916af 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -67,8 +67,8 @@ "@tanstack/query-persist-client-core": "workspace:*", "@testing-library/react": "^16.0.1", "@testing-library/react-render-stream": "^2.0.0", - "@types/react": "npm:types-react@rc", - "@types/react-dom": "npm:types-react-dom@rc", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", "eslint-plugin-react-compiler": "19.0.0-beta-0dec889-20241115", "react": "^19.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fc94bd1ed8..b6f76d18bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,8 +5,8 @@ settings: excludeLinksFromLockfile: false overrides: - '@types/react': npm:types-react@rc - '@types/react-dom': npm:types-react-dom@rc + '@types/react': ^19.0.0 + '@types/react-dom': ^19.0.0 eslint: ^9.15.0 importers: @@ -35,11 +35,11 @@ importers: specifier: ^22.9.3 version: 22.9.3 '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) '@vitest/coverage-istanbul': specifier: ^2.0.4 version: 2.0.5(vitest@2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -56,8 +56,8 @@ importers: specifier: ^9.15.0 version: 9.15.0(jiti@2.4.0) eslint-plugin-react-hooks: - specifier: ^5.1.0-rc-a19a8ab4-20240829 - version: 5.1.0-rc-fb9a90fa48-20240614(eslint@9.15.0(jiti@2.4.0)) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.15.0(jiti@2.4.0)) jsdom: specifier: ^25.0.1 version: 25.0.1 @@ -546,11 +546,11 @@ importers: specifier: ^5.62.1 version: link:../../../packages/eslint-plugin-query '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -580,11 +580,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -614,11 +614,11 @@ importers: specifier: ^5.62.1 version: link:../../../packages/eslint-plugin-query '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -726,11 +726,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -757,11 +757,11 @@ importers: version: 9.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -785,11 +785,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -813,11 +813,11 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -844,8 +844,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 typescript: specifier: 5.7.2 version: 5.7.2 @@ -909,11 +909,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -937,11 +937,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -965,11 +965,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -1018,11 +1018,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -1031,13 +1031,13 @@ importers: dependencies: '@react-native-community/netinfo': specifier: ^11.4.1 - version: 11.4.1(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1)) + version: 11.4.1(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0)) '@react-navigation/native': specifier: ^6.1.18 - version: 6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) '@react-navigation/stack': specifier: ^6.4.1 - version: 6.4.1(jbo2jqdy7o4y5k6bc4wlukbr3u) + version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': specifier: ^5.62.7 version: link:../../../packages/react-query @@ -1046,34 +1046,34 @@ importers: version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 - version: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) expo-constants: specifier: ^17.0.3 - version: 17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1)) + version: 17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0)) expo-status-bar: specifier: ^2.0.0 - version: 2.0.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 2.0.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react: specifier: ^19.0.0 version: 19.0.0 react-native: specifier: ^0.76.3 - version: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + version: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) react-native-gesture-handler: specifier: ^2.20.2 - version: 2.20.2(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 2.20.2(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react-native-paper: specifier: ^5.12.5 - version: 5.12.5(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native-vector-icons@10.1.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 5.12.5(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native-vector-icons@10.1.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react-native-reanimated: specifier: ^3.16.2 - version: 3.16.2(@babel/core@7.26.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 3.16.2(@babel/core@7.26.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react-native-safe-area-context: specifier: ^4.12.0 - version: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react-native-screens: specifier: ^4.1.0 - version: 4.1.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + version: 4.1.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react-native-web: specifier: ^0.19.13 version: 0.19.13(encoding@0.1.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -1122,11 +1122,11 @@ importers: version: 1.2.0 devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) '@types/sort-by': specifier: ^1.2.3 version: 1.2.3 @@ -1144,16 +1144,16 @@ importers: dependencies: '@emotion/react': specifier: ^11.13.5 - version: 11.13.5(react@19.0.0)(types-react@19.0.0-rc.1) + version: 11.13.5(@types/react@19.0.1)(react@19.0.0) '@emotion/styled': specifier: ^11.13.5 - version: 11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1) + version: 11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0) '@mui/material': specifier: ^6.1.8 - version: 6.1.8(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react@19.0.0-rc.1) + version: 6.1.8(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@mui/styles': specifier: ^6.1.8 - version: 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) + version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': specifier: ^5.62.7 version: link:../../../packages/react-query @@ -1199,11 +1199,11 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1243,16 +1243,16 @@ importers: dependencies: '@emotion/react': specifier: ^11.13.5 - version: 11.13.5(react@19.0.0)(types-react@19.0.0-rc.1) + version: 11.13.5(@types/react@19.0.1)(react@19.0.0) '@emotion/styled': specifier: ^11.13.5 - version: 11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1) + version: 11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0) '@mui/material': specifier: ^6.1.8 - version: 6.1.8(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react@19.0.0-rc.1) + version: 6.1.8(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@mui/styles': specifier: ^6.1.8 - version: 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) + version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': specifier: ^5.62.7 version: link:../../../packages/react-query @@ -1886,11 +1886,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -1920,11 +1920,11 @@ importers: version: 0.23.1 devDependencies: '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 version: 5.7.2 @@ -2270,16 +2270,16 @@ importers: version: link:../query-persist-client-core '@testing-library/react': specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@testing-library/react-render-stream': specifier: ^2.0.0 - version: 2.0.0(@jest/globals@29.7.0)(expect@29.7.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 2.0.0(@jest/globals@29.7.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(expect@29.7.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -2307,10 +2307,10 @@ importers: version: link:../react-query '@testing-library/react': specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -2324,8 +2324,8 @@ importers: specifier: workspace:* version: link:../react-query '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -2347,10 +2347,10 @@ importers: version: link:../react-query '@testing-library/react': specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.1 '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -5704,7 +5704,7 @@ packages: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 '@mui/material-pigment-css': ^6.1.8 - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -5721,7 +5721,7 @@ packages: resolution: {integrity: sha512-TuKl7msynCNCVvhX3c0ef1sF0Qb3VHcPs8XOGB/8bdOGBr/ynmIG1yTMjZeiFQXk8yN9fzK/FDEKMFxILNn3wg==} engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': @@ -5744,7 +5744,7 @@ packages: resolution: {integrity: sha512-i6x01fNV/pqHMZStP6N90vCq8I+z8FacIAjCdsH1dFyBqfQldhtrBHDHqEZ860jkwG5ER/EEmG7ug7nUf8xsJA==} engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': @@ -5756,7 +5756,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/react': @@ -5769,7 +5769,7 @@ packages: '@mui/types@7.2.19': resolution: {integrity: sha512-6XpZEM/Q3epK9RN8ENoXuygnqUQxE+siN/6rGRi2iwJPgBUR25mphYQ9ZI87plGh58YoZ5pp40bFvKYOCDJ3tA==} peerDependencies: - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -5778,7 +5778,7 @@ packages: resolution: {integrity: sha512-O2DWb1kz8hiANVcR7Z4gOB3SvPPsSQGUmStpyBDzde6dJIfBzgV9PbEQOBZd3EBsd1pB+Uv1z5LAJAbymmawrA==} engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': @@ -6364,7 +6364,7 @@ packages: resolution: {integrity: sha512-wTGv9pVh3vAOWb29xFm+J9VRe9dUcUcb9FyaMLT/Hxa88W4wqa5ZMe1V9UvrrBiA1G5DKjv8/1ZcDsJhyugVKA==} engines: {node: '>=18'} peerDependencies: - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: '*' react-native: '*' peerDependenciesMeta: @@ -7060,8 +7060,8 @@ packages: engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': npm:types-react@rc - '@types/react-dom': npm:types-react-dom@rc + '@types/react': ^19.0.0 + '@types/react-dom': ^19.0.0 react: ^18.0.0 react-dom: ^18.0.0 peerDependenciesMeta: @@ -7236,9 +7236,17 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} + '@types/react-dom@19.0.2': + resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} + peerDependencies: + '@types/react': ^19.0.0 + '@types/react-transition-group@4.4.11': resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} + '@types/react@19.0.1': + resolution: {integrity: sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==} + '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -9014,7 +9022,6 @@ packages: critters@0.0.24: resolution: {integrity: sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==} - deprecated: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at /~https://github.com/danielroe/beasties croner@8.1.0: resolution: {integrity: sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==} @@ -9765,8 +9772,8 @@ packages: typescript: optional: true - eslint-plugin-react-hooks@5.1.0-rc-fb9a90fa48-20240614: - resolution: {integrity: sha512-xsiRwaDNF5wWNC4ZHLut+x/YcAxksUd9Rizt7LaEn3bV8VyYRpXnRJQlLOfYaVy9esk4DFP4zPPnoNVjq5Gc0w==} + eslint-plugin-react-hooks@5.1.0: + resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} engines: {node: '>=10'} peerDependencies: eslint: ^9.15.0 @@ -13751,7 +13758,7 @@ packages: engines: {node: '>=18'} hasBin: true peerDependencies: - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: ^18.2.0 peerDependenciesMeta: '@types/react': @@ -13917,7 +13924,7 @@ packages: rehackt@0.1.0: resolution: {integrity: sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==} peerDependencies: - '@types/react': npm:types-react@rc + '@types/react': ^19.0.0 react: '*' peerDependenciesMeta: '@types/react': @@ -15427,12 +15434,6 @@ packages: peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x - types-react-dom@19.0.0-rc.1: - resolution: {integrity: sha512-VSLZJl8VXCD0fAWp7DUTFUDCcZ8DVXOQmjhJMD03odgeFmu14ZQJHCXeETm3BEAhJqfgJaFkLnGkQv88sRx0fQ==} - - types-react@19.0.0-rc.1: - resolution: {integrity: sha512-RshndUfqTW6K3STLPis8BtAYCGOkMbtvYsi90gmVNDZBXUyUc5juf2PE9LfS/JmOlUIRO8cWTS/1MTnmhjDqyQ==} - typesafe-path@0.2.2: resolution: {integrity: sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==} @@ -20105,7 +20106,7 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1)': + '@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@emotion/babel-plugin': 11.13.5 @@ -20117,7 +20118,7 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 19.0.0 optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 transitivePeerDependencies: - supports-color @@ -20131,18 +20132,18 @@ snapshots: '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1)': + '@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.5(react@19.0.0)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.5(@types/react@19.0.1)(react@19.0.0) '@emotion/serialize': 1.3.3 '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0) '@emotion/utils': 1.4.2 react: 19.0.0 optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 transitivePeerDependencies: - supports-color @@ -21605,13 +21606,13 @@ snapshots: '@mui/core-downloads-tracker@6.1.8': {} - '@mui/material@6.1.8(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react@19.0.0-rc.1)': + '@mui/material@6.1.8(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@mui/core-downloads-tracker': 6.1.8 - '@mui/system': 6.1.8(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1) - '@mui/types': 7.2.19(types-react@19.0.0-rc.1) - '@mui/utils': 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) + '@mui/system': 6.1.8(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0) + '@mui/types': 7.2.19(@types/react@19.0.1) + '@mui/utils': 6.1.8(@types/react@19.0.1)(react@19.0.0) '@popperjs/core': 2.11.8 '@types/react-transition-group': 4.4.11 clsx: 2.1.1 @@ -21622,20 +21623,20 @@ snapshots: react-is: 18.3.1 react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0) optionalDependencies: - '@emotion/react': 11.13.5(react@19.0.0)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1) - '@types/react': types-react@19.0.0-rc.1 + '@emotion/react': 11.13.5(@types/react@19.0.1)(react@19.0.0) + '@emotion/styled': 11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0) + '@types/react': 19.0.1 - '@mui/private-theming@6.1.8(react@19.0.0)(types-react@19.0.0-rc.1)': + '@mui/private-theming@6.1.8(@types/react@19.0.1)(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 - '@mui/utils': 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) + '@mui/utils': 6.1.8(@types/react@19.0.1)(react@19.0.0) prop-types: 15.8.1 react: 19.0.0 optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 - '@mui/styled-engine@6.1.8(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)': + '@mui/styled-engine@6.1.8(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@emotion/cache': 11.13.5 @@ -21645,16 +21646,16 @@ snapshots: prop-types: 15.8.1 react: 19.0.0 optionalDependencies: - '@emotion/react': 11.13.5(react@19.0.0)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.5(@types/react@19.0.1)(react@19.0.0) + '@emotion/styled': 11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0) - '@mui/styles@6.1.8(react@19.0.0)(types-react@19.0.0-rc.1)': + '@mui/styles@6.1.8(@types/react@19.0.1)(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@emotion/hash': 0.9.2 - '@mui/private-theming': 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) - '@mui/types': 7.2.19(types-react@19.0.0-rc.1) - '@mui/utils': 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) + '@mui/private-theming': 6.1.8(@types/react@19.0.1)(react@19.0.0) + '@mui/types': 7.2.19(@types/react@19.0.1) + '@mui/utils': 6.1.8(@types/react@19.0.1)(react@19.0.0) clsx: 2.1.1 csstype: 3.1.3 hoist-non-react-statics: 3.3.2 @@ -21669,39 +21670,39 @@ snapshots: prop-types: 15.8.1 react: 19.0.0 optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 - '@mui/system@6.1.8(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1)': + '@mui/system@6.1.8(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 - '@mui/private-theming': 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) - '@mui/styled-engine': 6.1.8(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - '@mui/types': 7.2.19(types-react@19.0.0-rc.1) - '@mui/utils': 6.1.8(react@19.0.0)(types-react@19.0.0-rc.1) + '@mui/private-theming': 6.1.8(@types/react@19.0.1)(react@19.0.0) + '@mui/styled-engine': 6.1.8(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + '@mui/types': 7.2.19(@types/react@19.0.1) + '@mui/utils': 6.1.8(@types/react@19.0.1)(react@19.0.0) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 19.0.0 optionalDependencies: - '@emotion/react': 11.13.5(react@19.0.0)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.5(@emotion/react@11.13.5(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1) - '@types/react': types-react@19.0.0-rc.1 + '@emotion/react': 11.13.5(@types/react@19.0.1)(react@19.0.0) + '@emotion/styled': 11.13.5(@emotion/react@11.13.5(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0) + '@types/react': 19.0.1 - '@mui/types@7.2.19(types-react@19.0.0-rc.1)': + '@mui/types@7.2.19(@types/react@19.0.1)': optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 - '@mui/utils@6.1.8(react@19.0.0)(types-react@19.0.0-rc.1)': + '@mui/utils@6.1.8(@types/react@19.0.1)(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 - '@mui/types': 7.2.19(types-react@19.0.0-rc.1) + '@mui/types': 7.2.19(@types/react@19.0.1) '@types/prop-types': 15.7.13 clsx: 2.1.1 prop-types: 15.8.1 react: 19.0.0 react-is: 18.3.1 optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 '@napi-rs/nice-android-arm-eabi@1.0.1': optional: true @@ -22164,9 +22165,9 @@ snapshots: - encoding optional: true - '@react-native-community/netinfo@11.4.1(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))': + '@react-native-community/netinfo@11.4.1(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))': dependencies: - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) '@react-native/assets-registry@0.76.3': {} @@ -22303,14 +22304,14 @@ snapshots: '@react-native/normalize-colors@0.76.3': {} - '@react-native/virtualized-lists@0.76.3(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1)': + '@react-native/virtualized-lists@0.76.3(@types/react@19.0.1)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0)': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 '@react-navigation/core@6.4.17(react@19.0.0)': dependencies: @@ -22322,36 +22323,36 @@ snapshots: react-is: 16.13.1 use-latest-callback: 0.2.1(react@19.0.0) - '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)': + '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0)': dependencies: - '@react-navigation/native': 6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + '@react-navigation/native': 6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) - react-native-safe-area-context: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) + react-native-safe-area-context: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) - '@react-navigation/native@6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)': + '@react-navigation/native@6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0)': dependencies: '@react-navigation/core': 6.4.17(react@19.0.0) escape-string-regexp: 4.0.0 fast-deep-equal: 3.1.3 nanoid: 3.3.7 react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) '@react-navigation/routers@6.1.9': dependencies: nanoid: 3.3.7 - '@react-navigation/stack@6.4.1(jbo2jqdy7o4y5k6bc4wlukbr3u)': + '@react-navigation/stack@6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24)': dependencies: - '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - '@react-navigation/native': 6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) + '@react-navigation/native': 6.1.18(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) color: 4.2.3 react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) - react-native-gesture-handler: 2.20.2(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - react-native-safe-area-context: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - react-native-screens: 4.1.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) + react-native-gesture-handler: 2.20.2(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) + react-native-safe-area-context: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) + react-native-screens: 4.1.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) warn-once: 0.1.1 '@remix-run/router@1.18.0': {} @@ -23035,16 +23036,16 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react-render-stream@2.0.0(@jest/globals@29.7.0)(expect@29.7.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + '@testing-library/react-render-stream@2.0.0(@jest/globals@29.7.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(expect@29.7.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@jest/globals': 29.7.0 '@testing-library/dom': 10.4.0 - '@testing-library/react': 16.0.1(@testing-library/dom@10.4.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@testing-library/react': 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) expect: 29.7.0 jsdom: 25.0.1 react: 19.0.0 react-dom: 19.0.0(react@19.0.0) - rehackt: 0.1.0(react@19.0.0)(types-react@19.0.0-rc.1) + rehackt: 0.1.0(@types/react@19.0.1)(react@19.0.0) transitivePeerDependencies: - '@types/react' - '@types/react-dom' @@ -23053,15 +23054,15 @@ snapshots: - supports-color - utf-8-validate - '@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + '@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@testing-library/dom': 10.4.0 react: 19.0.0 react-dom: 19.0.0(react@19.0.0) optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 - '@types/react-dom': types-react-dom@19.0.0-rc.1 + '@types/react': 19.0.1 + '@types/react-dom': 19.0.2(@types/react@19.0.1) '@testing-library/svelte@5.2.6(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vitest@2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': dependencies: @@ -23252,9 +23253,17 @@ snapshots: '@types/range-parser@1.2.7': {} + '@types/react-dom@19.0.2(@types/react@19.0.1)': + dependencies: + '@types/react': 19.0.1 + '@types/react-transition-group@4.4.11': dependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 + + '@types/react@19.0.1': + dependencies: + csstype: 3.1.3 '@types/resolve@1.20.2': {} @@ -26643,7 +26652,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-hooks@5.1.0-rc-fb9a90fa48-20240614(eslint@9.15.0(jiti@2.4.0)): + eslint-plugin-react-hooks@5.1.0(eslint@9.15.0(jiti@2.4.0)): dependencies: eslint: 9.15.0(jiti@2.4.0) @@ -26939,42 +26948,42 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - expo-asset@11.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + expo-asset@11.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: '@expo/image-utils': 0.6.3 - expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - expo-constants: 17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1)) + expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) + expo-constants: 17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0)) invariant: 2.2.4 md5-file: 3.2.3 react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) transitivePeerDependencies: - supports-color - expo-constants@17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1)): + expo-constants@17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0)): dependencies: '@expo/config': 10.0.5 '@expo/env': 0.4.0 - expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) transitivePeerDependencies: - supports-color - expo-file-system@18.0.4(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1)): + expo-file-system@18.0.4(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0)): dependencies: - expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) web-streams-polyfill: 3.3.3 - expo-font@13.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react@19.0.0): + expo-font@13.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react@19.0.0): dependencies: - expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) fontfaceobserver: 2.3.0 react: 19.0.0 - expo-keep-awake@14.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react@19.0.0): + expo-keep-awake@14.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react@19.0.0): dependencies: - expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + expo: 52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react: 19.0.0 expo-modules-autolinking@2.0.2: @@ -26992,12 +27001,12 @@ snapshots: dependencies: invariant: 2.2.4 - expo-status-bar@2.0.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + expo-status-bar@2.0.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) - expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: '@babel/runtime': 7.26.0 '@expo/cli': 0.21.8(encoding@0.1.13)(graphql@16.9.0) @@ -27007,16 +27016,16 @@ snapshots: '@expo/metro-config': 0.19.4 '@expo/vector-icons': 14.0.2 babel-preset-expo: 12.0.2(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) - expo-asset: 11.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) - expo-constants: 17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1)) - expo-file-system: 18.0.4(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1)) - expo-font: 13.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react@19.0.0) - expo-keep-awake: 14.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react@19.0.0) + expo-asset: 11.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) + expo-constants: 17.0.3(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0)) + expo-file-system: 18.0.4(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0)) + expo-font: 13.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react@19.0.0) + expo-keep-awake: 14.0.1(expo@52.0.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(encoding@0.1.13)(graphql@16.9.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react@19.0.0) expo-modules-autolinking: 2.0.2 expo-modules-core: 2.0.6 fbemitter: 3.0.0(encoding@0.1.13) react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) web-streams-polyfill: 3.3.3 whatwg-url-without-unicode: 8.0.0-3 transitivePeerDependencies: @@ -31774,26 +31783,26 @@ snapshots: react-is@18.3.1: {} - react-native-gesture-handler@2.20.2(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + react-native-gesture-handler@2.20.2(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: '@egjs/hammerjs': 2.0.17 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 prop-types: 15.8.1 react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) - react-native-paper@5.12.5(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0))(react-native-vector-icons@10.1.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + react-native-paper@5.12.5(react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0))(react-native-vector-icons@10.1.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: '@callstack/react-theme-provider': 3.0.9(react@19.0.0) color: 3.2.1 react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) - react-native-safe-area-context: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) + react-native-safe-area-context: 4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) react-native-vector-icons: 10.1.0 use-latest-callback: 0.1.11(react@19.0.0) - react-native-reanimated@3.16.2(@babel/core@7.26.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + react-native-reanimated@3.16.2(@babel/core@7.26.0)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0) @@ -31808,20 +31817,20 @@ snapshots: convert-source-map: 2.0.0 invariant: 2.2.4 react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) transitivePeerDependencies: - supports-color - react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + react-native-safe-area-context@4.12.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: react: 19.0.0 - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) - react-native-screens@4.1.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0): + react-native-screens@4.1.0(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0): dependencies: react: 19.0.0 react-freeze: 1.0.4(react@19.0.0) - react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1) + react-native: 0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0) warn-once: 0.1.1 react-native-vector-icons@10.1.0: @@ -31844,7 +31853,7 @@ snapshots: transitivePeerDependencies: - encoding - react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1): + react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0): dependencies: '@jest/create-cache-key-function': 29.7.0 '@react-native/assets-registry': 0.76.3 @@ -31853,7 +31862,7 @@ snapshots: '@react-native/gradle-plugin': 0.76.3 '@react-native/js-polyfills': 0.76.3 '@react-native/normalize-colors': 0.76.3 - '@react-native/virtualized-lists': 0.76.3(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(encoding@0.1.13)(react@19.0.0)(types-react@19.0.0-rc.1))(react@19.0.0)(types-react@19.0.0-rc.1) + '@react-native/virtualized-lists': 0.76.3(@types/react@19.0.1)(react-native@0.76.3(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@react-native-community/cli-server-api@13.6.9(encoding@0.1.13))(@types/react@19.0.1)(encoding@0.1.13)(react@19.0.0))(react@19.0.0) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -31886,7 +31895,7 @@ snapshots: ws: 6.2.3 yargs: 17.7.2 optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -32086,9 +32095,9 @@ snapshots: dependencies: jsesc: 3.0.2 - rehackt@0.1.0(react@19.0.0)(types-react@19.0.0-rc.1): + rehackt@0.1.0(@types/react@19.0.1)(react@19.0.0): optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 19.0.1 react: 19.0.0 rehype-parse@9.0.1: @@ -33863,14 +33872,6 @@ snapshots: typescript: 5.7.2 yaml: 2.6.1 - types-react-dom@19.0.0-rc.1: - dependencies: - '@types/react': types-react@19.0.0-rc.1 - - types-react@19.0.0-rc.1: - dependencies: - csstype: 3.1.3 - typesafe-path@0.2.2: {} typescript-auto-import-cache@0.3.3: From 4521a04a2532972eb7c591c6fafa248b28c326eb Mon Sep 17 00:00:00 2001 From: Alex Liu Date: Mon, 16 Dec 2024 23:14:41 +0800 Subject: [PATCH 02/38] docs: use correct `broadcastChannel` default value and type name (#8436) --- docs/framework/react/plugins/broadcastQueryClient.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/react/plugins/broadcastQueryClient.md b/docs/framework/react/plugins/broadcastQueryClient.md index 4c279a5a2c..46b0306c92 100644 --- a/docs/framework/react/plugins/broadcastQueryClient.md +++ b/docs/framework/react/plugins/broadcastQueryClient.md @@ -41,7 +41,7 @@ broadcastQueryClient({ queryClient, broadcastChannel }) An object of options: ```tsx -interface broadcastQueryClient { +interface BroadcastQueryClientOptions { /** The QueryClient to sync */ queryClient: QueryClient /** This is the unique channel name that will be used @@ -56,6 +56,6 @@ The default options are: ```tsx { - broadcastChannel = 'react-query', + broadcastChannel = 'tanstack-query', } ``` From 4989399a86abe45fb75361b4e33a25a130cdf3be Mon Sep 17 00:00:00 2001 From: Nick Lucas Date: Tue, 17 Dec 2024 17:06:55 +0000 Subject: [PATCH 03/38] fix(types): fix issues with queryOptions factory method types (#8394) * Fix issues with queryOptions factory method types * Apply the same fixes to infiniteQueryOptions * Revert change to failing test * Fix test in more userland way * Unused import * Add tRPC-style solution * Unused import --------- Co-authored-by: Dominik Dorfmeister --- .../src/__tests__/queryClient.test-d.tsx | 9 +---- .../query-core/src/__tests__/utils.test-d.tsx | 4 +- packages/query-core/src/types.ts | 16 ++++++-- .../__tests__/infiniteQueryOptions.test-d.tsx | 40 ++++++++++++++++++- .../src/__tests__/queryOptions.test-d.tsx | 37 ++++++++++++++++- .../react-query/src/infiniteQueryOptions.ts | 6 +-- packages/react-query/src/queryOptions.ts | 10 ++--- packages/react-query/src/types.ts | 25 ++++++++++++ 8 files changed, 124 insertions(+), 23 deletions(-) diff --git a/packages/query-core/src/__tests__/queryClient.test-d.tsx b/packages/query-core/src/__tests__/queryClient.test-d.tsx index 4f0d42fc84..ddde0903ad 100644 --- a/packages/query-core/src/__tests__/queryClient.test-d.tsx +++ b/packages/query-core/src/__tests__/queryClient.test-d.tsx @@ -228,16 +228,11 @@ describe('fully typed usage', () => { TData, TError, TData, - QueryKey & DataTag + DataTag > = { predicate(query) { expectTypeOf(query).toEqualTypeOf< - Query< - TData, - TError, - TData, - QueryKey & DataTag - > + Query> >() expectTypeOf(query.state.data).toEqualTypeOf() expectTypeOf(query.state.error).toEqualTypeOf() diff --git a/packages/query-core/src/__tests__/utils.test-d.tsx b/packages/query-core/src/__tests__/utils.test-d.tsx index 2c602ddc3b..91be29f3d4 100644 --- a/packages/query-core/src/__tests__/utils.test-d.tsx +++ b/packages/query-core/src/__tests__/utils.test-d.tsx @@ -11,7 +11,7 @@ describe('QueryFilters', () => { TData, Error, TData, - QueryKey & DataTag + DataTag > = { predicate(query) { expectTypeOf(query.setData({ a: 1, b: '1' })).toEqualTypeOf() @@ -37,7 +37,7 @@ describe('QueryFilters', () => { TData, TError, TData, - QueryKey & DataTag + DataTag > = { predicate(query) { expectTypeOf(query.setData({ a: 1, b: '1' })).toEqualTypeOf() diff --git a/packages/query-core/src/types.ts b/packages/query-core/src/types.ts index a21016bf2c..ea43533811 100644 --- a/packages/query-core/src/types.ts +++ b/packages/query-core/src/types.ts @@ -46,10 +46,20 @@ export declare const dataTagSymbol: unique symbol export declare const dataTagErrorSymbol: unique symbol export declare const unsetMarker: unique symbol export type UnsetMarker = typeof unsetMarker -export type DataTag = TType & { - [dataTagSymbol]: TValue - [dataTagErrorSymbol]: TError +export type AnyDataTag = { + [dataTagSymbol]: any + [dataTagErrorSymbol]: any } +export type DataTag< + TType, + TValue, + TError = UnsetMarker, +> = TType extends AnyDataTag + ? TType + : TType & { + [dataTagSymbol]: TValue + [dataTagErrorSymbol]: TError + } export type QueryFunction< T = unknown, diff --git a/packages/react-query/src/__tests__/infiniteQueryOptions.test-d.tsx b/packages/react-query/src/__tests__/infiniteQueryOptions.test-d.tsx index 363ea1b37c..c5d7efeee9 100644 --- a/packages/react-query/src/__tests__/infiniteQueryOptions.test-d.tsx +++ b/packages/react-query/src/__tests__/infiniteQueryOptions.test-d.tsx @@ -4,7 +4,11 @@ import { infiniteQueryOptions } from '../infiniteQueryOptions' import { useInfiniteQuery } from '../useInfiniteQuery' import { useSuspenseInfiniteQuery } from '../useSuspenseInfiniteQuery' import { useQuery } from '../useQuery' -import type { InfiniteData, InitialDataFunction } from '@tanstack/query-core' +import type { + DataTag, + InfiniteData, + InitialDataFunction, +} from '@tanstack/query-core' describe('infiniteQueryOptions', () => { it('should not allow excess properties', () => { @@ -200,4 +204,38 @@ describe('infiniteQueryOptions', () => { | undefined >() }) + + it('should return a custom query key type', () => { + type MyQueryKey = [Array, { type: 'foo' }] + + const options = infiniteQueryOptions({ + queryKey: [['key'], { type: 'foo' }] as MyQueryKey, + queryFn: () => Promise.resolve(1), + getNextPageParam: () => 1, + initialPageParam: 1, + }) + + expectTypeOf(options.queryKey).toEqualTypeOf< + DataTag, Error> + >() + }) + + it('should return a custom query key type with datatag', () => { + type MyQueryKey = DataTag< + [Array, { type: 'foo' }], + number, + Error & { myMessage: string } + > + + const options = infiniteQueryOptions({ + queryKey: [['key'], { type: 'foo' }] as MyQueryKey, + queryFn: () => Promise.resolve(1), + getNextPageParam: () => 1, + initialPageParam: 1, + }) + + expectTypeOf(options.queryKey).toEqualTypeOf< + DataTag, Error & { myMessage: string }> + >() + }) }) diff --git a/packages/react-query/src/__tests__/queryOptions.test-d.tsx b/packages/react-query/src/__tests__/queryOptions.test-d.tsx index 414a621623..eb34463856 100644 --- a/packages/react-query/src/__tests__/queryOptions.test-d.tsx +++ b/packages/react-query/src/__tests__/queryOptions.test-d.tsx @@ -9,8 +9,9 @@ import { queryOptions } from '../queryOptions' import { useQuery } from '../useQuery' import { useQueries } from '../useQueries' import { useSuspenseQuery } from '../useSuspenseQuery' -import type { UseQueryOptions } from '../types' +import type { AnyUseQueryOptions } from '../types' import type { + DataTag, InitialDataFunction, QueryObserverResult, } from '@tanstack/query-core' @@ -236,7 +237,9 @@ describe('queryOptions', () => { }) it('should be passable to UseQueryOptions', () => { - function somethingWithQueryOptions(options: UseQueryOptions) { + function somethingWithQueryOptions( + options: TQueryOpts, + ) { return options.queryKey } @@ -247,4 +250,34 @@ describe('queryOptions', () => { somethingWithQueryOptions(options) }) + + it('should return a custom query key type', () => { + type MyQueryKey = [Array, { type: 'foo' }] + + const options = queryOptions({ + queryKey: [['key'], { type: 'foo' }] as MyQueryKey, + queryFn: () => Promise.resolve(1), + }) + + expectTypeOf(options.queryKey).toEqualTypeOf< + DataTag + >() + }) + + it('should return a custom query key type with datatag', () => { + type MyQueryKey = DataTag< + [Array, { type: 'foo' }], + number, + Error & { myMessage: string } + > + + const options = queryOptions({ + queryKey: [['key'], { type: 'foo' }] as MyQueryKey, + queryFn: () => Promise.resolve(1), + }) + + expectTypeOf(options.queryKey).toEqualTypeOf< + DataTag + >() + }) }) diff --git a/packages/react-query/src/infiniteQueryOptions.ts b/packages/react-query/src/infiniteQueryOptions.ts index 594c4217e2..d834bd5987 100644 --- a/packages/react-query/src/infiniteQueryOptions.ts +++ b/packages/react-query/src/infiniteQueryOptions.ts @@ -104,7 +104,7 @@ export function infiniteQueryOptions< TQueryKey, TPageParam > & { - queryKey: DataTag> + queryKey: DataTag, TError> } export function infiniteQueryOptions< @@ -128,7 +128,7 @@ export function infiniteQueryOptions< TQueryKey, TPageParam > & { - queryKey: DataTag> + queryKey: DataTag, TError> } export function infiniteQueryOptions< @@ -152,7 +152,7 @@ export function infiniteQueryOptions< TQueryKey, TPageParam > & { - queryKey: DataTag> + queryKey: DataTag, TError> } export function infiniteQueryOptions(options: unknown) { diff --git a/packages/react-query/src/queryOptions.ts b/packages/react-query/src/queryOptions.ts index b137d9688d..714d38a5f7 100644 --- a/packages/react-query/src/queryOptions.ts +++ b/packages/react-query/src/queryOptions.ts @@ -55,8 +55,8 @@ export function queryOptions< TQueryKey extends QueryKey = QueryKey, >( options: DefinedInitialDataOptions, -): DefinedInitialDataOptions & { - queryKey: DataTag +): DefinedInitialDataOptions & { + queryKey: DataTag } export function queryOptions< @@ -66,8 +66,8 @@ export function queryOptions< TQueryKey extends QueryKey = QueryKey, >( options: UnusedSkipTokenOptions, -): UnusedSkipTokenOptions & { - queryKey: DataTag +): UnusedSkipTokenOptions & { + queryKey: DataTag } export function queryOptions< @@ -78,7 +78,7 @@ export function queryOptions< >( options: UndefinedInitialDataOptions, ): UndefinedInitialDataOptions & { - queryKey: DataTag + queryKey: DataTag } export function queryOptions(options: unknown) { diff --git a/packages/react-query/src/types.ts b/packages/react-query/src/types.ts index 8516536361..9f6d7c315f 100644 --- a/packages/react-query/src/types.ts +++ b/packages/react-query/src/types.ts @@ -17,6 +17,13 @@ import type { SkipToken, } from '@tanstack/query-core' +export type AnyUseBaseQueryOptions = UseBaseQueryOptions< + any, + any, + any, + any, + any +> export interface UseBaseQueryOptions< TQueryFnData = unknown, TError = DefaultError, @@ -31,6 +38,7 @@ export interface UseBaseQueryOptions< TQueryKey > {} +export type AnyUseQueryOptions = UseQueryOptions export interface UseQueryOptions< TQueryFnData = unknown, TError = DefaultError, @@ -41,6 +49,12 @@ export interface UseQueryOptions< 'suspense' > {} +export type AnyUseSuspenseQueryOptions = UseSuspenseQueryOptions< + any, + any, + any, + any +> export interface UseSuspenseQueryOptions< TQueryFnData = unknown, TError = DefaultError, @@ -56,6 +70,14 @@ export interface UseSuspenseQueryOptions< > } +export type AnyUseInfiniteQueryOptions = UseInfiniteQueryOptions< + any, + any, + any, + any, + any, + any +> export interface UseInfiniteQueryOptions< TQueryFnData = unknown, TError = DefaultError, @@ -75,6 +97,8 @@ export interface UseInfiniteQueryOptions< 'suspense' > {} +export type AnyUseSuspenseInfiniteQueryOptions = + UseSuspenseInfiniteQueryOptions export interface UseSuspenseInfiniteQueryOptions< TQueryFnData = unknown, TError = DefaultError, @@ -147,6 +171,7 @@ export type UseSuspenseInfiniteQueryResult< 'isPlaceholderData' | 'promise' > +export type AnyUseMutationOptions = UseMutationOptions export interface UseMutationOptions< TData = unknown, TError = DefaultError, From 8a0eb6a3645d21770ef0ba609bf8a158b5c3ffef Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 17 Dec 2024 17:11:25 +0000 Subject: [PATCH 04/38] release: v5.62.8 --- examples/angular/auto-refetching/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/devtools-panel/package.json | 4 +- .../package.json | 2 +- examples/angular/pagination/package.json | 2 +- .../query-options-from-a-service/package.json | 2 +- examples/angular/router/package.json | 2 +- examples/angular/rxjs/package.json | 2 +- examples/angular/simple/package.json | 2 +- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 8 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 8 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- examples/solid/astro/package.json | 4 +- .../solid/basic-graphql-request/package.json | 4 +- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/simple/package.json | 4 +- .../solid/solid-start-streaming/package.json | 4 +- examples/svelte/auto-refetching/package.json | 4 +- examples/svelte/basic/package.json | 8 +- .../load-more-infinite-scroll/package.json | 4 +- .../svelte/optimistic-updates/package.json | 4 +- examples/svelte/playground/package.json | 4 +- examples/svelte/simple/package.json | 4 +- examples/svelte/ssr/package.json | 4 +- examples/svelte/star-wars/package.json | 4 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/2.7-basic/package.json | 2 +- examples/vue/basic/package.json | 4 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/nuxt3/package.json | 2 +- examples/vue/persister/package.json | 8 +- examples/vue/simple/package.json | 4 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/query-core/package.json | 2 +- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- .../svelte-query-persist-client/package.json | 2 +- packages/svelte-query/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 206 +++++++++--------- 74 files changed, 228 insertions(+), 226 deletions(-) diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index d059c30710..3b16550ed6 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 445df60025..235a5218b8 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index a6377d1127..3992572bb6 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-devtools-experimental": "^5.62.7", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-devtools-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index 33d9e22167..4dec97f9ba 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 897e07a114..aa52520787 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index ac549274e9..5d2cb72885 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index f663445792..9d95ef929a 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index 07ae728a1f..63920fec88 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -15,7 +15,7 @@ "@angular/forms": "19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index a1f800c5cf..6308fbfa1b 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.7", + "@tanstack/angular-query-experimental": "^5.62.8", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 55645f295d..18768b895a 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index b4fc669a9e..f04dbbe1e6 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 5762912828..bade95e2fd 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 2c67059256..0826ae655d 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,10 +9,10 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.7", - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", - "@tanstack/react-query-persist-client": "^5.62.7", + "@tanstack/query-sync-storage-persister": "^5.62.8", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query-persist-client": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 6b6db887e7..528abe3d1a 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index d39ae2ad99..51734ea8b5 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 4e7278eaaa..5df98d87b6 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 7661b4d2b0..4bb3d753ee 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 6c720f6b4c..1a848ccdd6 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^15.0.3", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 338ad736de..79385471a1 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", - "@tanstack/react-query-next-experimental": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query-next-experimental": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 9f3af768b0..d973e25d5a 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 7e39a8c068..3e9a3c6c46 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -8,11 +8,11 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.7", + "@tanstack/query-sync-storage-persister": "^5.62.8", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", - "@tanstack/react-query-persist-client": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query-persist-client": "^5.62.8", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index eed8b6e27c..8bf4ba9e59 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index fb233b62eb..dad064090a 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 8eb1842982..77132f4352 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 3d7068aad9..ab2b16b589 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index c8db534fc3..0c403839be 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "next": "^14.2.18", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 0baa9f647c..b37d94fcea 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index dfae072422..0fb5b19660 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 4b79e4dbe1..2fd56679cc 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 200deee5dd..8e2a67dc08 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index dd553d9acc..c7d7e228a1 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 90c8be3a0b..949e385ba0 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index fa637acc28..30dd0312e4 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.7", - "@tanstack/react-query-devtools": "^5.62.7", + "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query-devtools": "^5.62.8", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index c3bcbbbd73..e81a6f70ed 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^4.4.4", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", - "@tanstack/solid-query": "^5.62.7", - "@tanstack/solid-query-devtools": "^5.62.7", + "@tanstack/solid-query": "^5.62.8", + "@tanstack/solid-query-devtools": "^5.62.8", "astro": "^4.16.1", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index 82da1aa68d..dd4ee52a46 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.7", - "@tanstack/solid-query-devtools": "^5.62.7", + "@tanstack/solid-query": "^5.62.8", + "@tanstack/solid-query-devtools": "^5.62.8", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.3" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index faf3ea6944..1836dbaba1 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.7", - "@tanstack/solid-query-devtools": "^5.62.7", + "@tanstack/solid-query": "^5.62.8", + "@tanstack/solid-query-devtools": "^5.62.8", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index e537d47837..48ae8c992f 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.7", - "@tanstack/solid-query-devtools": "^5.62.7", + "@tanstack/solid-query": "^5.62.8", + "@tanstack/solid-query-devtools": "^5.62.8", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index d6afbd9c8c..d29fde3e77 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.7", - "@tanstack/solid-query-devtools": "^5.62.7", + "@tanstack/solid-query": "^5.62.8", + "@tanstack/solid-query-devtools": "^5.62.8", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 4033368863..636117ab69 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.1", "@solidjs/start": "^1.0.6", - "@tanstack/solid-query": "^5.62.7", - "@tanstack/solid-query-devtools": "^5.62.7", + "@tanstack/solid-query": "^5.62.8", + "@tanstack/solid-query-devtools": "^5.62.8", "solid-js": "^1.9.3", "vinxi": "^0.4.1" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index 5d22bd7148..acc4e83c40 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7" + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.3", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 41b08a5898..c6ea1d6355 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -9,10 +9,10 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.7", - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7", - "@tanstack/svelte-query-persist-client": "^5.62.7" + "@tanstack/query-sync-storage-persister": "^5.62.8", + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8", + "@tanstack/svelte-query-persist-client": "^5.62.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.3", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 1a2da0f3f7..8524c1c726 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7" + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.3", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index 1eee602d00..15c8f60623 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7" + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.3", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 8a3f57bfea..70e636a033 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7" + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.3", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index 7a7572df1d..9b3be7f03e 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7" + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index d3581f20d0..fb1b68e698 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7" + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.3", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index c99599f60e..1d8965f5b9 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.7", - "@tanstack/svelte-query-devtools": "^5.62.7" + "@tanstack/svelte-query": "^5.62.8", + "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.3", diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index 7fbdba8ba3..25d00b82af 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -8,7 +8,7 @@ "_preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.7", + "@tanstack/vue-query": "^5.62.8", "@vue/composition-api": "1.7.2", "vue": "2.6.14", "vue-template-compiler": "2.6.14" diff --git a/examples/vue/2.7-basic/package.json b/examples/vue/2.7-basic/package.json index a635b757a4..1f8f4c398f 100644 --- a/examples/vue/2.7-basic/package.json +++ b/examples/vue/2.7-basic/package.json @@ -8,7 +8,7 @@ "_serve": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.7", + "@tanstack/vue-query": "^5.62.8", "vue": "2.7.16", "vue-template-compiler": "2.7.16" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 626a38b654..c2741d736d 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.7", - "@tanstack/vue-query-devtools": "^5.62.7", + "@tanstack/vue-query": "^5.62.8", + "@tanstack/vue-query-devtools": "^5.62.8", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 2869a98cc8..aebdf3a62e 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.7", + "@tanstack/vue-query": "^5.62.8", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/nuxt3/package.json b/examples/vue/nuxt3/package.json index 75951ff2ca..03822dbe6d 100644 --- a/examples/vue/nuxt3/package.json +++ b/examples/vue/nuxt3/package.json @@ -7,7 +7,7 @@ "_start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/vue-query": "^5.62.7" + "@tanstack/vue-query": "^5.62.8" }, "devDependencies": { "nuxt": "^3.12.4" diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index de7fe8825f..0c65d2970e 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-core": "^5.62.7", - "@tanstack/query-persist-client-core": "^5.62.7", - "@tanstack/query-sync-storage-persister": "^5.62.7", - "@tanstack/vue-query": "^5.62.7", + "@tanstack/query-core": "^5.62.8", + "@tanstack/query-persist-client-core": "^5.62.8", + "@tanstack/query-sync-storage-persister": "^5.62.8", + "@tanstack/vue-query": "^5.62.8", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index 7eac703054..58343cd51d 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.7", - "@tanstack/vue-query-devtools": "^5.62.7", + "@tanstack/vue-query": "^5.62.8", + "@tanstack/vue-query-devtools": "^5.62.8", "vue": "^3.4.27" }, "devDependencies": { diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index 7a7b35e3e8..842fbe6ba7 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-devtools-experimental", - "version": "5.62.7", + "version": "5.62.8", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index fac8183360..5ec7b77558 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.62.7", + "version": "5.62.8", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index 94fedf7239..83f884abab 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-async-storage-persister", - "version": "5.62.7", + "version": "5.62.8", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 6867fa279d..5f25043790 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-broadcast-client-experimental", - "version": "5.62.7", + "version": "5.62.8", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/package.json b/packages/query-core/package.json index a01360e051..dcc7f9e0d7 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.62.7", + "version": "5.62.8", "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index a21ed000ee..2dcb55c149 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-persist-client-core", - "version": "5.62.7", + "version": "5.62.8", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 8a64284f52..71397d373d 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-sync-storage-persister", - "version": "5.62.7", + "version": "5.62.8", "description": "A persister for synchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index ba001edefa..2c8dce6e91 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.7", + "version": "5.62.8", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 9773bcabb6..0fa9318a38 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.7", + "version": "5.62.8", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index bdf10695fe..28b35239a2 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.7", + "version": "5.62.8", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 0d78c916af..d6411dc56b 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.7", + "version": "5.62.8", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index d073e39843..0b8e26b9ef 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.62.7", + "version": "5.62.8", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 37aebfd881..562c7c9168 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.62.7", + "version": "5.62.8", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index c78ff4f29a..6a0f89d156 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.62.7", + "version": "5.62.8", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index 5f7e8c576d..325dae20bd 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-devtools", - "version": "5.62.7", + "version": "5.62.8", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index edf0c63acd..5cdaa7ac05 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-persist-client", - "version": "5.62.7", + "version": "5.62.8", "description": "Svelte bindings to work with persisters in TanStack/svelte-query", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 3512861b11..7d97cc0ce2 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "5.62.7", + "version": "5.62.8", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index 05c1e41a61..8186aac6bb 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query-devtools", - "version": "5.62.7", + "version": "5.62.8", "description": "Developer tools to interact with and visualize the TanStack/vue-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 6f9804c510..0680ffe460 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.62.7", + "version": "5.62.8", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6f76d18bb..ef044253a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -183,7 +183,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -229,10 +229,10 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-devtools-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-devtools-experimental '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -275,7 +275,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -318,7 +318,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -364,7 +364,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -410,7 +410,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -456,7 +456,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -499,7 +499,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -592,16 +592,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^15.0.3 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.18 @@ -853,19 +853,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.18 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1331,10 +1331,10 @@ importers: specifier: ^7.8.2 version: 7.8.2(astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query-devtools astro: specifier: ^4.16.1 @@ -1352,10 +1352,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1374,10 +1374,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1402,10 +1402,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1424,10 +1424,10 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1458,10 +1458,10 @@ importers: specifier: ^1.0.6 version: 1.0.6(@testing-library/jest-dom@6.6.3)(rollup@4.27.4)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1473,10 +1473,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1504,16 +1504,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/query-sync-storage-persister '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1541,10 +1541,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1572,10 +1572,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1603,10 +1603,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1634,10 +1634,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1662,10 +1662,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1693,10 +1693,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1733,10 +1733,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -1755,7 +1755,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -1774,16 +1774,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -1805,10 +1805,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.7 + specifier: ^5.62.8 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -9022,6 +9022,7 @@ packages: critters@0.0.24: resolution: {integrity: sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==} + deprecated: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at /~https://github.com/danielroe/beasties croner@8.1.0: resolution: {integrity: sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==} @@ -14944,6 +14945,7 @@ packages: sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. summary@2.1.0: resolution: {integrity: sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==} From a76ac59e972dbea0c5b5ea36bd9a3003a29665d4 Mon Sep 17 00:00:00 2001 From: gnerkus <3065138+gnerkus@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:13:29 +0100 Subject: [PATCH 05/38] docs(useQuery): add more info to description of staleTime field of query options (#8448) --- docs/framework/react/reference/useQuery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/reference/useQuery.md b/docs/framework/react/reference/useQuery.md index ee23978b1c..92ce54f237 100644 --- a/docs/framework/react/reference/useQuery.md +++ b/docs/framework/react/reference/useQuery.md @@ -92,7 +92,7 @@ const { - `staleTime: number | ((query: Query) => number)` - Optional - Defaults to `0` - - The time in milliseconds after data is considered stale. This value only applies to the hook it is defined on. + - The time in milliseconds after which data is considered stale. This value only applies to the hook it is defined on. - If set to `Infinity`, the data will never be considered stale - If set to a function, the function will be executed with the query to compute a `staleTime`. - `gcTime: number | Infinity` From 5be38721d432e492e4b4d102ad162e113cf35038 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:00:54 +1100 Subject: [PATCH 06/38] chore: update dependencies (#8464) * chore: update dependencies * pnpm dedupe * ci: apply automated fixes * fix: downgrade nx to fix graph * update node --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- .nvmrc | 2 +- examples/react/auto-refetching/package.json | 2 +- .../package.json | 2 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 2 +- .../nextjs-suspense-streaming/package.json | 2 +- examples/react/nextjs/package.json | 2 +- .../optimistic-updates-cache/package.json | 2 +- .../react/optimistic-updates-ui/package.json | 2 +- examples/react/pagination/package.json | 2 +- examples/react/playground/src/styles.css | 6 +- examples/react/prefetching/package.json | 2 +- examples/react/react-router/src/index.css | 6 +- examples/solid/astro/package.json | 2 +- .../solid/solid-start-streaming/package.json | 4 +- examples/svelte/auto-refetching/package.json | 4 +- examples/svelte/basic/package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../svelte/optimistic-updates/package.json | 4 +- examples/svelte/playground/package.json | 4 +- examples/svelte/playground/src/app.css | 6 +- examples/svelte/ssr/package.json | 4 +- examples/svelte/star-wars/package.json | 4 +- examples/vue/basic/package.json | 2 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/persister/package.json | 2 +- examples/vue/simple/package.json | 2 +- integrations/react-next-14/package.json | 2 +- integrations/react-next-15/package.json | 2 +- integrations/vue-vite/package.json | 2 +- package.json | 14 +- .../angular-query-experimental/package.json | 2 +- packages/eslint-plugin-query/package.json | 4 +- packages/query-devtools/src/Devtools.tsx | 5 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 1736 ++++++++--------- 44 files changed, 872 insertions(+), 997 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b0e6cc8fc..466fa20d62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} TAG: ${{ inputs.tag }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: directory: packages env: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2a8620a354..55775d5781 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -38,7 +38,7 @@ jobs: if: ${{ always() }} run: npx nx-cloud stop-all-agents - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: directory: packages env: diff --git a/.nvmrc b/.nvmrc index 58a1f0907f..1d9b7831ba 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.4.0 +22.12.0 diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index f04dbbe1e6..aca9556b2e 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 5df98d87b6..415f79ea1b 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 4bb3d753ee..9d425bb674 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -10,10 +10,10 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intersection-observer": "^9.13.1" + "react-intersection-observer": "^9.14.0" }, "devDependencies": { "@types/react": "^18.2.79", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 1a848ccdd6..5a332566de 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^15.0.3", + "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 79385471a1..9289fd00bc 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -12,7 +12,7 @@ "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", "@tanstack/react-query-next-experimental": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index d973e25d5a..0db8276bac 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 8bf4ba9e59..1f9248b811 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index dad064090a..e98eee2868 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 77132f4352..ccae9644af 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/playground/src/styles.css b/examples/react/playground/src/styles.css index 56feea6223..d0879a6492 100644 --- a/examples/react/playground/src/styles.css +++ b/examples/react/playground/src/styles.css @@ -1,9 +1,9 @@ body { margin: 0; padding: 1rem; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', + 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', + 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: white; diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 0c403839be..68b6558f03 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query-devtools": "^5.62.8", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/react-router/src/index.css b/examples/react/react-router/src/index.css index 76d737e30f..e4026144df 100644 --- a/examples/react/react-router/src/index.css +++ b/examples/react/react-router/src/index.css @@ -8,9 +8,9 @@ html { } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', + 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', + 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index e81a6f70ed..8883771a27 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -17,7 +17,7 @@ "@astrojs/vercel": "^7.8.2", "@tanstack/solid-query": "^5.62.8", "@tanstack/solid-query-devtools": "^5.62.8", - "astro": "^4.16.1", + "astro": "^4.16.18", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", "typescript": "5.7.2" diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 636117ab69..5047af6dcb 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@solidjs/meta": "^0.29.4", - "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.6", + "@solidjs/router": "^0.15.2", + "@solidjs/start": "^1.0.10", "@tanstack/solid-query": "^5.62.8", "@tanstack/solid-query-devtools": "^5.62.8", "solid-js": "^1.9.3", diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index acc4e83c40..8aebdc7829 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -13,8 +13,8 @@ "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.2.3", - "@sveltejs/kit": "^2.8.2", + "@sveltejs/adapter-auto": "^3.3.1", + "@sveltejs/kit": "^2.14.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "^4.2.18", "svelte-check": "^4.0.0", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index c6ea1d6355..6ea83feea8 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -15,8 +15,8 @@ "@tanstack/svelte-query-persist-client": "^5.62.8" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.2.3", - "@sveltejs/kit": "^2.8.2", + "@sveltejs/adapter-auto": "^3.3.1", + "@sveltejs/kit": "^2.14.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "^4.2.18", "svelte-check": "^4.0.0", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 8524c1c726..f9a8b9c2c7 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -13,8 +13,8 @@ "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.2.3", - "@sveltejs/kit": "^2.8.2", + "@sveltejs/adapter-auto": "^3.3.1", + "@sveltejs/kit": "^2.14.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "^4.2.18", "svelte-check": "^4.0.0", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index 15c8f60623..ebe3243ef1 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -13,8 +13,8 @@ "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.2.3", - "@sveltejs/kit": "^2.8.2", + "@sveltejs/adapter-auto": "^3.3.1", + "@sveltejs/kit": "^2.14.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "^4.2.18", "svelte-check": "^4.0.0", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 70e636a033..4b38f75216 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -13,8 +13,8 @@ "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.2.3", - "@sveltejs/kit": "^2.8.2", + "@sveltejs/adapter-auto": "^3.3.1", + "@sveltejs/kit": "^2.14.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "^4.2.18", "svelte-check": "^4.0.0", diff --git a/examples/svelte/playground/src/app.css b/examples/svelte/playground/src/app.css index 56feea6223..d0879a6492 100644 --- a/examples/svelte/playground/src/app.css +++ b/examples/svelte/playground/src/app.css @@ -1,9 +1,9 @@ body { margin: 0; padding: 1rem; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', + 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', + 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: white; diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index fb1b68e698..9392f40982 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -13,8 +13,8 @@ "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.2.3", - "@sveltejs/kit": "^2.8.2", + "@sveltejs/adapter-auto": "^3.3.1", + "@sveltejs/kit": "^2.14.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "^4.2.18", "svelte-check": "^4.0.0", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 1d8965f5b9..6477c32920 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -13,8 +13,8 @@ "@tanstack/svelte-query-devtools": "^5.62.8" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.2.3", - "@sveltejs/kit": "^2.8.2", + "@sveltejs/adapter-auto": "^3.3.1", + "@sveltejs/kit": "^2.14.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index c2741d736d..d32d9c1677 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -13,7 +13,7 @@ "vue": "^3.4.27" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.7.2", "vite": "^5.3.5" } diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index aebdf3a62e..081ce3f1d1 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -12,7 +12,7 @@ "vue": "^3.4.27" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.7.2", "vite": "^5.3.5" } diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 0c65d2970e..3c8d1b4b83 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -16,7 +16,7 @@ "vue": "^3.4.27" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.7.2", "vite": "^5.3.5" } diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index 58343cd51d..ad610a0617 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -13,7 +13,7 @@ "vue": "^3.4.27" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.7.2", "vite": "^5.3.5" } diff --git a/integrations/react-next-14/package.json b/integrations/react-next-14/package.json index 8918d769ce..c951885734 100644 --- a/integrations/react-next-14/package.json +++ b/integrations/react-next-14/package.json @@ -7,7 +7,7 @@ "dependencies": { "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/integrations/react-next-15/package.json b/integrations/react-next-15/package.json index dc1a79ee10..5b11f1e0be 100644 --- a/integrations/react-next-15/package.json +++ b/integrations/react-next-15/package.json @@ -9,7 +9,7 @@ "@js-temporal/polyfill": "^0.4.4", "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", - "next": "^15.0.3", + "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "tupleson": "0.23.1" diff --git a/integrations/vue-vite/package.json b/integrations/vue-vite/package.json index c5569530d3..a8337e50b5 100644 --- a/integrations/vue-vite/package.json +++ b/integrations/vue-vite/package.json @@ -11,7 +11,7 @@ "vue": "^3.4.27" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.2.1", "typescript": "5.6.3", "vite": "^5.3.5", "vue-tsc": "^2.1.10" diff --git a/package.json b/package.json index d11e582ca0..3b8463603f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "/~https://github.com/TanStack/query.git" }, - "packageManager": "pnpm@9.14.2", + "packageManager": "pnpm@9.15.0", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", @@ -38,24 +38,24 @@ }, "devDependencies": { "@arethetypeswrong/cli": "^0.15.3", - "@cspell/eslint-plugin": "^8.16.0", - "@eslint-react/eslint-plugin": "^1.17.1", - "@tanstack/config": "^0.14.0", + "@cspell/eslint-plugin": "^8.17.1", + "@eslint-react/eslint-plugin": "^1.19.0", + "@tanstack/config": "^0.14.2", "@testing-library/jest-dom": "^6.6.3", "@types/eslint": "^9.6.1", "@types/node": "^22.9.3", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitest/coverage-istanbul": "^2.0.4", - "@vitest/eslint-plugin": "^1.1.0", + "@vitest/eslint-plugin": "^1.1.16", "cpy-cli": "^5.0.0", "esbuild-plugin-file-path-extensions": "^2.1.2", "eslint": "^9.15.0", "eslint-plugin-react-hooks": "^5.1.0", "jsdom": "^25.0.1", - "knip": "^5.37.2", + "knip": "^5.40.0", "nx": "^20.1.3", - "prettier": "^3.3.3", + "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", "publint": "^0.2.12", "react": "^19.0.0", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 5ec7b77558..91ac134ff0 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -72,7 +72,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@microsoft/api-extractor": "^7.48.0", + "@microsoft/api-extractor": "^7.48.1", "eslint-plugin-jsdoc": "^50.5.0", "tsup": "8.0.2", "typescript": "5.7.2" diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index 74da128978..9e398d3f15 100644 --- a/packages/eslint-plugin-query/package.json +++ b/packages/eslint-plugin-query/package.json @@ -55,10 +55,10 @@ "!src/__tests__" ], "dependencies": { - "@typescript-eslint/utils": "^8.15.0" + "@typescript-eslint/utils": "^8.18.1" }, "devDependencies": { - "@typescript-eslint/rule-tester": "^8.15.0", + "@typescript-eslint/rule-tester": "^8.18.1", "combinate": "^1.1.11", "eslint": "^9.15.0" }, diff --git a/packages/query-devtools/src/Devtools.tsx b/packages/query-devtools/src/Devtools.tsx index aac57a55b4..df1f4e64e3 100644 --- a/packages/query-devtools/src/Devtools.tsx +++ b/packages/query-devtools/src/Devtools.tsx @@ -1622,7 +1622,10 @@ const QueryStatus: Component = (props) => { css` cursor: pointer; &:hover { - background: ${t(colors.gray[200], colors.darkGray[400])}${alpha[80]}; + background: ${t( + colors.gray[200], + colors.darkGray[400], + )}${alpha[80]}; } `, 'tsqd-query-status-tag', diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 2c8dce6e91..31c8a5f89b 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -80,7 +80,7 @@ }, "devDependencies": { "@tanstack/react-query": "workspace:*", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "@types/react": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", "react": "^19.0.0" diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 0fa9318a38..9b75658baa 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -56,7 +56,7 @@ "@tanstack/react-query": "workspace:*", "@types/react": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", - "next": "^14.2.18", + "next": "^14.2.20", "react": "^19.0.0" }, "peerDependencies": { diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 28b35239a2..aac1b08fb8 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "@tanstack/react-query": "workspace:*", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "@types/react": "^19.0.0", "@vitejs/plugin-react": "^4.3.3", "react": "^19.0.0" diff --git a/packages/react-query/package.json b/packages/react-query/package.json index d6411dc56b..5fe07fd244 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -65,7 +65,7 @@ }, "devDependencies": { "@tanstack/query-persist-client-core": "workspace:*", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "@testing-library/react-render-stream": "^2.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index 325dae20bd..7861a6ecee 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -40,7 +40,7 @@ ], "dependencies": { "@tanstack/query-devtools": "workspace:*", - "esm-env": "^1.1.4" + "esm-env": "^1.2.1" }, "devDependencies": { "@sveltejs/package": "^2.3.7", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index 8186aac6bb..4f502b6334 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -51,7 +51,7 @@ }, "devDependencies": { "@tanstack/vue-query": "workspace:*", - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.2.1", "eslint-plugin-vue": "^9.27.0", "typescript": "5.6.3", "vite": "^5.3.5", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 0680ffe460..8ffddf7135 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -73,7 +73,7 @@ "vue-demi": "^0.14.10" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.2.1", "@vue/composition-api": "1.7.2", "eslint-plugin-vue": "^9.27.0", "vue": "^3.4.27", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef044253a2..c699faf423 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,14 +17,14 @@ importers: specifier: ^0.15.3 version: 0.15.3 '@cspell/eslint-plugin': - specifier: ^8.16.0 - version: 8.16.0(eslint@9.15.0(jiti@2.4.0)) + specifier: ^8.17.1 + version: 8.17.1(eslint@9.15.0(jiti@2.4.0)) '@eslint-react/eslint-plugin': - specifier: ^1.17.1 - version: 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + specifier: ^1.19.0 + version: 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) '@tanstack/config': - specifier: ^0.14.0 - version: 0.14.0(@types/node@22.9.3)(esbuild@0.24.0)(eslint@9.15.0(jiti@2.4.0))(rollup@4.27.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^0.14.2 + version: 0.14.2(@types/node@22.9.3)(esbuild@0.24.0)(eslint@9.15.0(jiti@2.4.0))(rollup@4.27.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@testing-library/jest-dom': specifier: ^6.6.3 version: 6.6.3 @@ -44,8 +44,8 @@ importers: specifier: ^2.0.4 version: 2.0.5(vitest@2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@vitest/eslint-plugin': - specifier: ^1.1.0 - version: 1.1.0(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)(vitest@2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^1.1.16 + version: 1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)(vitest@2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) cpy-cli: specifier: ^5.0.0 version: 5.0.0 @@ -62,17 +62,17 @@ importers: specifier: ^25.0.1 version: 25.0.1 knip: - specifier: ^5.37.2 - version: 5.37.2(@types/node@22.9.3)(typescript@5.7.2) + specifier: ^5.40.0 + version: 5.41.1(@types/node@22.9.3)(typescript@5.7.2) nx: specifier: ^20.1.3 version: 20.1.3 prettier: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.4.2 + version: 3.4.2 prettier-plugin-svelte: specifier: ^3.3.2 - version: 3.3.2(prettier@3.3.3)(svelte@4.2.19) + version: 3.3.2(prettier@3.4.2)(svelte@4.2.19) publint: specifier: ^0.2.12 version: 0.2.12 @@ -90,7 +90,7 @@ importers: version: 1.0.0 tsup: specifier: 8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) + version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -570,8 +570,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -716,8 +716,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -744,8 +744,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -753,8 +753,8 @@ importers: specifier: ^18.2.0 version: 18.3.1(react@18.3.1) react-intersection-observer: - specifier: ^9.13.1 - version: 9.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^9.14.0 + version: 9.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@types/react': specifier: ^19.0.0 @@ -775,8 +775,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -803,8 +803,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^15.0.3 - version: 15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) + specifier: ^15.1.0 + version: 15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) react: specifier: ^19.0.0 version: 19.0.0 @@ -834,8 +834,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-next-experimental next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -899,8 +899,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -927,8 +927,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -955,8 +955,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -1008,8 +1008,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -1317,19 +1317,19 @@ importers: dependencies: '@astrojs/check': specifier: ^0.8.3 - version: 0.8.3(prettier@3.3.3)(typescript@5.7.2) + version: 0.8.3(prettier@3.4.2)(typescript@5.7.2) '@astrojs/node': specifier: ^8.3.4 - version: 8.3.4(astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2)) + version: 8.3.4(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2)) '@astrojs/solid-js': specifier: ^4.4.4 version: 4.4.4(@testing-library/jest-dom@6.6.3)(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(solid-js@1.9.3)(terser@5.31.6) '@astrojs/tailwind': specifier: ^5.1.2 - version: 5.1.2(astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(tailwindcss@3.4.7) + version: 5.1.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(tailwindcss@3.4.7) '@astrojs/vercel': specifier: ^7.8.2 - version: 7.8.2(astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) + version: 7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': specifier: ^5.62.8 version: link:../../../packages/solid-query @@ -1337,8 +1337,8 @@ importers: specifier: ^5.62.8 version: link:../../../packages/solid-query-devtools astro: - specifier: ^4.16.1 - version: 4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) + specifier: ^4.16.18 + version: 4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) solid-js: specifier: ^1.9.3 version: 1.9.3 @@ -1452,11 +1452,11 @@ importers: specifier: ^0.29.4 version: 0.29.4(solid-js@1.9.3) '@solidjs/router': - specifier: ^0.14.1 - version: 0.14.1(solid-js@1.9.3) + specifier: ^0.15.2 + version: 0.15.2(solid-js@1.9.3) '@solidjs/start': - specifier: ^1.0.6 - version: 1.0.6(@testing-library/jest-dom@6.6.3)(rollup@4.27.4)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^1.0.10 + version: 1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': specifier: ^5.62.8 version: link:../../../packages/solid-query @@ -1480,11 +1480,11 @@ importers: version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': - specifier: ^3.2.3 - version: 3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) + specifier: ^3.3.1 + version: 3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) '@sveltejs/kit': - specifier: ^2.8.2 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^2.14.0 + version: 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1517,11 +1517,11 @@ importers: version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': - specifier: ^3.2.3 - version: 3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) + specifier: ^3.3.1 + version: 3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) '@sveltejs/kit': - specifier: ^2.8.2 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^2.14.0 + version: 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1548,11 +1548,11 @@ importers: version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': - specifier: ^3.2.3 - version: 3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) + specifier: ^3.3.1 + version: 3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) '@sveltejs/kit': - specifier: ^2.8.2 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^2.14.0 + version: 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1579,11 +1579,11 @@ importers: version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': - specifier: ^3.2.3 - version: 3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) + specifier: ^3.3.1 + version: 3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) '@sveltejs/kit': - specifier: ^2.8.2 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^2.14.0 + version: 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1610,11 +1610,11 @@ importers: version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': - specifier: ^3.2.3 - version: 3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) + specifier: ^3.3.1 + version: 3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) '@sveltejs/kit': - specifier: ^2.8.2 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^2.14.0 + version: 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1669,11 +1669,11 @@ importers: version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': - specifier: ^3.2.3 - version: 3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) + specifier: ^3.3.1 + version: 3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) '@sveltejs/kit': - specifier: ^2.8.2 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^2.14.0 + version: 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1700,11 +1700,11 @@ importers: version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': - specifier: ^3.2.3 - version: 3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) + specifier: ^3.3.1 + version: 3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))) '@sveltejs/kit': - specifier: ^2.8.2 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + specifier: ^2.14.0 + version: 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -1743,8 +1743,8 @@ importers: version: 3.4.35(typescript@5.7.2) devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) typescript: specifier: 5.7.2 version: 5.7.2 @@ -1762,8 +1762,8 @@ importers: version: 3.4.35(typescript@5.7.2) devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) typescript: specifier: 5.7.2 version: 5.7.2 @@ -1793,8 +1793,8 @@ importers: version: 3.4.35(typescript@5.7.2) devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) typescript: specifier: 5.7.2 version: 5.7.2 @@ -1815,8 +1815,8 @@ importers: version: 3.4.35(typescript@5.7.2) devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) typescript: specifier: 5.7.2 version: 5.7.2 @@ -1876,8 +1876,8 @@ importers: specifier: workspace:* version: link:../../packages/react-query-devtools next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) react: specifier: ^18.2.0 version: 18.3.1 @@ -1907,8 +1907,8 @@ importers: specifier: workspace:* version: link:../../packages/react-query-devtools next: - specifier: ^15.0.3 - version: 15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) + specifier: ^15.1.0 + version: 15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) react: specifier: ^19.0.0 version: 19.0.0 @@ -2073,8 +2073,8 @@ importers: version: 3.4.35(typescript@5.6.3) devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.6.3)) typescript: specifier: 5.6.3 version: 5.6.3 @@ -2089,7 +2089,7 @@ importers: dependencies: '@angular/common': specifier: '>=16.0.0' - version: 19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@tanstack/query-devtools': specifier: workspace:* version: link:../query-devtools @@ -2102,7 +2102,7 @@ importers: version: 19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0) '@angular/platform-browser-dynamic': specifier: ^19.1.0-next.0 - version: 19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) + version: 19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': specifier: workspace:* version: link:../angular-query-experimental @@ -2111,7 +2111,7 @@ importers: version: 50.5.0(eslint@9.15.0(jiti@2.4.0)) tsup: specifier: 8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2) + version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -2120,7 +2120,7 @@ importers: dependencies: '@angular/common': specifier: '>=16.0.0' - version: 19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@tanstack/query-core': specifier: workspace:* version: link:../query-core @@ -2139,19 +2139,19 @@ importers: version: 19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0) '@angular/platform-browser': specifier: ^19.1.0-next.0 - version: 19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)) + version: 19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: ^19.1.0-next.0 - version: 19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) + version: 19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@microsoft/api-extractor': - specifier: ^7.48.0 - version: 7.48.0(@types/node@22.9.3) + specifier: ^7.48.1 + version: 7.48.1(@types/node@22.9.3) eslint-plugin-jsdoc: specifier: ^50.5.0 version: 50.5.0(eslint@9.15.0(jiti@2.4.0)) tsup: specifier: 8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) + version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -2159,12 +2159,12 @@ importers: packages/eslint-plugin-query: dependencies: '@typescript-eslint/utils': - specifier: ^8.15.0 - version: 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + specifier: ^8.18.1 + version: 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) devDependencies: '@typescript-eslint/rule-tester': - specifier: ^8.15.0 - version: 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + specifier: ^8.18.1 + version: 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) combinate: specifier: ^1.1.11 version: 1.1.11 @@ -2239,7 +2239,7 @@ importers: version: 2.2.1 tsup-preset-solid: specifier: ^2.2.0 - version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) + version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) vite-plugin-solid: specifier: ^2.10.2 version: 2.10.2(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -2269,8 +2269,8 @@ importers: specifier: workspace:* version: link:../query-persist-client-core '@testing-library/react': - specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^16.1.0 + version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@testing-library/react-render-stream': specifier: ^2.0.0 version: 2.0.0(@jest/globals@29.7.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(expect@29.7.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -2306,8 +2306,8 @@ importers: specifier: workspace:* version: link:../react-query '@testing-library/react': - specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^16.1.0 + version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': specifier: ^19.0.0 version: 19.0.1 @@ -2330,8 +2330,8 @@ importers: specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) next: - specifier: ^14.2.18 - version: 14.2.18(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) + specifier: ^14.2.20 + version: 14.2.21(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) react: specifier: ^19.0.0 version: 19.0.0 @@ -2346,8 +2346,8 @@ importers: specifier: workspace:* version: link:../react-query '@testing-library/react': - specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^16.1.0 + version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': specifier: ^19.0.0 version: 19.0.1 @@ -2366,13 +2366,13 @@ importers: devDependencies: '@solidjs/testing-library': specifier: ^0.8.10 - version: 0.8.10(@solidjs/router@0.14.1(solid-js@1.9.3))(solid-js@1.9.3) + version: 0.8.10(@solidjs/router@0.15.2(solid-js@1.9.3))(solid-js@1.9.3) solid-js: specifier: ^1.9.3 version: 1.9.3 tsup-preset-solid: specifier: ^2.2.0 - version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) + version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) vite-plugin-solid: specifier: ^2.10.2 version: 2.10.2(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -2391,7 +2391,7 @@ importers: version: 1.9.3 tsup-preset-solid: specifier: ^2.2.0 - version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) + version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) vite-plugin-solid: specifier: ^2.10.2 version: 2.10.2(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -2404,7 +2404,7 @@ importers: devDependencies: '@solidjs/testing-library': specifier: ^0.8.10 - version: 0.8.10(@solidjs/router@0.14.1(solid-js@1.9.3))(solid-js@1.9.3) + version: 0.8.10(@solidjs/router@0.15.2(solid-js@1.9.3))(solid-js@1.9.3) '@tanstack/solid-query': specifier: workspace:* version: link:../solid-query @@ -2413,7 +2413,7 @@ importers: version: 1.9.3 tsup-preset-solid: specifier: ^2.2.0 - version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) + version: 2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)) vite-plugin-solid: specifier: ^2.10.2 version: 2.10.2(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) @@ -2449,8 +2449,8 @@ importers: specifier: workspace:* version: link:../query-devtools esm-env: - specifier: ^1.1.4 - version: 1.1.4 + specifier: ^1.2.1 + version: 1.2.1 devDependencies: '@sveltejs/package': specifier: ^2.3.7 @@ -2515,8 +2515,8 @@ importers: version: 0.14.10(@vue/composition-api@1.7.2(vue@3.4.35(typescript@5.7.2)))(vue@3.4.35(typescript@5.7.2)) devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2)) '@vue/composition-api': specifier: 1.7.2 version: 1.7.2(vue@3.4.35(typescript@5.7.2)) @@ -2543,8 +2543,8 @@ importers: specifier: workspace:* version: link:../vue-query '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.6.3)) eslint-plugin-vue: specifier: ^9.27.0 version: 9.27.0(eslint@9.15.0(jiti@2.4.0)) @@ -2829,13 +2829,6 @@ packages: '@angular/core': 17.3.12 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@19.0.0': - resolution: {integrity: sha512-kb2iS26GZS0vyR3emAQbIiQifnK5M5vnbclEHni+pApDEU5V9FufbdRP3vCxs28UHZvAZKB0LrxkTrnT6T+z5g==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - peerDependencies: - '@angular/core': 19.0.0 - rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@19.1.0-next.0': resolution: {integrity: sha512-CiBL2qJ5hYAuIwjJ/jzBM8J+5SRktzetd8DHKKPgsZsU4xIvaKLfF+lDBWBMIewNJwyUdL517RJRzzRcd7NzFg==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} @@ -2949,9 +2942,6 @@ packages: '@angular/platform-browser': 19.1.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@antfu/utils@0.7.10': - resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} - '@arethetypeswrong/cli@0.15.3': resolution: {integrity: sha512-sIMA9ZJBWDEg1+xt5RkAEflZuf8+PO8SdKj17x6PtETuUho+qlZJg4DgmKc3q+QwQ9zOB5VLK6jVRbFdNLdUIA==} engines: {node: '>=18'} @@ -3897,24 +3887,24 @@ packages: peerDependencies: solid-js: ^1.8 - '@cspell/cspell-bundled-dicts@8.16.0': - resolution: {integrity: sha512-R0Eqq5kTZnmZ0elih5uY3TWjMqqAeMl7ciU7maUs+m1FNjCEdJXtJ9wrQxNgjmXi0tX8cvahZRO3O558tEz/KA==} + '@cspell/cspell-bundled-dicts@8.17.1': + resolution: {integrity: sha512-HmkXS5uX4bk/XxsRS4Q+zRvhgRa81ddGiR2/Xfag9MIi5L5UnEJ4g21EpmIlXkMxYrTu2fp69SZFss5NfcFF9Q==} engines: {node: '>=18'} - '@cspell/cspell-pipe@8.16.0': - resolution: {integrity: sha512-WoCgrv/mrtwCY4lhc6vEcqN3AQ7lT6K0NW5ShoSo116U2tRaW0unApIYH4Va8u7T9g3wyspFEceQRR1xD9qb9w==} + '@cspell/cspell-pipe@8.17.1': + resolution: {integrity: sha512-uhC99Ox+OH3COSgShv4fpVHiotR70dNvAOSkzRvKVRzV6IGyFnxHjmyVVPEV0dsqzVLxltwYTqFhwI+UOwm45A==} engines: {node: '>=18'} - '@cspell/cspell-resolver@8.16.0': - resolution: {integrity: sha512-b+99bph43ptkXlQHgPXSkN/jK6LQHy2zL1Fm9up7+x6Yr64bxAzWzoeqJAPtnrPvFuOrFN0jZasZzKBw8CvrrQ==} + '@cspell/cspell-resolver@8.17.1': + resolution: {integrity: sha512-XEK2ymTdQNgsV3ny60VkKzWskbICl4zNXh/DbxsoRXHqIRg43MXFpTNkEJ7j873EqdX7BU4opQQ+5D4stWWuhQ==} engines: {node: '>=18'} - '@cspell/cspell-service-bus@8.16.0': - resolution: {integrity: sha512-+fn763JKA4EYCOv+1VShFq015UMEBAFRDr+rlCnesgLE0fv9TSFVLsjOfh9/g6GuGQLCRLUqKztwwuueeErstQ==} + '@cspell/cspell-service-bus@8.17.1': + resolution: {integrity: sha512-2sFWQtMEWZ4tdz7bw0bAx4NaV1t0ynGfjpuKWdQppsJFKNb+ZPZZ6Ah1dC13AdRRMZaG194kDRFwzNvRaCgWkQ==} engines: {node: '>=18'} - '@cspell/cspell-types@8.16.0': - resolution: {integrity: sha512-bGrIK7p4NVsK+QX/CYWmjax+FkzfSIZaIaoiBESGV5gmwgXDVRMJ3IP6tQVAmTtckOYHCmtT5CZgI8zXWr8dHQ==} + '@cspell/cspell-types@8.17.1': + resolution: {integrity: sha512-NJbov7Jp57fh8addoxesjb8atg/APQfssCH5Q9uZuHBN06wEJDgs7fhfE48bU+RBViC9gltblsYZzZZQKzHYKg==} engines: {node: '>=18'} '@cspell/dict-ada@4.0.5': @@ -3929,8 +3919,8 @@ packages: '@cspell/dict-bash@4.1.8': resolution: {integrity: sha512-I2CM2pTNthQwW069lKcrVxchJGMVQBzru2ygsHCwgidXRnJL/NTjAPOFTxN58Jc1bf7THWghfEDyKX/oyfc0yg==} - '@cspell/dict-companies@3.1.7': - resolution: {integrity: sha512-ncVs/efuAkP1/tLDhWbXukBjgZ5xOUfe03neHMWsE8zvXXc5+Lw6TX5jaJXZLOoES/f4j4AhRE20jsPCF5pm+A==} + '@cspell/dict-companies@3.1.10': + resolution: {integrity: sha512-KpRLiVDCpTkF+IjWnuYc31B0gyHVh0TSf/MDrWPobl9oYNQRWFUMACAJO9FP+kHI0jzLjTyLC1KpKwqte/88iA==} '@cspell/dict-cpp@6.0.2': resolution: {integrity: sha512-yw5eejWvY4bAnc6LUA44m4WsFwlmgPt2uMSnO7QViGMBDuoeopMma4z9XYvs4lSjTi8fIJs/A1YDfM9AVzb8eg==} @@ -3968,11 +3958,11 @@ packages: '@cspell/dict-en-gb@1.1.33': resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==} - '@cspell/dict-en_us@4.3.27': - resolution: {integrity: sha512-7JYHahRWpi0VykWFTSM03KL/0fs6YtYfpOaTAg4N/d0wB2GfwVG/FJ/SBCjD4LBc6Rx9dzdo95Hs4BB8GPQbOA==} + '@cspell/dict-en_us@4.3.28': + resolution: {integrity: sha512-BN1PME7cOl7DXRQJ92pEd1f0Xk5sqjcDfThDGkKcsgwbSOY7KnTc/czBW6Pr3WXIchIm6cT12KEfjNqx7U7Rrw==} - '@cspell/dict-filetypes@3.0.8': - resolution: {integrity: sha512-D3N8sm/iptzfVwsib/jvpX+K/++rM8SRpLDFUaM4jxm8EyGmSIYRbKZvdIv5BkAWmMlTWoRqlLn7Yb1b11jKJg==} + '@cspell/dict-filetypes@3.0.9': + resolution: {integrity: sha512-U7ycC1cE32A5aEgwzp/iE0TVabonUFnVt+Ygbf6NsIWqEuFWZgZChC7gfztA4T1fpuj602nFdp7eOnTWKORsnQ==} '@cspell/dict-flutter@1.0.3': resolution: {integrity: sha512-52C9aUEU22ptpgYh6gQyIdA4MP6NPwzbEqndfgPh3Sra191/kgs7CVqXiO1qbtZa9gnYHUoVApkoxRE7mrXHfg==} @@ -3986,8 +3976,8 @@ packages: '@cspell/dict-fullstack@3.2.3': resolution: {integrity: sha512-62PbndIyQPH11mAv0PyiyT0vbwD0AXEocPpHlCHzfb5v9SspzCCbzQ/LIBiFmyRa+q5LMW35CnSVu6OXdT+LKg==} - '@cspell/dict-gaming-terms@1.0.8': - resolution: {integrity: sha512-7OL0zTl93WFWhhtpXFrtm9uZXItC3ncAs8d0iQDMMFVNU1rBr6raBNxJskxE5wx2Ant12fgI66ZGVagXfN+yfA==} + '@cspell/dict-gaming-terms@1.0.9': + resolution: {integrity: sha512-AVIrZt3YiUnxsUzzGYTZ1XqgtkgwGEO0LWIlEf+SiDUEVLtv4CYmmyXFQ+WXDN0pyJ0wOwDazWrP0Cu7avYQmQ==} '@cspell/dict-git@3.0.3': resolution: {integrity: sha512-LSxB+psZ0qoj83GkyjeEH/ZViyVsGEF/A6BAo8Nqc0w0HjD2qX/QR4sfA6JHUgQ3Yi/ccxdK7xNIo67L2ScW5A==} @@ -4042,8 +4032,8 @@ packages: '@cspell/dict-node@5.0.5': resolution: {integrity: sha512-7NbCS2E8ZZRZwlLrh2sA0vAk9n1kcTUiRp/Nia8YvKaItGXLfxYqD2rMQ3HpB1kEutal6hQLVic3N2Yi1X7AaA==} - '@cspell/dict-npm@5.1.13': - resolution: {integrity: sha512-7S1Pwq16M4sqvv/op7iHErc6Diz+DXsBYRMS0dDj6HUS44VXMvgejXa3RMd5jwBmcHzkInFm3DW1eb2exBs0cg==} + '@cspell/dict-npm@5.1.19': + resolution: {integrity: sha512-ygpKeCXKURqymycqZEF9r/TytkWZxedDehudqiJLtPI6OZJhx3Kxy3hysiRq7RYpHiK+LSX39bwpxGM/h0Ghnw==} '@cspell/dict-php@4.0.13': resolution: {integrity: sha512-P6sREMZkhElzz/HhXAjahnICYIqB/HSGp1EhZh+Y6IhvC15AzgtDP8B8VYCIsQof6rPF1SQrFwunxOv8H1e2eg==} @@ -4054,8 +4044,8 @@ packages: '@cspell/dict-public-licenses@2.0.11': resolution: {integrity: sha512-rR5KjRUSnVKdfs5G+gJ4oIvQvm8+NJ6cHWY2N+GE69/FSGWDOPHxulCzeGnQU/c6WWZMSimG9o49i9r//lUQyA==} - '@cspell/dict-python@4.2.12': - resolution: {integrity: sha512-U25eOFu+RE0aEcF2AsxZmq3Lic7y9zspJ9SzjrC0mfJz+yr3YmSCw4E0blMD3mZoNcf7H/vMshuKIY5AY36U+Q==} + '@cspell/dict-python@4.2.13': + resolution: {integrity: sha512-mZIcmo9qif8LkJ6N/lqTZawcOk2kVTcuWIUOSbMcjyomO0XZ7iWz15TfONyr03Ea/l7o5ULV+MZ4vx76bAUb7w==} '@cspell/dict-r@2.0.4': resolution: {integrity: sha512-cBpRsE/U0d9BRhiNRMLMH1PpWgw+N+1A2jumgt1if9nBGmQw4MUpg2u9I0xlFVhstTIdzXiLXMxP45cABuiUeQ==} @@ -4069,8 +4059,8 @@ packages: '@cspell/dict-scala@5.0.6': resolution: {integrity: sha512-tl0YWAfjUVb4LyyE4JIMVE8DlLzb1ecHRmIWc4eT6nkyDqQgHKzdHsnusxFEFMVLIQomgSg0Zz6hJ5S1E4W4ww==} - '@cspell/dict-software-terms@4.1.17': - resolution: {integrity: sha512-QORIk1R5DV8oOQ+oAlUWE7UomaJwUucqu2srrc2+PmkoI6R1fJwwg2uHCPBWlIb4PGDNEdXLv9BAD13H+0wytQ==} + '@cspell/dict-software-terms@4.1.21': + resolution: {integrity: sha512-LXoFLHzqPeehPMpu4mLpUoP+UVgT8aDfMuuvpsowvDc/nYaMq0UvnPVo632VOi5SUOzFX6NHsQ4x5eP3TRUOFA==} '@cspell/dict-sql@2.1.8': resolution: {integrity: sha512-dJRE4JV1qmXTbbGm6WIcg1knmR6K5RXnQxF4XHs5HA3LAjc/zf77F95i5LC+guOGppVF6Hdl66S2UyxT+SAF3A==} @@ -4090,26 +4080,26 @@ packages: '@cspell/dict-vue@3.0.3': resolution: {integrity: sha512-akmYbrgAGumqk1xXALtDJcEcOMYBYMnkjpmGzH13Ozhq1mkPF4VgllFQlm1xYde+BUKNnzMgPEzxrL2qZllgYA==} - '@cspell/dynamic-import@8.16.0': - resolution: {integrity: sha512-FH+B5y71qfunagXiLSJhXP9h/Vwb1Z8Cc/hLmliGekw/Y8BuYknL86tMg9grXBYNmM0kifIv6ZesQl8Km/p/rA==} + '@cspell/dynamic-import@8.17.1': + resolution: {integrity: sha512-XQtr2olYOtqbg49E+8SISd6I5DzfxmsKINDn0ZgaTFeLalnNdF3ewDU4gOEbApIzGffRa1mW9t19MsiVrznSDw==} engines: {node: '>=18.0'} - '@cspell/eslint-plugin@8.16.0': - resolution: {integrity: sha512-j4vmbq30cq2kRR5xMAjfLraFW6ZrSxlAbEk06vC1T3Zxl9fOclOQVsxZ2afLd7TB0NKsrSjS2mFBHBlNkDmSFA==} + '@cspell/eslint-plugin@8.17.1': + resolution: {integrity: sha512-S3+NKHqba0gsrWHPcQkFNs+yCGhyPbFyO5aY8l2sETKJJutL02Qy/qTVJdmA0TYnYUeu1SvDyLL9BJbWuzJ9tA==} engines: {node: '>=18'} peerDependencies: eslint: ^9.15.0 - '@cspell/filetypes@8.16.0': - resolution: {integrity: sha512-u2Ub0uSwXFPJFvXhAO/0FZBj3sMr4CeYCiQwTUsdFRkRMFpbTc7Vf+a+aC2vIj6WcaWrYXrJy3NZF/yjqF6SGw==} + '@cspell/filetypes@8.17.1': + resolution: {integrity: sha512-AxYw6j7EPYtDFAFjwybjFpMc9waXQzurfBXmEVfQ5RQRlbylujLZWwR6GnMqofeNg4oGDUpEjcAZFrgdkvMQlA==} engines: {node: '>=18'} - '@cspell/strong-weak-map@8.16.0': - resolution: {integrity: sha512-R6N12wEIQpBk2uyni/FU1SFSIjP0uql7ynXVcF1ob8/JJeRoikssydi9Xq5J6ghMw+X50u35mFvg9BgWKz0d+g==} + '@cspell/strong-weak-map@8.17.1': + resolution: {integrity: sha512-8cY3vLAKdt5gQEMM3Gr57BuQ8sun2NjYNh9qTdrctC1S9gNC7XzFghTYAfHSWR4VrOUcMFLO/izMdsc1KFvFOA==} engines: {node: '>=18'} - '@cspell/url@8.16.0': - resolution: {integrity: sha512-zW+6hAieD/FjysfjY4mVv7iHWWasBP3ldj6L+xy2p4Kuax1nug7uuJqMHlAVude/OywNwENG0rYaP/P9Pg4O+w==} + '@cspell/url@8.17.1': + resolution: {integrity: sha512-LMvReIndW1ckvemElfDgTt282fb2C3C/ZXfsm0pJsTV5ZmtdelCHwzmgSBmY5fDr7D66XDp8EurotSE0K6BTvw==} engines: {node: '>=18.0'} '@deno/shim-deno-test@0.5.0': @@ -5068,14 +5058,17 @@ packages: resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-react/ast@1.17.1': - resolution: {integrity: sha512-cPW05RlZtgNwR/99U6YFrNqCCdGurP/dIgN3SWQtPrX91JtP2OmlEyKlTZ3E3lXB6ijS6oZcmp6NljL7M8V+ig==} + '@eslint-react/ast@1.21.0': + resolution: {integrity: sha512-S/+I5otvPxojKX8/mVm4XNDzeHN45KCRYnJn2WytBNm9Gxc12JcEU5+abfOXqsHnZHpgXxBVlLzyoutSBgxfZg==} - '@eslint-react/core@1.17.1': - resolution: {integrity: sha512-4jE0oQnkf2B7BaGkp5cbe9wPmOK2978gaqDJ6sqwvcL1cIkWY0Z1c8Wbq8rWztlVRiPYNpmbmJ+COAYDxzvhhQ==} + '@eslint-react/core@1.21.0': + resolution: {integrity: sha512-g9mz3I2PJEMRCJ/2D7uQUA0pEH0pOhYyj6nYZhnhD25tb47ZS14kDNNX8mh/JnXyQzoVM4AgsRfPvlFA+KatIA==} - '@eslint-react/eslint-plugin@1.17.1': - resolution: {integrity: sha512-/ctfKryjIAJuIsGIjp354g8PZB6AIU61ZXSysEwJhj2lfZt/QHGPBMSE2XlIvwxK6wWqiN+9aSbXHrIvfvAKhg==} + '@eslint-react/eff@1.21.0': + resolution: {integrity: sha512-bPvqmzBsFV7qhNdmJiJ8IsOXBkuXCTFYNJFeBPQmXnLjDlXdF7MXPUuka2nlVnNlY/jvwMQ6IBn/sSkkvQ91fQ==} + + '@eslint-react/eslint-plugin@1.21.0': + resolution: {integrity: sha512-JZH1RLbOQBFm6TJNjKp5GuUwrA8JRE8r0PzXi/c12uveFFOWL5yqLcdOzvBNxrt/6tZiL9h0tcYkLe3MC6babg==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^9.15.0 @@ -5084,20 +5077,17 @@ packages: typescript: optional: true - '@eslint-react/jsx@1.17.1': - resolution: {integrity: sha512-L6Zdh8zTAMO9LUmXlL/YX/gU4ja9vCkov834LYmSf7k5wbc17fniSqXYVfqQrWl+T11mdyN+alx4IjQti3lHgA==} - - '@eslint-react/shared@1.17.1': - resolution: {integrity: sha512-wB/mBIfuc36Hn2GShHsSO91uqL9lI3VVVwTzJ3YhAN4hJMeZn8fWMuARtwaVeFpmLNYI7hG5wGxo4bHn9yKjsw==} + '@eslint-react/jsx@1.21.0': + resolution: {integrity: sha512-6x/DGAxXBJhhPlkIjrbJjerOi1lk4d/wwSNJT5UQIUiYCuyXdo3Bhl29ces3ntogZlArtkdnNOHT5mrE1hl+hA==} - '@eslint-react/tools@1.17.1': - resolution: {integrity: sha512-0ZUw3PF70qeBMJLrntmojQLGzy5S05fwor5CxrHIp1MwQoPTphX11WiuCuq5ohHZ+xopqLHASkRrvAPthAalUQ==} + '@eslint-react/shared@1.21.0': + resolution: {integrity: sha512-oXDbhTU5uLm/WtuUYVMFpmKI0SMOwoetzaKY2IZ20Kgoy82to9JDkQugxFT+zwu/EZNt5mkn6wEU+lV5atlXIQ==} - '@eslint-react/types@1.17.1': - resolution: {integrity: sha512-jf9kkRRnV65wCQPdVIGBa81VH4CbN/qULSg6YnErKd4Kgbq6l8Sh54lY8Qlo1jj2LHtzo/nACdyWx1aOgkyuDg==} + '@eslint-react/types@1.21.0': + resolution: {integrity: sha512-qs9mM42L2VB2tFruFVeDWmhII+wWpIj9DnWZ+UVArjrNfo1wSW8dKf9aYSnLRsg/gyP2aCW2cXSRpWsAIikkOg==} - '@eslint-react/var@1.17.1': - resolution: {integrity: sha512-hsHzVjfj+FmAkk6VRqwYJtEBI+k5fUkw2YgMezTx2HkuWP6BWYprLzD+tRU1IS5jMrvIw1FkcBLfcu0EU5FfLQ==} + '@eslint-react/var@1.21.0': + resolution: {integrity: sha512-5XEUAopYu37khvhzRusL441buogsLnhRl6SVKRexljXXfOskoFz/LojIgXVX5B2isxFSI/CUTTysiWqT9vSa9g==} '@eslint/config-array@0.19.0': resolution: {integrity: sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==} @@ -5115,6 +5105,10 @@ packages: resolution: {integrity: sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.17.0': + resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@2.1.4': resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -5209,6 +5203,9 @@ packages: '@floating-ui/utils@0.2.5': resolution: {integrity: sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==} + '@gerrit0/mini-shiki@1.24.4': + resolution: {integrity: sha512-YEHW1QeAg6UmxEmswiQbOVEg1CW22b1XUD/lNTliOsu0LD0wqoyleFMnmbTp697QE0pcadQiR5cVtbbAPncvpw==} + '@graphql-typed-document-node/core@3.2.0': resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: @@ -5643,15 +5640,15 @@ packages: '@microsoft/api-extractor-model@7.29.4': resolution: {integrity: sha512-LHOMxmT8/tU1IiiiHOdHFF83Qsi+V8d0kLfscG4EvQE9cafiR8blOYr8SfkQKWB1wgEilQgXJX3MIA4vetDLZw==} - '@microsoft/api-extractor-model@7.30.0': - resolution: {integrity: sha512-26/LJZBrsWDKAkOWRiQbdVgcfd1F3nyJnAiJzsAgpouPk7LtOIj7PK9aJtBaw/pUXrkotEg27RrT+Jm/q0bbug==} + '@microsoft/api-extractor-model@7.30.1': + resolution: {integrity: sha512-CTS2PlASJHxVY8hqHORVb1HdECWOEMcMnM6/kDkPr0RZapAFSIHhg9D4jxuE8g+OWYHtPc10LCpmde5pylTRlA==} '@microsoft/api-extractor@7.47.4': resolution: {integrity: sha512-HKm+P4VNzWwvq1Ey+Jfhhj/3MjsD+ka2hbt8L5AcRM95lu1MFOYnz3XlU7Gr79Q/ZhOb7W/imAKeYrOI0bFydg==} hasBin: true - '@microsoft/api-extractor@7.48.0': - resolution: {integrity: sha512-FMFgPjoilMUWeZXqYRlJ3gCVRhB7WU/HN88n8OLqEsmsG4zBdX/KQdtJfhq95LQTQ++zfu0Em1LLb73NqRCLYQ==} + '@microsoft/api-extractor@7.48.1': + resolution: {integrity: sha512-HN9Osa1WxqLM66RaqB5nPAadx+nTIQmY/XtkFdaJvusjG8Tus++QqZtD7KPZDSkhEMGHsYeSyeU8qUzCDUXPjg==} hasBin: true '@microsoft/tsdoc-config@0.17.1': @@ -5899,110 +5896,110 @@ packages: resolution: {integrity: sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==} engines: {node: '>=18.0.0'} - '@next/env@14.2.18': - resolution: {integrity: sha512-2vWLOUwIPgoqMJKG6dt35fVXVhgM09tw4tK3/Q34GFXDrfiHlG7iS33VA4ggnjWxjiz9KV5xzfsQzJX6vGAekA==} + '@next/env@14.2.21': + resolution: {integrity: sha512-lXcwcJd5oR01tggjWJ6SrNNYFGuOOMB9c251wUNkjCpkoXOPkDeF/15c3mnVlBqrW4JJXb2kVxDFhC4GduJt2A==} - '@next/env@15.0.3': - resolution: {integrity: sha512-t9Xy32pjNOvVn2AS+Utt6VmyrshbpfUMhIjFO60gI58deSo/KgLOp31XZ4O+kY/Is8WAGYwA5gR7kOb1eORDBA==} + '@next/env@15.1.2': + resolution: {integrity: sha512-Hm3jIGsoUl6RLB1vzY+dZeqb+/kWPZ+h34yiWxW0dV87l8Im/eMOwpOA+a0L78U0HM04syEjXuRlCozqpwuojQ==} - '@next/swc-darwin-arm64@14.2.18': - resolution: {integrity: sha512-tOBlDHCjGdyLf0ube/rDUs6VtwNOajaWV+5FV/ajPgrvHeisllEdymY/oDgv2cx561+gJksfMUtqf8crug7sbA==} + '@next/swc-darwin-arm64@14.2.21': + resolution: {integrity: sha512-HwEjcKsXtvszXz5q5Z7wCtrHeTTDSTgAbocz45PHMUjU3fBYInfvhR+ZhavDRUYLonm53aHZbB09QtJVJj8T7g==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-arm64@15.0.3': - resolution: {integrity: sha512-s3Q/NOorCsLYdCKvQlWU+a+GeAd3C8Rb3L1YnetsgwXzhc3UTWrtQpB/3eCjFOdGUj5QmXfRak12uocd1ZiiQw==} + '@next/swc-darwin-arm64@15.1.2': + resolution: {integrity: sha512-b9TN7q+j5/7+rGLhFAVZiKJGIASuo8tWvInGfAd8wsULjB1uNGRCj1z1WZwwPWzVQbIKWFYqc+9L7W09qwt52w==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@14.2.18': - resolution: {integrity: sha512-uJCEjutt5VeJ30jjrHV1VIHCsbMYnEqytQgvREx+DjURd/fmKy15NaVK4aR/u98S1LGTnjq35lRTnRyygglxoA==} + '@next/swc-darwin-x64@14.2.21': + resolution: {integrity: sha512-TSAA2ROgNzm4FhKbTbyJOBrsREOMVdDIltZ6aZiKvCi/v0UwFmwigBGeqXDA97TFMpR3LNNpw52CbVelkoQBxA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-darwin-x64@15.0.3': - resolution: {integrity: sha512-Zxl/TwyXVZPCFSf0u2BNj5sE0F2uR6iSKxWpq4Wlk/Sv9Ob6YCKByQTkV2y6BCic+fkabp9190hyrDdPA/dNrw==} + '@next/swc-darwin-x64@15.1.2': + resolution: {integrity: sha512-caR62jNDUCU+qobStO6YJ05p9E+LR0EoXh1EEmyU69cYydsAy7drMcOlUlRtQihM6K6QfvNwJuLhsHcCzNpqtA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@14.2.18': - resolution: {integrity: sha512-IL6rU8vnBB+BAm6YSWZewc+qvdL1EaA+VhLQ6tlUc0xp+kkdxQrVqAnh8Zek1ccKHlTDFRyAft0e60gteYmQ4A==} + '@next/swc-linux-arm64-gnu@14.2.21': + resolution: {integrity: sha512-0Dqjn0pEUz3JG+AImpnMMW/m8hRtl1GQCNbO66V1yp6RswSTiKmnHf3pTX6xMdJYSemf3O4Q9ykiL0jymu0TuA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-gnu@15.0.3': - resolution: {integrity: sha512-T5+gg2EwpsY3OoaLxUIofmMb7ohAUlcNZW0fPQ6YAutaWJaxt1Z1h+8zdl4FRIOr5ABAAhXtBcpkZNwUcKI2fw==} + '@next/swc-linux-arm64-gnu@15.1.2': + resolution: {integrity: sha512-fHHXBusURjBmN6VBUtu6/5s7cCeEkuGAb/ZZiGHBLVBXMBy4D5QpM8P33Or8JD1nlOjm/ZT9sEE5HouQ0F+hUA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@14.2.18': - resolution: {integrity: sha512-RCaENbIZqKKqTlL8KNd+AZV/yAdCsovblOpYFp0OJ7ZxgLNbV5w23CUU1G5On+0fgafrsGcW+GdMKdFjaRwyYA==} + '@next/swc-linux-arm64-musl@14.2.21': + resolution: {integrity: sha512-Ggfw5qnMXldscVntwnjfaQs5GbBbjioV4B4loP+bjqNEb42fzZlAaK+ldL0jm2CTJga9LynBMhekNfV8W4+HBw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.0.3': - resolution: {integrity: sha512-WkAk6R60mwDjH4lG/JBpb2xHl2/0Vj0ZRu1TIzWuOYfQ9tt9NFsIinI1Epma77JVgy81F32X/AeD+B2cBu/YQA==} + '@next/swc-linux-arm64-musl@15.1.2': + resolution: {integrity: sha512-9CF1Pnivij7+M3G74lxr+e9h6o2YNIe7QtExWq1KUK4hsOLTBv6FJikEwCaC3NeYTflzrm69E5UfwEAbV2U9/g==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@14.2.18': - resolution: {integrity: sha512-3kmv8DlyhPRCEBM1Vavn8NjyXtMeQ49ID0Olr/Sut7pgzaQTo4h01S7Z8YNE0VtbowyuAL26ibcz0ka6xCTH5g==} + '@next/swc-linux-x64-gnu@14.2.21': + resolution: {integrity: sha512-uokj0lubN1WoSa5KKdThVPRffGyiWlm/vCc/cMkWOQHw69Qt0X1o3b2PyLLx8ANqlefILZh1EdfLRz9gVpG6tg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-gnu@15.0.3': - resolution: {integrity: sha512-gWL/Cta1aPVqIGgDb6nxkqy06DkwJ9gAnKORdHWX1QBbSZZB+biFYPFti8aKIQL7otCE1pjyPaXpFzGeG2OS2w==} + '@next/swc-linux-x64-gnu@15.1.2': + resolution: {integrity: sha512-tINV7WmcTUf4oM/eN3Yuu/f8jQ5C6AkueZPKeALs/qfdfX57eNv4Ij7rt0SA6iZ8+fMobVfcFVv664Op0caCCg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@14.2.18': - resolution: {integrity: sha512-mliTfa8seVSpTbVEcKEXGjC18+TDII8ykW4a36au97spm9XMPqQTpdGPNBJ9RySSFw9/hLuaCMByluQIAnkzlw==} + '@next/swc-linux-x64-musl@14.2.21': + resolution: {integrity: sha512-iAEBPzWNbciah4+0yI4s7Pce6BIoxTQ0AGCkxn/UBuzJFkYyJt71MadYQkjPqCQCJAFQ26sYh7MOKdU+VQFgPg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.0.3': - resolution: {integrity: sha512-QQEMwFd8r7C0GxQS62Zcdy6GKx999I/rTO2ubdXEe+MlZk9ZiinsrjwoiBL5/57tfyjikgh6GOU2WRQVUej3UA==} + '@next/swc-linux-x64-musl@15.1.2': + resolution: {integrity: sha512-jf2IseC4WRsGkzeUw/cK3wci9pxR53GlLAt30+y+B+2qAQxMw6WAC3QrANIKxkcoPU3JFh/10uFfmoMDF9JXKg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@14.2.18': - resolution: {integrity: sha512-J5g0UFPbAjKYmqS3Cy7l2fetFmWMY9Oao32eUsBPYohts26BdrMUyfCJnZFQkX9npYaHNDOWqZ6uV9hSDPw9NA==} + '@next/swc-win32-arm64-msvc@14.2.21': + resolution: {integrity: sha512-plykgB3vL2hB4Z32W3ktsfqyuyGAPxqwiyrAi2Mr8LlEUhNn9VgkiAl5hODSBpzIfWweX3er1f5uNpGDygfQVQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-arm64-msvc@15.0.3': - resolution: {integrity: sha512-9TEp47AAd/ms9fPNgtgnT7F3M1Hf7koIYYWCMQ9neOwjbVWJsHZxrFbI3iEDJ8rf1TDGpmHbKxXf2IFpAvheIQ==} + '@next/swc-win32-arm64-msvc@15.1.2': + resolution: {integrity: sha512-wvg7MlfnaociP7k8lxLX4s2iBJm4BrNiNFhVUY+Yur5yhAJHfkS8qPPeDEUH8rQiY0PX3u/P7Q/wcg6Mv6GSAA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-ia32-msvc@14.2.18': - resolution: {integrity: sha512-Ynxuk4ZgIpdcN7d16ivJdjsDG1+3hTvK24Pp8DiDmIa2+A4CfhJSEHHVndCHok6rnLUzAZD+/UOKESQgTsAZGg==} + '@next/swc-win32-ia32-msvc@14.2.21': + resolution: {integrity: sha512-w5bacz4Vxqrh06BjWgua3Yf7EMDb8iMcVhNrNx8KnJXt8t+Uu0Zg4JHLDL/T7DkTCEEfKXO/Er1fcfWxn2xfPA==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] - '@next/swc-win32-x64-msvc@14.2.18': - resolution: {integrity: sha512-dtRGMhiU9TN5nyhwzce+7c/4CCeykYS+ipY/4mIrGzJ71+7zNo55ZxCB7cAVuNqdwtYniFNR2c9OFQ6UdFIMcg==} + '@next/swc-win32-x64-msvc@14.2.21': + resolution: {integrity: sha512-sT6+llIkzpsexGYZq8cjjthRyRGe5cJVhqh12FmlbxHqna6zsDDK8UNaV7g41T6atFHCJUPeLb3uyAwrBwy0NA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@next/swc-win32-x64-msvc@15.0.3': - resolution: {integrity: sha512-VNAz+HN4OGgvZs6MOoVfnn41kBzT+M+tB+OK4cww6DNyWS6wKaDpaAm/qLeOUbnMh0oVx1+mg0uoYARF69dJyA==} + '@next/swc-win32-x64-msvc@15.1.2': + resolution: {integrity: sha512-D3cNA8NoT3aWISWmo7HF5Eyko/0OdOO+VagkoJuiTk7pyX3P/b+n8XA/MYvyR+xSVcbKn68B1rY9fgqjNISqzQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -6748,8 +6745,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - '@rushstack/node-core-library@5.10.0': - resolution: {integrity: sha512-2pPLCuS/3x7DCd7liZkqOewGM0OzLyCacdvOe8j6Yrx9LkETGnxul1t7603bIaB8nUAooORcct9fFDOQMbWAgw==} + '@rushstack/node-core-library@5.10.1': + resolution: {integrity: sha512-BSb/KcyBHmUQwINrgtzo6jiH0HlGFmrUy33vO6unmceuVKTEyL2q+P0fQq2oB5hvXVWOEUhxB2QvlkZluvUEmg==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -6775,8 +6772,8 @@ packages: '@types/node': optional: true - '@rushstack/terminal@0.14.3': - resolution: {integrity: sha512-csXbZsAdab/v8DbU1sz7WC2aNaKArcdS/FPmXMOXEj/JBBZMvDK0+1b4Qao0kkG0ciB1Qe86/Mb68GjH6/TnMw==} + '@rushstack/terminal@0.14.4': + resolution: {integrity: sha512-NxACqERW0PHq8Rpq1V6v5iTHEwkRGxenjEW+VWqRYQ8T9puUzgmGHmEZUaUEDHAe9Qyvp0/Ew04sAiQw9XjhJg==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -6786,8 +6783,8 @@ packages: '@rushstack/ts-command-line@4.22.3': resolution: {integrity: sha512-edMpWB3QhFFZ4KtSzS8WNjBgR4PXPPOVrOHMbb7kNpmQ1UFS9HdVtjCXg1H5fG+xYAbeE+TMPcVPUyX2p84STA==} - '@rushstack/ts-command-line@4.23.1': - resolution: {integrity: sha512-40jTmYoiu/xlIpkkRsVfENtBq4CW3R4azbL0Vmda+fMwHWqss6wwf/Cy/UJmMqIzpfYc2OTnjYP1ZLD3CmyeCA==} + '@rushstack/ts-command-line@4.23.2': + resolution: {integrity: sha512-JJ7XZX5K3ThBBva38aomgsPv1L7FV6XmSOcR6HtM7HDFZJkepqT65imw26h9ggGqMjsY0R9jcl30tzKcVj9aOQ==} '@schematics/angular@17.3.8': resolution: {integrity: sha512-2g4OmSyE9YGq50Uj7fNI26P/TSAFJ7ZuirwTF2O7Xc4XRQ29/tYIIqhezpNlTb6rlYblcQuMcUZBrMfWJHcqJw==} @@ -6809,11 +6806,17 @@ packages: '@shikijs/engine-oniguruma@1.23.1': resolution: {integrity: sha512-KQ+lgeJJ5m2ISbUZudLR1qHeH3MnSs2mjFg7bnencgs5jDVPeJ2NVDJ3N5ZHbcTsOIh0qIueyAJnwg7lg7kwXQ==} + '@shikijs/engine-oniguruma@1.24.4': + resolution: {integrity: sha512-Do2ry6flp2HWdvpj2XOwwa0ljZBRy15HKZITzPcNIBOGSeprnA8gOooA/bLsSPuy8aJBa+Q/r34dMmC3KNL/zw==} + '@shikijs/types@1.23.1': resolution: {integrity: sha512-98A5hGyEhzzAgQh2dAeHKrWW4HfCMeoFER2z16p5eJ+vmPeF6lZ/elEne6/UCU551F/WqkopqRsr1l2Yu6+A0g==} - '@shikijs/vscode-textmate@9.3.0': - resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} + '@shikijs/types@1.24.4': + resolution: {integrity: sha512-0r0XU7Eaow0PuDxuWC1bVqmWCgm3XqizIaT7SM42K03vc69LGooT0U8ccSR44xP/hGlNx4FKhtYpV+BU6aaKAA==} + + '@shikijs/vscode-textmate@9.3.1': + resolution: {integrity: sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==} '@sigstore/bundle@2.3.2': resolution: {integrity: sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==} @@ -6951,13 +6954,13 @@ packages: peerDependencies: solid-js: '>=1.8.4' - '@solidjs/router@0.14.1': - resolution: {integrity: sha512-GumQ4jbt5xDngLypAndC4EjapY/3DP0G8Az4YWEVQHdCtjHwB8IOm32eEBxE9lKpOffbtXV0r/0X0mofHJ1m5w==} + '@solidjs/router@0.15.2': + resolution: {integrity: sha512-UWtliRvOnjfYMONQcTGwtf6BEud5QlF0oHC5L+kcSGYn0jARH5KzC3+3LLZ0al7oQo/5Rc50ssMswPuAuxFvAA==} peerDependencies: solid-js: ^1.8.6 - '@solidjs/start@1.0.6': - resolution: {integrity: sha512-O5knaeqDBx+nKLJRm5ZJurnXZtIYBOwOreQ10APaVtVjKIKKRC5HxJ1Kwqg7atOQNNDgsF0pzhW218KseaZ1UA==} + '@solidjs/start@1.0.10': + resolution: {integrity: sha512-3yg4KraSxc4rXs9dy/3kkqjDhU0JCPsZFLmDl5n6hHRPwtLLac6WUhs2k5VxGzitHaaJM/ZQCfT7i544Mf+4tw==} '@solidjs/testing-library@0.8.10': resolution: {integrity: sha512-qdeuIerwyq7oQTIrrKvV0aL9aFeuwTd86VYD3afdq5HYEwoox1OBTJy4y8A3TFZr8oAR0nujYgCzY/8wgHGfeQ==} @@ -6980,14 +6983,14 @@ packages: peerDependencies: '@sveltejs/kit': ^2.0.0 - '@sveltejs/kit@2.8.3': - resolution: {integrity: sha512-DVBVwugfzzn0SxKA+eAmKqcZ7aHZROCHxH7/pyrOi+HLtQ721eEsctGb9MkhEuqj6q/9S/OFYdn37vdxzFPdvw==} + '@sveltejs/kit@2.14.0': + resolution: {integrity: sha512-lqLmFb9WTegpj+83cTzvXL6S19UuSf8LEhF/8Mmjg53qqLVMmJt4RcrzOZTzK+o8lgpuXTPYPyKB+RUTNd9JjQ==} engines: {node: '>=18.13'} hasBin: true peerDependencies: - '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 + '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 svelte: ^4.0.0 || ^5.0.0-next.0 - vite: ^5.0.3 + vite: ^5.0.3 || ^6.0.0 '@sveltejs/package@2.3.7': resolution: {integrity: sha512-LYgUkde5GUYqOpXbcoCGUpEH4Ctl3Wj4u4CVZBl56dEeLW5fGHE037ZL1qlK0Ky+QD5uUfwONSeGwIOIighFMQ==} @@ -7014,17 +7017,14 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.13': - resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==} - '@swc/helpers@0.5.15': resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} '@swc/helpers@0.5.5': resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} - '@tanstack/config@0.14.0': - resolution: {integrity: sha512-l4c6eeowRzZ3kQ7j6o3VLpATFuvJYa9uRoq0A2J0iGYfEdF2uVRYnm53WXyGM1/XQKHHKZlr2WG3Z2675eAgeA==} + '@tanstack/config@0.14.2': + resolution: {integrity: sha512-C431mIFMWgsnQKvmwjysfUbkqGWGtNgXqIcS14h/0QUvwSCx+ctC1UrsvGY08FrNouo/iAExRoOqUbD6cNagPg==} engines: {node: '>=18'} hasBin: true @@ -7055,15 +7055,15 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc - '@testing-library/react@16.0.1': - resolution: {integrity: sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==} + '@testing-library/react@16.1.0': + resolution: {integrity: sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==} engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 '@types/react': ^19.0.0 '@types/react-dom': ^19.0.0 - react: ^18.0.0 - react-dom: ^18.0.0 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -7146,6 +7146,9 @@ packages: '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + '@types/doctrine@0.0.9': + resolution: {integrity: sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==} + '@types/eslint-scope@3.7.7': resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} @@ -7313,72 +7316,57 @@ packages: '@types/yargs@17.0.33': resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} - '@typescript-eslint/eslint-plugin@8.15.0': - resolution: {integrity: sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==} + '@typescript-eslint/eslint-plugin@8.18.1': + resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^9.15.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.15.0': - resolution: {integrity: sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==} + '@typescript-eslint/parser@8.18.1': + resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.15.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/rule-tester@8.15.0': - resolution: {integrity: sha512-G9lQX5jX64wrP5nI1nAEBj48dgyYFH8f0pjruQD9byK0Ln2cOyZPMt51rnzsm5ru8Nc7exV5SYyRppEhzaqSfg==} + '@typescript-eslint/rule-tester@8.18.1': + resolution: {integrity: sha512-Ri73SSfOfd+aESELU2k0ikpIahTSY1VVsGiFWarDy54HSuMMZc/2JCST0dfpRep3egAvcI5/lcQvRHmSyzcA4g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.15.0 - '@typescript-eslint/scope-manager@8.15.0': - resolution: {integrity: sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==} + '@typescript-eslint/scope-manager@8.18.1': + resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.15.0': - resolution: {integrity: sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==} + '@typescript-eslint/type-utils@8.18.1': + resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.15.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.15.0': - resolution: {integrity: sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==} + '@typescript-eslint/types@8.18.1': + resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.15.0': - resolution: {integrity: sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==} + '@typescript-eslint/typescript-estree@8.18.1': + resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.15.0': - resolution: {integrity: sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==} + '@typescript-eslint/utils@8.18.1': + resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.15.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.15.0': - resolution: {integrity: sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==} + '@typescript-eslint/visitor-keys@8.18.1': + resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': @@ -7420,20 +7408,20 @@ 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.3': + resolution: {integrity: sha512-Ey+TRIwyk8871PKhQel8NyZ9B6N0Tvhjo1QIttTyrV0d7BfUpri5GyGygmBY7fHClSE/vqaNCCZIKpTL3NJAEg==} peerDependencies: - vinxi: ^0.4.0 + vinxi: ^0.4.3 - '@vinxi/server-components@0.4.1': - resolution: {integrity: sha512-rMS+RCGr1tujO1xWgILMLpOWIyw2OwDO46EtkuhTfqaVgLLt/w7+hxzOnh4s3O9sXoKKuUswtj9/MpQQkFoMOQ==} + '@vinxi/server-components@0.4.3': + resolution: {integrity: sha512-KVEnQtb+ZlXIEKaUw4r4WZl/rqFeZqSyIRklY1wFiPw7GCJUxbXzISpsJ+HwDhYi9k4n8uZJyQyLHGkoiEiolg==} peerDependencies: - vinxi: ^0.4.0 + vinxi: ^0.4.3 - '@vinxi/server-functions@0.4.1': - resolution: {integrity: sha512-dj5v9V+DurXK8w/nBDgJof+UsK3bkcgk6K/xBUg+WVmn7sUrLTurDTGRkCaknC6tQCyadNzj4FWGGc+qlrWf9g==} + '@vinxi/server-functions@0.4.3': + resolution: {integrity: sha512-kVYrOrCMHwGvHRwpaeW2/PE7URcGtz4Rk/hIHa2xjt5PGopzzB/Y5GC8YgZjtqSRqo0ElAKsEik7UE6CXH3HXA==} peerDependencies: - vinxi: ^0.4.0 + vinxi: ^0.4.3 '@vitejs/plugin-basic-ssl@1.1.0': resolution: {integrity: sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==} @@ -7447,11 +7435,11 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@vitejs/plugin-vue@5.1.1': - resolution: {integrity: sha512-sDckXxlHpMsjRQbAH9WanangrfrblsOd3pNifePs+FOHjJg1jfWq5L/P0PsBRndEt3nmdUnmvieP8ULDeX5AvA==} + '@vitejs/plugin-vue@5.2.1': + resolution: {integrity: sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: - vite: ^5.0.0 + vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 '@vitest/coverage-istanbul@2.0.5': @@ -7459,16 +7447,14 @@ packages: peerDependencies: vitest: 2.0.5 - '@vitest/eslint-plugin@1.1.0': - resolution: {integrity: sha512-Ur80Y27Wbw8gFHJ3cv6vypcjXmrx6QHfw+q435h6Q2L+tf+h4Xf5pJTCL4YU/Jps9EVeggQxS85OcUZU7sdXRw==} + '@vitest/eslint-plugin@1.1.20': + resolution: {integrity: sha512-2eLsgUm+GVOpDfNyH2do//MiNO/WZkXrPi+EjDmXEdUt6Jwnziq4H221L8vJE0aJys+l1FRfSkm4QbaIyDCfBg==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: ^9.15.0 typescript: '>= 5.0.0' vitest: '*' peerDependenciesMeta: - '@typescript-eslint/utils': - optional: true typescript: optional: true vitest: @@ -8102,8 +8088,8 @@ packages: resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==} hasBin: true - astro@4.16.14: - resolution: {integrity: sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==} + astro@4.16.18: + resolution: {integrity: sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true @@ -8365,10 +8351,6 @@ packages: bplist-creator@0.1.0: resolution: {integrity: sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==} - bplist-parser@0.2.0: - resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==} - engines: {node: '>= 5.10.0'} - bplist-parser@0.3.1: resolution: {integrity: sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==} engines: {node: '>= 5.10.0'} @@ -8458,10 +8440,6 @@ packages: builtins@1.0.3: resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} - bundle-name@3.0.0: - resolution: {integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==} - engines: {node: '>=12'} - bundle-name@4.1.0: resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==} engines: {node: '>=18'} @@ -9022,7 +9000,6 @@ packages: critters@0.0.24: resolution: {integrity: sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==} - deprecated: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at /~https://github.com/danielroe/beasties croner@8.1.0: resolution: {integrity: sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==} @@ -9065,33 +9042,33 @@ packages: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - cspell-config-lib@8.16.0: - resolution: {integrity: sha512-PGT6ohLtIYXYLIm+R5hTcTrF0dzj8e7WAUJSJe5WlV/7lrwVdwgWaliLcXtSSPmfxgczr6sndX9TMJ2IEmPrmg==} + cspell-config-lib@8.17.1: + resolution: {integrity: sha512-x1S7QWprgUcwuwiJB1Ng0ZTBC4G50qP9qQyg/aroMkcdMsHfk26E8jUGRPNt4ftHFzS4YMhwtXuJQ9IgRUuNPA==} engines: {node: '>=18'} - cspell-dictionary@8.16.0: - resolution: {integrity: sha512-Y3sN6ttLBKbu0dOLcduY641n5QP1srUvZkW4bOTnG455DbIZfilrP1El/2Hl0RS6hC8LN9PM4bsIm/2xgdbApA==} + cspell-dictionary@8.17.1: + resolution: {integrity: sha512-zSl9l3wii+x16yc2NVZl/+CMLeLBAiuEd5YoFkOYPcbTJnfPwdjMNcj71u7wBvNJ+qwbF+kGbutEt15yHW3NBw==} engines: {node: '>=18'} - cspell-glob@8.16.0: - resolution: {integrity: sha512-xJSXRHwfENCNFmjpVSEucXY8E3BrpSCA+TukmOYtLyaMKtn6EAwoCpEU7Oj2tZOjdivprPmQ74k4Dqb1RHjIVQ==} + cspell-glob@8.17.1: + resolution: {integrity: sha512-cUwM5auSt0RvLX7UkP2GEArJRWc85l51B1voArl+3ZIKeMZwcJpJgN3qvImtF8yRTZwYeYCs1sgsihb179q+mg==} engines: {node: '>=18'} - cspell-grammar@8.16.0: - resolution: {integrity: sha512-vvbJEkBqXocGH/H975RtkfMzVpNxNGMd0JCDd+NjbpeRyZceuChFw5Tie7kHteFY29SwZovub+Am3F4H1kmf9A==} + cspell-grammar@8.17.1: + resolution: {integrity: sha512-H5tLcBuW7aUj9L0rR+FSbnWPEsWb8lWppHVidtqw9Ll1CUHWOZC9HTB2RdrhJZrsz/8DJbM2yNbok0Xt0VAfdw==} engines: {node: '>=18'} hasBin: true - cspell-io@8.16.0: - resolution: {integrity: sha512-WIK5uhPMjGsTAzm2/fGRbIdr7zWsMVG1fn8wNJYUiYELuyvzvLelfI1VG6szaFCGYqd6Uvgb/fS0uNbwGqCLAQ==} + cspell-io@8.17.1: + resolution: {integrity: sha512-liIOsblt7oVItifzRAbuxiYrwlgw1VOqKppMxVKtYoAn2VUuuEpjCj6jLWpoTqSszR/38o7ChsHY1LHakhJZmw==} engines: {node: '>=18'} - cspell-lib@8.16.0: - resolution: {integrity: sha512-fU8CfECyuhT12COIi4ViQu2bTkdqaa+05YSd2ZV8k8NA7lapPaMFnlooxdfcwwgZJfHeMhRVMzvQF1OhWmwGfA==} + cspell-lib@8.17.1: + resolution: {integrity: sha512-66n83Q7bK5tnvkDH7869/pBY/65AKmZVfCOAlsbhJn3YMDbNHFCHR0d1oNMlqG+n65Aco89VGwYfXxImZY+/mA==} engines: {node: '>=18'} - cspell-trie-lib@8.16.0: - resolution: {integrity: sha512-Io1qqI0r4U9ewAWBLClFBBlxLeAoIi15PUGJi4Za1xrlgQJwRE8PMNIJNHKmPEIp78Iute3o/JyC2OfWlxl4Sw==} + cspell-trie-lib@8.17.1: + resolution: {integrity: sha512-13WNa5s75VwOjlGzWprmfNbBFIfXyA7tYYrbV+LugKkznyNZJeJPojHouEudcLq3SYb2Q6tJ7qyWcuT5bR9qPA==} engines: {node: '>=18'} css-in-js-utils@3.1.0: @@ -9252,18 +9229,10 @@ packages: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} - default-browser-id@3.0.0: - resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==} - engines: {node: '>=12'} - default-browser-id@5.0.0: resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==} engines: {node: '>=18'} - default-browser@4.0.0: - resolution: {integrity: sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==} - engines: {node: '>=14.16'} - default-browser@5.2.1: resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==} engines: {node: '>=18'} @@ -9581,9 +9550,6 @@ packages: error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - error-stack-parser-es@0.1.5: - resolution: {integrity: sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==} - error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} @@ -9719,8 +9685,8 @@ packages: peerDependencies: eslint: ^9.15.0 - eslint-plugin-import-x@4.4.3: - resolution: {integrity: sha512-QBprHvhLsfDhP++2T1NnjsOUt6bLDX3NMHaYwAB1FD3xmYTkdFH+HS1OamGhz28jLkRyIZa6UNAzTxbHnJwz5w==} + eslint-plugin-import-x@4.6.1: + resolution: {integrity: sha512-wluSUifMIb7UfwWXqx7Yx0lE/SGCcGXECLx/9bCmbY2nneLwvAZ4vkd1IXDjPKFvdcdUgr1BaRnaRpx3k2+Pfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.15.0 @@ -9743,8 +9709,8 @@ packages: peerDependencies: eslint: ^9.15.0 - eslint-plugin-react-debug@1.17.1: - resolution: {integrity: sha512-CFcm/sxqzfIsLmQjg364x0FiiTmgEhZZT3ekP4QfSsm1vLWUWlbwopBQQvFDPMNlfhuwXRzYrggbkllGT3B17A==} + eslint-plugin-react-debug@1.21.0: + resolution: {integrity: sha512-ftBeA++SfKkGosxOt6Pl9BGLhi09ry9pqVrciYXt+jhAzW2xYLC8sFkIiHQgYULpPhXCQZioJiSkRWWPy/VPJg==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^9.15.0 @@ -9753,8 +9719,8 @@ packages: typescript: optional: true - eslint-plugin-react-dom@1.17.1: - resolution: {integrity: sha512-aXV11FswyCDGJYCg3pj5kaxNmM5RYGMvuL+KhaqcX+GKdCIpC9SqiImeLSiWOxVLWYS9kH5Ltz4xU3T3eqOgOA==} + eslint-plugin-react-dom@1.21.0: + resolution: {integrity: sha512-yZDS2NYIoVUNFdWzc+PA4wFIuuBogy4cvzdAq95J5E4TJMRwGvnhv+w6bKArmYa24tc8vDWCvyZX9+5crVZ8FQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^9.15.0 @@ -9763,8 +9729,8 @@ packages: typescript: optional: true - eslint-plugin-react-hooks-extra@1.17.1: - resolution: {integrity: sha512-REPsDs8pn+QUSS+iDY7hOfUiCd4TIM9XNusDM+Nu51mBXezQ0k2f7X0wtlxaAHnt+YX1vzoy6BSylJaUlFMJaA==} + eslint-plugin-react-hooks-extra@1.21.0: + resolution: {integrity: sha512-V4VKhF4aLJBcM1hsns/fFsSyE3nFolh1RQeSKeGk/ZS4TzzzygX5IrLpeAAzbrqpTIEtHx8mpa1tGJwSwj1TaQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^9.15.0 @@ -9779,8 +9745,8 @@ packages: peerDependencies: eslint: ^9.15.0 - eslint-plugin-react-naming-convention@1.17.1: - resolution: {integrity: sha512-tVbmeLJK2jC/j8IwtkvpiKnk496hhOD2j+nGEZeYjI9r5oGR/mmTpQx/0/+0HnRJ7a/ctUiuTSDzesQuU3Eu/A==} + eslint-plugin-react-naming-convention@1.21.0: + resolution: {integrity: sha512-5+Am0MpqwB/dXaCv3gbR2iOFO+FSV0p3jBqnQG8pJ0VFx+dQNS+ZJPa8LiVPJnHj8fQpiXuxs06L4TSZ2yhu5w==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^9.15.0 @@ -9789,8 +9755,8 @@ packages: typescript: optional: true - eslint-plugin-react-web-api@1.17.1: - resolution: {integrity: sha512-c02sPQXM+7z5w0JZkgdPltPzdLlDrDxwitbGXmhePyhZYZfDCOa69ROltQPI9b2ClRmMWYgxoPlJsnGaYln6Wg==} + eslint-plugin-react-web-api@1.21.0: + resolution: {integrity: sha512-iEfZ+mbIwzjvfiftgZP1u+8Zmc2d0QNimpYmFwmYcBhJGGUbIzDp8VRx/c04BWyB/+3xRgPWXqi932L++jTQ7g==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^9.15.0 @@ -9799,8 +9765,8 @@ packages: typescript: optional: true - eslint-plugin-react-x@1.17.1: - resolution: {integrity: sha512-Iq9Eaye/+LpdOcU/qRbib4cC6EAL9bfIBH2+IDWQXLyY/HAXnmBFDJgotEPOLymIIOKhgjzfX03nkdfBIqZ3zA==} + eslint-plugin-react-x@1.21.0: + resolution: {integrity: sha512-Mr/SZwIy8aqo3gx0NuoGJjOZzuAOYwEAg0sFASBvP9PIXJCqXPKPNlivo+1fdK+BOP+NiU+ISLLCCw/mVF+BwA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^9.15.0 @@ -9859,8 +9825,8 @@ packages: jiti: optional: true - esm-env@1.1.4: - resolution: {integrity: sha512-oO82nKPHKkzIj/hbtuDYy/JHqBHFlMIW36SDiPCVsj87ntDLcWN+sJ1erdVryd4NxODacFTsdrIE3b7IamqbOg==} + esm-env@1.2.1: + resolution: {integrity: sha512-U9JedYYjCnadUlXk7e1Kr+aENQhtUaoaV9+gZm1T8LC/YBAPJx3NSPIAurFOC0U5vrdSevnUJS2/wUVxGwPhng==} espree@10.3.0: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} @@ -9937,10 +9903,6 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - execa@7.2.0: - resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} - engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} - execa@8.0.1: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} @@ -10093,8 +10055,8 @@ packages: fbjs@3.0.5: resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} - fdir@6.3.0: - resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==} + fdir@6.4.2: + resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -10483,8 +10445,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.12.0: - resolution: {integrity: sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==} + globals@15.14.0: + resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} engines: {node: '>=18'} globalthis@1.0.4: @@ -10837,10 +10799,6 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - human-signals@4.3.1: - resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} - engines: {node: '>=14.18.0'} - human-signals@5.0.0: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} @@ -11618,8 +11576,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.37.2: - resolution: {integrity: sha512-Rs9HHTgmUacyKxchP4kRwG8idi0tzVHVpSyo4EM9sNGDSrPq20lhKXOWMFmShGCV6CH2352393Ok/qG1NblCMw==} + knip@5.41.1: + resolution: {integrity: sha512-yNpCCe2REU7U3VRvMASnXSEtfEC2HmOoDW9Vp9teQ9FktJYnuagvSZD3xWq8Ru7sPABkmvbC5TVWuMzIaeADNA==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -11938,8 +11896,8 @@ packages: magic-string@0.30.12: resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==} - magic-string@0.30.13: - resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==} + magic-string@0.30.17: + resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} magic-string@0.30.8: resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} @@ -12536,8 +12494,8 @@ packages: nested-error-stacks@2.1.1: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} - next@14.2.18: - resolution: {integrity: sha512-H9qbjDuGivUDEnK6wa+p2XKO+iMzgVgyr9Zp/4Iv29lKa+DYaxJGjOeEA+5VOvJh/M7HLiskehInSa0cWxVXUw==} + next@14.2.21: + resolution: {integrity: sha512-rZmLwucLHr3/zfDMYbJXbw0ZeoBpirxkXuvsJbk7UPorvPYZhP7vq7aHbKnU7dQNCYIimRrbB2pp3xmf+wsYUg==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: @@ -12554,16 +12512,16 @@ packages: sass: optional: true - next@15.0.3: - resolution: {integrity: sha512-ontCbCRKJUIoivAdGB34yCaOcPgYXr9AAkV/IwqFfWWTXEPUgLYkSkqBhIk9KK7gGmgjc64B+RdoeIDM13Irnw==} + next@15.1.2: + resolution: {integrity: sha512-nLJDV7peNy+0oHlmY2JZjzMfJ8Aj0/dd3jCwSZS8ZiO5nkQfcZRqDrRN3U5rJtqVTQneIOGZzb6LCNrk7trMCQ==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 '@playwright/test': ^1.41.2 babel-plugin-react-compiler: '*' - react: ^18.2.0 || 19.0.0-rc-66855b96-20241106 - react-dom: ^18.2.0 || 19.0.0-rc-66855b96-20241106 + react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 + react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 sass: ^1.3.0 peerDependenciesMeta: '@opentelemetry/api': @@ -12939,10 +12897,6 @@ packages: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} - open@9.1.0: - resolution: {integrity: sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==} - engines: {node: '>=14.16'} - openapi-typescript@6.7.6: resolution: {integrity: sha512-c/hfooPx+RBIOPM09GSxABOZhYPblDoyaGhqBkD/59vtpN21jEuWKDlM0KYTvqJVlSYjKs0tBcIdeXKChlSPtw==} hasBin: true @@ -13473,8 +13427,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - prettier@3.3.3: - resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -13693,11 +13647,11 @@ packages: react: '>=16' react-dom: '>=16' - react-intersection-observer@9.13.1: - resolution: {integrity: sha512-tSzDaTy0qwNPLJHg8XZhlyHTgGW6drFKTtvjdL+p6um12rcnp8Z5XstE+QNBJ7c64n5o0Lj4ilUleA41bmDoMw==} + react-intersection-observer@9.14.0: + resolution: {integrity: sha512-AYqlmDZn85VUmlODwYym9y5OlqY2cFyIu41dkN0GJWvhdbd19Mh16mz5IH6fO1gp5V4FfQOO4m0zGc04Tj13rQ==} peerDependencies: - react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: react-dom: optional: true @@ -14040,8 +13994,8 @@ packages: resolve-workspace-root@2.0.0: resolution: {integrity: sha512-IsaBUZETJD5WsI11Wt8PKHwaIe45or6pwNc8yflvLJ4DWtImK9kuLoH5kUva/2Mmx/RdIyr4aONNSa2v9LTJsw==} - resolve.exports@2.0.2: - resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} + resolve.exports@2.0.3: + resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==} engines: {node: '>=10'} resolve@1.22.8: @@ -14166,10 +14120,6 @@ packages: rrweb-cssom@0.7.1: resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} - run-applescript@5.0.0: - resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==} - engines: {node: '>=12'} - run-applescript@7.0.0: resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==} engines: {node: '>=18'} @@ -14528,10 +14478,6 @@ packages: simple-swizzle@0.2.2: resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} - sirv@2.0.4: - resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} - engines: {node: '>= 10'} - sirv@3.0.0: resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==} engines: {node: '>=18'} @@ -14577,8 +14523,8 @@ packages: smob@1.5.0: resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} - smol-toml@1.3.0: - resolution: {integrity: sha512-tWpi2TsODPScmi48b/OQZGi2lgUmBCHy6SZrhi/FdnnHiU1GwebbCfuQuxsC3nHaLwtYeJGPrDZDIeodDOc4pA==} + smol-toml@1.3.1: + resolution: {integrity: sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==} engines: {node: '>= 18'} snapdragon-node@2.1.1: @@ -14939,9 +14885,11 @@ packages: sudo-prompt@8.2.5: resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. sudo-prompt@9.1.1: resolution: {integrity: sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} @@ -15176,6 +15124,10 @@ packages: tinyexec@0.3.1: resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} + tinyglobby@0.2.10: + resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} + engines: {node: '>=12.0.0'} + tinypool@1.0.0: resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -15188,10 +15140,6 @@ packages: resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==} engines: {node: '>=14.0.0'} - titleize@3.0.0: - resolution: {integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==} - engines: {node: '>=12'} - tldts-core@6.1.64: resolution: {integrity: sha512-uqnl8vGV16KsyflHOzqrYjjArjfXaU6rMPXYy2/ZWoRKCkXtghgB4VwTDXUG+t0OTGeSewNAG31/x1gCTfLt+Q==} @@ -15291,8 +15239,8 @@ packages: ts-morph@21.0.1: resolution: {integrity: sha512-dbDtVdEAncKctzrVZ+Nr7kHpHkv+0JDJb2MjjpBaj8bFeCkePU9rHfMklmhuLFnpeq/EJZk2IhStY6NzqgjOkg==} - ts-pattern@5.5.0: - resolution: {integrity: sha512-jqbIpTsa/KKTJYWgPNsFNbLVpwCgzXfFJ1ukNn4I8hMwyQzHMJnk/BqWzggB0xpkILuKzaO/aMYhS0SkaJyKXg==} + ts-pattern@5.6.0: + resolution: {integrity: sha512-SL8u60X5+LoEy9tmQHWCdPc2hhb2pKI6I1tU5Jue3v8+iRqZdcT3mWPwKKJy1fMfky6uha82c8ByHAE8PMhKHw==} tsconfck@3.1.4: resolution: {integrity: sha512-kdqWFGVJqe+KGYvlSO9NIaWn9jT1Ny4oKVzAJsKii5eoE9snzTJzL4+MMVOMn+fikWGFmKEylcXL710V/kIPJQ==} @@ -15418,23 +15366,23 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typedoc-plugin-frontmatter@1.0.0: - resolution: {integrity: sha512-Mqn96+RjUjPUz/42H8MOp/8eOKjE5MVIgZRFDGmSI2YuggnMZSfh5MMpvd6ykjNTpq7gV5D2iwjqLt8nYRg9rg==} + typedoc-plugin-frontmatter@1.1.2: + resolution: {integrity: sha512-ySNFQRqKjEM3IobtoND22LUuhpNLwPzTiAxTlqjn5uRLn8k8nqItvxWnWWRzaKMi870ZCvrz4wJHuVg+yqysmw==} peerDependencies: - typedoc-plugin-markdown: '>=4.0.0' + typedoc-plugin-markdown: '>=4.3.0' - typedoc-plugin-markdown@4.2.10: - resolution: {integrity: sha512-PLX3pc1/7z13UJm4TDE9vo9jWGcClFUErXXtd5LdnoLjV6mynPpqZLU992DwMGFSRqJFZeKbVyqlNNeNHnk2tQ==} + typedoc-plugin-markdown@4.3.3: + resolution: {integrity: sha512-kESCcNRzOcFJATLML2FoCfaTF9c0ujmbZ+UXsJvmNlFLS3v8tDKfDifreJXvXWa9d8gUcetZqOqFcZ/7+Ba34Q==} engines: {node: '>= 18'} peerDependencies: - typedoc: 0.26.x + typedoc: 0.27.x - typedoc@0.26.11: - resolution: {integrity: sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw==} + typedoc@0.27.5: + resolution: {integrity: sha512-x+fhKJtTg4ozXwKayh/ek4wxZQI/+2hmZUdO2i2NGDBRUflDble70z+ewHod3d4gRpXSO6fnlnjbDTnJk7HlkQ==} engines: {node: '>= 18'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x + typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x typesafe-path@0.2.2: resolution: {integrity: sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==} @@ -15442,15 +15390,12 @@ packages: typescript-auto-import-cache@0.3.3: resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==} - typescript-eslint@8.15.0: - resolution: {integrity: sha512-wY4FRGl0ZI+ZU4Jo/yjdBu0lVTSML58pu6PgGtJmCufvzfV565pUF6iACQt092uFOd49iLOTX/sEVmHtbSrS+w==} + typescript-eslint@8.18.1: + resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.15.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' typescript@5.0.4: resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} @@ -15702,10 +15647,6 @@ packages: ioredis: optional: true - untildify@4.0.0: - resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} - engines: {node: '>=8'} - untun@0.1.3: resolution: {integrity: sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==} hasBin: true @@ -15847,16 +15788,6 @@ packages: peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 - vite-plugin-inspect@0.7.42: - resolution: {integrity: sha512-JCyX86wr3siQc+p9Kd0t8VkFHAJag0RaQVIpdFGSv5FEaePEVB6+V/RGtz2dQkkGSXQzRWrPs4cU3dRKg32bXw==} - engines: {node: '>=14'} - peerDependencies: - '@nuxt/kit': '*' - vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 - peerDependenciesMeta: - '@nuxt/kit': - optional: true - vite-plugin-solid@2.10.2: resolution: {integrity: sha512-AOEtwMe2baBSXMXdo+BUwECC8IFHcKS6WQV/1NEd+Q7vHPap5fmIhLcAzr+DUJ04/KHx/1UBU0l1/GWP+rMAPQ==} peerDependencies: @@ -15867,8 +15798,8 @@ packages: '@testing-library/jest-dom': optional: true - vite-tsconfig-paths@5.0.1: - resolution: {integrity: sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig==} + vite-tsconfig-paths@5.1.4: + resolution: {integrity: sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==} peerDependencies: vite: '*' peerDependenciesMeta: @@ -15973,10 +15904,10 @@ packages: vite: optional: true - vitefu@1.0.3: - resolution: {integrity: sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==} + vitefu@1.0.4: + resolution: {integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==} peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 peerDependenciesMeta: vite: optional: true @@ -17203,7 +17134,7 @@ snapshots: rxjs: 7.8.1 tslib: 2.8.1 - '@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: '@angular/core': 19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 @@ -17285,12 +17216,12 @@ snapshots: '@angular/platform-browser': 17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.8)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.8))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.8)) tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/common': 17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': 19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/core': 19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-browser': 19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)) tslib: 2.8.1 '@angular/platform-browser-dynamic@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))': @@ -17309,9 +17240,9 @@ snapshots: optionalDependencies: '@angular/animations': 17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.8)) - '@angular/platform-browser@19.1.0-next.0(@angular/common@19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@19.1.0-next.0(@angular/common@17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.0.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/common': 17.3.12(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/core': 19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0) tslib: 2.8.1 @@ -17329,8 +17260,6 @@ snapshots: rxjs: 7.8.1 tslib: 2.8.1 - '@antfu/utils@0.7.10': {} - '@arethetypeswrong/cli@0.15.3': dependencies: '@arethetypeswrong/core': 0.15.1 @@ -17350,9 +17279,9 @@ snapshots: typescript: 5.3.3 validate-npm-package-name: 5.0.1 - '@astrojs/check@0.8.3(prettier@3.3.3)(typescript@5.7.2)': + '@astrojs/check@0.8.3(prettier@3.4.2)(typescript@5.7.2)': dependencies: - '@astrojs/language-server': 2.13.1(prettier@3.3.3)(typescript@5.7.2) + '@astrojs/language-server': 2.13.1(prettier@3.4.2)(typescript@5.7.2) chokidar: 3.6.0 fast-glob: 3.3.2 kleur: 4.1.5 @@ -17366,7 +17295,7 @@ snapshots: '@astrojs/internal-helpers@0.4.1': {} - '@astrojs/language-server@2.13.1(prettier@3.3.3)(typescript@5.7.2)': + '@astrojs/language-server@2.13.1(prettier@3.4.2)(typescript@5.7.2)': dependencies: '@astrojs/compiler': 2.10.3 '@jridgewell/sourcemap-codec': 1.5.0 @@ -17380,13 +17309,13 @@ snapshots: volar-service-css: 0.0.59(@volar/language-service@2.4.0-alpha.18) volar-service-emmet: 0.0.59(@volar/language-service@2.4.0-alpha.18) volar-service-html: 0.0.59(@volar/language-service@2.4.0-alpha.18) - volar-service-prettier: 0.0.59(@volar/language-service@2.4.0-alpha.18)(prettier@3.3.3) + volar-service-prettier: 0.0.59(@volar/language-service@2.4.0-alpha.18)(prettier@3.4.2) volar-service-typescript: 0.0.59(@volar/language-service@2.4.0-alpha.18) volar-service-typescript-twoslash-queries: 0.0.59(@volar/language-service@2.4.0-alpha.18) vscode-html-languageservice: 5.3.0 vscode-uri: 3.0.8 optionalDependencies: - prettier: 3.3.3 + prettier: 3.4.2 transitivePeerDependencies: - typescript @@ -17413,9 +17342,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/node@8.3.4(astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))': + '@astrojs/node@8.3.4(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))': dependencies: - astro: 4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) + astro: 4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) send: 0.19.1 server-destroy: 1.0.1 transitivePeerDependencies: @@ -17442,9 +17371,9 @@ snapshots: - supports-color - terser - '@astrojs/tailwind@5.1.2(astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(tailwindcss@3.4.7)': + '@astrojs/tailwind@5.1.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(tailwindcss@3.4.7)': dependencies: - astro: 4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) + astro: 4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) autoprefixer: 10.4.20(postcss@8.4.49) postcss: 8.4.49 postcss-load-config: 4.0.2(postcss@8.4.49) @@ -17464,13 +17393,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/vercel@7.8.2(astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0)': + '@astrojs/vercel@7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0)': dependencies: '@astrojs/internal-helpers': 0.4.1 - '@vercel/analytics': 1.3.1(next@15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) + '@vercel/analytics': 1.3.1(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@vercel/edge': 1.1.2 '@vercel/nft': 0.27.6(encoding@0.1.13) - astro: 4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) + astro: 4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2) esbuild: 0.21.5 fast-glob: 3.3.2 web-vitals: 3.5.2 @@ -19820,13 +19749,13 @@ snapshots: '@floating-ui/dom': 1.6.8 solid-js: 1.9.3 - '@cspell/cspell-bundled-dicts@8.16.0': + '@cspell/cspell-bundled-dicts@8.17.1': dependencies: '@cspell/dict-ada': 4.0.5 '@cspell/dict-al': 1.0.3 '@cspell/dict-aws': 4.0.7 '@cspell/dict-bash': 4.1.8 - '@cspell/dict-companies': 3.1.7 + '@cspell/dict-companies': 3.1.10 '@cspell/dict-cpp': 6.0.2 '@cspell/dict-cryptocurrencies': 5.0.3 '@cspell/dict-csharp': 4.0.5 @@ -19838,13 +19767,13 @@ snapshots: '@cspell/dict-elixir': 4.0.6 '@cspell/dict-en-common-misspellings': 2.0.7 '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': 4.3.27 - '@cspell/dict-filetypes': 3.0.8 + '@cspell/dict-en_us': 4.3.28 + '@cspell/dict-filetypes': 3.0.9 '@cspell/dict-flutter': 1.0.3 '@cspell/dict-fonts': 4.0.3 '@cspell/dict-fsharp': 1.0.4 '@cspell/dict-fullstack': 3.2.3 - '@cspell/dict-gaming-terms': 1.0.8 + '@cspell/dict-gaming-terms': 1.0.9 '@cspell/dict-git': 3.0.3 '@cspell/dict-golang': 6.0.17 '@cspell/dict-google': 1.0.4 @@ -19861,16 +19790,16 @@ snapshots: '@cspell/dict-markdown': 2.0.7(@cspell/dict-css@4.0.16)(@cspell/dict-html-symbol-entities@4.0.3)(@cspell/dict-html@4.0.10)(@cspell/dict-typescript@3.1.11) '@cspell/dict-monkeyc': 1.0.9 '@cspell/dict-node': 5.0.5 - '@cspell/dict-npm': 5.1.13 + '@cspell/dict-npm': 5.1.19 '@cspell/dict-php': 4.0.13 '@cspell/dict-powershell': 5.0.13 '@cspell/dict-public-licenses': 2.0.11 - '@cspell/dict-python': 4.2.12 + '@cspell/dict-python': 4.2.13 '@cspell/dict-r': 2.0.4 '@cspell/dict-ruby': 5.0.7 '@cspell/dict-rust': 4.0.10 '@cspell/dict-scala': 5.0.6 - '@cspell/dict-software-terms': 4.1.17 + '@cspell/dict-software-terms': 4.1.21 '@cspell/dict-sql': 2.1.8 '@cspell/dict-svelte': 1.0.5 '@cspell/dict-swift': 2.0.4 @@ -19878,15 +19807,15 @@ snapshots: '@cspell/dict-typescript': 3.1.11 '@cspell/dict-vue': 3.0.3 - '@cspell/cspell-pipe@8.16.0': {} + '@cspell/cspell-pipe@8.17.1': {} - '@cspell/cspell-resolver@8.16.0': + '@cspell/cspell-resolver@8.17.1': dependencies: global-directory: 4.0.1 - '@cspell/cspell-service-bus@8.16.0': {} + '@cspell/cspell-service-bus@8.17.1': {} - '@cspell/cspell-types@8.16.0': {} + '@cspell/cspell-types@8.17.1': {} '@cspell/dict-ada@4.0.5': {} @@ -19896,7 +19825,7 @@ snapshots: '@cspell/dict-bash@4.1.8': {} - '@cspell/dict-companies@3.1.7': {} + '@cspell/dict-companies@3.1.10': {} '@cspell/dict-cpp@6.0.2': {} @@ -19922,9 +19851,9 @@ snapshots: '@cspell/dict-en-gb@1.1.33': {} - '@cspell/dict-en_us@4.3.27': {} + '@cspell/dict-en_us@4.3.28': {} - '@cspell/dict-filetypes@3.0.8': {} + '@cspell/dict-filetypes@3.0.9': {} '@cspell/dict-flutter@1.0.3': {} @@ -19934,7 +19863,7 @@ snapshots: '@cspell/dict-fullstack@3.2.3': {} - '@cspell/dict-gaming-terms@1.0.8': {} + '@cspell/dict-gaming-terms@1.0.9': {} '@cspell/dict-git@3.0.3': {} @@ -19973,7 +19902,7 @@ snapshots: '@cspell/dict-node@5.0.5': {} - '@cspell/dict-npm@5.1.13': {} + '@cspell/dict-npm@5.1.19': {} '@cspell/dict-php@4.0.13': {} @@ -19981,7 +19910,7 @@ snapshots: '@cspell/dict-public-licenses@2.0.11': {} - '@cspell/dict-python@4.2.12': + '@cspell/dict-python@4.2.13': dependencies: '@cspell/dict-data-science': 2.0.5 @@ -19993,7 +19922,7 @@ snapshots: '@cspell/dict-scala@5.0.6': {} - '@cspell/dict-software-terms@4.1.17': {} + '@cspell/dict-software-terms@4.1.21': {} '@cspell/dict-sql@2.1.8': {} @@ -20007,23 +19936,24 @@ snapshots: '@cspell/dict-vue@3.0.3': {} - '@cspell/dynamic-import@8.16.0': + '@cspell/dynamic-import@8.17.1': dependencies: + '@cspell/url': 8.17.1 import-meta-resolve: 4.1.0 - '@cspell/eslint-plugin@8.16.0(eslint@9.15.0(jiti@2.4.0))': + '@cspell/eslint-plugin@8.17.1(eslint@9.15.0(jiti@2.4.0))': dependencies: - '@cspell/cspell-types': 8.16.0 - '@cspell/url': 8.16.0 - cspell-lib: 8.16.0 + '@cspell/cspell-types': 8.17.1 + '@cspell/url': 8.17.1 + cspell-lib: 8.17.1 eslint: 9.15.0(jiti@2.4.0) synckit: 0.9.2 - '@cspell/filetypes@8.16.0': {} + '@cspell/filetypes@8.17.1': {} - '@cspell/strong-weak-map@8.16.0': {} + '@cspell/strong-weak-map@8.17.1': {} - '@cspell/url@8.16.0': {} + '@cspell/url@8.17.1': {} '@deno/shim-deno-test@0.5.0': {} @@ -20592,111 +20522,110 @@ snapshots: '@eslint-community/regexpp@4.12.1': {} - '@eslint-react/ast@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@eslint-react/ast@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) birecord: 0.1.1 string-ts: 2.2.0 - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/core@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': - dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/jsx': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/var': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/core@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + dependencies: + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/jsx': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/var': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) birecord: 0.1.1 short-unique-id: 5.2.0 - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/eslint-plugin@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@eslint-react/eff@1.21.0': {} + + '@eslint-react/eslint-plugin@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) - eslint-plugin-react-debug: 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - eslint-plugin-react-dom: 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - eslint-plugin-react-hooks-extra: 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - eslint-plugin-react-naming-convention: 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - eslint-plugin-react-web-api: 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - eslint-plugin-react-x: 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-react-debug: 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-react-dom: 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-react-hooks-extra: 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-react-naming-convention: 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-react-web-api: 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-react-x: 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@eslint-react/jsx@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@eslint-react/jsx@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/var': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/var': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) birecord: 0.1.1 - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/shared@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@eslint-react/shared@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@eslint-react/tools': 1.17.1 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - local-pkg: 0.5.1 + '@eslint-react/eff': 1.21.0 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) picomatch: 4.0.2 - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/tools@1.17.1': {} - - '@eslint-react/types@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@eslint-react/types@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@eslint-react/tools': 1.17.1 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/var@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@eslint-react/var@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - ts-pattern: 5.5.0 + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + ts-pattern: 5.6.0 transitivePeerDependencies: - eslint - supports-color @@ -20728,6 +20657,8 @@ snapshots: '@eslint/js@9.15.0': {} + '@eslint/js@9.17.0': {} + '@eslint/object-schema@2.1.4': {} '@eslint/plugin-kit@0.2.3': @@ -20799,7 +20730,7 @@ snapshots: requireg: 0.2.2 resolve: 1.22.8 resolve-from: 5.0.0 - resolve.exports: 2.0.2 + resolve.exports: 2.0.3 semver: 7.6.3 send: 0.19.1 slugify: 1.6.6 @@ -21040,6 +20971,12 @@ snapshots: '@floating-ui/utils@0.2.5': {} + '@gerrit0/mini-shiki@1.24.4': + dependencies: + '@shikijs/engine-oniguruma': 1.24.4 + '@shikijs/types': 1.24.4 + '@shikijs/vscode-textmate': 9.3.1 + '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)': dependencies: graphql: 16.9.0 @@ -21526,11 +21463,11 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor-model@7.30.0(@types/node@22.9.3)': + '@microsoft/api-extractor-model@7.30.1(@types/node@22.9.3)': dependencies: '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.10.0(@types/node@22.9.3) + '@rushstack/node-core-library': 5.10.1(@types/node@22.9.3) transitivePeerDependencies: - '@types/node' @@ -21552,15 +21489,15 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.48.0(@types/node@22.9.3)': + '@microsoft/api-extractor@7.48.1(@types/node@22.9.3)': dependencies: - '@microsoft/api-extractor-model': 7.30.0(@types/node@22.9.3) + '@microsoft/api-extractor-model': 7.30.1(@types/node@22.9.3) '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.10.0(@types/node@22.9.3) + '@rushstack/node-core-library': 5.10.1(@types/node@22.9.3) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.3(@types/node@22.9.3) - '@rushstack/ts-command-line': 4.23.1(@types/node@22.9.3) + '@rushstack/terminal': 0.14.4(@types/node@22.9.3) + '@rushstack/ts-command-line': 4.23.2(@types/node@22.9.3) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -21791,59 +21728,59 @@ snapshots: '@netlify/node-cookies': 0.1.0 urlpattern-polyfill: 8.0.2 - '@next/env@14.2.18': {} + '@next/env@14.2.21': {} - '@next/env@15.0.3': {} + '@next/env@15.1.2': {} - '@next/swc-darwin-arm64@14.2.18': + '@next/swc-darwin-arm64@14.2.21': optional: true - '@next/swc-darwin-arm64@15.0.3': + '@next/swc-darwin-arm64@15.1.2': optional: true - '@next/swc-darwin-x64@14.2.18': + '@next/swc-darwin-x64@14.2.21': optional: true - '@next/swc-darwin-x64@15.0.3': + '@next/swc-darwin-x64@15.1.2': optional: true - '@next/swc-linux-arm64-gnu@14.2.18': + '@next/swc-linux-arm64-gnu@14.2.21': optional: true - '@next/swc-linux-arm64-gnu@15.0.3': + '@next/swc-linux-arm64-gnu@15.1.2': optional: true - '@next/swc-linux-arm64-musl@14.2.18': + '@next/swc-linux-arm64-musl@14.2.21': optional: true - '@next/swc-linux-arm64-musl@15.0.3': + '@next/swc-linux-arm64-musl@15.1.2': optional: true - '@next/swc-linux-x64-gnu@14.2.18': + '@next/swc-linux-x64-gnu@14.2.21': optional: true - '@next/swc-linux-x64-gnu@15.0.3': + '@next/swc-linux-x64-gnu@15.1.2': optional: true - '@next/swc-linux-x64-musl@14.2.18': + '@next/swc-linux-x64-musl@14.2.21': optional: true - '@next/swc-linux-x64-musl@15.0.3': + '@next/swc-linux-x64-musl@15.1.2': optional: true - '@next/swc-win32-arm64-msvc@14.2.18': + '@next/swc-win32-arm64-msvc@14.2.21': optional: true - '@next/swc-win32-arm64-msvc@15.0.3': + '@next/swc-win32-arm64-msvc@15.1.2': optional: true - '@next/swc-win32-ia32-msvc@14.2.18': + '@next/swc-win32-ia32-msvc@14.2.21': optional: true - '@next/swc-win32-x64-msvc@14.2.18': + '@next/swc-win32-x64-msvc@14.2.21': optional: true - '@next/swc-win32-x64-msvc@15.0.3': + '@next/swc-win32-x64-msvc@15.1.2': optional: true '@ngtools/webpack@17.3.8(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.8)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.90.3(esbuild@0.20.1))': @@ -22372,7 +22309,7 @@ snapshots: estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 - magic-string: 0.30.13 + magic-string: 0.30.17 optionalDependencies: rollup: 4.27.4 @@ -22380,7 +22317,7 @@ snapshots: dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.27.4) estree-walker: 2.0.2 - magic-string: 0.30.13 + magic-string: 0.30.17 optionalDependencies: rollup: 4.27.4 @@ -22403,7 +22340,7 @@ snapshots: '@rollup/plugin-replace@5.0.7(rollup@4.27.4)': dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - magic-string: 0.30.13 + magic-string: 0.30.17 optionalDependencies: rollup: 4.27.4 @@ -22591,7 +22528,7 @@ snapshots: fsevents: 2.3.3 optional: true - '@rushstack/node-core-library@5.10.0(@types/node@22.9.3)': + '@rushstack/node-core-library@5.10.1(@types/node@22.9.3)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -22629,9 +22566,9 @@ snapshots: optionalDependencies: '@types/node': 22.9.3 - '@rushstack/terminal@0.14.3(@types/node@22.9.3)': + '@rushstack/terminal@0.14.4(@types/node@22.9.3)': dependencies: - '@rushstack/node-core-library': 5.10.0(@types/node@22.9.3) + '@rushstack/node-core-library': 5.10.1(@types/node@22.9.3) supports-color: 8.1.1 optionalDependencies: '@types/node': 22.9.3 @@ -22645,9 +22582,9 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@rushstack/ts-command-line@4.23.1(@types/node@22.9.3)': + '@rushstack/ts-command-line@4.23.2(@types/node@22.9.3)': dependencies: - '@rushstack/terminal': 0.14.3(@types/node@22.9.3) + '@rushstack/terminal': 0.14.4(@types/node@22.9.3) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -22680,27 +22617,37 @@ snapshots: '@shikijs/engine-javascript': 1.23.1 '@shikijs/engine-oniguruma': 1.23.1 '@shikijs/types': 1.23.1 - '@shikijs/vscode-textmate': 9.3.0 + '@shikijs/vscode-textmate': 9.3.1 '@types/hast': 3.0.4 hast-util-to-html: 9.0.3 '@shikijs/engine-javascript@1.23.1': dependencies: '@shikijs/types': 1.23.1 - '@shikijs/vscode-textmate': 9.3.0 + '@shikijs/vscode-textmate': 9.3.1 oniguruma-to-es: 0.4.1 '@shikijs/engine-oniguruma@1.23.1': dependencies: '@shikijs/types': 1.23.1 - '@shikijs/vscode-textmate': 9.3.0 + '@shikijs/vscode-textmate': 9.3.1 + + '@shikijs/engine-oniguruma@1.24.4': + dependencies: + '@shikijs/types': 1.24.4 + '@shikijs/vscode-textmate': 9.3.1 '@shikijs/types@1.23.1': dependencies: - '@shikijs/vscode-textmate': 9.3.0 + '@shikijs/vscode-textmate': 9.3.1 '@types/hast': 3.0.4 - '@shikijs/vscode-textmate@9.3.0': {} + '@shikijs/types@1.24.4': + dependencies: + '@shikijs/vscode-textmate': 9.3.1 + '@types/hast': 3.0.4 + + '@shikijs/vscode-textmate@9.3.1': {} '@sigstore/bundle@2.3.2': dependencies: @@ -22856,18 +22803,17 @@ snapshots: dependencies: solid-js: 1.9.3 - '@solidjs/router@0.14.1(solid-js@1.9.3)': + '@solidjs/router@0.15.2(solid-js@1.9.3)': dependencies: solid-js: 1.9.3 - '@solidjs/start@1.0.6(@testing-library/jest-dom@6.6.3)(rollup@4.27.4)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': + '@solidjs/start@1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': dependencies: - '@vinxi/plugin-directives': 0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) - '@vinxi/server-components': 0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) - '@vinxi/server-functions': 0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) + '@vinxi/plugin-directives': 0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) + '@vinxi/server-components': 0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) + '@vinxi/server-functions': 0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) defu: 6.1.4 error-stack-parser: 2.1.4 - glob: 10.4.5 html-to-image: 1.11.11 radix3: 1.1.2 seroval: 1.1.1 @@ -22875,23 +22821,21 @@ snapshots: shikiji: 0.9.19 source-map-js: 1.2.1 terracotta: 1.0.5(solid-js@1.9.3) - vite-plugin-inspect: 0.7.42(rollup@4.27.4)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + tinyglobby: 0.2.10 vite-plugin-solid: 2.10.2(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) transitivePeerDependencies: - - '@nuxt/kit' - '@testing-library/jest-dom' - - rollup - solid-js - supports-color - vinxi - vite - '@solidjs/testing-library@0.8.10(@solidjs/router@0.14.1(solid-js@1.9.3))(solid-js@1.9.3)': + '@solidjs/testing-library@0.8.10(@solidjs/router@0.15.2(solid-js@1.9.3))(solid-js@1.9.3)': dependencies: '@testing-library/dom': 10.4.0 solid-js: 1.9.3 optionalDependencies: - '@solidjs/router': 0.14.1(solid-js@1.9.3) + '@solidjs/router': 0.15.2(solid-js@1.9.3) '@stylistic/eslint-plugin-js@2.11.0(eslint@9.15.0(jiti@2.4.0))': dependencies: @@ -22899,21 +22843,21 @@ snapshots: eslint-visitor-keys: 4.2.0 espree: 10.3.0 - '@sveltejs/adapter-auto@3.3.1(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))': + '@sveltejs/adapter-auto@3.3.1(@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))': dependencies: - '@sveltejs/kit': 2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + '@sveltejs/kit': 2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) import-meta-resolve: 4.1.0 - '@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': + '@sveltejs/kit@2.14.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)))(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': dependencies: '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@types/cookie': 0.6.0 cookie: 0.6.0 devalue: 5.1.1 - esm-env: 1.1.4 + esm-env: 1.2.1 import-meta-resolve: 4.1.0 kleur: 4.1.5 - magic-string: 0.30.13 + magic-string: 0.30.17 mrmime: 2.0.0 sade: 1.8.1 set-cookie-parser: 2.7.1 @@ -22948,7 +22892,7 @@ snapshots: debug: 4.3.7 deepmerge: 4.3.1 kleur: 4.1.5 - magic-string: 0.30.13 + magic-string: 0.30.17 svelte: 4.2.19 svelte-hmr: 0.16.0(svelte@4.2.19) vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) @@ -22958,10 +22902,6 @@ snapshots: '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.13': - dependencies: - tslib: 2.8.1 - '@swc/helpers@0.5.15': dependencies: tslib: 2.8.1 @@ -22971,17 +22911,17 @@ snapshots: '@swc/counter': 0.1.3 tslib: 2.8.1 - '@tanstack/config@0.14.0(@types/node@22.9.3)(esbuild@0.24.0)(eslint@9.15.0(jiti@2.4.0))(rollup@4.27.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': + '@tanstack/config@0.14.2(@types/node@22.9.3)(esbuild@0.24.0)(eslint@9.15.0(jiti@2.4.0))(rollup@4.27.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': dependencies: '@commitlint/parse': 19.5.0 - '@eslint/js': 9.15.0 + '@eslint/js': 9.17.0 '@stylistic/eslint-plugin-js': 2.11.0(eslint@9.15.0(jiti@2.4.0)) commander: 12.1.0 current-git-branch: 1.1.0 esbuild-register: 3.6.0(esbuild@0.24.0) - eslint-plugin-import-x: 4.4.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-import-x: 4.6.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint-plugin-n: 17.14.0(eslint@9.15.0(jiti@2.4.0)) - globals: 15.12.0 + globals: 15.14.0 interpret: 3.1.1 jsonfile: 6.1.0 liftoff: 5.0.0 @@ -22989,14 +22929,14 @@ snapshots: rollup-plugin-preserve-directives: 0.4.0(rollup@4.27.4) semver: 7.6.3 simple-git: 3.27.0 - typedoc: 0.26.11(typescript@5.7.2) - typedoc-plugin-frontmatter: 1.0.0(typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.7.2))) - typedoc-plugin-markdown: 4.2.10(typedoc@0.26.11(typescript@5.7.2)) - typescript-eslint: 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + typedoc: 0.27.5(typescript@5.7.2) + typedoc-plugin-frontmatter: 1.1.2(typedoc-plugin-markdown@4.3.3(typedoc@0.27.5(typescript@5.7.2))) + typedoc-plugin-markdown: 4.3.3(typedoc@0.27.5(typescript@5.7.2)) + typescript-eslint: 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) v8flags: 4.0.1 vite-plugin-dts: 4.0.3(@types/node@22.9.3)(rollup@4.27.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) vite-plugin-externalize-deps: 0.8.0(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) - vite-tsconfig-paths: 5.0.1(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + vite-tsconfig-paths: 5.1.4(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) transitivePeerDependencies: - '@types/node' - esbuild @@ -23042,7 +22982,7 @@ snapshots: dependencies: '@jest/globals': 29.7.0 '@testing-library/dom': 10.4.0 - '@testing-library/react': 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@testing-library/react': 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) expect: 29.7.0 jsdom: 25.0.1 react: 19.0.0 @@ -23056,7 +22996,7 @@ snapshots: - supports-color - utf-8-validate - '@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@testing-library/react@16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@testing-library/dom': 10.4.0 @@ -23154,6 +23094,8 @@ snapshots: dependencies: '@types/ms': 0.7.34 + '@types/doctrine@0.0.9': {} + '@types/eslint-scope@3.7.7': dependencies: '@types/eslint': 9.6.1 @@ -23342,41 +23284,39 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.15.0 + '@typescript-eslint/parser': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.18.1 eslint: 9.15.0(jiti@2.4.0) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 ts-api-utils: 1.3.0(typescript@5.7.2) - optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@typescript-eslint/parser@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.15.0 + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.18.1 debug: 4.3.7 eslint: 9.15.0(jiti@2.4.0) - optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/rule-tester@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@typescript-eslint/rule-tester@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) ajv: 6.12.6 eslint: 9.15.0(jiti@2.4.0) json-stable-stringify-without-jsonify: 1.0.1 @@ -23386,55 +23326,52 @@ snapshots: - supports-color - typescript - '@typescript-eslint/scope-manager@8.15.0': + '@typescript-eslint/scope-manager@8.18.1': dependencies: - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/visitor-keys': 8.15.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 - '@typescript-eslint/type-utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@typescript-eslint/type-utils@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) debug: 4.3.7 eslint: 9.15.0(jiti@2.4.0) ts-api-utils: 1.3.0(typescript@5.7.2) - optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.15.0': {} + '@typescript-eslint/types@8.18.1': {} - '@typescript-eslint/typescript-estree@8.15.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)': dependencies: - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/visitor-keys': 8.15.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 debug: 4.3.7 fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.7.2) - optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': + '@typescript-eslint/utils@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0)) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) - optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.15.0': + '@typescript-eslint/visitor-keys@8.18.1': dependencies: - '@typescript-eslint/types': 8.15.0 + '@typescript-eslint/types': 8.18.1 eslint-visitor-keys: 4.2.0 '@ungap/structured-clone@1.2.0': {} @@ -23451,11 +23388,11 @@ snapshots: '@urql/core': 5.0.8(graphql@16.9.0) wonka: 6.3.4 - '@vercel/analytics@1.3.1(next@15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0)': + '@vercel/analytics@1.3.1(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0)': dependencies: server-only: 0.0.1 optionalDependencies: - next: 15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) + next: 15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0) react: 19.0.0 '@vercel/edge@1.1.2': {} @@ -23518,7 +23455,7 @@ snapshots: transitivePeerDependencies: - uWebSockets.js - '@vinxi/plugin-directives@0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))': + '@vinxi/plugin-directives@0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))': dependencies: '@babel/parser': 7.26.2 acorn: 8.14.0 @@ -23531,9 +23468,9 @@ snapshots: tslib: 2.8.1 vinxi: 0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6) - '@vinxi/server-components@0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))': + '@vinxi/server-components@0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))': dependencies: - '@vinxi/plugin-directives': 0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) + '@vinxi/plugin-directives': 0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) acorn: 8.14.0 acorn-loose: 8.4.0 acorn-typescript: 1.4.13(acorn@8.14.0) @@ -23542,9 +23479,9 @@ snapshots: recast: 0.23.9 vinxi: 0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6) - '@vinxi/server-functions@0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))': + '@vinxi/server-functions@0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))': dependencies: - '@vinxi/plugin-directives': 0.4.1(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) + '@vinxi/plugin-directives': 0.4.3(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6)) acorn: 8.14.0 acorn-loose: 8.4.0 acorn-typescript: 1.4.13(acorn@8.14.0) @@ -23576,12 +23513,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.6.3))': dependencies: vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) vue: 3.4.35(typescript@5.6.3) - '@vitejs/plugin-vue@5.1.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2))': + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))(vue@3.4.35(typescript@5.7.2))': dependencies: vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) vue: 3.4.35(typescript@5.7.2) @@ -23602,11 +23539,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitest/eslint-plugin@1.1.0(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)(vitest@2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': + '@vitest/eslint-plugin@1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2)(vitest@2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6))': dependencies: + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) optionalDependencies: - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) typescript: 5.7.2 vitest: 2.0.5(@types/node@22.9.3)(jsdom@25.0.1)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) @@ -23629,7 +23566,7 @@ snapshots: '@vitest/snapshot@2.0.5': dependencies: '@vitest/pretty-format': 2.0.5 - magic-string: 0.30.13 + magic-string: 0.30.17 pathe: 1.1.2 '@vitest/spy@2.0.5': @@ -23753,7 +23690,7 @@ snapshots: '@vue/compiler-ssr': 3.4.35 '@vue/shared': 3.4.35 estree-walker: 2.0.2 - magic-string: 0.30.13 + magic-string: 0.30.17 postcss: 8.4.49 source-map-js: 1.2.1 @@ -24366,7 +24303,7 @@ snapshots: astring@1.8.6: {} - astro@4.16.14(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2): + astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2): dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.1 @@ -24405,7 +24342,7 @@ snapshots: http-cache-semantics: 4.1.1 js-yaml: 4.1.0 kleur: 4.1.5 - magic-string: 0.30.13 + magic-string: 0.30.17 magicast: 0.3.5 micromatch: 4.0.8 mrmime: 2.0.0 @@ -24423,7 +24360,7 @@ snapshots: unist-util-visit: 5.0.0 vfile: 6.0.3 vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) - vitefu: 1.0.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) + vitefu: 1.0.4(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) which-pm: 3.0.0 xxhash-wasm: 1.1.0 yargs-parser: 21.1.1 @@ -24843,10 +24780,6 @@ snapshots: dependencies: stream-buffers: 2.2.0 - bplist-parser@0.2.0: - dependencies: - big-integer: 1.6.52 - bplist-parser@0.3.1: dependencies: big-integer: 1.6.52 @@ -24982,10 +24915,6 @@ snapshots: builtins@1.0.3: {} - bundle-name@3.0.0: - dependencies: - run-applescript: 5.0.0 - bundle-name@4.1.0: dependencies: run-applescript: 7.0.0 @@ -25714,52 +25643,52 @@ snapshots: crypto-random-string@2.0.0: {} - cspell-config-lib@8.16.0: + cspell-config-lib@8.17.1: dependencies: - '@cspell/cspell-types': 8.16.0 + '@cspell/cspell-types': 8.17.1 comment-json: 4.2.5 yaml: 2.6.1 - cspell-dictionary@8.16.0: + cspell-dictionary@8.17.1: dependencies: - '@cspell/cspell-pipe': 8.16.0 - '@cspell/cspell-types': 8.16.0 - cspell-trie-lib: 8.16.0 + '@cspell/cspell-pipe': 8.17.1 + '@cspell/cspell-types': 8.17.1 + cspell-trie-lib: 8.17.1 fast-equals: 5.0.1 - cspell-glob@8.16.0: + cspell-glob@8.17.1: dependencies: - '@cspell/url': 8.16.0 + '@cspell/url': 8.17.1 micromatch: 4.0.8 - cspell-grammar@8.16.0: + cspell-grammar@8.17.1: dependencies: - '@cspell/cspell-pipe': 8.16.0 - '@cspell/cspell-types': 8.16.0 + '@cspell/cspell-pipe': 8.17.1 + '@cspell/cspell-types': 8.17.1 - cspell-io@8.16.0: + cspell-io@8.17.1: dependencies: - '@cspell/cspell-service-bus': 8.16.0 - '@cspell/url': 8.16.0 + '@cspell/cspell-service-bus': 8.17.1 + '@cspell/url': 8.17.1 - cspell-lib@8.16.0: + cspell-lib@8.17.1: dependencies: - '@cspell/cspell-bundled-dicts': 8.16.0 - '@cspell/cspell-pipe': 8.16.0 - '@cspell/cspell-resolver': 8.16.0 - '@cspell/cspell-types': 8.16.0 - '@cspell/dynamic-import': 8.16.0 - '@cspell/filetypes': 8.16.0 - '@cspell/strong-weak-map': 8.16.0 - '@cspell/url': 8.16.0 + '@cspell/cspell-bundled-dicts': 8.17.1 + '@cspell/cspell-pipe': 8.17.1 + '@cspell/cspell-resolver': 8.17.1 + '@cspell/cspell-types': 8.17.1 + '@cspell/dynamic-import': 8.17.1 + '@cspell/filetypes': 8.17.1 + '@cspell/strong-weak-map': 8.17.1 + '@cspell/url': 8.17.1 clear-module: 4.1.2 comment-json: 4.2.5 - cspell-config-lib: 8.16.0 - cspell-dictionary: 8.16.0 - cspell-glob: 8.16.0 - cspell-grammar: 8.16.0 - cspell-io: 8.16.0 - cspell-trie-lib: 8.16.0 + cspell-config-lib: 8.17.1 + cspell-dictionary: 8.17.1 + cspell-glob: 8.17.1 + cspell-grammar: 8.17.1 + cspell-io: 8.17.1 + cspell-trie-lib: 8.17.1 env-paths: 3.0.0 fast-equals: 5.0.1 gensequence: 7.0.0 @@ -25769,10 +25698,10 @@ snapshots: vscode-uri: 3.0.8 xdg-basedir: 5.1.0 - cspell-trie-lib@8.16.0: + cspell-trie-lib@8.17.1: dependencies: - '@cspell/cspell-pipe': 8.16.0 - '@cspell/cspell-types': 8.16.0 + '@cspell/cspell-pipe': 8.17.1 + '@cspell/cspell-types': 8.17.1 gensequence: 7.0.0 css-in-js-utils@3.1.0: @@ -25915,20 +25844,8 @@ snapshots: deepmerge@4.3.1: {} - default-browser-id@3.0.0: - dependencies: - bplist-parser: 0.2.0 - untildify: 4.0.0 - default-browser-id@5.0.0: {} - default-browser@4.0.0: - dependencies: - bundle-name: 3.0.0 - default-browser-id: 3.0.0 - execa: 7.2.0 - titleize: 3.0.0 - default-browser@5.2.1: dependencies: bundle-name: 4.1.0 @@ -26231,8 +26148,6 @@ snapshots: dependencies: is-arrayish: 0.2.1 - error-stack-parser-es@0.1.5: {} - error-stack-parser@2.1.4: dependencies: stackframe: 1.3.4 @@ -26535,11 +26450,14 @@ snapshots: eslint: 9.15.0(jiti@2.4.0) eslint-compat-utils: 0.5.1(eslint@9.15.0(jiti@2.4.0)) - eslint-plugin-import-x@4.4.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + eslint-plugin-import-x@4.6.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@types/doctrine': 0.0.9 + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) debug: 4.3.7 doctrine: 3.0.0 + enhanced-resolve: 5.17.1 eslint: 9.15.0(jiti@2.4.0) eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.8.1 @@ -26576,7 +26494,7 @@ snapshots: eslint: 9.15.0(jiti@2.4.0) eslint-plugin-es-x: 7.8.0(eslint@9.15.0(jiti@2.4.0)) get-tsconfig: 4.8.1 - globals: 15.12.0 + globals: 15.14.0 ignore: 5.3.2 minimatch: 9.0.5 semver: 7.6.3 @@ -26593,62 +26511,62 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-debug@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + eslint-plugin-react-debug@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/core': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/jsx': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/var': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/core': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/jsx': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/var': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) string-ts: 2.2.0 - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - eslint-plugin-react-dom@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + eslint-plugin-react-dom@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/core': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/jsx': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/var': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/core': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/jsx': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/var': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) compare-versions: 6.1.1 eslint: 9.15.0(jiti@2.4.0) - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - eslint-plugin-react-hooks-extra@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + eslint-plugin-react-hooks-extra@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/core': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/jsx': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/var': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/core': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/jsx': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/var': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -26658,62 +26576,62 @@ snapshots: dependencies: eslint: 9.15.0(jiti@2.4.0) - eslint-plugin-react-naming-convention@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): - dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/core': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/jsx': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + eslint-plugin-react-naming-convention@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + dependencies: + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/core': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/jsx': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - eslint-plugin-react-web-api@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + eslint-plugin-react-web-api@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/core': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/jsx': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/var': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/core': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/jsx': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/var': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) birecord: 0.1.1 eslint: 9.15.0(jiti@2.4.0) - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color - eslint-plugin-react-x@1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + eslint-plugin-react-x@1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@eslint-react/ast': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/core': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/jsx': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/shared': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/tools': 1.17.1 - '@eslint-react/types': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@eslint-react/var': 1.17.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/ast': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/core': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/eff': 1.21.0 + '@eslint-react/jsx': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/shared': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/types': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@eslint-react/var': 1.21.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) compare-versions: 6.1.1 eslint: 9.15.0(jiti@2.4.0) is-immutable-type: 5.0.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - ts-pattern: 5.5.0 + ts-pattern: 5.6.0 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -26817,7 +26735,7 @@ snapshots: transitivePeerDependencies: - supports-color - esm-env@1.1.4: {} + esm-env@1.2.1: {} espree@10.3.0: dependencies: @@ -26902,18 +26820,6 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - execa@7.2.0: - dependencies: - cross-spawn: 7.0.6 - get-stream: 6.0.1 - human-signals: 4.3.1 - is-stream: 3.0.0 - merge-stream: 2.0.0 - npm-run-path: 5.3.0 - onetime: 6.0.0 - signal-exit: 3.0.7 - strip-final-newline: 3.0.0 - execa@8.0.1: dependencies: cross-spawn: 7.0.6 @@ -27165,7 +27071,7 @@ snapshots: transitivePeerDependencies: - encoding - fdir@6.3.0(picomatch@4.0.2): + fdir@6.4.2(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 @@ -27596,7 +27502,7 @@ snapshots: globals@14.0.0: {} - globals@15.12.0: {} + globals@15.14.0: {} globalthis@1.0.4: dependencies: @@ -28123,8 +28029,6 @@ snapshots: human-signals@2.1.0: {} - human-signals@4.3.1: {} - human-signals@5.0.0: {} hyperdyperid@1.2.0: {} @@ -28400,7 +28304,7 @@ snapshots: is-immutable-type@5.0.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/type-utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) ts-api-utils: 1.3.0(typescript@5.7.2) ts-declaration-location: 1.0.4(typescript@5.7.2) @@ -28946,7 +28850,7 @@ snapshots: klona@2.0.6: {} - knip@5.37.2(@types/node@22.9.3)(typescript@5.7.2): + knip@5.41.1(@types/node@22.9.3)(typescript@5.7.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 @@ -28960,7 +28864,7 @@ snapshots: picocolors: 1.1.1 picomatch: 4.0.2 pretty-ms: 9.1.0 - smol-toml: 1.3.0 + smol-toml: 1.3.1 strip-json-comments: 5.0.1 summary: 2.1.0 typescript: 5.7.2 @@ -29328,7 +29232,7 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - magic-string@0.30.13: + magic-string@0.30.17: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -30298,9 +30202,9 @@ snapshots: nested-error-stacks@2.1.1: {} - next@14.2.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0): + next@14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0): dependencies: - '@next/env': 14.2.18 + '@next/env': 14.2.21 '@swc/helpers': 0.5.5 busboy: 1.6.0 caniuse-lite: 1.0.30001683 @@ -30310,23 +30214,23 @@ snapshots: react-dom: 18.3.1(react@18.3.1) styled-jsx: 5.1.1(react@18.3.1) optionalDependencies: - '@next/swc-darwin-arm64': 14.2.18 - '@next/swc-darwin-x64': 14.2.18 - '@next/swc-linux-arm64-gnu': 14.2.18 - '@next/swc-linux-arm64-musl': 14.2.18 - '@next/swc-linux-x64-gnu': 14.2.18 - '@next/swc-linux-x64-musl': 14.2.18 - '@next/swc-win32-arm64-msvc': 14.2.18 - '@next/swc-win32-ia32-msvc': 14.2.18 - '@next/swc-win32-x64-msvc': 14.2.18 + '@next/swc-darwin-arm64': 14.2.21 + '@next/swc-darwin-x64': 14.2.21 + '@next/swc-linux-arm64-gnu': 14.2.21 + '@next/swc-linux-arm64-musl': 14.2.21 + '@next/swc-linux-x64-gnu': 14.2.21 + '@next/swc-linux-x64-musl': 14.2.21 + '@next/swc-win32-arm64-msvc': 14.2.21 + '@next/swc-win32-ia32-msvc': 14.2.21 + '@next/swc-win32-x64-msvc': 14.2.21 sass: 1.81.0 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros - next@14.2.18(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0): + next@14.2.21(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0): dependencies: - '@next/env': 14.2.18 + '@next/env': 14.2.21 '@swc/helpers': 0.5.5 busboy: 1.6.0 caniuse-lite: 1.0.30001683 @@ -30336,25 +30240,25 @@ snapshots: react-dom: 19.0.0(react@19.0.0) styled-jsx: 5.1.1(react@19.0.0) optionalDependencies: - '@next/swc-darwin-arm64': 14.2.18 - '@next/swc-darwin-x64': 14.2.18 - '@next/swc-linux-arm64-gnu': 14.2.18 - '@next/swc-linux-arm64-musl': 14.2.18 - '@next/swc-linux-x64-gnu': 14.2.18 - '@next/swc-linux-x64-musl': 14.2.18 - '@next/swc-win32-arm64-msvc': 14.2.18 - '@next/swc-win32-ia32-msvc': 14.2.18 - '@next/swc-win32-x64-msvc': 14.2.18 + '@next/swc-darwin-arm64': 14.2.21 + '@next/swc-darwin-x64': 14.2.21 + '@next/swc-linux-arm64-gnu': 14.2.21 + '@next/swc-linux-arm64-musl': 14.2.21 + '@next/swc-linux-x64-gnu': 14.2.21 + '@next/swc-linux-x64-musl': 14.2.21 + '@next/swc-win32-arm64-msvc': 14.2.21 + '@next/swc-win32-ia32-msvc': 14.2.21 + '@next/swc-win32-x64-msvc': 14.2.21 sass: 1.81.0 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros - next@15.0.3(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0): + next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0): dependencies: - '@next/env': 15.0.3 + '@next/env': 15.1.2 '@swc/counter': 0.1.3 - '@swc/helpers': 0.5.13 + '@swc/helpers': 0.5.15 busboy: 1.6.0 caniuse-lite: 1.0.30001683 postcss: 8.4.31 @@ -30362,14 +30266,14 @@ snapshots: react-dom: 19.0.0(react@19.0.0) styled-jsx: 5.1.6(@babel/core@7.26.0)(react@19.0.0) optionalDependencies: - '@next/swc-darwin-arm64': 15.0.3 - '@next/swc-darwin-x64': 15.0.3 - '@next/swc-linux-arm64-gnu': 15.0.3 - '@next/swc-linux-arm64-musl': 15.0.3 - '@next/swc-linux-x64-gnu': 15.0.3 - '@next/swc-linux-x64-musl': 15.0.3 - '@next/swc-win32-arm64-msvc': 15.0.3 - '@next/swc-win32-x64-msvc': 15.0.3 + '@next/swc-darwin-arm64': 15.1.2 + '@next/swc-darwin-x64': 15.1.2 + '@next/swc-linux-arm64-gnu': 15.1.2 + '@next/swc-linux-arm64-musl': 15.1.2 + '@next/swc-linux-x64-gnu': 15.1.2 + '@next/swc-linux-x64-musl': 15.1.2 + '@next/swc-win32-arm64-msvc': 15.1.2 + '@next/swc-win32-x64-msvc': 15.1.2 babel-plugin-react-compiler: 0.0.0 sass: 1.81.0 sharp: 0.33.5 @@ -30459,7 +30363,7 @@ snapshots: klona: 2.0.6 knitwork: 1.1.0 listhen: 1.7.2 - magic-string: 0.30.13 + magic-string: 0.30.17 mime: 4.0.4 mlly: 1.7.3 mri: 1.2.0 @@ -30954,13 +30858,6 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 - open@9.1.0: - dependencies: - default-browser: 4.0.0 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 2.2.0 - openapi-typescript@6.7.6: dependencies: ansi-colors: 4.1.3 @@ -31534,15 +31431,15 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-svelte@3.3.2(prettier@3.3.3)(svelte@4.2.19): + prettier-plugin-svelte@3.3.2(prettier@3.4.2)(svelte@4.2.19): dependencies: - prettier: 3.3.3 + prettier: 3.4.2 svelte: 4.2.19 prettier@2.8.8: optional: true - prettier@3.3.3: {} + prettier@3.4.2: {} pretty-bytes@5.6.0: {} @@ -31773,7 +31670,7 @@ snapshots: transitivePeerDependencies: - csstype - react-intersection-observer@9.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-intersection-observer@9.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 optionalDependencies: @@ -32240,7 +32137,7 @@ snapshots: resolve-workspace-root@2.0.0: {} - resolve.exports@2.0.2: {} + resolve.exports@2.0.3: {} resolve@1.22.8: dependencies: @@ -32336,7 +32233,7 @@ snapshots: rollup-plugin-preserve-directives@0.4.0(rollup@4.27.4): dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - magic-string: 0.30.13 + magic-string: 0.30.17 rollup: 4.27.4 rollup-plugin-visualizer@5.12.0(rollup@4.27.4): @@ -32429,10 +32326,6 @@ snapshots: rrweb-cssom@0.7.1: {} - run-applescript@5.0.0: - dependencies: - execa: 5.1.1 - run-applescript@7.0.0: {} run-async@3.0.0: {} @@ -32788,7 +32681,7 @@ snapshots: '@shikijs/engine-javascript': 1.23.1 '@shikijs/engine-oniguruma': 1.23.1 '@shikijs/types': 1.23.1 - '@shikijs/vscode-textmate': 9.3.0 + '@shikijs/vscode-textmate': 9.3.1 '@types/hast': 3.0.4 shikiji-core@0.9.19: {} @@ -32852,12 +32745,6 @@ snapshots: dependencies: is-arrayish: 0.3.2 - sirv@2.0.4: - dependencies: - '@polka/url': 1.0.0-next.28 - mrmime: 2.0.0 - totalist: 3.0.1 - sirv@3.0.0: dependencies: '@polka/url': 1.0.0-next.28 @@ -32894,7 +32781,7 @@ snapshots: smob@1.5.0: {} - smol-toml@1.3.0: {} + smol-toml@1.3.1: {} snapdragon-node@2.1.1: dependencies: @@ -33323,7 +33210,7 @@ snapshots: dependencies: '@jridgewell/trace-mapping': 0.3.25 chokidar: 3.6.0 - fdir: 6.3.0(picomatch@4.0.2) + fdir: 6.4.2(picomatch@4.0.2) picocolors: 1.1.1 sade: 1.8.1 svelte: 4.2.19 @@ -33366,7 +33253,7 @@ snapshots: estree-walker: 3.0.3 is-reference: 3.0.2 locate-character: 3.0.0 - magic-string: 0.30.13 + magic-string: 0.30.17 periscopic: 3.1.0 symbol-observable@4.0.0: {} @@ -33603,14 +33490,17 @@ snapshots: tinyexec@0.3.1: {} + tinyglobby@0.2.10: + dependencies: + fdir: 6.4.2(picomatch@4.0.2) + picomatch: 4.0.2 + tinypool@1.0.0: {} tinyrainbow@1.2.0: {} tinyspy@3.0.0: {} - titleize@3.0.0: {} - tldts-core@6.1.64: {} tldts@6.1.64: @@ -33700,7 +33590,7 @@ snapshots: '@ts-morph/common': 0.22.0 code-block-writer: 12.0.0 - ts-pattern@5.5.0: {} + ts-pattern@5.6.0: {} tsconfck@3.1.4(typescript@5.7.2): optionalDependencies: @@ -33718,16 +33608,16 @@ snapshots: tslib@2.8.1: {} - tsup-preset-solid@2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)): + tsup-preset-solid@2.2.0(esbuild@0.24.0)(solid-js@1.9.3)(tsup@8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2)): dependencies: esbuild-plugin-solid: 0.5.0(esbuild@0.24.0)(solid-js@1.9.3) - tsup: 8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) + tsup: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) transitivePeerDependencies: - esbuild - solid-js - supports-color - tsup@8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2): + tsup@8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2): dependencies: bundle-require: 4.2.1(esbuild@0.19.12) cac: 6.7.14 @@ -33744,14 +33634,14 @@ snapshots: sucrase: 3.35.0 tree-kill: 1.2.2 optionalDependencies: - '@microsoft/api-extractor': 7.48.0(@types/node@22.9.3) + '@microsoft/api-extractor': 7.48.1(@types/node@22.9.3) postcss: 8.4.41 typescript: 5.7.2 transitivePeerDependencies: - supports-color - ts-node - tsup@8.0.2(@microsoft/api-extractor@7.48.0(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2): + tsup@8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2): dependencies: bundle-require: 4.2.1(esbuild@0.19.12) cac: 6.7.14 @@ -33768,7 +33658,7 @@ snapshots: sucrase: 3.35.0 tree-kill: 1.2.2 optionalDependencies: - '@microsoft/api-extractor': 7.48.0(@types/node@22.9.3) + '@microsoft/api-extractor': 7.48.1(@types/node@22.9.3) postcss: 8.4.49 typescript: 5.7.2 transitivePeerDependencies: @@ -33856,21 +33746,21 @@ snapshots: typedarray@0.0.6: {} - typedoc-plugin-frontmatter@1.0.0(typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.7.2))): + typedoc-plugin-frontmatter@1.1.2(typedoc-plugin-markdown@4.3.3(typedoc@0.27.5(typescript@5.7.2))): dependencies: - typedoc-plugin-markdown: 4.2.10(typedoc@0.26.11(typescript@5.7.2)) + typedoc-plugin-markdown: 4.3.3(typedoc@0.27.5(typescript@5.7.2)) yaml: 2.6.1 - typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.7.2)): + typedoc-plugin-markdown@4.3.3(typedoc@0.27.5(typescript@5.7.2)): dependencies: - typedoc: 0.26.11(typescript@5.7.2) + typedoc: 0.27.5(typescript@5.7.2) - typedoc@0.26.11(typescript@5.7.2): + typedoc@0.27.5(typescript@5.7.2): dependencies: + '@gerrit0/mini-shiki': 1.24.4 lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 - shiki: 1.23.1 typescript: 5.7.2 yaml: 2.6.1 @@ -33880,13 +33770,12 @@ snapshots: dependencies: semver: 7.6.3 - typescript-eslint@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): + typescript-eslint@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/parser': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/parser': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.7.2) eslint: 9.15.0(jiti@2.4.0) - optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color @@ -33930,7 +33819,7 @@ snapshots: dependencies: acorn: 8.14.0 estree-walker: 3.0.3 - magic-string: 0.30.13 + magic-string: 0.30.17 unplugin: 1.12.0 undici-types@5.28.4: {} @@ -33986,7 +33875,7 @@ snapshots: estree-walker: 3.0.3 fast-glob: 3.3.2 local-pkg: 0.5.1 - magic-string: 0.30.13 + magic-string: 0.30.17 mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 @@ -34115,8 +34004,6 @@ snapshots: transitivePeerDependencies: - uWebSockets.js - untildify@4.0.0: {} - untun@0.1.3: dependencies: citty: 0.1.6 @@ -34126,7 +34013,7 @@ snapshots: unwasm@0.3.9: dependencies: knitwork: 1.1.0 - magic-string: 0.30.13 + magic-string: 0.30.17 mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 @@ -34328,7 +34215,7 @@ snapshots: debug: 4.3.7 kolorist: 1.8.0 local-pkg: 0.5.1 - magic-string: 0.30.13 + magic-string: 0.30.17 typescript: 5.7.2 vue-tsc: 2.0.29(typescript@5.7.2) optionalDependencies: @@ -34342,21 +34229,6 @@ snapshots: dependencies: vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) - vite-plugin-inspect@0.7.42(rollup@4.27.4)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)): - dependencies: - '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - debug: 4.3.7 - error-stack-parser-es: 0.1.5 - fs-extra: 11.2.0 - open: 9.1.0 - picocolors: 1.1.1 - sirv: 2.0.4 - vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) - transitivePeerDependencies: - - rollup - - supports-color - vite-plugin-solid@2.10.2(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)): dependencies: '@babel/core': 7.26.0 @@ -34372,7 +34244,7 @@ snapshots: transitivePeerDependencies: - supports-color - vite-tsconfig-paths@5.0.1(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)): + vite-tsconfig-paths@5.1.4(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)): dependencies: debug: 4.3.7 globrex: 0.1.2 @@ -34439,7 +34311,7 @@ snapshots: optionalDependencies: vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) - vitefu@1.0.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)): + vitefu@1.0.4(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)): optionalDependencies: vite: 5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6) @@ -34455,7 +34327,7 @@ snapshots: chai: 5.1.1 debug: 4.3.7 execa: 8.0.1 - magic-string: 0.30.13 + magic-string: 0.30.17 pathe: 1.1.2 std-env: 3.7.0 tinybench: 2.8.0 @@ -34506,12 +34378,12 @@ snapshots: optionalDependencies: '@volar/language-service': 2.4.0-alpha.18 - volar-service-prettier@0.0.59(@volar/language-service@2.4.0-alpha.18)(prettier@3.3.3): + volar-service-prettier@0.0.59(@volar/language-service@2.4.0-alpha.18)(prettier@3.4.2): dependencies: vscode-uri: 3.0.8 optionalDependencies: '@volar/language-service': 2.4.0-alpha.18 - prettier: 3.3.3 + prettier: 3.4.2 volar-service-typescript-twoslash-queries@0.0.59(@volar/language-service@2.4.0-alpha.18): dependencies: From 18d81b96d56b1967eef657269c4fa253cb403e58 Mon Sep 17 00:00:00 2001 From: Pierre Spring Date: Mon, 23 Dec 2024 14:42:36 +0100 Subject: [PATCH 07/38] docs: Update infiniteQueryOptions.md (#8447) Fix copy/pasted typo. --- docs/framework/react/reference/infiniteQueryOptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/reference/infiniteQueryOptions.md b/docs/framework/react/reference/infiniteQueryOptions.md index c6680dd46f..5b0e9c34bb 100644 --- a/docs/framework/react/reference/infiniteQueryOptions.md +++ b/docs/framework/react/reference/infiniteQueryOptions.md @@ -12,7 +12,7 @@ infiniteQueryOptions({ **Options** -You can generally pass everything to `queryOptions` that you can also pass to [`useInfiniteQuery`](../useInfiniteQuery). Some options will have no effect when then forwarded to a function like `queryClient.prefetchInfiniteQuery`, but TypeScript will still be fine with those excess properties. +You can generally pass everything to `infiniteQueryOptions` that you can also pass to [`useInfiniteQuery`](../useInfiniteQuery). Some options will have no effect when then forwarded to a function like `queryClient.prefetchInfiniteQuery`, but TypeScript will still be fine with those excess properties. - `queryKey: QueryKey` - **Required** From 1e73d3a3ad245d2b17dd1d72b01d3841b11d3a01 Mon Sep 17 00:00:00 2001 From: Nick Lucas Date: Mon, 23 Dec 2024 16:42:26 +0000 Subject: [PATCH 08/38] fix(types): change symbol declarations (#8468) --- packages/query-core/src/types.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/query-core/src/types.ts b/packages/query-core/src/types.ts index ea43533811..ce139b04d9 100644 --- a/packages/query-core/src/types.ts +++ b/packages/query-core/src/types.ts @@ -42,9 +42,11 @@ export type DefaultError = Register extends { export type QueryKey = ReadonlyArray -export declare const dataTagSymbol: unique symbol -export declare const dataTagErrorSymbol: unique symbol -export declare const unsetMarker: unique symbol +export const dataTagSymbol = Symbol('dataTagSymbol') +export type dataTagSymbol = typeof dataTagSymbol +export const dataTagErrorSymbol = Symbol('dataTagErrorSymbol') +export type dataTagErrorSymbol = typeof dataTagErrorSymbol +export const unsetMarker = Symbol('unsetMarker') export type UnsetMarker = typeof unsetMarker export type AnyDataTag = { [dataTagSymbol]: any From e41ea5a5628d8b966efeaf7d6821e274778b71ea Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 23 Dec 2024 16:51:41 +0000 Subject: [PATCH 09/38] release: v5.62.9 --- examples/angular/auto-refetching/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/devtools-panel/package.json | 4 +- .../package.json | 2 +- examples/angular/pagination/package.json | 2 +- .../query-options-from-a-service/package.json | 2 +- examples/angular/router/package.json | 2 +- examples/angular/rxjs/package.json | 2 +- examples/angular/simple/package.json | 2 +- examples/react/algolia/package.json | 6 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 10 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 8 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- examples/solid/astro/package.json | 4 +- .../solid/basic-graphql-request/package.json | 4 +- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/simple/package.json | 6 +- .../solid/solid-start-streaming/package.json | 4 +- examples/svelte/auto-refetching/package.json | 4 +- examples/svelte/basic/package.json | 8 +- .../load-more-infinite-scroll/package.json | 4 +- .../svelte/optimistic-updates/package.json | 4 +- examples/svelte/playground/package.json | 4 +- examples/svelte/simple/package.json | 4 +- examples/svelte/ssr/package.json | 4 +- examples/svelte/star-wars/package.json | 4 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/2.7-basic/package.json | 2 +- examples/vue/basic/package.json | 4 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/nuxt3/package.json | 2 +- examples/vue/persister/package.json | 8 +- examples/vue/simple/package.json | 4 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- packages/eslint-plugin-query/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/query-core/package.json | 2 +- packages/query-devtools/package.json | 2 +- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- .../svelte-query-persist-client/package.json | 2 +- packages/svelte-query/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 211 +++++++++--------- 76 files changed, 235 insertions(+), 234 deletions(-) diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index 3b16550ed6..653801ffd6 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 235a5218b8..0cf8d5da48 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index 3992572bb6..6a21289d33 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-devtools-experimental": "^5.62.8", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-devtools-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index 4dec97f9ba..098181607f 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index aa52520787..58a1b52778 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index 5d2cb72885..9e8b7a6279 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index 9d95ef929a..4b572fce9e 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index 63920fec88..8051dcebb3 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -15,7 +15,7 @@ "@angular/forms": "19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index 6308fbfa1b..c0e03f39a4 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.8", + "@tanstack/angular-query-experimental": "^5.62.9", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 18768b895a..aeef45e598 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.62.1", + "@tanstack/eslint-plugin-query": "^5.62.9", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.3", diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index aca9556b2e..ba15e1a3dc 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index bade95e2fd..3760241d54 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 0826ae655d..3e6763f6ff 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,15 +9,15 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.8", - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", - "@tanstack/react-query-persist-client": "^5.62.8", + "@tanstack/query-sync-storage-persister": "^5.62.9", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query-persist-client": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.62.1", + "@tanstack/eslint-plugin-query": "^5.62.9", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.3", diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 528abe3d1a..2a68af024d 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index 51734ea8b5..aa2266c6f4 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 415f79ea1b..67edb16c7e 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 9d425bb674..29ea2b114f 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 5a332566de..2bc5e809a3 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 9289fd00bc..a65b25ea5c 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", - "@tanstack/react-query-next-experimental": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query-next-experimental": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 0db8276bac..0b3082ca56 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 3e9a3c6c46..abb924b582 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -8,11 +8,11 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.8", + "@tanstack/query-sync-storage-persister": "^5.62.9", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", - "@tanstack/react-query-persist-client": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query-persist-client": "^5.62.9", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 1f9248b811..5c8f5a3551 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index e98eee2868..1652486939 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index ccae9644af..147cada730 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index ab2b16b589..fd02d38b2c 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 68b6558f03..1d05442c39 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index b37d94fcea..ba6ced8138 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 0fb5b19660..b2444532e7 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 2fd56679cc..6b2d759741 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 8e2a67dc08..58b460bcee 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index c7d7e228a1..198a74d1fd 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 949e385ba0..02b6c0b23a 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 30dd0312e4..c7d045fd16 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-query-devtools": "^5.62.8", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-query-devtools": "^5.62.9", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index 8883771a27..bd392af643 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^4.4.4", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", - "@tanstack/solid-query": "^5.62.8", - "@tanstack/solid-query-devtools": "^5.62.8", + "@tanstack/solid-query": "^5.62.9", + "@tanstack/solid-query-devtools": "^5.62.9", "astro": "^4.16.18", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index dd4ee52a46..a657a38f68 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.8", - "@tanstack/solid-query-devtools": "^5.62.8", + "@tanstack/solid-query": "^5.62.9", + "@tanstack/solid-query-devtools": "^5.62.9", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.3" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 1836dbaba1..75d898b230 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.8", - "@tanstack/solid-query-devtools": "^5.62.8", + "@tanstack/solid-query": "^5.62.9", + "@tanstack/solid-query-devtools": "^5.62.9", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 48ae8c992f..6897b4918f 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.8", - "@tanstack/solid-query-devtools": "^5.62.8", + "@tanstack/solid-query": "^5.62.9", + "@tanstack/solid-query-devtools": "^5.62.9", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index d29fde3e77..4978bb13bd 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -9,12 +9,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.8", - "@tanstack/solid-query-devtools": "^5.62.8", + "@tanstack/solid-query": "^5.62.9", + "@tanstack/solid-query-devtools": "^5.62.9", "solid-js": "^1.9.3" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.62.1", + "@tanstack/eslint-plugin-query": "^5.62.9", "typescript": "5.7.2", "vite": "^5.3.5", "vite-plugin-solid": "^2.10.2" diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 5047af6dcb..486cf8a58b 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.2", "@solidjs/start": "^1.0.10", - "@tanstack/solid-query": "^5.62.8", - "@tanstack/solid-query-devtools": "^5.62.8", + "@tanstack/solid-query": "^5.62.9", + "@tanstack/solid-query-devtools": "^5.62.9", "solid-js": "^1.9.3", "vinxi": "^0.4.1" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index 8aebdc7829..68580992ff 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8" + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 6ea83feea8..017ffc068d 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -9,10 +9,10 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.8", - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8", - "@tanstack/svelte-query-persist-client": "^5.62.8" + "@tanstack/query-sync-storage-persister": "^5.62.9", + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9", + "@tanstack/svelte-query-persist-client": "^5.62.9" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index f9a8b9c2c7..1442202467 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8" + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index ebe3243ef1..b3861ce52f 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8" + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 4b38f75216..0aa83751d9 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8" + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index 9b3be7f03e..f72a8a97a6 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8" + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 9392f40982..452781f367 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8" + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 6477c32920..957afd28b0 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.8", - "@tanstack/svelte-query-devtools": "^5.62.8" + "@tanstack/svelte-query": "^5.62.9", + "@tanstack/svelte-query-devtools": "^5.62.9" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index 25d00b82af..c09385ae85 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -8,7 +8,7 @@ "_preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.8", + "@tanstack/vue-query": "^5.62.9", "@vue/composition-api": "1.7.2", "vue": "2.6.14", "vue-template-compiler": "2.6.14" diff --git a/examples/vue/2.7-basic/package.json b/examples/vue/2.7-basic/package.json index 1f8f4c398f..b612dce108 100644 --- a/examples/vue/2.7-basic/package.json +++ b/examples/vue/2.7-basic/package.json @@ -8,7 +8,7 @@ "_serve": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.8", + "@tanstack/vue-query": "^5.62.9", "vue": "2.7.16", "vue-template-compiler": "2.7.16" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index d32d9c1677..f18f233e09 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.8", - "@tanstack/vue-query-devtools": "^5.62.8", + "@tanstack/vue-query": "^5.62.9", + "@tanstack/vue-query-devtools": "^5.62.9", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 081ce3f1d1..1a09adb727 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.8", + "@tanstack/vue-query": "^5.62.9", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/nuxt3/package.json b/examples/vue/nuxt3/package.json index 03822dbe6d..a7ca1377e7 100644 --- a/examples/vue/nuxt3/package.json +++ b/examples/vue/nuxt3/package.json @@ -7,7 +7,7 @@ "_start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/vue-query": "^5.62.8" + "@tanstack/vue-query": "^5.62.9" }, "devDependencies": { "nuxt": "^3.12.4" diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 3c8d1b4b83..e2137ee501 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-core": "^5.62.8", - "@tanstack/query-persist-client-core": "^5.62.8", - "@tanstack/query-sync-storage-persister": "^5.62.8", - "@tanstack/vue-query": "^5.62.8", + "@tanstack/query-core": "^5.62.9", + "@tanstack/query-persist-client-core": "^5.62.9", + "@tanstack/query-sync-storage-persister": "^5.62.9", + "@tanstack/vue-query": "^5.62.9", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index ad610a0617..d4a7c5fa39 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.8", - "@tanstack/vue-query-devtools": "^5.62.8", + "@tanstack/vue-query": "^5.62.9", + "@tanstack/vue-query-devtools": "^5.62.9", "vue": "^3.4.27" }, "devDependencies": { diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index 842fbe6ba7..7102094bc7 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-devtools-experimental", - "version": "5.62.8", + "version": "5.62.9", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 91ac134ff0..9228d515bd 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.62.8", + "version": "5.62.9", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index 9e398d3f15..1406493ecb 100644 --- a/packages/eslint-plugin-query/package.json +++ b/packages/eslint-plugin-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/eslint-plugin-query", - "version": "5.62.1", + "version": "5.62.9", "description": "ESLint plugin for TanStack Query", "author": "Eliya Cohen", "license": "MIT", diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index 83f884abab..6f309ad546 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-async-storage-persister", - "version": "5.62.8", + "version": "5.62.9", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 5f25043790..456f9237a9 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-broadcast-client-experimental", - "version": "5.62.8", + "version": "5.62.9", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/package.json b/packages/query-core/package.json index dcc7f9e0d7..67a3672835 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.62.8", + "version": "5.62.9", "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index 136a2285fa..4cc48e540e 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-devtools", - "version": "5.61.4", + "version": "5.62.9", "description": "Developer tools to interact with and visualize the TanStack Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 2dcb55c149..7ae545d1cb 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-persist-client-core", - "version": "5.62.8", + "version": "5.62.9", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 71397d373d..80073d1f03 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-sync-storage-persister", - "version": "5.62.8", + "version": "5.62.9", "description": "A persister for synchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 31c8a5f89b..d06efa294a 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.8", + "version": "5.62.9", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 9b75658baa..ae26decdfa 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.8", + "version": "5.62.9", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index aac1b08fb8..bccdf6914f 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.8", + "version": "5.62.9", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 5fe07fd244..feae94ac26 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.8", + "version": "5.62.9", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 0b8e26b9ef..ac8ea82843 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.62.8", + "version": "5.62.9", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 562c7c9168..478d2c65cb 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.62.8", + "version": "5.62.9", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 6a0f89d156..a2a28a0d7a 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.62.8", + "version": "5.62.9", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index 7861a6ecee..f8d7a02e6b 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-devtools", - "version": "5.62.8", + "version": "5.62.9", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index 5cdaa7ac05..418b26ef3b 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-persist-client", - "version": "5.62.8", + "version": "5.62.9", "description": "Svelte bindings to work with persisters in TanStack/svelte-query", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 7d97cc0ce2..0d288698f6 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "5.62.8", + "version": "5.62.9", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index 4f502b6334..0d48c71ccb 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query-devtools", - "version": "5.62.8", + "version": "5.62.9", "description": "Developer tools to interact with and visualize the TanStack/vue-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 8ffddf7135..75b42c58bf 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.62.8", + "version": "5.62.9", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c699faf423..dbd788a96a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -183,7 +183,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -229,10 +229,10 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-devtools-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-devtools-experimental '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -275,7 +275,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -318,7 +318,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -364,7 +364,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -410,7 +410,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -456,7 +456,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -499,7 +499,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -543,7 +543,7 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.62.1 + specifier: ^5.62.9 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -592,16 +592,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -611,7 +611,7 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.62.1 + specifier: ^5.62.9 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -853,19 +853,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1331,10 +1331,10 @@ importers: specifier: ^7.8.2 version: 7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query-devtools astro: specifier: ^4.16.18 @@ -1352,10 +1352,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1374,10 +1374,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1402,10 +1402,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1424,17 +1424,17 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 version: 1.9.3 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.62.1 + specifier: ^5.62.9 version: link:../../../packages/eslint-plugin-query typescript: specifier: 5.7.2 @@ -1458,10 +1458,10 @@ importers: specifier: ^1.0.10 version: 1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1473,10 +1473,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1504,16 +1504,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/query-sync-storage-persister '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1541,10 +1541,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1572,10 +1572,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1603,10 +1603,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1634,10 +1634,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1662,10 +1662,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1693,10 +1693,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1733,10 +1733,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -1755,7 +1755,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -1774,16 +1774,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -1805,10 +1805,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.8 + specifier: ^5.62.9 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -9000,6 +9000,7 @@ packages: critters@0.0.24: resolution: {integrity: sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==} + deprecated: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at /~https://github.com/danielroe/beasties croner@8.1.0: resolution: {integrity: sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==} From ee628e1f9ee1e4cc448bdfd0a4e7e8a41b5ffc25 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Tue, 24 Dec 2024 02:30:07 +0900 Subject: [PATCH 10/38] chore(react-query): update devDeps (#8427) * chore(react-query): update devDeps * chore: reflect review --- .../react/nextjs-app-prefetching/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- integrations/react-next-15/package.json | 4 +- package.json | 8 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 6 +- pnpm-lock.yaml | 221 +++++++++++------- 9 files changed, 147 insertions(+), 106 deletions(-) diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 2bc5e809a3..dd1c3cdfe6 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -16,8 +16,8 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", "typescript": "5.7.2" } } diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 58b460bcee..497a3d79af 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -15,8 +15,8 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.3", "typescript": "5.7.2", "vite": "^5.3.5" diff --git a/integrations/react-next-15/package.json b/integrations/react-next-15/package.json index 5b11f1e0be..19a3eeb774 100644 --- a/integrations/react-next-15/package.json +++ b/integrations/react-next-15/package.json @@ -15,8 +15,8 @@ "tupleson": "0.23.1" }, "devDependencies": { - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", "typescript": "5.7.2" } } diff --git a/package.json b/package.json index 3b8463603f..0f3ebbf2f1 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "@testing-library/jest-dom": "^6.6.3", "@types/eslint": "^9.6.1", "@types/node": "^22.9.3", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", "@vitest/coverage-istanbul": "^2.0.4", "@vitest/eslint-plugin": "^1.1.16", "cpy-cli": "^5.0.0", @@ -76,8 +76,8 @@ }, "pnpm": { "overrides": { - "@types/react": "$@types/react", - "@types/react-dom": "$@types/react", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", "eslint": "$eslint" } } diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index d06efa294a..fec307cb17 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -81,7 +81,7 @@ "devDependencies": { "@tanstack/react-query": "workspace:*", "@testing-library/react": "^16.1.0", - "@types/react": "^19.0.0", + "@types/react": "^19.0.1", "@vitejs/plugin-react": "^4.3.3", "react": "^19.0.0" }, diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index ae26decdfa..638ad252eb 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -54,7 +54,7 @@ ], "devDependencies": { "@tanstack/react-query": "workspace:*", - "@types/react": "^19.0.0", + "@types/react": "^19.0.1", "@vitejs/plugin-react": "^4.3.3", "next": "^14.2.20", "react": "^19.0.0" diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index bccdf6914f..66274816d3 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -60,7 +60,7 @@ "devDependencies": { "@tanstack/react-query": "workspace:*", "@testing-library/react": "^16.1.0", - "@types/react": "^19.0.0", + "@types/react": "^19.0.1", "@vitejs/plugin-react": "^4.3.3", "react": "^19.0.0" }, diff --git a/packages/react-query/package.json b/packages/react-query/package.json index feae94ac26..28f8b61885 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -67,10 +67,10 @@ "@tanstack/query-persist-client-core": "workspace:*", "@testing-library/react": "^16.1.0", "@testing-library/react-render-stream": "^2.0.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.3", - "eslint-plugin-react-compiler": "19.0.0-beta-0dec889-20241115", + "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", "react": "^19.0.0", "react-dom": "^19.0.0", "react-error-boundary": "^4.1.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dbd788a96a..04a55fb055 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,8 +5,8 @@ settings: excludeLinksFromLockfile: false overrides: - '@types/react': ^19.0.0 - '@types/react-dom': ^19.0.0 + '@types/react': ^19.0.1 + '@types/react-dom': ^19.0.2 eslint: ^9.15.0 importers: @@ -35,10 +35,10 @@ importers: specifier: ^22.9.3 version: 22.9.3 '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) '@vitest/coverage-istanbul': specifier: ^2.0.4 @@ -546,10 +546,10 @@ importers: specifier: ^5.62.9 version: link:../../../packages/eslint-plugin-query '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 @@ -580,10 +580,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -614,10 +614,10 @@ importers: specifier: ^5.62.9 version: link:../../../packages/eslint-plugin-query '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 @@ -726,10 +726,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -757,10 +757,10 @@ importers: version: 9.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -785,10 +785,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -813,10 +813,10 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -844,7 +844,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 typescript: specifier: 5.7.2 @@ -909,10 +909,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -937,10 +937,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -965,10 +965,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -1018,10 +1018,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -1122,10 +1122,10 @@ importers: version: 1.2.0 devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) '@types/sort-by': specifier: ^1.2.3 @@ -1199,10 +1199,10 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 @@ -1886,10 +1886,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -1920,10 +1920,10 @@ importers: version: 0.23.1 devDependencies: '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) typescript: specifier: 5.7.2 @@ -2096,7 +2096,7 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: ^1.6.4 - version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.94.0(esbuild@0.19.12)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.94.0(esbuild@0.23.0))) + version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.96.1(esbuild@0.24.0)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.96.1(esbuild@0.24.0))) '@angular/core': specifier: ^19.1.0-next.0 version: 19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0) @@ -2111,7 +2111,7 @@ importers: version: 50.5.0(eslint@9.15.0(jiti@2.4.0)) tsup: specifier: 8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2) + version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -2130,7 +2130,7 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: ^1.6.4 - version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.96.1(esbuild@0.24.0)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.96.1(esbuild@0.24.0))) + version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.94.0(esbuild@0.19.12)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.94.0(esbuild@0.23.0))) '@angular/compiler': specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)) @@ -2151,7 +2151,7 @@ importers: version: 50.5.0(eslint@9.15.0(jiti@2.4.0)) tsup: specifier: 8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) + version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -2275,17 +2275,17 @@ importers: specifier: ^2.0.0 version: 2.0.0(@jest/globals@29.7.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(expect@29.7.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 + specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.1) '@vitejs/plugin-react': specifier: ^4.3.3 version: 4.3.3(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) eslint-plugin-react-compiler: - specifier: 19.0.0-beta-0dec889-20241115 - version: 19.0.0-beta-0dec889-20241115(eslint@9.15.0(jiti@2.4.0)) + specifier: 19.0.0-beta-df7b47d-20241124 + version: 19.0.0-beta-df7b47d-20241124(eslint@9.15.0(jiti@2.4.0)) react: specifier: ^19.0.0 version: 19.0.0 @@ -2309,7 +2309,7 @@ importers: specifier: ^16.1.0 version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@vitejs/plugin-react': specifier: ^4.3.3 @@ -2324,7 +2324,7 @@ importers: specifier: workspace:* version: link:../react-query '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@vitejs/plugin-react': specifier: ^4.3.3 @@ -2349,7 +2349,7 @@ importers: specifier: ^16.1.0 version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': - specifier: ^19.0.0 + specifier: ^19.0.1 version: 19.0.1 '@vitejs/plugin-react': specifier: ^4.3.3 @@ -3243,13 +3243,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-private-methods@7.18.6': - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2': resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} @@ -5257,67 +5250,79 @@ packages: resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} cpu: [arm64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-arm@1.0.5': resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} cpu: [arm] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-s390x@1.0.4': resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} cpu: [s390x] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-x64@1.0.4': resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} cpu: [x64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.0.4': resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} cpu: [arm64] os: [linux] + libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.0.4': resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} cpu: [x64] os: [linux] + libc: [musl] '@img/sharp-linux-arm64@0.33.5': resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [glibc] '@img/sharp-linux-arm@0.33.5': resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] + libc: [glibc] '@img/sharp-linux-s390x@0.33.5': resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] + libc: [glibc] '@img/sharp-linux-x64@0.33.5': resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [glibc] '@img/sharp-linuxmusl-arm64@0.33.5': resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [musl] '@img/sharp-linuxmusl-x64@0.33.5': resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [musl] '@img/sharp-wasm32@0.33.5': resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} @@ -5701,7 +5706,7 @@ packages: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 '@mui/material-pigment-css': ^6.1.8 - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -5718,7 +5723,7 @@ packages: resolution: {integrity: sha512-TuKl7msynCNCVvhX3c0ef1sF0Qb3VHcPs8XOGB/8bdOGBr/ynmIG1yTMjZeiFQXk8yN9fzK/FDEKMFxILNn3wg==} engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': @@ -5741,7 +5746,7 @@ packages: resolution: {integrity: sha512-i6x01fNV/pqHMZStP6N90vCq8I+z8FacIAjCdsH1dFyBqfQldhtrBHDHqEZ860jkwG5ER/EEmG7ug7nUf8xsJA==} engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': @@ -5753,7 +5758,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/react': @@ -5766,7 +5771,7 @@ packages: '@mui/types@7.2.19': resolution: {integrity: sha512-6XpZEM/Q3epK9RN8ENoXuygnqUQxE+siN/6rGRi2iwJPgBUR25mphYQ9ZI87plGh58YoZ5pp40bFvKYOCDJ3tA==} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 peerDependenciesMeta: '@types/react': optional: true @@ -5775,7 +5780,7 @@ packages: resolution: {integrity: sha512-O2DWb1kz8hiANVcR7Z4gOB3SvPPsSQGUmStpyBDzde6dJIfBzgV9PbEQOBZd3EBsd1pB+Uv1z5LAJAbymmawrA==} engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': @@ -5822,42 +5827,49 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-arm64-musl@1.0.1': resolution: {integrity: sha512-wG8fa2VKuWM4CfjOjjRX9YLIbysSVV1S3Kgm2Fnc67ap/soHBeYZa6AGMeR5BJAylYRjnoVOzV19Cmkco3QEPw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] '@napi-rs/nice-linux-ppc64-gnu@1.0.1': resolution: {integrity: sha512-lxQ9WrBf0IlNTCA9oS2jg/iAjQyTI6JHzABV664LLrLA/SIdD+I1i3Mjf7TsnoUbgopBcCuDztVLfJ0q9ubf6Q==} engines: {node: '>= 10'} cpu: [ppc64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-riscv64-gnu@1.0.1': resolution: {integrity: sha512-3xs69dO8WSWBb13KBVex+yvxmUeEsdWexxibqskzoKaWx9AIqkMbWmE2npkazJoopPKX2ULKd8Fm9veEn0g4Ig==} engines: {node: '>= 10'} cpu: [riscv64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-s390x-gnu@1.0.1': resolution: {integrity: sha512-lMFI3i9rlW7hgToyAzTaEybQYGbQHDrpRkg+1gJWEpH0PLAQoZ8jiY0IzakLfNWnVda1eTYYlxxFYzW8Rqczkg==} engines: {node: '>= 10'} cpu: [s390x] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-x64-gnu@1.0.1': resolution: {integrity: sha512-XQAJs7DRN2GpLN6Fb+ZdGFeYZDdGl2Fn3TmFlqEL5JorgWKrQGRUrpGKbgZ25UeZPILuTKJ+OowG2avN8mThBA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-x64-musl@1.0.1': resolution: {integrity: sha512-/rodHpRSgiI9o1faq9SZOp/o2QkKQg7T+DK0R5AkbnI/YxvAIEHf2cngjYzLMQSQgUhxym+LFr+UGZx4vK4QdQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] '@napi-rs/nice-win32-arm64-msvc@1.0.1': resolution: {integrity: sha512-rEcz9vZymaCB3OqEXoHnp9YViLct8ugF+6uO5McifTedjq4QMQs3DHz35xBEGhH3gJWEsXMUbzazkz5KNM5YUg==} @@ -5931,48 +5943,56 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] '@next/swc-linux-arm64-gnu@15.1.2': resolution: {integrity: sha512-fHHXBusURjBmN6VBUtu6/5s7cCeEkuGAb/ZZiGHBLVBXMBy4D5QpM8P33Or8JD1nlOjm/ZT9sEE5HouQ0F+hUA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] '@next/swc-linux-arm64-musl@14.2.21': resolution: {integrity: sha512-Ggfw5qnMXldscVntwnjfaQs5GbBbjioV4B4loP+bjqNEb42fzZlAaK+ldL0jm2CTJga9LynBMhekNfV8W4+HBw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] '@next/swc-linux-arm64-musl@15.1.2': resolution: {integrity: sha512-9CF1Pnivij7+M3G74lxr+e9h6o2YNIe7QtExWq1KUK4hsOLTBv6FJikEwCaC3NeYTflzrm69E5UfwEAbV2U9/g==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] '@next/swc-linux-x64-gnu@14.2.21': resolution: {integrity: sha512-uokj0lubN1WoSa5KKdThVPRffGyiWlm/vCc/cMkWOQHw69Qt0X1o3b2PyLLx8ANqlefILZh1EdfLRz9gVpG6tg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] '@next/swc-linux-x64-gnu@15.1.2': resolution: {integrity: sha512-tINV7WmcTUf4oM/eN3Yuu/f8jQ5C6AkueZPKeALs/qfdfX57eNv4Ij7rt0SA6iZ8+fMobVfcFVv664Op0caCCg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] '@next/swc-linux-x64-musl@14.2.21': resolution: {integrity: sha512-iAEBPzWNbciah4+0yI4s7Pce6BIoxTQ0AGCkxn/UBuzJFkYyJt71MadYQkjPqCQCJAFQ26sYh7MOKdU+VQFgPg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] '@next/swc-linux-x64-musl@15.1.2': resolution: {integrity: sha512-jf2IseC4WRsGkzeUw/cK3wci9pxR53GlLAt30+y+B+2qAQxMw6WAC3QrANIKxkcoPU3JFh/10uFfmoMDF9JXKg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] '@next/swc-win32-arm64-msvc@14.2.21': resolution: {integrity: sha512-plykgB3vL2hB4Z32W3ktsfqyuyGAPxqwiyrAi2Mr8LlEUhNn9VgkiAl5hODSBpzIfWweX3er1f5uNpGDygfQVQ==} @@ -6135,24 +6155,28 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] '@nx/nx-linux-arm64-musl@20.1.3': resolution: {integrity: sha512-lKAvR9jNyx/qvk3UZGYNJAoK5mkZc+rDD4gA23tOGYPjNrWHJEgbWycCk5A9tQ4QX4CskCNmkgQx0lOMdLeXsw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] '@nx/nx-linux-x64-gnu@20.1.3': resolution: {integrity: sha512-RKNm7RnTgCSl2HstDb/qMKO9r8o81EUe+UZB5fgjNR89PB757iHUX30kM0xbkiRZui1vIkMAvWcNsidxBnGGfg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] '@nx/nx-linux-x64-musl@20.1.3': resolution: {integrity: sha512-aCXEWt1WQDPLzgp5I+NfqaP0y4ZKi2aauZMnSO6KE54MnZmvB+B4HQMZvqHM3dfU0jluvLRBmVIPLeTHiCccrw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] '@nx/nx-win32-arm64-msvc@20.1.3': resolution: {integrity: sha512-625rRYFfoCTu73bjDZ+jOLU0lvEN2heiiUGlErc6GchfcWuIcZy16oyYQzZX69UQqryGkkZVTaoyMXhGS5p7Tg==} @@ -6207,36 +6231,42 @@ packages: engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] + libc: [glibc] '@parcel/watcher-linux-arm-musl@2.5.0': resolution: {integrity: sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] + libc: [musl] '@parcel/watcher-linux-arm64-glibc@2.5.0': resolution: {integrity: sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] + libc: [glibc] '@parcel/watcher-linux-arm64-musl@2.5.0': resolution: {integrity: sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] + libc: [musl] '@parcel/watcher-linux-x64-glibc@2.5.0': resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] + libc: [glibc] '@parcel/watcher-linux-x64-musl@2.5.0': resolution: {integrity: sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] + libc: [musl] '@parcel/watcher-wasm@2.3.0': resolution: {integrity: sha512-ejBAX8H0ZGsD8lSICDNyMbSEtPMWgDL0WFCt/0z7hyf5v8Imz4rAM8xY379mBsECkq/Wdqa5WEDLqtjZ+6NxfA==} @@ -6361,7 +6391,7 @@ packages: resolution: {integrity: sha512-wTGv9pVh3vAOWb29xFm+J9VRe9dUcUcb9FyaMLT/Hxa88W4wqa5ZMe1V9UvrrBiA1G5DKjv8/1ZcDsJhyugVKA==} engines: {node: '>=18'} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: '*' react-native: '*' peerDependenciesMeta: @@ -6564,136 +6594,163 @@ packages: resolution: {integrity: sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-gnueabihf@4.26.0': resolution: {integrity: sha512-paHF1bMXKDuizaMODm2bBTjRiHxESWiIyIdMugKeLnjuS1TCS54MF5+Y5Dx8Ui/1RBPVRE09i5OUlaLnv8OGnA==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-gnueabihf@4.27.4': resolution: {integrity: sha512-9OwUnK/xKw6DyRlgx8UizeqRFOfi9mf5TYCw1uolDaJSbUmBxP85DE6T4ouCMoN6pXw8ZoTeZCSEfSaYo+/s1w==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.22.4': resolution: {integrity: sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm-musleabihf@4.26.0': resolution: {integrity: sha512-cwxiHZU1GAs+TMxvgPfUDtVZjdBdTsQwVnNlzRXC5QzIJ6nhfB4I1ahKoe9yPmoaA/Vhf7m9dB1chGPpDRdGXg==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm-musleabihf@4.27.4': resolution: {integrity: sha512-Vgdo4fpuphS9V24WOV+KwkCVJ72u7idTgQaBoLRD0UxBAWTF9GWurJO9YD9yh00BzbkhpeXtm6na+MvJU7Z73A==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.22.4': resolution: {integrity: sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-gnu@4.26.0': resolution: {integrity: sha512-4daeEUQutGRCW/9zEo8JtdAgtJ1q2g5oHaoQaZbMSKaIWKDQwQ3Yx0/3jJNmpzrsScIPtx/V+1AfibLisb3AMQ==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-gnu@4.27.4': resolution: {integrity: sha512-pleyNgyd1kkBkw2kOqlBx+0atfIIkkExOTiifoODo6qKDSpnc6WzUY5RhHdmTdIJXBdSnh6JknnYTtmQyobrVg==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.22.4': resolution: {integrity: sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-musl@4.26.0': resolution: {integrity: sha512-eGkX7zzkNxvvS05ROzJ/cO/AKqNvR/7t1jA3VZDi2vRniLKwAWxUr85fH3NsvtxU5vnUUKFHKh8flIBdlo2b3Q==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-musl@4.27.4': resolution: {integrity: sha512-caluiUXvUuVyCHr5DxL8ohaaFFzPGmgmMvwmqAITMpV/Q+tPoaHZ/PWa3t8B2WyoRcIIuu1hkaW5KkeTDNSnMA==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': resolution: {integrity: sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-powerpc64le-gnu@4.26.0': resolution: {integrity: sha512-Odp/lgHbW/mAqw/pU21goo5ruWsytP7/HCC/liOt0zcGG0llYWKrd10k9Fj0pdj3prQ63N5yQLCLiE7HTX+MYw==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-powerpc64le-gnu@4.27.4': resolution: {integrity: sha512-FScrpHrO60hARyHh7s1zHE97u0KlT/RECzCKAdmI+LEoC1eDh/RDji9JgFqyO+wPDb86Oa/sXkily1+oi4FzJQ==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.22.4': resolution: {integrity: sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.26.0': resolution: {integrity: sha512-MBR2ZhCTzUgVD0OJdTzNeF4+zsVogIR1U/FsyuFerwcqjZGvg2nYe24SAHp8O5sN8ZkRVbHwlYeHqcSQ8tcYew==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.27.4': resolution: {integrity: sha512-qyyprhyGb7+RBfMPeww9FlHwKkCXdKHeGgSqmIXw9VSUtvyFZ6WZRtnxgbuz76FK7LyoN8t/eINRbPUcvXB5fw==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.22.4': resolution: {integrity: sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.26.0': resolution: {integrity: sha512-YYcg8MkbN17fMbRMZuxwmxWqsmQufh3ZJFxFGoHjrE7bv0X+T6l3glcdzd7IKLiwhT+PZOJCblpnNlz1/C3kGQ==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.27.4': resolution: {integrity: sha512-PFz+y2kb6tbh7m3A7nA9++eInGcDVZUACulf/KzDtovvdTizHpZaJty7Gp0lFwSQcrnebHOqxF1MaKZd7psVRg==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.22.4': resolution: {integrity: sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.26.0': resolution: {integrity: sha512-ZuwpfjCwjPkAOxpjAEjabg6LRSfL7cAJb6gSQGZYjGhadlzKKywDkCUnJ+KEfrNY1jH5EEoSIKLCb572jSiglA==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.27.4': resolution: {integrity: sha512-Ni8mMtfo+o/G7DVtweXXV/Ol2TFf63KYjTtoZ5f078AUgJTmaIJnj4JFU7TK/9SVWTaSJGxPi5zMDgK4w+Ez7Q==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.22.4': resolution: {integrity: sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-linux-x64-musl@4.26.0': resolution: {integrity: sha512-+HJD2lFS86qkeF8kNu0kALtifMpPCZU80HvwztIKnYwym3KnA1os6nsX4BGSTLtS2QVAGG1P3guRgsYyMA0Yhg==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-linux-x64-musl@4.27.4': resolution: {integrity: sha512-5AeeAF1PB9TUzD+3cROzFTnAJAcVUGLuR8ng0E0WXGkYhp6RD6L+6szYVX+64Rs0r72019KHZS1ka1q+zU/wUw==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.22.4': resolution: {integrity: sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==} @@ -7060,8 +7117,8 @@ packages: engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': ^19.0.0 - '@types/react-dom': ^19.0.0 + '@types/react': ^19.0.1 + '@types/react-dom': ^19.0.2 react: ^18.0.0 || ^19.0.0 react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -7242,7 +7299,7 @@ packages: '@types/react-dom@19.0.2': resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 '@types/react-transition-group@4.4.11': resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} @@ -9704,8 +9761,8 @@ packages: peerDependencies: eslint: ^9.15.0 - eslint-plugin-react-compiler@19.0.0-beta-0dec889-20241115: - resolution: {integrity: sha512-jTjEHuE8/R6qD/CD2d+5YvWMy1q9/tX3kft4WDyg42/HktjHtHXrEToyZ6THEQf8t/YWMY1RGeCkykePbACtFA==} + eslint-plugin-react-compiler@19.0.0-beta-df7b47d-20241124: + resolution: {integrity: sha512-82PfnllC8jP/68KdLAbpWuYTcfmtGLzkqy2IW85WopKMTr+4rdQpp+lfliQ/QE79wWrv/dRoADrk3Pdhq25nTw==} engines: {node: ^14.17.0 || ^16.0.0 || >= 18.0.0} peerDependencies: eslint: ^9.15.0 @@ -10613,9 +10670,6 @@ packages: headers-polyfill@4.0.3: resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==} - hermes-estree@0.20.1: - resolution: {integrity: sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg==} - hermes-estree@0.23.1: resolution: {integrity: sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==} @@ -10625,9 +10679,6 @@ packages: hermes-estree@0.25.1: resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==} - hermes-parser@0.20.1: - resolution: {integrity: sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA==} - hermes-parser@0.23.1: resolution: {integrity: sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA==} @@ -11686,24 +11737,28 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + libc: [glibc] lightningcss-linux-arm64-musl@1.27.0: resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + libc: [musl] lightningcss-linux-x64-gnu@1.27.0: resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + libc: [glibc] lightningcss-linux-x64-musl@1.27.0: resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + libc: [musl] lightningcss-win32-arm64-msvc@1.27.0: resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==} @@ -13714,7 +13769,7 @@ packages: engines: {node: '>=18'} hasBin: true peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: ^18.2.0 peerDependenciesMeta: '@types/react': @@ -13880,7 +13935,7 @@ packages: rehackt@0.1.0: resolution: {integrity: sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.0.1 react: '*' peerDependenciesMeta: '@types/react': @@ -17955,14 +18010,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.25.9 - transitivePeerDependencies: - - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.0)': dependencies: '@babel/core': 7.24.0 @@ -26500,13 +26547,13 @@ snapshots: minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-react-compiler@19.0.0-beta-0dec889-20241115(eslint@9.15.0(jiti@2.4.0)): + eslint-plugin-react-compiler@19.0.0-beta-df7b47d-20241124(eslint@9.15.0(jiti@2.4.0)): dependencies: '@babel/core': 7.26.0 '@babel/parser': 7.26.2 - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.0) + '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.0) eslint: 9.15.0(jiti@2.4.0) - hermes-parser: 0.20.1 + hermes-parser: 0.25.1 zod: 3.23.8 zod-validation-error: 3.3.0(zod@3.23.8) transitivePeerDependencies: @@ -27754,18 +27801,12 @@ snapshots: headers-polyfill@4.0.3: {} - hermes-estree@0.20.1: {} - hermes-estree@0.23.1: {} hermes-estree@0.24.0: {} hermes-estree@0.25.1: {} - hermes-parser@0.20.1: - dependencies: - hermes-estree: 0.20.1 - hermes-parser@0.23.1: dependencies: hermes-estree: 0.23.1 From 3bc3147703104315e4e696098380f5e5b682c169 Mon Sep 17 00:00:00 2001 From: Muhammad Ilham Mubarak Date: Tue, 24 Dec 2024 18:15:32 +0700 Subject: [PATCH 11/38] docs(contributing): update pnpm version (#8473) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da8fd33dac..9b2a3fbb32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ If you have been assigned to fix an issue or develop a new feature, please follo pnpm install ``` - - We use [pnpm](https://pnpm.io/) v8 for package management (run in case of pnpm-related issues). + - We use [pnpm](https://pnpm.io/) v9 for package management (run in case of pnpm-related issues). ```bash corepack enable && corepack prepare From 287848b528a608f8f88e7b925bff69b04a2347e2 Mon Sep 17 00:00:00 2001 From: Muhammad Ilham Mubarak Date: Tue, 24 Dec 2024 19:02:12 +0700 Subject: [PATCH 12/38] fix(solid-query): solid query options default error type (#8472) --- packages/solid-query/src/queryOptions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/solid-query/src/queryOptions.ts b/packages/solid-query/src/queryOptions.ts index 50c7d81151..8663883b75 100644 --- a/packages/solid-query/src/queryOptions.ts +++ b/packages/solid-query/src/queryOptions.ts @@ -25,7 +25,7 @@ export type DefinedInitialDataOptions< export function queryOptions< TQueryFnData = unknown, - TError = unknown, + TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TOptions extends ReturnType< @@ -45,7 +45,7 @@ export function queryOptions< export function queryOptions< TQueryFnData = unknown, - TError = unknown, + TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TOptions extends ReturnType< From 4f90639610fdbd2135f5f726b123dd918682ff92 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 24 Dec 2024 12:05:31 +0000 Subject: [PATCH 13/38] release: v5.62.10 --- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 6 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 6 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- examples/solid/astro/package.json | 4 +- .../solid/basic-graphql-request/package.json | 4 +- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/simple/package.json | 4 +- .../solid/solid-start-streaming/package.json | 4 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- pnpm-lock.yaml | 202 ++++++------------ 38 files changed, 137 insertions(+), 205 deletions(-) diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index aeef45e598..dc570c56c6 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index ba15e1a3dc..2ed24497cc 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 3760241d54..da1742f31f 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 3e6763f6ff..0cb242103c 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.9", - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", - "@tanstack/react-query-persist-client": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query-persist-client": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 2a68af024d..143e6ca4bb 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index aa2266c6f4..3df51c07b8 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 67edb16c7e..0bbc4206e1 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 29ea2b114f..9161ca235f 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index dd1c3cdfe6..3199ee174c 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index a65b25ea5c..85ddf13f42 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", - "@tanstack/react-query-next-experimental": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query-next-experimental": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 0b3082ca56..4fb787956b 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index abb924b582..0f39dc4881 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -10,9 +10,9 @@ "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.9", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", - "@tanstack/react-query-persist-client": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query-persist-client": "^5.62.10", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 5c8f5a3551..c32093de40 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 1652486939..4f93ba695f 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 147cada730..43d3352d6b 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index fd02d38b2c..c39f7825d6 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 1d05442c39..829787b5ef 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index ba6ced8138..fb68765616 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index b2444532e7..dd4fed9431 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 6b2d759741..9c32680626 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 497a3d79af..31d4757ac6 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index 198a74d1fd..cf42ab2166 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 02b6c0b23a..b5fb34fa92 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index c7d045fd16..b267b69f2a 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.9", - "@tanstack/react-query-devtools": "^5.62.9", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-query-devtools": "^5.62.10", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index bd392af643..77b130f141 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^4.4.4", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", - "@tanstack/solid-query": "^5.62.9", - "@tanstack/solid-query-devtools": "^5.62.9", + "@tanstack/solid-query": "^5.62.10", + "@tanstack/solid-query-devtools": "^5.62.10", "astro": "^4.16.18", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index a657a38f68..fb8ef0a5a2 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.9", - "@tanstack/solid-query-devtools": "^5.62.9", + "@tanstack/solid-query": "^5.62.10", + "@tanstack/solid-query-devtools": "^5.62.10", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.3" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 75d898b230..574b27bdf9 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.9", - "@tanstack/solid-query-devtools": "^5.62.9", + "@tanstack/solid-query": "^5.62.10", + "@tanstack/solid-query-devtools": "^5.62.10", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 6897b4918f..e77c1facff 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.9", - "@tanstack/solid-query-devtools": "^5.62.9", + "@tanstack/solid-query": "^5.62.10", + "@tanstack/solid-query-devtools": "^5.62.10", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index 4978bb13bd..16d586247a 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.9", - "@tanstack/solid-query-devtools": "^5.62.9", + "@tanstack/solid-query": "^5.62.10", + "@tanstack/solid-query-devtools": "^5.62.10", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 486cf8a58b..ee5cc4ebff 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.2", "@solidjs/start": "^1.0.10", - "@tanstack/solid-query": "^5.62.9", - "@tanstack/solid-query-devtools": "^5.62.9", + "@tanstack/solid-query": "^5.62.10", + "@tanstack/solid-query-devtools": "^5.62.10", "solid-js": "^1.9.3", "vinxi": "^0.4.1" }, diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index fec307cb17..8149e9dec7 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.9", + "version": "5.62.10", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 638ad252eb..73ad81fb70 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.9", + "version": "5.62.10", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 66274816d3..03c09704ae 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.9", + "version": "5.62.10", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 28f8b61885..ef7e3767a1 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.9", + "version": "5.62.10", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index ac8ea82843..c98fd1f228 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.62.9", + "version": "5.62.10", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 478d2c65cb..6ff53cc8b1 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.62.9", + "version": "5.62.10", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index a2a28a0d7a..18d92ebcbb 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.62.9", + "version": "5.62.10", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 04a55fb055..f77bafa716 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -595,13 +595,13 @@ importers: specifier: ^5.62.9 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -859,13 +859,13 @@ importers: specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1331,10 +1331,10 @@ importers: specifier: ^7.8.2 version: 7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query-devtools astro: specifier: ^4.16.18 @@ -1352,10 +1352,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1374,10 +1374,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1402,10 +1402,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1424,10 +1424,10 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1458,10 +1458,10 @@ importers: specifier: ^1.0.10 version: 1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.10 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -2096,7 +2096,7 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: ^1.6.4 - version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.96.1(esbuild@0.24.0)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.96.1(esbuild@0.24.0))) + version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.94.0(esbuild@0.19.12)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.94.0(esbuild@0.23.0))) '@angular/core': specifier: ^19.1.0-next.0 version: 19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0) @@ -2111,7 +2111,7 @@ importers: version: 50.5.0(eslint@9.15.0(jiti@2.4.0)) tsup: specifier: 8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) + version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -2130,7 +2130,7 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: ^1.6.4 - version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.94.0(esbuild@0.19.12)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.94.0(esbuild@0.23.0))) + version: 1.6.4(@angular-devkit/build-angular@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(@types/node@22.9.3)(chokidar@3.6.0)(html-webpack-plugin@5.6.3(webpack@5.96.1(esbuild@0.24.0)))(lightningcss@1.27.0)(tailwindcss@3.4.7)(typescript@5.7.2))(@ngtools/webpack@18.2.12(@angular/compiler-cli@19.1.0-next.0(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.2))(typescript@5.7.2)(webpack@5.96.1(esbuild@0.24.0))) '@angular/compiler': specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)) @@ -2151,7 +2151,7 @@ importers: version: 50.5.0(eslint@9.15.0(jiti@2.4.0)) tsup: specifier: 8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.41)(typescript@5.7.2) + version: 8.0.2(@microsoft/api-extractor@7.48.1(@types/node@22.9.3))(postcss@8.4.49)(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -5250,79 +5250,67 @@ packages: resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-arm@1.0.5': resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-s390x@1.0.4': resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-x64@1.0.4': resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.0.4': resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.0.4': resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-linux-arm64@0.33.5': resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-linux-arm@0.33.5': resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-linux-s390x@0.33.5': resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-linux-x64@0.33.5': resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-linuxmusl-arm64@0.33.5': resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-linuxmusl-x64@0.33.5': resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-wasm32@0.33.5': resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} @@ -5827,49 +5815,42 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@napi-rs/nice-linux-arm64-musl@1.0.1': resolution: {integrity: sha512-wG8fa2VKuWM4CfjOjjRX9YLIbysSVV1S3Kgm2Fnc67ap/soHBeYZa6AGMeR5BJAylYRjnoVOzV19Cmkco3QEPw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@napi-rs/nice-linux-ppc64-gnu@1.0.1': resolution: {integrity: sha512-lxQ9WrBf0IlNTCA9oS2jg/iAjQyTI6JHzABV664LLrLA/SIdD+I1i3Mjf7TsnoUbgopBcCuDztVLfJ0q9ubf6Q==} engines: {node: '>= 10'} cpu: [ppc64] os: [linux] - libc: [glibc] '@napi-rs/nice-linux-riscv64-gnu@1.0.1': resolution: {integrity: sha512-3xs69dO8WSWBb13KBVex+yvxmUeEsdWexxibqskzoKaWx9AIqkMbWmE2npkazJoopPKX2ULKd8Fm9veEn0g4Ig==} engines: {node: '>= 10'} cpu: [riscv64] os: [linux] - libc: [glibc] '@napi-rs/nice-linux-s390x-gnu@1.0.1': resolution: {integrity: sha512-lMFI3i9rlW7hgToyAzTaEybQYGbQHDrpRkg+1gJWEpH0PLAQoZ8jiY0IzakLfNWnVda1eTYYlxxFYzW8Rqczkg==} engines: {node: '>= 10'} cpu: [s390x] os: [linux] - libc: [glibc] '@napi-rs/nice-linux-x64-gnu@1.0.1': resolution: {integrity: sha512-XQAJs7DRN2GpLN6Fb+ZdGFeYZDdGl2Fn3TmFlqEL5JorgWKrQGRUrpGKbgZ25UeZPILuTKJ+OowG2avN8mThBA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@napi-rs/nice-linux-x64-musl@1.0.1': resolution: {integrity: sha512-/rodHpRSgiI9o1faq9SZOp/o2QkKQg7T+DK0R5AkbnI/YxvAIEHf2cngjYzLMQSQgUhxym+LFr+UGZx4vK4QdQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@napi-rs/nice-win32-arm64-msvc@1.0.1': resolution: {integrity: sha512-rEcz9vZymaCB3OqEXoHnp9YViLct8ugF+6uO5McifTedjq4QMQs3DHz35xBEGhH3gJWEsXMUbzazkz5KNM5YUg==} @@ -5943,56 +5924,48 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@next/swc-linux-arm64-gnu@15.1.2': resolution: {integrity: sha512-fHHXBusURjBmN6VBUtu6/5s7cCeEkuGAb/ZZiGHBLVBXMBy4D5QpM8P33Or8JD1nlOjm/ZT9sEE5HouQ0F+hUA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@next/swc-linux-arm64-musl@14.2.21': resolution: {integrity: sha512-Ggfw5qnMXldscVntwnjfaQs5GbBbjioV4B4loP+bjqNEb42fzZlAaK+ldL0jm2CTJga9LynBMhekNfV8W4+HBw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@next/swc-linux-arm64-musl@15.1.2': resolution: {integrity: sha512-9CF1Pnivij7+M3G74lxr+e9h6o2YNIe7QtExWq1KUK4hsOLTBv6FJikEwCaC3NeYTflzrm69E5UfwEAbV2U9/g==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@next/swc-linux-x64-gnu@14.2.21': resolution: {integrity: sha512-uokj0lubN1WoSa5KKdThVPRffGyiWlm/vCc/cMkWOQHw69Qt0X1o3b2PyLLx8ANqlefILZh1EdfLRz9gVpG6tg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@next/swc-linux-x64-gnu@15.1.2': resolution: {integrity: sha512-tINV7WmcTUf4oM/eN3Yuu/f8jQ5C6AkueZPKeALs/qfdfX57eNv4Ij7rt0SA6iZ8+fMobVfcFVv664Op0caCCg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@next/swc-linux-x64-musl@14.2.21': resolution: {integrity: sha512-iAEBPzWNbciah4+0yI4s7Pce6BIoxTQ0AGCkxn/UBuzJFkYyJt71MadYQkjPqCQCJAFQ26sYh7MOKdU+VQFgPg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@next/swc-linux-x64-musl@15.1.2': resolution: {integrity: sha512-jf2IseC4WRsGkzeUw/cK3wci9pxR53GlLAt30+y+B+2qAQxMw6WAC3QrANIKxkcoPU3JFh/10uFfmoMDF9JXKg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@next/swc-win32-arm64-msvc@14.2.21': resolution: {integrity: sha512-plykgB3vL2hB4Z32W3ktsfqyuyGAPxqwiyrAi2Mr8LlEUhNn9VgkiAl5hODSBpzIfWweX3er1f5uNpGDygfQVQ==} @@ -6155,28 +6128,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@nx/nx-linux-arm64-musl@20.1.3': resolution: {integrity: sha512-lKAvR9jNyx/qvk3UZGYNJAoK5mkZc+rDD4gA23tOGYPjNrWHJEgbWycCk5A9tQ4QX4CskCNmkgQx0lOMdLeXsw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@nx/nx-linux-x64-gnu@20.1.3': resolution: {integrity: sha512-RKNm7RnTgCSl2HstDb/qMKO9r8o81EUe+UZB5fgjNR89PB757iHUX30kM0xbkiRZui1vIkMAvWcNsidxBnGGfg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@nx/nx-linux-x64-musl@20.1.3': resolution: {integrity: sha512-aCXEWt1WQDPLzgp5I+NfqaP0y4ZKi2aauZMnSO6KE54MnZmvB+B4HQMZvqHM3dfU0jluvLRBmVIPLeTHiCccrw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@nx/nx-win32-arm64-msvc@20.1.3': resolution: {integrity: sha512-625rRYFfoCTu73bjDZ+jOLU0lvEN2heiiUGlErc6GchfcWuIcZy16oyYQzZX69UQqryGkkZVTaoyMXhGS5p7Tg==} @@ -6231,42 +6200,36 @@ packages: engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm-musl@2.5.0': resolution: {integrity: sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [musl] '@parcel/watcher-linux-arm64-glibc@2.5.0': resolution: {integrity: sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm64-musl@2.5.0': resolution: {integrity: sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [musl] '@parcel/watcher-linux-x64-glibc@2.5.0': resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-x64-musl@2.5.0': resolution: {integrity: sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [musl] '@parcel/watcher-wasm@2.3.0': resolution: {integrity: sha512-ejBAX8H0ZGsD8lSICDNyMbSEtPMWgDL0WFCt/0z7hyf5v8Imz4rAM8xY379mBsECkq/Wdqa5WEDLqtjZ+6NxfA==} @@ -6594,163 +6557,136 @@ packages: resolution: {integrity: sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-gnueabihf@4.26.0': resolution: {integrity: sha512-paHF1bMXKDuizaMODm2bBTjRiHxESWiIyIdMugKeLnjuS1TCS54MF5+Y5Dx8Ui/1RBPVRE09i5OUlaLnv8OGnA==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-gnueabihf@4.27.4': resolution: {integrity: sha512-9OwUnK/xKw6DyRlgx8UizeqRFOfi9mf5TYCw1uolDaJSbUmBxP85DE6T4ouCMoN6pXw8ZoTeZCSEfSaYo+/s1w==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.22.4': resolution: {integrity: sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm-musleabihf@4.26.0': resolution: {integrity: sha512-cwxiHZU1GAs+TMxvgPfUDtVZjdBdTsQwVnNlzRXC5QzIJ6nhfB4I1ahKoe9yPmoaA/Vhf7m9dB1chGPpDRdGXg==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm-musleabihf@4.27.4': resolution: {integrity: sha512-Vgdo4fpuphS9V24WOV+KwkCVJ72u7idTgQaBoLRD0UxBAWTF9GWurJO9YD9yh00BzbkhpeXtm6na+MvJU7Z73A==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.22.4': resolution: {integrity: sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-gnu@4.26.0': resolution: {integrity: sha512-4daeEUQutGRCW/9zEo8JtdAgtJ1q2g5oHaoQaZbMSKaIWKDQwQ3Yx0/3jJNmpzrsScIPtx/V+1AfibLisb3AMQ==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-gnu@4.27.4': resolution: {integrity: sha512-pleyNgyd1kkBkw2kOqlBx+0atfIIkkExOTiifoODo6qKDSpnc6WzUY5RhHdmTdIJXBdSnh6JknnYTtmQyobrVg==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.22.4': resolution: {integrity: sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-musl@4.26.0': resolution: {integrity: sha512-eGkX7zzkNxvvS05ROzJ/cO/AKqNvR/7t1jA3VZDi2vRniLKwAWxUr85fH3NsvtxU5vnUUKFHKh8flIBdlo2b3Q==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-musl@4.27.4': resolution: {integrity: sha512-caluiUXvUuVyCHr5DxL8ohaaFFzPGmgmMvwmqAITMpV/Q+tPoaHZ/PWa3t8B2WyoRcIIuu1hkaW5KkeTDNSnMA==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': resolution: {integrity: sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-powerpc64le-gnu@4.26.0': resolution: {integrity: sha512-Odp/lgHbW/mAqw/pU21goo5ruWsytP7/HCC/liOt0zcGG0llYWKrd10k9Fj0pdj3prQ63N5yQLCLiE7HTX+MYw==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-powerpc64le-gnu@4.27.4': resolution: {integrity: sha512-FScrpHrO60hARyHh7s1zHE97u0KlT/RECzCKAdmI+LEoC1eDh/RDji9JgFqyO+wPDb86Oa/sXkily1+oi4FzJQ==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.22.4': resolution: {integrity: sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.26.0': resolution: {integrity: sha512-MBR2ZhCTzUgVD0OJdTzNeF4+zsVogIR1U/FsyuFerwcqjZGvg2nYe24SAHp8O5sN8ZkRVbHwlYeHqcSQ8tcYew==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.27.4': resolution: {integrity: sha512-qyyprhyGb7+RBfMPeww9FlHwKkCXdKHeGgSqmIXw9VSUtvyFZ6WZRtnxgbuz76FK7LyoN8t/eINRbPUcvXB5fw==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.22.4': resolution: {integrity: sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.26.0': resolution: {integrity: sha512-YYcg8MkbN17fMbRMZuxwmxWqsmQufh3ZJFxFGoHjrE7bv0X+T6l3glcdzd7IKLiwhT+PZOJCblpnNlz1/C3kGQ==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.27.4': resolution: {integrity: sha512-PFz+y2kb6tbh7m3A7nA9++eInGcDVZUACulf/KzDtovvdTizHpZaJty7Gp0lFwSQcrnebHOqxF1MaKZd7psVRg==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.22.4': resolution: {integrity: sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.26.0': resolution: {integrity: sha512-ZuwpfjCwjPkAOxpjAEjabg6LRSfL7cAJb6gSQGZYjGhadlzKKywDkCUnJ+KEfrNY1jH5EEoSIKLCb572jSiglA==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.27.4': resolution: {integrity: sha512-Ni8mMtfo+o/G7DVtweXXV/Ol2TFf63KYjTtoZ5f078AUgJTmaIJnj4JFU7TK/9SVWTaSJGxPi5zMDgK4w+Ez7Q==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.22.4': resolution: {integrity: sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-linux-x64-musl@4.26.0': resolution: {integrity: sha512-+HJD2lFS86qkeF8kNu0kALtifMpPCZU80HvwztIKnYwym3KnA1os6nsX4BGSTLtS2QVAGG1P3guRgsYyMA0Yhg==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-linux-x64-musl@4.27.4': resolution: {integrity: sha512-5AeeAF1PB9TUzD+3cROzFTnAJAcVUGLuR8ng0E0WXGkYhp6RD6L+6szYVX+64Rs0r72019KHZS1ka1q+zU/wUw==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.22.4': resolution: {integrity: sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==} @@ -11737,28 +11673,24 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] lightningcss-linux-arm64-musl@1.27.0: resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [musl] lightningcss-linux-x64-gnu@1.27.0: resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [glibc] lightningcss-linux-x64-musl@1.27.0: resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [musl] lightningcss-win32-arm64-msvc@1.27.0: resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==} From 7ade23350a5e629a9c094fd5e82301df06da883a Mon Sep 17 00:00:00 2001 From: Hossein Mohammadi Date: Fri, 27 Dec 2024 16:41:06 +0330 Subject: [PATCH 14/38] fix: handle react-native resolver (#8478) --- packages/react-query/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-query/package.json b/packages/react-query/package.json index ef7e3767a1..16183810e7 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -37,6 +37,7 @@ "types": "build/legacy/index.d.ts", "main": "build/legacy/index.cjs", "module": "build/legacy/index.js", + "react-native": "src/index.ts", "exports": { ".": { "import": { From 8f72f59463c49246601c965d80e0564ba3ce87b0 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 27 Dec 2024 13:15:50 +0000 Subject: [PATCH 15/38] release: v5.62.11 --- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 6 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 6 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- pnpm-lock.yaml | 102 +++++++++--------- 29 files changed, 106 insertions(+), 106 deletions(-) diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index dc570c56c6..1689c4e1ba 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 2ed24497cc..3cd409b3be 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index da1742f31f..da7ac37373 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 0cb242103c..b8038e02ae 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.9", - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", - "@tanstack/react-query-persist-client": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query-persist-client": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 143e6ca4bb..ad22a3c8e9 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index 3df51c07b8..ef0afdf19b 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 0bbc4206e1..7fd3c4b1ac 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 9161ca235f..bd8ef4bb8b 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 3199ee174c..14fb393899 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 85ddf13f42..28241b8665 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", - "@tanstack/react-query-next-experimental": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query-next-experimental": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 4fb787956b..ebf1b14b38 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 0f39dc4881..94d9dcf990 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -10,9 +10,9 @@ "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.9", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", - "@tanstack/react-query-persist-client": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query-persist-client": "^5.62.11", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index c32093de40..afb9cf83c3 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 4f93ba695f..a9cd50e1c2 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 43d3352d6b..c0672955eb 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index c39f7825d6..05ee1c7a45 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 829787b5ef..a0454e4b99 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index fb68765616..7bcab9edbd 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index dd4fed9431..63bc3b8b21 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 9c32680626..74b9f36ee7 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 31d4757ac6..ab87014765 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index cf42ab2166..f585d280c2 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index b5fb34fa92..079dbcec9d 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index b267b69f2a..533dc54f22 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.10", - "@tanstack/react-query-devtools": "^5.62.10", + "@tanstack/react-query": "^5.62.11", + "@tanstack/react-query-devtools": "^5.62.11", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 8149e9dec7..ec90aa0813 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.10", + "version": "5.62.11", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 73ad81fb70..5d502f04db 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.10", + "version": "5.62.11", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 03c09704ae..1ef690bd62 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.10", + "version": "5.62.11", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 16183810e7..59708f5bf5 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.10", + "version": "5.62.11", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f77bafa716..a0941c8880 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -595,13 +595,13 @@ importers: specifier: ^5.62.9 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -859,13 +859,13 @@ importers: specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.11 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 From 3124193c085738a2fac2ffa12d9567ad708caff3 Mon Sep 17 00:00:00 2001 From: Matt Tingen Date: Fri, 3 Jan 2025 09:21:03 -0500 Subject: [PATCH 16/38] docs: describe query default changes in v5 (#8488) Fixes #8485 --- .../framework/react/guides/migrating-to-v5.md | 27 +++++++++++++++++++ docs/reference/QueryClient.md | 7 ++--- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/docs/framework/react/guides/migrating-to-v5.md b/docs/framework/react/guides/migrating-to-v5.md index ac9f7a5012..8a1982444a 100644 --- a/docs/framework/react/guides/migrating-to-v5.md +++ b/docs/framework/react/guides/migrating-to-v5.md @@ -420,6 +420,33 @@ This last change is technically a breaking one, and was made so we don't prematu + // [!code ++] ``` +### Query defaults changes + +`queryClient.getQueryDefaults` will now merge together all matching registrations instead of returning only the first matching registration. + +As a result, calls to `queryClient.setQueryDefaults` should now be ordered with _increasing_ specificity. +That is, registrations should be made from the **most generic key** to the **least generic one**. + +For example: + +```ts ++ queryClient.setQueryDefaults(['todo'], { // [!code ++] ++ retry: false, // [!code ++] ++ staleTime: 60_000, // [!code ++] ++ }) // [!code ++] +queryClient.setQueryDefaults(['todo', 'detail'], { ++ retry: true, // [!code --] + retryDelay: 1_000, + staleTime: 10_000, +}) +- queryClient.setQueryDefaults(['todo'], { // [!code --] +- retry: false, // [!code --] +- staleTime: 60_000, // [!code --] +- }) // [!code --] +``` + +Note that in this specific example, `retry: true` was added to the `['todo', 'detail']` registration to counteract it now inheriting `retry: false` from the more general registration. The specific changes needed to maintain exact behavior will vary depending on your defaults. + [//]: # 'FrameworkSpecificBreakingChanges' ## New Features 🚀 diff --git a/docs/reference/QueryClient.md b/docs/reference/QueryClient.md index 72860df160..344ad64ef5 100644 --- a/docs/reference/QueryClient.md +++ b/docs/reference/QueryClient.md @@ -522,8 +522,8 @@ The `getQueryDefaults` method returns the default options which have been set fo const defaultOptions = queryClient.getQueryDefaults(['posts']) ``` -> Note that if several query defaults match the given query key, the **first** matching one is returned. -> This could lead to unexpected behaviours. See [`setQueryDefaults`](#queryclientsetquerydefaults). +> Note that if several query defaults match the given query key, they will be merged together based on the order of registration. +> See [`setQueryDefaults`](#queryclientsetquerydefaults). ## `queryClient.setQueryDefaults` @@ -543,7 +543,8 @@ function Component() { - `options: QueryOptions` > As stated in [`getQueryDefaults`](#queryclientgetquerydefaults), the order of registration of query defaults does matter. -> Since the **first** matching defaults are returned by `getQueryDefaults`, the registration should be made in the following order: from the **least generic key** to the **most generic one**. This way, in case of specific key, the first matching one would be the expected one. +> Since the matching defaults are merged by `getQueryDefaults`, the registration should be made in the following order: from the **most generic key** to the **least generic one** . +> This way, more specific defaults will override more generic defaults. ## `queryClient.getMutationDefaults` From 19b95c47bb5377a06cfa101a2633fbcd0b485566 Mon Sep 17 00:00:00 2001 From: Dominik Dorfmeister Date: Fri, 3 Jan 2025 15:48:13 +0100 Subject: [PATCH 17/38] perf(query-core): Improve mutationCache implementation performance (#8496) --------- Co-authored-by: Josh Story --- packages/query-core/src/mutationCache.ts | 89 +++++++++++++++--------- 1 file changed, 58 insertions(+), 31 deletions(-) diff --git a/packages/query-core/src/mutationCache.ts b/packages/query-core/src/mutationCache.ts index 1663b50cef..6ab95fbfed 100644 --- a/packages/query-core/src/mutationCache.ts +++ b/packages/query-core/src/mutationCache.ts @@ -82,13 +82,15 @@ type MutationCacheListener = (event: MutationCacheNotifyEvent) => void // CLASS export class MutationCache extends Subscribable { - #mutations: Map>> + #mutations: Set> + #scopes: Map>> #mutationId: number constructor(public config: MutationCacheConfig = {}) { super() - this.#mutations = new Map() - this.#mutationId = Date.now() + this.#mutations = new Set() + this.#scopes = new Map() + this.#mutationId = 0 } build( @@ -109,59 +111,84 @@ export class MutationCache extends Subscribable { } add(mutation: Mutation): void { + this.#mutations.add(mutation) const scope = scopeFor(mutation) - const mutations = this.#mutations.get(scope) ?? [] - mutations.push(mutation) - this.#mutations.set(scope, mutations) + if (typeof scope === 'string') { + const scopedMutations = this.#scopes.get(scope) + if (scopedMutations) { + scopedMutations.push(mutation) + } else { + this.#scopes.set(scope, [mutation]) + } + } this.notify({ type: 'added', mutation }) } remove(mutation: Mutation): void { - const scope = scopeFor(mutation) - if (this.#mutations.has(scope)) { - const mutations = this.#mutations - .get(scope) - ?.filter((x) => x !== mutation) - if (mutations) { - if (mutations.length === 0) { - this.#mutations.delete(scope) - } else { - this.#mutations.set(scope, mutations) + if (this.#mutations.delete(mutation)) { + const scope = scopeFor(mutation) + if (typeof scope === 'string') { + const scopedMutations = this.#scopes.get(scope) + if (scopedMutations) { + if (scopedMutations.length > 1) { + const index = scopedMutations.indexOf(mutation) + if (index !== -1) { + scopedMutations.splice(index, 1) + } + } else if (scopedMutations[0] === mutation) { + this.#scopes.delete(scope) + } } } } + // Currently we notify the removal even if the mutation was already removed. + // Consider making this an error or not notifying of the removal depending on the desired semantics. this.notify({ type: 'removed', mutation }) } canRun(mutation: Mutation): boolean { - const firstPendingMutation = this.#mutations - .get(scopeFor(mutation)) - ?.find((m) => m.state.status === 'pending') - - // we can run if there is no current pending mutation (start use-case) - // or if WE are the first pending mutation (continue use-case) - return !firstPendingMutation || firstPendingMutation === mutation + const scope = scopeFor(mutation) + if (typeof scope === 'string') { + const mutationsWithSameScope = this.#scopes.get(scope) + const firstPendingMutation = mutationsWithSameScope?.find( + (m) => m.state.status === 'pending', + ) + // we can run if there is no current pending mutation (start use-case) + // or if WE are the first pending mutation (continue use-case) + return !firstPendingMutation || firstPendingMutation === mutation + } else { + // For unscoped mutations there are never any pending mutations in front of the + // current mutation + return true + } } runNext(mutation: Mutation): Promise { - const foundMutation = this.#mutations - .get(scopeFor(mutation)) - ?.find((m) => m !== mutation && m.state.isPaused) + const scope = scopeFor(mutation) + if (typeof scope === 'string') { + const foundMutation = this.#scopes + .get(scope) + ?.find((m) => m !== mutation && m.state.isPaused) - return foundMutation?.continue() ?? Promise.resolve() + return foundMutation?.continue() ?? Promise.resolve() + } else { + return Promise.resolve() + } } clear(): void { notifyManager.batch(() => { - this.getAll().forEach((mutation) => { - this.remove(mutation) + this.#mutations.forEach((mutation) => { + this.notify({ type: 'removed', mutation }) }) + this.#mutations.clear() + this.#scopes.clear() }) } getAll(): Array { - return [...this.#mutations.values()].flat() + return Array.from(this.#mutations) } find< @@ -203,5 +230,5 @@ export class MutationCache extends Subscribable { } function scopeFor(mutation: Mutation) { - return mutation.options.scope?.id ?? String(mutation.mutationId) + return mutation.options.scope?.id } From b25a41e209f59346a3f6d65104cae765a56dc5e4 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 3 Jan 2025 14:50:19 +0000 Subject: [PATCH 18/38] release: v5.62.12 --- examples/angular/auto-refetching/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/devtools-panel/package.json | 4 +- .../package.json | 2 +- examples/angular/pagination/package.json | 2 +- .../query-options-from-a-service/package.json | 2 +- examples/angular/router/package.json | 2 +- examples/angular/rxjs/package.json | 2 +- examples/angular/simple/package.json | 2 +- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 8 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 8 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- examples/solid/astro/package.json | 4 +- .../solid/basic-graphql-request/package.json | 4 +- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/simple/package.json | 4 +- .../solid/solid-start-streaming/package.json | 4 +- examples/svelte/auto-refetching/package.json | 4 +- examples/svelte/basic/package.json | 8 +- .../load-more-infinite-scroll/package.json | 4 +- .../svelte/optimistic-updates/package.json | 4 +- examples/svelte/playground/package.json | 4 +- examples/svelte/simple/package.json | 4 +- examples/svelte/ssr/package.json | 4 +- examples/svelte/star-wars/package.json | 4 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/2.7-basic/package.json | 2 +- examples/vue/basic/package.json | 4 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/nuxt3/package.json | 2 +- examples/vue/persister/package.json | 8 +- examples/vue/simple/package.json | 4 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/query-core/package.json | 2 +- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- .../svelte-query-persist-client/package.json | 2 +- packages/svelte-query/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 204 +++++++++--------- 74 files changed, 226 insertions(+), 226 deletions(-) diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index 653801ffd6..19882ba8e6 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 0cf8d5da48..75111d622e 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index 6a21289d33..ada765dea7 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-devtools-experimental": "^5.62.9", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-devtools-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index 098181607f..0c40a3cb5e 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 58a1b52778..29d6adfe75 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index 9e8b7a6279..d08f68d57c 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index 4b572fce9e..ad0ecd5340 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index 8051dcebb3..1674b77983 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -15,7 +15,7 @@ "@angular/forms": "19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index c0e03f39a4..baec25a5c8 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.9", + "@tanstack/angular-query-experimental": "^5.62.12", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 1689c4e1ba..9349e8caf4 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 3cd409b3be..9969d0e27d 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index da7ac37373..057c6a777f 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index b8038e02ae..a8dae72c1c 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,10 +9,10 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.9", - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", - "@tanstack/react-query-persist-client": "^5.62.11", + "@tanstack/query-sync-storage-persister": "^5.62.12", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query-persist-client": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index ad22a3c8e9..6d47e117e2 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index ef0afdf19b..60bde1cd37 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 7fd3c4b1ac..a0228ffa73 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index bd8ef4bb8b..6e7ab9e838 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 14fb393899..d75e9dce96 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 28241b8665..6a535f9eeb 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", - "@tanstack/react-query-next-experimental": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query-next-experimental": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index ebf1b14b38..728c0a918e 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 94d9dcf990..c567467c78 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -8,11 +8,11 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.9", + "@tanstack/query-sync-storage-persister": "^5.62.12", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", - "@tanstack/react-query-persist-client": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query-persist-client": "^5.62.12", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index afb9cf83c3..4490f961cf 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index a9cd50e1c2..5ffe76e982 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index c0672955eb..07d7e9271d 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 05ee1c7a45..7b042d048d 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index a0454e4b99..f676a2d8ad 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 7bcab9edbd..eef7acf056 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 63bc3b8b21..d90f81e1de 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 74b9f36ee7..ba77f47c75 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index ab87014765..be10702b12 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index f585d280c2..80fc83a7c9 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 079dbcec9d..246b7459bb 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 533dc54f22..4172c60d98 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.11", - "@tanstack/react-query-devtools": "^5.62.11", + "@tanstack/react-query": "^5.62.12", + "@tanstack/react-query-devtools": "^5.62.12", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index 77b130f141..c339199fad 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^4.4.4", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", - "@tanstack/solid-query": "^5.62.10", - "@tanstack/solid-query-devtools": "^5.62.10", + "@tanstack/solid-query": "^5.62.12", + "@tanstack/solid-query-devtools": "^5.62.12", "astro": "^4.16.18", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index fb8ef0a5a2..f1024768de 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.10", - "@tanstack/solid-query-devtools": "^5.62.10", + "@tanstack/solid-query": "^5.62.12", + "@tanstack/solid-query-devtools": "^5.62.12", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.3" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 574b27bdf9..f3fe52494a 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.10", - "@tanstack/solid-query-devtools": "^5.62.10", + "@tanstack/solid-query": "^5.62.12", + "@tanstack/solid-query-devtools": "^5.62.12", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index e77c1facff..efc02d344f 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.10", - "@tanstack/solid-query-devtools": "^5.62.10", + "@tanstack/solid-query": "^5.62.12", + "@tanstack/solid-query-devtools": "^5.62.12", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index 16d586247a..faaa3a7a25 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.10", - "@tanstack/solid-query-devtools": "^5.62.10", + "@tanstack/solid-query": "^5.62.12", + "@tanstack/solid-query-devtools": "^5.62.12", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index ee5cc4ebff..9469ba6656 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.2", "@solidjs/start": "^1.0.10", - "@tanstack/solid-query": "^5.62.10", - "@tanstack/solid-query-devtools": "^5.62.10", + "@tanstack/solid-query": "^5.62.12", + "@tanstack/solid-query-devtools": "^5.62.12", "solid-js": "^1.9.3", "vinxi": "^0.4.1" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index 68580992ff..f84470d46b 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9" + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 017ffc068d..bf7f9c2efb 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -9,10 +9,10 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.9", - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9", - "@tanstack/svelte-query-persist-client": "^5.62.9" + "@tanstack/query-sync-storage-persister": "^5.62.12", + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12", + "@tanstack/svelte-query-persist-client": "^5.62.12" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 1442202467..63289eec37 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9" + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index b3861ce52f..4621a30f94 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9" + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 0aa83751d9..15f4cb60d8 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9" + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index f72a8a97a6..b25c053841 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9" + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 452781f367..27bc84e318 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9" + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 957afd28b0..6b17d7524f 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.9", - "@tanstack/svelte-query-devtools": "^5.62.9" + "@tanstack/svelte-query": "^5.62.12", + "@tanstack/svelte-query-devtools": "^5.62.12" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index c09385ae85..6c0838f959 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -8,7 +8,7 @@ "_preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.9", + "@tanstack/vue-query": "^5.62.12", "@vue/composition-api": "1.7.2", "vue": "2.6.14", "vue-template-compiler": "2.6.14" diff --git a/examples/vue/2.7-basic/package.json b/examples/vue/2.7-basic/package.json index b612dce108..586d5fe107 100644 --- a/examples/vue/2.7-basic/package.json +++ b/examples/vue/2.7-basic/package.json @@ -8,7 +8,7 @@ "_serve": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.9", + "@tanstack/vue-query": "^5.62.12", "vue": "2.7.16", "vue-template-compiler": "2.7.16" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index f18f233e09..6177dfb078 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.9", - "@tanstack/vue-query-devtools": "^5.62.9", + "@tanstack/vue-query": "^5.62.12", + "@tanstack/vue-query-devtools": "^5.62.12", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 1a09adb727..61465e1ba1 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.9", + "@tanstack/vue-query": "^5.62.12", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/nuxt3/package.json b/examples/vue/nuxt3/package.json index a7ca1377e7..b55debc5ed 100644 --- a/examples/vue/nuxt3/package.json +++ b/examples/vue/nuxt3/package.json @@ -7,7 +7,7 @@ "_start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/vue-query": "^5.62.9" + "@tanstack/vue-query": "^5.62.12" }, "devDependencies": { "nuxt": "^3.12.4" diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index e2137ee501..b5874e7c44 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-core": "^5.62.9", - "@tanstack/query-persist-client-core": "^5.62.9", - "@tanstack/query-sync-storage-persister": "^5.62.9", - "@tanstack/vue-query": "^5.62.9", + "@tanstack/query-core": "^5.62.12", + "@tanstack/query-persist-client-core": "^5.62.12", + "@tanstack/query-sync-storage-persister": "^5.62.12", + "@tanstack/vue-query": "^5.62.12", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index d4a7c5fa39..d88c34da3b 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.9", - "@tanstack/vue-query-devtools": "^5.62.9", + "@tanstack/vue-query": "^5.62.12", + "@tanstack/vue-query-devtools": "^5.62.12", "vue": "^3.4.27" }, "devDependencies": { diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index 7102094bc7..d1b8c37b1e 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-devtools-experimental", - "version": "5.62.9", + "version": "5.62.12", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 9228d515bd..fc1c636cd6 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.62.9", + "version": "5.62.12", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index 6f309ad546..f5d9bdb454 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-async-storage-persister", - "version": "5.62.9", + "version": "5.62.12", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 456f9237a9..223f2ec2ef 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-broadcast-client-experimental", - "version": "5.62.9", + "version": "5.62.12", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/package.json b/packages/query-core/package.json index 67a3672835..d6fe2f8b86 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.62.9", + "version": "5.62.12", "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 7ae545d1cb..e5f86fd43c 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-persist-client-core", - "version": "5.62.9", + "version": "5.62.12", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 80073d1f03..7baec8078c 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-sync-storage-persister", - "version": "5.62.9", + "version": "5.62.12", "description": "A persister for synchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index ec90aa0813..74ac784b5b 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.11", + "version": "5.62.12", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 5d502f04db..4df3d48038 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.11", + "version": "5.62.12", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 1ef690bd62..96e9c791ee 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.11", + "version": "5.62.12", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 59708f5bf5..98dd935b9c 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.11", + "version": "5.62.12", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index c98fd1f228..5405a3d275 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.62.10", + "version": "5.62.12", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 6ff53cc8b1..59ce67f73b 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.62.10", + "version": "5.62.12", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 18d92ebcbb..ed20c9de63 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.62.10", + "version": "5.62.12", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index f8d7a02e6b..d835808aa5 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-devtools", - "version": "5.62.9", + "version": "5.62.12", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index 418b26ef3b..f1345eac89 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-persist-client", - "version": "5.62.9", + "version": "5.62.12", "description": "Svelte bindings to work with persisters in TanStack/svelte-query", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 0d288698f6..effda5ef5f 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "5.62.9", + "version": "5.62.12", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index 0d48c71ccb..bf7892e2ae 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query-devtools", - "version": "5.62.9", + "version": "5.62.12", "description": "Developer tools to interact with and visualize the TanStack/vue-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 75b42c58bf..bd582c56c2 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.62.9", + "version": "5.62.12", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0941c8880..62bac750ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -183,7 +183,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -229,10 +229,10 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-devtools-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-devtools-experimental '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -275,7 +275,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -318,7 +318,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -364,7 +364,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -410,7 +410,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -456,7 +456,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -499,7 +499,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -592,16 +592,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -853,19 +853,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.11 + specifier: ^5.62.12 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1331,10 +1331,10 @@ importers: specifier: ^7.8.2 version: 7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query-devtools astro: specifier: ^4.16.18 @@ -1352,10 +1352,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1374,10 +1374,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1402,10 +1402,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1424,10 +1424,10 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1458,10 +1458,10 @@ importers: specifier: ^1.0.10 version: 1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.10 + specifier: ^5.62.12 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1473,10 +1473,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1504,16 +1504,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/query-sync-storage-persister '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1541,10 +1541,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1572,10 +1572,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1603,10 +1603,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1634,10 +1634,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1662,10 +1662,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1693,10 +1693,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1733,10 +1733,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -1755,7 +1755,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -1774,16 +1774,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -1805,10 +1805,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.9 + specifier: ^5.62.12 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 From 6184a893540280ea7fafb12a4f7a79b45e48b1ae Mon Sep 17 00:00:00 2001 From: Ayush Seth Date: Fri, 3 Jan 2025 21:24:42 +0530 Subject: [PATCH 19/38] docs(angular-query): remove outdated comment from example * Update invalidations-from-mutations.md * Update invalidations-from-mutations.md * restore first code snippet --------- Co-authored-by: Arnoud de Vries <6420061+arnoud-dv@users.noreply.github.com> --- .../angular/guides/invalidations-from-mutations.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/framework/angular/guides/invalidations-from-mutations.md b/docs/framework/angular/guides/invalidations-from-mutations.md index 33857a8204..8c05262d5e 100644 --- a/docs/framework/angular/guides/invalidations-from-mutations.md +++ b/docs/framework/angular/guides/invalidations-from-mutations.md @@ -8,11 +8,9 @@ replace: { 'useMutation': 'injectMutation', 'hook': 'function' } [//]: # 'Example' ```ts -class TodoItemComponent { - mutation = injectMutation(() => ({ - mutationFn: postTodo, - })) -} +mutation = injectMutation(() => ({ + mutationFn: postTodo, +})) ``` [//]: # 'Example' @@ -33,9 +31,6 @@ export class TodosComponent { onSuccess: () => { this.queryClient.invalidateQueries({ queryKey: ['todos'] }) this.queryClient.invalidateQueries({ queryKey: ['reminders'] }) - - // OR use the queryClient that is injected into the component - // this.queryClient.invalidateQueries({ queryKey: ['todos'] }) }, })) } From f2fb523cd1848ffd208453a4a994523f02a7b93a Mon Sep 17 00:00:00 2001 From: Arnoud <6420061+arnoud-dv@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:28:48 +0100 Subject: [PATCH 20/38] refactor(angular-query): deprecate injectQueryClient (#8497) --- .../src/inject-query-client.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/angular-query-experimental/src/inject-query-client.ts b/packages/angular-query-experimental/src/inject-query-client.ts index c2c2d880cc..3ac28e4d5e 100644 --- a/packages/angular-query-experimental/src/inject-query-client.ts +++ b/packages/angular-query-experimental/src/inject-query-client.ts @@ -4,16 +4,17 @@ import type { InjectOptions } from '@angular/core' /** * Injects a `QueryClient` instance and allows passing a custom injector. + * @param injectOptions - Type of the options argument to inject and optionally a custom injector. + * @returns The `QueryClient` instance. + * @public + * @deprecated Use `inject(QueryClient)` instead. + * If you need to get a `QueryClient` from a custom injector, use `injector.get(QueryClient)`. * - * You can also use `inject(QueryClient)` if you don't need to provide a custom injector. * * **Example** * ```ts * const queryClient = injectQueryClient(); * ``` - * @param injectOptions - Type of the options argument to inject and optionally a custom injector. - * @returns The `QueryClient` instance. - * @public */ export function injectQueryClient( injectOptions: InjectOptions & { injector?: Injector } = {}, From bc8b9e79da9d9ff0cb8f91e8a9dbc7389f5eaece Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 3 Jan 2025 16:32:01 +0000 Subject: [PATCH 21/38] release: v5.62.13 --- examples/angular/auto-refetching/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/devtools-panel/package.json | 4 ++-- .../package.json | 2 +- examples/angular/pagination/package.json | 2 +- .../query-options-from-a-service/package.json | 2 +- examples/angular/router/package.json | 2 +- examples/angular/rxjs/package.json | 2 +- examples/angular/simple/package.json | 2 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- pnpm-lock.yaml | 20 +++++++++---------- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index 19882ba8e6..72a48ff4ab 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 75111d622e..10f153b1cd 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index ada765dea7..bb70887b6c 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-devtools-experimental": "^5.62.12", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-devtools-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index 0c40a3cb5e..8b7c6eab29 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 29d6adfe75..a18ac61b97 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index d08f68d57c..78b4fcd071 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index ad0ecd5340..934d962b14 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index 1674b77983..6376456597 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -15,7 +15,7 @@ "@angular/forms": "19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index baec25a5c8..bc6b96bf2c 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.12", + "@tanstack/angular-query-experimental": "^5.62.13", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index d1b8c37b1e..9c99137f05 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-devtools-experimental", - "version": "5.62.12", + "version": "5.62.13", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index fc1c636cd6..3b3c69057f 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.62.12", + "version": "5.62.13", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62bac750ec..be97b06787 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -183,7 +183,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -229,10 +229,10 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-devtools-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-devtools-experimental '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -275,7 +275,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -318,7 +318,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -364,7 +364,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -410,7 +410,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -456,7 +456,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -499,7 +499,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.12 + specifier: ^5.62.13 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 From 05032828438663016af570c2ffbf727ee3975a94 Mon Sep 17 00:00:00 2001 From: MINSEONG KIM Date: Sat, 4 Jan 2025 04:00:04 +0900 Subject: [PATCH 22/38] fix(react-query): ensureSuspenseTimers should ALWAYS set staleTime to 1000 when it is below 1000. (#8398) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(react-query): ensureSuspenseTimers should ALWAYS set staleTime to 1000 when it is below 1000. * ci: apply automated fixes * fix(react-query): fix ensureSuspenseTimers logic * test(react-query): add test code * test(react-query): delete unnecessary test code * test(react-query): Refectoring test code to reduce test time --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Dominik Dorfmeister --- .../src/__tests__/suspense.test.tsx | 194 ++++++++++++++++++ .../src/__tests__/useSuspenseQuery.test.tsx | 55 ----- packages/react-query/src/suspense.ts | 14 +- 3 files changed, 203 insertions(+), 60 deletions(-) create mode 100644 packages/react-query/src/__tests__/suspense.test.tsx diff --git a/packages/react-query/src/__tests__/suspense.test.tsx b/packages/react-query/src/__tests__/suspense.test.tsx new file mode 100644 index 0000000000..cc8ae1fe7f --- /dev/null +++ b/packages/react-query/src/__tests__/suspense.test.tsx @@ -0,0 +1,194 @@ +import { act, render, waitFor } from '@testing-library/react' +import { Suspense } from 'react' +import { + afterAll, + beforeAll, + beforeEach, + describe, + expect, + it, + vi, +} from 'vitest' +import { QueryClient, QueryClientProvider, useSuspenseQuery } from '..' +import { queryKey } from './utils' +import type { QueryKey } from '..' + +function renderWithSuspense(client: QueryClient, ui: React.ReactNode) { + return render( + + {ui} + , + ) +} + +function createTestQuery(options: { + fetchCount: { count: number } + queryKey: QueryKey + staleTime?: number | (() => number) +}) { + return function TestComponent() { + const { data } = useSuspenseQuery({ + queryKey: options.queryKey, + queryFn: () => { + options.fetchCount.count++ + return 'data' + }, + staleTime: options.staleTime, + }) + return
data: {data}
+ } +} + +describe('Suspense Timer Tests', () => { + let queryClient: QueryClient + let fetchCount: { count: number } + + beforeAll(() => { + vi.useFakeTimers({ shouldAdvanceTime: true }) + }) + + afterAll(() => { + vi.useRealTimers() + }) + + beforeEach(() => { + queryClient = new QueryClient({ + defaultOptions: { + queries: { + retry: false, + }, + }, + }) + fetchCount = { count: 0 } + }) + + it('should enforce minimum staleTime of 1000ms when using suspense with number', async () => { + const TestComponent = createTestQuery({ + fetchCount, + queryKey: ['test'], + staleTime: 10, + }) + + const rendered = renderWithSuspense(queryClient, ) + + await waitFor(() => rendered.getByText('data: data')) + + rendered.rerender( + + + + + , + ) + + act(() => { + vi.advanceTimersByTime(100) + }) + + expect(fetchCount.count).toBe(1) + }) + + it('should enforce minimum staleTime of 1000ms when using suspense with function', async () => { + const TestComponent = createTestQuery({ + fetchCount, + queryKey: ['test-func'], + staleTime: () => 10, + }) + + const rendered = renderWithSuspense(queryClient, ) + + await waitFor(() => rendered.getByText('data: data')) + + rendered.rerender( + + + + + , + ) + + act(() => { + vi.advanceTimersByTime(100) + }) + + expect(fetchCount.count).toBe(1) + }) + + it('should respect staleTime when value is greater than 1000ms', async () => { + const TestComponent = createTestQuery({ + fetchCount, + queryKey: queryKey(), + staleTime: 2000, + }) + + const rendered = renderWithSuspense(queryClient, ) + + await waitFor(() => rendered.getByText('data: data')) + + rendered.rerender( + + + + + , + ) + + act(() => { + vi.advanceTimersByTime(1500) + }) + + expect(fetchCount.count).toBe(1) + }) + + it('should enforce minimum staleTime when undefined is provided', async () => { + const TestComponent = createTestQuery({ + fetchCount, + queryKey: queryKey(), + staleTime: undefined, + }) + + const rendered = renderWithSuspense(queryClient, ) + + await waitFor(() => rendered.getByText('data: data')) + + rendered.rerender( + + + + + , + ) + + act(() => { + vi.advanceTimersByTime(500) + }) + + expect(fetchCount.count).toBe(1) + }) + + it('should respect staleTime when function returns value greater than 1000ms', async () => { + const TestComponent = createTestQuery({ + fetchCount, + queryKey: queryKey(), + staleTime: () => 3000, + }) + + const rendered = renderWithSuspense(queryClient, ) + + await waitFor(() => rendered.getByText('data: data')) + + rendered.rerender( + + + + + , + ) + + act(() => { + vi.advanceTimersByTime(2000) + }) + + expect(fetchCount.count).toBe(1) + }) +}) diff --git a/packages/react-query/src/__tests__/useSuspenseQuery.test.tsx b/packages/react-query/src/__tests__/useSuspenseQuery.test.tsx index 13d1184a0d..30aa9bbdb1 100644 --- a/packages/react-query/src/__tests__/useSuspenseQuery.test.tsx +++ b/packages/react-query/src/__tests__/useSuspenseQuery.test.tsx @@ -327,61 +327,6 @@ describe('useSuspenseQuery', () => { consoleMock.mockRestore() }) - it('should refetch when re-mounting', async () => { - const key = queryKey() - let count = 0 - - function Component() { - const result = useSuspenseQuery({ - queryKey: key, - queryFn: async () => { - await sleep(100) - count++ - return count - }, - retry: false, - staleTime: 0, - }) - return ( -
- data: {result.data} - fetching: {result.isFetching ? 'true' : 'false'} -
- ) - } - - function Page() { - const [show, setShow] = React.useState(true) - return ( -
- - - {show && } - -
- ) - } - - const rendered = renderWithClient(queryClient, ) - - await waitFor(() => rendered.getByText('Loading...')) - await waitFor(() => rendered.getByText('data: 1')) - await waitFor(() => rendered.getByText('fetching: false')) - await waitFor(() => rendered.getByText('hide')) - fireEvent.click(rendered.getByText('hide')) - await waitFor(() => rendered.getByText('show')) - fireEvent.click(rendered.getByText('show')) - await waitFor(() => rendered.getByText('fetching: true')) - await waitFor(() => rendered.getByText('data: 2')) - await waitFor(() => rendered.getByText('fetching: false')) - }) - it('should set staleTime when having passed a function', async () => { const key = queryKey() let count = 0 diff --git a/packages/react-query/src/suspense.ts b/packages/react-query/src/suspense.ts index 497bb83bd8..6981e07422 100644 --- a/packages/react-query/src/suspense.ts +++ b/packages/react-query/src/suspense.ts @@ -21,12 +21,16 @@ export const defaultThrowOnError = < export const ensureSuspenseTimers = ( defaultedOptions: DefaultedQueryObserverOptions, ) => { + const originalStaleTime = defaultedOptions.staleTime + if (defaultedOptions.suspense) { - // Always set stale time when using suspense to prevent - // fetching again when directly mounting after suspending - if (defaultedOptions.staleTime === undefined) { - defaultedOptions.staleTime = 1000 - } + // Handle staleTime to ensure minimum 1000ms in Suspense mode + // This prevents unnecessary refetching when components remount after suspending + defaultedOptions.staleTime = + typeof originalStaleTime === 'function' + ? (...args) => Math.max(originalStaleTime(...args), 1000) + : Math.max(originalStaleTime ?? 1000, 1000) + if (typeof defaultedOptions.gcTime === 'number') { defaultedOptions.gcTime = Math.max(defaultedOptions.gcTime, 1000) } From c91c590a82a7e25b1e5cdac87a197a6ad2143066 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 3 Jan 2025 19:50:18 +0000 Subject: [PATCH 23/38] release: v5.62.14 --- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 6 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 6 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- pnpm-lock.yaml | 102 +++++++++--------- 29 files changed, 106 insertions(+), 106 deletions(-) diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 9349e8caf4..14e271452b 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 9969d0e27d..858a738cb3 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 057c6a777f..419a043a3c 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index a8dae72c1c..f8c20a5ee8 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.12", - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", - "@tanstack/react-query-persist-client": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query-persist-client": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 6d47e117e2..1f39e7fb73 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index 60bde1cd37..fec46175ac 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index a0228ffa73..790abf976e 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 6e7ab9e838..2d98369d8a 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index d75e9dce96..5970ef2e1f 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 6a535f9eeb..b95b32c260 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", - "@tanstack/react-query-next-experimental": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query-next-experimental": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 728c0a918e..58b04031ae 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index c567467c78..033e2dab41 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -10,9 +10,9 @@ "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.12", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", - "@tanstack/react-query-persist-client": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query-persist-client": "^5.62.14", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 4490f961cf..dd140ab230 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 5ffe76e982..18885e0451 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 07d7e9271d..f10c063f91 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 7b042d048d..22f8d07d7b 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index f676a2d8ad..9bf459fd5c 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index eef7acf056..43ce995e09 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index d90f81e1de..18177ae461 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index ba77f47c75..8323f88174 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index be10702b12..a0f924a4f2 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index 80fc83a7c9..5496fb8481 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 246b7459bb..8209f8559a 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 4172c60d98..8acb4414d3 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.12", - "@tanstack/react-query-devtools": "^5.62.12", + "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query-devtools": "^5.62.14", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 74ac784b5b..f5f4b9c600 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.12", + "version": "5.62.14", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 4df3d48038..0f94825a23 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.12", + "version": "5.62.14", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 96e9c791ee..468df7fb29 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.12", + "version": "5.62.14", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 98dd935b9c..2d3e9622be 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.12", + "version": "5.62.14", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be97b06787..e9a341335e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -595,13 +595,13 @@ importers: specifier: ^5.62.12 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -859,13 +859,13 @@ importers: specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.14 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 From 9a0ca9bf82a77acbff23abb28db3292ebb11f91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vojt=C3=A1=C5=A1ek?= Date: Sat, 4 Jan 2025 12:24:54 +0100 Subject: [PATCH 24/38] fix(eslint-plugin-query): export Plugin interface (#8392) Co-authored-by: Dominik Dorfmeister --- packages/eslint-plugin-query/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-query/src/index.ts b/packages/eslint-plugin-query/src/index.ts index 40d8a1fbf8..ce11927ff9 100644 --- a/packages/eslint-plugin-query/src/index.ts +++ b/packages/eslint-plugin-query/src/index.ts @@ -4,7 +4,7 @@ import type { RuleModule } from '@typescript-eslint/utils/ts-eslint' type RuleKey = keyof typeof rules -interface Plugin extends Omit { +export interface Plugin extends Omit { rules: Record> configs: { recommended: ESLint.ConfigData From d08d115d9217f98545d29fe316f28073e36097f3 Mon Sep 17 00:00:00 2001 From: Dominik Dorfmeister Date: Sat, 4 Jan 2025 12:25:59 +0100 Subject: [PATCH 25/38] test: add a test to ensure new meta gets accepted by fetchQuery --- .../src/__tests__/queryClient.test.tsx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/query-core/src/__tests__/queryClient.test.tsx b/packages/query-core/src/__tests__/queryClient.test.tsx index 11f2129db9..c308dd1b9a 100644 --- a/packages/query-core/src/__tests__/queryClient.test.tsx +++ b/packages/query-core/src/__tests__/queryClient.test.tsx @@ -714,6 +714,28 @@ describe('queryClient', () => { expect(third).toBe(1) expect(fourth).toBe(2) }) + + test('should allow new meta', async () => { + const key = queryKey() + + const first = await queryClient.fetchQuery({ + queryKey: key, + queryFn: ({ meta }) => Promise.resolve(meta), + meta: { + foo: true, + }, + }) + expect(first).toStrictEqual({ foo: true }) + + const second = await queryClient.fetchQuery({ + queryKey: key, + queryFn: ({ meta }) => Promise.resolve(meta), + meta: { + foo: false, + }, + }) + expect(second).toStrictEqual({ foo: false }) + }) }) describe('fetchInfiniteQuery', () => { From f6757a603ae1afe756837b3d8b41728069491fef Mon Sep 17 00:00:00 2001 From: Ifeanyi Aladi <62919243+ShyneADL@users.noreply.github.com> Date: Sat, 4 Jan 2025 12:32:59 +0100 Subject: [PATCH 26/38] fix(react-query): eslint-plugin-query now working with vanilla js (#8322) * fix: eslint-plugin-query not working with vanilla js * Update packages/eslint-plugin-query/src/utils/detect-react-query-imports.ts * Disabled linter for conditional statement This should make it pass the eslint-plugin test --------- Co-authored-by: Dominik Dorfmeister Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> --- .../src/utils/detect-react-query-imports.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/eslint-plugin-query/src/utils/detect-react-query-imports.ts b/packages/eslint-plugin-query/src/utils/detect-react-query-imports.ts index 40795476f5..9b5aebb4e7 100644 --- a/packages/eslint-plugin-query/src/utils/detect-react-query-imports.ts +++ b/packages/eslint-plugin-query/src/utils/detect-react-query-imports.ts @@ -55,7 +55,8 @@ export function detectTanstackQueryImports(create: EnhancedCreate): Create { ImportDeclaration(node) { if ( node.specifiers.length > 0 && - node.importKind === 'value' && + // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition + (node.importKind === 'value' || node.importKind === undefined) && node.source.value.startsWith('@tanstack/') && node.source.value.endsWith('-query') ) { From 3104854c1c8fff050daf031f9eeacbbc2acb4fba Mon Sep 17 00:00:00 2001 From: Alex Liu Date: Sat, 4 Jan 2025 21:31:11 +0800 Subject: [PATCH 27/38] fix(vue-query): ensure `queryKey` match the current value of ref used inside (#8443) Co-authored-by: Damian Osipiuk --- packages/vue-query/src/useQueries.ts | 66 +++++++++++++++------------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/packages/vue-query/src/useQueries.ts b/packages/vue-query/src/useQueries.ts index 371fdcc4db..ee9278997f 100644 --- a/packages/vue-query/src/useQueries.ts +++ b/packages/vue-query/src/useQueries.ts @@ -297,11 +297,31 @@ export function useQueries< defaultedQueries.value, options as QueriesObserverOptions, ) - const [, getCombinedResult] = observer.getOptimisticResult( - defaultedQueries.value, - (options as QueriesObserverOptions).combine, - ) - const state = shallowRef(getCombinedResult()) + + const getOptimisticResult = () => { + const [results, getCombinedResult] = observer.getOptimisticResult( + defaultedQueries.value, + (options as QueriesObserverOptions).combine, + ) + + return getCombinedResult( + results.map((result, index) => { + return { + ...result, + refetch: async (...args: Array) => { + const [{ [index]: query }] = observer.getOptimisticResult( + defaultedQueries.value, + (options as QueriesObserverOptions).combine, + ) + + return query!.refetch(...args) + }, + } + }), + ) + } + + const state = shallowRef(getOptimisticResult()) let unsubscribe = () => { // noop @@ -313,38 +333,22 @@ export function useQueries< if (!isRestoring) { unsubscribe() unsubscribe = observer.subscribe(() => { - const [, getCombinedResultRestoring] = observer.getOptimisticResult( - defaultedQueries.value, - (options as QueriesObserverOptions).combine, - ) - state.value = getCombinedResultRestoring() + state.value = getOptimisticResult() }) - // Subscription would not fire for persisted results - const [, getCombinedResultPersisted] = observer.getOptimisticResult( - defaultedQueries.value, - (options as QueriesObserverOptions).combine, - ) - state.value = getCombinedResultPersisted() + + state.value = getOptimisticResult() } }, { immediate: true }, ) - watch( - defaultedQueries, - () => { - observer.setQueries( - defaultedQueries.value, - options as QueriesObserverOptions, - ) - const [, getCombinedResultPersisted] = observer.getOptimisticResult( - defaultedQueries.value, - (options as QueriesObserverOptions).combine, - ) - state.value = getCombinedResultPersisted() - }, - { flush: 'sync' }, - ) + watch(defaultedQueries, (queriesValue) => { + observer.setQueries( + queriesValue, + options as QueriesObserverOptions, + ) + state.value = getOptimisticResult() + }) onScopeDispose(() => { unsubscribe() From e664d2274c87e6525a000426f0a412f0e598a522 Mon Sep 17 00:00:00 2001 From: nick-avi-say <81974208+nick-avi-say@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:17:18 -0500 Subject: [PATCH 28/38] fix(QueriesObserver): include default options on duplicate query, queryHash check (#8432) Co-authored-by: Dominik Dorfmeister --- packages/query-core/src/queriesObserver.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/query-core/src/queriesObserver.ts b/packages/query-core/src/queriesObserver.ts index b7433f5f7f..ae72ad721c 100644 --- a/packages/query-core/src/queriesObserver.ts +++ b/packages/query-core/src/queriesObserver.ts @@ -92,7 +92,9 @@ export class QueriesObserver< this.#options = options if (process.env.NODE_ENV !== 'production') { - const queryHashes = queries.map((query) => query.queryHash) + const queryHashes = queries.map( + (query) => this.#client.defaultQueryOptions(query).queryHash, + ) if (new Set(queryHashes).size !== queryHashes.length) { console.warn( '[QueriesObserver]: Duplicate Queries found. This might result in unexpected behavior.', From 3c5d8e348cc53e46aea6c74767f3181fc77c2308 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 6 Jan 2025 19:15:35 +0000 Subject: [PATCH 29/38] release: v5.62.16 --- examples/angular/auto-refetching/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/devtools-panel/package.json | 4 +- .../package.json | 2 +- examples/angular/pagination/package.json | 2 +- .../query-options-from-a-service/package.json | 2 +- examples/angular/router/package.json | 2 +- examples/angular/rxjs/package.json | 2 +- examples/angular/simple/package.json | 2 +- examples/react/algolia/package.json | 6 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 10 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 8 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- examples/solid/astro/package.json | 4 +- .../solid/basic-graphql-request/package.json | 4 +- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/simple/package.json | 6 +- .../solid/solid-start-streaming/package.json | 4 +- examples/svelte/auto-refetching/package.json | 4 +- examples/svelte/basic/package.json | 8 +- .../load-more-infinite-scroll/package.json | 4 +- .../svelte/optimistic-updates/package.json | 4 +- examples/svelte/playground/package.json | 4 +- examples/svelte/simple/package.json | 4 +- examples/svelte/ssr/package.json | 4 +- examples/svelte/star-wars/package.json | 4 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/2.7-basic/package.json | 2 +- examples/vue/basic/package.json | 4 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/nuxt3/package.json | 2 +- examples/vue/persister/package.json | 8 +- examples/vue/simple/package.json | 4 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- packages/eslint-plugin-query/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/query-core/package.json | 2 +- packages/query-devtools/package.json | 2 +- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- .../svelte-query-persist-client/package.json | 2 +- packages/svelte-query/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 210 +++++++++--------- 76 files changed, 234 insertions(+), 234 deletions(-) diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index 72a48ff4ab..1a6eb954d6 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 10f153b1cd..e9dc1b27b8 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index bb70887b6c..2c70982ea1 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-devtools-experimental": "^5.62.13", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-devtools-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index 8b7c6eab29..bb1ed77b28 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index a18ac61b97..7baaafbdd7 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index 78b4fcd071..a28e9949fc 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index 934d962b14..e3b3de7057 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index 6376456597..ed5a875408 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -15,7 +15,7 @@ "@angular/forms": "19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index bc6b96bf2c..b765b2cac5 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.13", + "@tanstack/angular-query-experimental": "^5.62.16", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 14e271452b..4036778f48 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.62.9", + "@tanstack/eslint-plugin-query": "^5.62.16", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.3", diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 858a738cb3..0ee7c7d62d 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 419a043a3c..3d47dd7732 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index f8c20a5ee8..d8356538a9 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,15 +9,15 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.12", - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", - "@tanstack/react-query-persist-client": "^5.62.14", + "@tanstack/query-sync-storage-persister": "^5.62.16", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query-persist-client": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.62.9", + "@tanstack/eslint-plugin-query": "^5.62.16", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.3", diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 1f39e7fb73..2430155bd7 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index fec46175ac..cbaafc3de3 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 790abf976e..cb6a0b147b 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 2d98369d8a..e4c14cfbb9 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 5970ef2e1f..1eba48e7a0 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index b95b32c260..52053d6be2 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", - "@tanstack/react-query-next-experimental": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query-next-experimental": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 58b04031ae..155958029f 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 033e2dab41..40300f9023 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -8,11 +8,11 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.12", + "@tanstack/query-sync-storage-persister": "^5.62.16", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", - "@tanstack/react-query-persist-client": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query-persist-client": "^5.62.16", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index dd140ab230..689bbd6159 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 18885e0451..6219776e48 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index f10c063f91..0bfca9251a 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 22f8d07d7b..8ddeee2aa7 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 9bf459fd5c..9ee673e170 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 43ce995e09..ffb6c87f41 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 18177ae461..762d572ece 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 8323f88174..af781bb924 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index a0f924a4f2..206fe36308 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index 5496fb8481..dae59027df 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 8209f8559a..1748d95dc2 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 8acb4414d3..6b992b4100 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", - "@tanstack/react-query-devtools": "^5.62.14", + "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query-devtools": "^5.62.16", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index c339199fad..c833da60f4 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^4.4.4", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", - "@tanstack/solid-query": "^5.62.12", - "@tanstack/solid-query-devtools": "^5.62.12", + "@tanstack/solid-query": "^5.62.16", + "@tanstack/solid-query-devtools": "^5.62.16", "astro": "^4.16.18", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index f1024768de..6489813daa 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.12", - "@tanstack/solid-query-devtools": "^5.62.12", + "@tanstack/solid-query": "^5.62.16", + "@tanstack/solid-query-devtools": "^5.62.16", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.3" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index f3fe52494a..dc289db709 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.12", - "@tanstack/solid-query-devtools": "^5.62.12", + "@tanstack/solid-query": "^5.62.16", + "@tanstack/solid-query-devtools": "^5.62.16", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index efc02d344f..1788cd99e1 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.12", - "@tanstack/solid-query-devtools": "^5.62.12", + "@tanstack/solid-query": "^5.62.16", + "@tanstack/solid-query-devtools": "^5.62.16", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index faaa3a7a25..a6745d44f3 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -9,12 +9,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.12", - "@tanstack/solid-query-devtools": "^5.62.12", + "@tanstack/solid-query": "^5.62.16", + "@tanstack/solid-query-devtools": "^5.62.16", "solid-js": "^1.9.3" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.62.9", + "@tanstack/eslint-plugin-query": "^5.62.16", "typescript": "5.7.2", "vite": "^5.3.5", "vite-plugin-solid": "^2.10.2" diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 9469ba6656..988e215d14 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.2", "@solidjs/start": "^1.0.10", - "@tanstack/solid-query": "^5.62.12", - "@tanstack/solid-query-devtools": "^5.62.12", + "@tanstack/solid-query": "^5.62.16", + "@tanstack/solid-query-devtools": "^5.62.16", "solid-js": "^1.9.3", "vinxi": "^0.4.1" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index f84470d46b..c74c1431a9 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12" + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index bf7f9c2efb..64efe2c89d 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -9,10 +9,10 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.12", - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12", - "@tanstack/svelte-query-persist-client": "^5.62.12" + "@tanstack/query-sync-storage-persister": "^5.62.16", + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16", + "@tanstack/svelte-query-persist-client": "^5.62.16" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 63289eec37..0ff6471ef2 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12" + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index 4621a30f94..f91c909d31 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12" + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 15f4cb60d8..0b79502b32 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12" + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index b25c053841..304bac2a24 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12" + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 27bc84e318..1d3d2a5c93 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12" + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 6b17d7524f..303dcaca10 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.12", - "@tanstack/svelte-query-devtools": "^5.62.12" + "@tanstack/svelte-query": "^5.62.16", + "@tanstack/svelte-query-devtools": "^5.62.16" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index 6c0838f959..40ddf7b4ee 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -8,7 +8,7 @@ "_preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.12", + "@tanstack/vue-query": "^5.62.16", "@vue/composition-api": "1.7.2", "vue": "2.6.14", "vue-template-compiler": "2.6.14" diff --git a/examples/vue/2.7-basic/package.json b/examples/vue/2.7-basic/package.json index 586d5fe107..82652446f9 100644 --- a/examples/vue/2.7-basic/package.json +++ b/examples/vue/2.7-basic/package.json @@ -8,7 +8,7 @@ "_serve": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.12", + "@tanstack/vue-query": "^5.62.16", "vue": "2.7.16", "vue-template-compiler": "2.7.16" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 6177dfb078..d583ef1f93 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.12", - "@tanstack/vue-query-devtools": "^5.62.12", + "@tanstack/vue-query": "^5.62.16", + "@tanstack/vue-query-devtools": "^5.62.16", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 61465e1ba1..1c6a211807 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.12", + "@tanstack/vue-query": "^5.62.16", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/nuxt3/package.json b/examples/vue/nuxt3/package.json index b55debc5ed..02a91fd232 100644 --- a/examples/vue/nuxt3/package.json +++ b/examples/vue/nuxt3/package.json @@ -7,7 +7,7 @@ "_start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/vue-query": "^5.62.12" + "@tanstack/vue-query": "^5.62.16" }, "devDependencies": { "nuxt": "^3.12.4" diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index b5874e7c44..0c4a31709e 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-core": "^5.62.12", - "@tanstack/query-persist-client-core": "^5.62.12", - "@tanstack/query-sync-storage-persister": "^5.62.12", - "@tanstack/vue-query": "^5.62.12", + "@tanstack/query-core": "^5.62.16", + "@tanstack/query-persist-client-core": "^5.62.16", + "@tanstack/query-sync-storage-persister": "^5.62.16", + "@tanstack/vue-query": "^5.62.16", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index d88c34da3b..2ecb1a1eb1 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.12", - "@tanstack/vue-query-devtools": "^5.62.12", + "@tanstack/vue-query": "^5.62.16", + "@tanstack/vue-query-devtools": "^5.62.16", "vue": "^3.4.27" }, "devDependencies": { diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index 9c99137f05..b0778a733a 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-devtools-experimental", - "version": "5.62.13", + "version": "5.62.16", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 3b3c69057f..434c7b0762 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.62.13", + "version": "5.62.16", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index 1406493ecb..d05e2a48aa 100644 --- a/packages/eslint-plugin-query/package.json +++ b/packages/eslint-plugin-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/eslint-plugin-query", - "version": "5.62.9", + "version": "5.62.16", "description": "ESLint plugin for TanStack Query", "author": "Eliya Cohen", "license": "MIT", diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index f5d9bdb454..3fa0d3fe3b 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-async-storage-persister", - "version": "5.62.12", + "version": "5.62.16", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 223f2ec2ef..857803f780 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-broadcast-client-experimental", - "version": "5.62.12", + "version": "5.62.16", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/package.json b/packages/query-core/package.json index d6fe2f8b86..901e186106 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.62.12", + "version": "5.62.16", "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index 4cc48e540e..8b38d17f76 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-devtools", - "version": "5.62.9", + "version": "5.62.16", "description": "Developer tools to interact with and visualize the TanStack Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index e5f86fd43c..0b60ce1362 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-persist-client-core", - "version": "5.62.12", + "version": "5.62.16", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 7baec8078c..8372d87eee 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-sync-storage-persister", - "version": "5.62.12", + "version": "5.62.16", "description": "A persister for synchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index f5f4b9c600..8e140ab439 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.14", + "version": "5.62.16", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 0f94825a23..e404ecda04 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.14", + "version": "5.62.16", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 468df7fb29..edaf67a379 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.14", + "version": "5.62.16", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 2d3e9622be..9f4c233389 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.14", + "version": "5.62.16", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 5405a3d275..2281ce24ff 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.62.12", + "version": "5.62.16", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 59ce67f73b..34fb3bfa52 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.62.12", + "version": "5.62.16", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index ed20c9de63..23f54fc0b6 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.62.12", + "version": "5.62.16", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index d835808aa5..b95c6931a5 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-devtools", - "version": "5.62.12", + "version": "5.62.16", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index f1345eac89..55310421b5 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-persist-client", - "version": "5.62.12", + "version": "5.62.16", "description": "Svelte bindings to work with persisters in TanStack/svelte-query", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index effda5ef5f..5e39a3239d 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "5.62.12", + "version": "5.62.16", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index bf7892e2ae..d4f17d19db 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query-devtools", - "version": "5.62.12", + "version": "5.62.16", "description": "Developer tools to interact with and visualize the TanStack/vue-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index bd582c56c2..21f1a20fb3 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.62.12", + "version": "5.62.16", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e9a341335e..02a9035f3e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -183,7 +183,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -229,10 +229,10 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-devtools-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-devtools-experimental '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -275,7 +275,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -318,7 +318,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -364,7 +364,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -410,7 +410,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -456,7 +456,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -499,7 +499,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.13 + specifier: ^5.62.16 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -543,7 +543,7 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.62.9 + specifier: ^5.62.16 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.0.1 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -592,16 +592,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -611,7 +611,7 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.62.9 + specifier: ^5.62.16 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.0.1 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -853,19 +853,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.14 + specifier: ^5.62.16 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1331,10 +1331,10 @@ importers: specifier: ^7.8.2 version: 7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query-devtools astro: specifier: ^4.16.18 @@ -1352,10 +1352,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1374,10 +1374,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1402,10 +1402,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1424,17 +1424,17 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 version: 1.9.3 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.62.9 + specifier: ^5.62.16 version: link:../../../packages/eslint-plugin-query typescript: specifier: 5.7.2 @@ -1458,10 +1458,10 @@ importers: specifier: ^1.0.10 version: 1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1473,10 +1473,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1504,16 +1504,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/query-sync-storage-persister '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1541,10 +1541,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1572,10 +1572,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1603,10 +1603,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1634,10 +1634,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1662,10 +1662,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1693,10 +1693,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1733,10 +1733,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -1755,7 +1755,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -1774,16 +1774,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -1805,10 +1805,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.12 + specifier: ^5.62.16 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 From e2bc2165faaf41f5d9dbaf8c6eed3139380abc85 Mon Sep 17 00:00:00 2001 From: Dominik Dorfmeister Date: Wed, 8 Jan 2025 15:17:08 +0100 Subject: [PATCH 30/38] feat(react-query): allow useQuery and useQueries to unsubscribe from the query cache with an option (#8348) * feat(react-query): allow useQuery and useQueries to unsubscribe from the query cache with an option * test: subscribed * fix: revert calling getOptimisticResult later * docs(react): update the react-native.md section (#8506) * update the doc * update the doc --------- Co-authored-by: Dominik Dorfmeister * docs: reference --------- Co-authored-by: Florian De la comble --- docs/framework/react/react-native.md | 97 ++-------------- docs/framework/react/reference/useQuery.md | 5 + .../src/__tests__/useQuery.test.tsx | 104 ++++++++++++++++++ packages/react-query/src/types.ts | 8 +- packages/react-query/src/useBaseQuery.ts | 10 +- packages/react-query/src/useQueries.ts | 13 ++- 6 files changed, 139 insertions(+), 98 deletions(-) diff --git a/docs/framework/react/react-native.md b/docs/framework/react/react-native.md index f757015198..a8f71452bd 100644 --- a/docs/framework/react/react-native.md +++ b/docs/framework/react/react-native.md @@ -92,108 +92,29 @@ export function useRefreshOnFocus(refetch: () => Promise) { In the above code, `refetch` is skipped the first time because `useFocusEffect` calls our callback on mount in addition to screen focus. -## Disable re-renders on out of focus Screens - -In some situations, including performance concerns, you may want to stop re-renders when a React Native screen gets out of focus. To achieve this we can use `useFocusEffect` from `@react-navigation/native` together with the `notifyOnChangeProps` query option. - -This custom hook provides a `notifyOnChangeProps` option that will return an empty array whenever a screen goes out of focus - effectively stopping any re-renders on that scenario. Whenever the screens gets in focus again, the behavior goes back to normal. - -```tsx -import React from 'react' -import { NotifyOnChangeProps } from '@tanstack/query-core' -import { useFocusEffect } from '@react-navigation/native' - -export function useFocusNotifyOnChangeProps( - notifyOnChangeProps?: NotifyOnChangeProps, -) { - const focusedRef = React.useRef(true) - - useFocusEffect( - React.useCallback(() => { - focusedRef.current = true - - return () => { - focusedRef.current = false - } - }, []), - ) - - return () => { - if (!focusedRef.current) { - return [] - } - - if (typeof notifyOnChangeProps === 'function') { - return notifyOnChangeProps() - } - - return notifyOnChangeProps - } -} -``` - -In the above code, `useFocusEffect` is used to change the value of a reference that the callback will use as a condition. +## Disable queries on out of focus screens -The argument is wrapped in a reference to also guarantee that the returned callback always keeps the same reference. +If you don’t want certain queries to remain “live” while a screen is out of focus, you can use the subscribed prop on useQuery. This prop lets you control whether a query stays subscribed to updates. Combined with React Navigation’s useIsFocused, it allows you to seamlessly unsubscribe from queries when a screen isn’t in focus: Example usage: -```tsx -function MyComponent() { - const notifyOnChangeProps = useFocusNotifyOnChangeProps() - - const { dataUpdatedAt } = useQuery({ - queryKey: ['myKey'], - queryFn: async () => { - const response = await fetch( - 'https://api.github.com/repos/tannerlinsley/react-query', - ) - return response.json() - }, - notifyOnChangeProps, - }) - - return DataUpdatedAt: {dataUpdatedAt} -} -``` - -## Disable queries on out of focus screens - -Enabled can also be set to a callback to support disabling queries on out of focus screens without state and re-rendering on navigation, similar to how notifyOnChangeProps works but in addition it wont trigger refetching when invalidating queries with refetchType active. - ```tsx import React from 'react' -import { useFocusEffect } from '@react-navigation/native' - -export function useQueryFocusAware() { - const focusedRef = React.useRef(true) - - useFocusEffect( - React.useCallback(() => { - focusedRef.current = true - - return () => { - focusedRef.current = false - } - }, []), - ) - - return () => focusedRef.current -} -``` - -Example usage: +import { useIsFocused } from '@react-navigation/native' +import { useQuery } from '@tanstack/react-query' +import { Text } from 'react-native' -```tsx function MyComponent() { - const isFocused = useQueryFocusAware() + const isFocused = useIsFocused() const { dataUpdatedAt } = useQuery({ queryKey: ['key'], queryFn: () => fetch(...), - enabled: isFocused, + subscribed: isFocused, }) return DataUpdatedAt: {dataUpdatedAt} } ``` + +When subscribed is false, the query unsubscribes from updates and won’t trigger re-renders or fetch new data for that screen. Once it becomes true again (e.g., when the screen regains focus), the query re-subscribes and stays up to date. diff --git a/docs/framework/react/reference/useQuery.md b/docs/framework/react/reference/useQuery.md index 92ce54f237..3032287d90 100644 --- a/docs/framework/react/reference/useQuery.md +++ b/docs/framework/react/reference/useQuery.md @@ -53,6 +53,7 @@ const { select, staleTime, structuralSharing, + subscribed, throwOnError, }, queryClient, @@ -161,6 +162,10 @@ const { - Defaults to `true` - If set to `false`, structural sharing between query results will be disabled. - If set to a function, the old and new data values will be passed through this function, which should combine them into resolved data for the query. This way, you can retain references from the old data to improve performance even when that data contains non-serializable values. +- `subscribed: boolean` + - Optional + - Defaults to `true` + - If set to `false`, this instance of `useQuery` will not be subscribed to the cache. This means it won't trigger the `queryFn` on its own, and it won't receive updates if data gets into cache by other means. - `throwOnError: undefined | boolean | (error: TError, query: Query) => boolean` - Defaults to the global query config's `throwOnError` value, which is `undefined` - Set this to `true` if you want errors to be thrown in the render phase and propagate to the nearest error boundary diff --git a/packages/react-query/src/__tests__/useQuery.test.tsx b/packages/react-query/src/__tests__/useQuery.test.tsx index 9f0cbce408..d0f8817912 100644 --- a/packages/react-query/src/__tests__/useQuery.test.tsx +++ b/packages/react-query/src/__tests__/useQuery.test.tsx @@ -5964,6 +5964,110 @@ describe('useQuery', () => { }) }) + describe('subscribed', () => { + it('should be able to toggle subscribed', async () => { + const key = queryKey() + const queryFn = vi.fn(async () => 'data') + function Page() { + const [subscribed, setSubscribed] = React.useState(true) + const { data } = useQuery({ + queryKey: key, + queryFn, + subscribed, + }) + return ( +
+ data: {data} + +
+ ) + } + + const rendered = renderWithClient(queryClient, ) + await waitFor(() => rendered.getByText('data: data')) + + expect( + queryClient.getQueryCache().find({ queryKey: key })!.observers.length, + ).toBe(1) + + fireEvent.click(rendered.getByRole('button', { name: 'toggle' })) + + expect( + queryClient.getQueryCache().find({ queryKey: key })!.observers.length, + ).toBe(0) + + expect(queryFn).toHaveBeenCalledTimes(1) + + fireEvent.click(rendered.getByRole('button', { name: 'toggle' })) + + // background refetch when we re-subscribe + await waitFor(() => expect(queryFn).toHaveBeenCalledTimes(2)) + expect( + queryClient.getQueryCache().find({ queryKey: key })!.observers.length, + ).toBe(1) + }) + + it('should not be attached to the query when subscribed is false', async () => { + const key = queryKey() + const queryFn = vi.fn(async () => 'data') + function Page() { + const { data } = useQuery({ + queryKey: key, + queryFn, + subscribed: false, + }) + return ( +
+ data: {data} +
+ ) + } + + const rendered = renderWithClient(queryClient, ) + await waitFor(() => rendered.getByText('data:')) + + expect( + queryClient.getQueryCache().find({ queryKey: key })!.observers.length, + ).toBe(0) + + expect(queryFn).toHaveBeenCalledTimes(0) + }) + + it('should not re-render when data is added to the cache when subscribed is false', async () => { + const key = queryKey() + let renders = 0 + function Page() { + const { data } = useQuery({ + queryKey: key, + queryFn: async () => 'data', + subscribed: false, + }) + renders++ + return ( +
+ {data ? 'has data' + data : 'no data'} + +
+ ) + } + + const rendered = renderWithClient(queryClient, ) + await waitFor(() => rendered.getByText('no data')) + + fireEvent.click(rendered.getByRole('button', { name: 'set data' })) + + await sleep(10) + + await waitFor(() => rendered.getByText('no data')) + + expect(renders).toBe(1) + }) + }) + it('should have status=error on mount when a query has failed', async () => { const key = queryKey() const states: Array> = [] diff --git a/packages/react-query/src/types.ts b/packages/react-query/src/types.ts index 9f6d7c315f..8bbb351a85 100644 --- a/packages/react-query/src/types.ts +++ b/packages/react-query/src/types.ts @@ -36,7 +36,13 @@ export interface UseBaseQueryOptions< TData, TQueryData, TQueryKey - > {} + > { + /** + * Set this to `false` to unsubscribe this observer from updates to the query cache. + * Defaults to `true`. + */ + subscribed?: boolean +} export type AnyUseQueryOptions = UseQueryOptions export interface UseQueryOptions< diff --git a/packages/react-query/src/useBaseQuery.ts b/packages/react-query/src/useBaseQuery.ts index bcbf700ef7..1ee2f1cd07 100644 --- a/packages/react-query/src/useBaseQuery.ts +++ b/packages/react-query/src/useBaseQuery.ts @@ -82,14 +82,16 @@ export function useBaseQuery< ), ) + // note: this must be called before useSyncExternalStore const result = observer.getOptimisticResult(defaultedOptions) + const shouldSubscribe = !isRestoring && options.subscribed !== false React.useSyncExternalStore( React.useCallback( (onStoreChange) => { - const unsubscribe = isRestoring - ? noop - : observer.subscribe(notifyManager.batchCalls(onStoreChange)) + const unsubscribe = shouldSubscribe + ? observer.subscribe(notifyManager.batchCalls(onStoreChange)) + : noop // Update result to make sure we did not miss any query updates // between creating the observer and subscribing to it. @@ -97,7 +99,7 @@ export function useBaseQuery< return unsubscribe }, - [observer, isRestoring], + [observer, shouldSubscribe], ), () => observer.getCurrentResult(), () => observer.getCurrentResult(), diff --git a/packages/react-query/src/useQueries.ts b/packages/react-query/src/useQueries.ts index 90ef2e32ad..dd4ac9f96e 100644 --- a/packages/react-query/src/useQueries.ts +++ b/packages/react-query/src/useQueries.ts @@ -47,7 +47,7 @@ type UseQueryOptionsForUseQueries< TQueryKey extends QueryKey = QueryKey, > = OmitKeyof< UseQueryOptions, - 'placeholderData' + 'placeholderData' | 'subscribed' > & { placeholderData?: TQueryFnData | QueriesPlaceholderDataFunction } @@ -231,6 +231,7 @@ export function useQueries< }: { queries: readonly [...QueriesOptions] combine?: (result: QueriesResults) => TCombinedResult + subscribed?: boolean }, queryClient?: QueryClient, ): TCombinedResult { @@ -271,19 +272,21 @@ export function useQueries< ), ) + // note: this must be called before useSyncExternalStore const [optimisticResult, getCombinedResult, trackResult] = observer.getOptimisticResult( defaultedQueries, (options as QueriesObserverOptions).combine, ) + const shouldSubscribe = !isRestoring && options.subscribed !== false React.useSyncExternalStore( React.useCallback( (onStoreChange) => - isRestoring - ? noop - : observer.subscribe(notifyManager.batchCalls(onStoreChange)), - [observer, isRestoring], + shouldSubscribe + ? observer.subscribe(notifyManager.batchCalls(onStoreChange)) + : noop, + [observer, shouldSubscribe], ), () => observer.getCurrentResult(), () => observer.getCurrentResult(), From 564e549687520866c0fde69b04104762f30a8227 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 8 Jan 2025 14:21:54 +0000 Subject: [PATCH 31/38] release: v5.63.0 --- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 6 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 6 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- pnpm-lock.yaml | 102 +++++++++--------- 29 files changed, 106 insertions(+), 106 deletions(-) diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 4036778f48..1d514986cf 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 0ee7c7d62d..9aa1ea98cf 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 3d47dd7732..5ed063f449 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index d8356538a9..0dd4cb9a2a 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.16", - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", - "@tanstack/react-query-persist-client": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query-persist-client": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 2430155bd7..2ed0aa6bbb 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index cbaafc3de3..c890ca3714 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index cb6a0b147b..1ab5e2dd12 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index e4c14cfbb9..88d292fc39 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 1eba48e7a0..43dd16dd8a 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 52053d6be2..ba531e596f 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", - "@tanstack/react-query-next-experimental": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query-next-experimental": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 155958029f..482ae01c99 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 40300f9023..d070416b54 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -10,9 +10,9 @@ "dependencies": { "@tanstack/query-sync-storage-persister": "^5.62.16", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", - "@tanstack/react-query-persist-client": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query-persist-client": "^5.63.0", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 689bbd6159..a1850b5cdc 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 6219776e48..327ba1162c 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 0bfca9251a..0940c84d66 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 8ddeee2aa7..7fe89614f1 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 9ee673e170..895d68ce28 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index ffb6c87f41..6c55fe6deb 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 762d572ece..88380f1916 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index af781bb924..1a0d534467 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 206fe36308..7368464e55 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index dae59027df..4f69e0cc5e 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 1748d95dc2..f0141f9f17 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 6b992b4100..869b02214f 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.62.16", - "@tanstack/react-query-devtools": "^5.62.16", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.63.0", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 8e140ab439..c0ec8d075e 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.62.16", + "version": "5.63.0", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index e404ecda04..99db71bb1e 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.62.16", + "version": "5.63.0", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index edaf67a379..2b3d039993 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.62.16", + "version": "5.63.0", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 9f4c233389..792b4c027f 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.62.16", + "version": "5.63.0", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 02a9035f3e..4799263332 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -595,13 +595,13 @@ importers: specifier: ^5.62.16 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -859,13 +859,13 @@ importers: specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.62.16 + specifier: ^5.63.0 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 From 690fd2ae08433d54cdfb8b86be8fcb147e7a024c Mon Sep 17 00:00:00 2001 From: Przemek Maszczynski Date: Fri, 10 Jan 2025 13:49:47 +0100 Subject: [PATCH 32/38] docs(react-query): Add import statement with skipToken to the docs (#8519) * docs(react-query): Add import statement with skipToken to the docs Makes more obvious how should the skipToken be used * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- docs/framework/react/guides/disabling-queries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/framework/react/guides/disabling-queries.md b/docs/framework/react/guides/disabling-queries.md index caedfde609..61fb2297e6 100644 --- a/docs/framework/react/guides/disabling-queries.md +++ b/docs/framework/react/guides/disabling-queries.md @@ -104,6 +104,8 @@ If you are using TypeScript, you can use the `skipToken` to disable a query. Thi [//]: # 'Example3' ```tsx +import { skipToken, useQuery } from '@tanstack/react-query' + function Todos() { const [filter, setFilter] = React.useState() From fd500a40780e54d72bae4ddc76337ab0deb3b832 Mon Sep 17 00:00:00 2001 From: Neef Rehman Date: Fri, 10 Jan 2025 15:47:08 +0000 Subject: [PATCH 33/38] feat(types): support typing `QueryKey` and `MutationKey` via `Register` (#8521) * feat(types): support typing QueryKey and MutationKey via Register * ci: apply automated fixes --------- Co-authored-by: Dominik Dorfmeister Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- docs/framework/react/typescript.md | 22 ++++++++++++++++++++++ packages/query-core/src/types.ts | 18 ++++++++++++++++-- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/docs/framework/react/typescript.md b/docs/framework/react/typescript.md index cc2249dae0..76d5423365 100644 --- a/docs/framework/react/typescript.md +++ b/docs/framework/react/typescript.md @@ -172,6 +172,28 @@ declare module '@tanstack/react-query' { ``` [//]: # 'TypingMeta' +[//]: # 'TypingQueryAndMutationKeys' + +## Typing query and mutation keys + +### Registering the query and mutation key types + +Also similarly to registering a [global error type](#registering-a-global-error), you can also register a global `QueryKey` and `MutationKey` type. This allows you to provide more structure to your keys, that matches your application's hierarchy, and have them be typed across all of the library's surface area. Note that the registered type must extend the `Array` type, so that your keys remain an array. + +```ts +import '@tanstack/react-query' + +type QueryKey = ['dashboard' | 'marketing', ...ReadonlyArray] + +declare module '@tanstack/react-query' { + interface Register { + queryKey: QueryKey + mutationKey: QueryKey + } +} +``` + +[//]: # 'TypingQueryAndMutationKeys' [//]: # 'TypingQueryOptions' ## Typing Query Options diff --git a/packages/query-core/src/types.ts b/packages/query-core/src/types.ts index ce139b04d9..5014cfbf1f 100644 --- a/packages/query-core/src/types.ts +++ b/packages/query-core/src/types.ts @@ -32,6 +32,8 @@ export interface Register { // defaultError: Error // queryMeta: Record // mutationMeta: Record + // queryKey: ReadonlyArray + // mutationKey: ReadonlyArray } export type DefaultError = Register extends { @@ -40,7 +42,13 @@ export type DefaultError = Register extends { ? TError : Error -export type QueryKey = ReadonlyArray +export type QueryKey = Register extends { + queryKey: infer TQueryKey +} + ? TQueryKey extends Array + ? TQueryKey + : ReadonlyArray + : ReadonlyArray export const dataTagSymbol = Symbol('dataTagSymbol') export type dataTagSymbol = typeof dataTagSymbol @@ -996,7 +1004,13 @@ export type InfiniteQueryObserverResult< | InfiniteQueryObserverLoadingResult | InfiniteQueryObserverPendingResult -export type MutationKey = ReadonlyArray +export type MutationKey = Register extends { + mutationKey: infer TMutationKey +} + ? TMutationKey extends Array + ? TMutationKey + : ReadonlyArray + : ReadonlyArray export type MutationStatus = 'idle' | 'pending' | 'success' | 'error' From 8ddebc664093260362ca05e0ac77d35de91e868c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Curley?= Date: Sat, 11 Jan 2025 18:55:57 +0000 Subject: [PATCH 34/38] docs(react-query): highlight per component select pattern for query options (#8522) * docs(react-query): per component select pattern highlight per component select pattern for query options * Update docs/framework/react/guides/query-options.md --------- Co-authored-by: Dominik Dorfmeister --- docs/framework/react/guides/query-options.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/framework/react/guides/query-options.md b/docs/framework/react/guides/query-options.md index 4d02eea53e..74dee3930b 100644 --- a/docs/framework/react/guides/query-options.md +++ b/docs/framework/react/guides/query-options.md @@ -32,3 +32,18 @@ queryClient.setQueryData(groupOptions(42).queryKey, newGroups) [//]: # 'Example1' For Infinite Queries, a separate [`infiniteQueryOptions`](../reference/infiniteQueryOptions.md) helper is available. + +You can still override some options at the component level. A very common and useful pattern is to create per-component [`select`](../guides/render-optimizations.md#select) functions: + +[//]: # 'Example2' + +```ts +// Type inference still works, so query.data will be the return type of select instead of queryFn + +const query = useQuery({ + ...groupOptions(1), + select: (data) => data.groupName, +}) +``` + +[//]: # 'Example2' From 4a589bf2791afbf038e53d20abcdc615d000cbaf Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sat, 11 Jan 2025 18:59:20 +0000 Subject: [PATCH 35/38] release: v5.64.0 --- examples/angular/auto-refetching/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/devtools-panel/package.json | 4 +- .../package.json | 2 +- examples/angular/pagination/package.json | 2 +- .../query-options-from-a-service/package.json | 2 +- examples/angular/router/package.json | 2 +- examples/angular/rxjs/package.json | 2 +- examples/angular/simple/package.json | 2 +- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 8 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 8 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- examples/solid/astro/package.json | 4 +- .../solid/basic-graphql-request/package.json | 4 +- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/simple/package.json | 4 +- .../solid/solid-start-streaming/package.json | 4 +- examples/svelte/auto-refetching/package.json | 4 +- examples/svelte/basic/package.json | 8 +- .../load-more-infinite-scroll/package.json | 4 +- .../svelte/optimistic-updates/package.json | 4 +- examples/svelte/playground/package.json | 4 +- examples/svelte/simple/package.json | 4 +- examples/svelte/ssr/package.json | 4 +- examples/svelte/star-wars/package.json | 4 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/2.7-basic/package.json | 2 +- examples/vue/basic/package.json | 4 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/nuxt3/package.json | 2 +- examples/vue/persister/package.json | 8 +- examples/vue/simple/package.json | 4 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/query-core/package.json | 2 +- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- .../svelte-query-persist-client/package.json | 2 +- packages/svelte-query/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 204 +++++++++--------- 74 files changed, 226 insertions(+), 226 deletions(-) diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index 1a6eb954d6..d8b2ee12eb 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index e9dc1b27b8..5ea13d5277 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index 2c70982ea1..06905bd89b 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-devtools-experimental": "^5.62.16", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-devtools-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index bb1ed77b28..da3f31d74f 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 7baaafbdd7..3c33a5f25e 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index a28e9949fc..1a2da33f89 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index e3b3de7057..b6568d002e 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index ed5a875408..41a15ea60f 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -15,7 +15,7 @@ "@angular/forms": "19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index b765b2cac5..e15b2085f3 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.62.16", + "@tanstack/angular-query-experimental": "^5.64.0", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 1d514986cf..7787266eb8 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 9aa1ea98cf..62b6a7a96b 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 5ed063f449..170148a802 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 0dd4cb9a2a..575ab04460 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,10 +9,10 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.16", - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", - "@tanstack/react-query-persist-client": "^5.63.0", + "@tanstack/query-sync-storage-persister": "^5.64.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query-persist-client": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 2ed0aa6bbb..c2e6232b53 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index c890ca3714..023bbe9983 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 1ab5e2dd12..ee6c618fd0 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 88d292fc39..5faf347b0c 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 43dd16dd8a..5d45ded010 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index ba531e596f..a14b63d0a6 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", - "@tanstack/react-query-next-experimental": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query-next-experimental": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 482ae01c99..b28a1cf43c 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index d070416b54..ccf0c2a7c4 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -8,11 +8,11 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.16", + "@tanstack/query-sync-storage-persister": "^5.64.0", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", - "@tanstack/react-query-persist-client": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query-persist-client": "^5.64.0", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index a1850b5cdc..60e7d8c164 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 327ba1162c..d705b51cec 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 0940c84d66..ec7feca33d 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 7fe89614f1..24146d692b 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 895d68ce28..62cc6516cb 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 6c55fe6deb..d3c1d472bc 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 88380f1916..2003ca9a88 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 1a0d534467..70c9e79cff 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 7368464e55..51de611dcd 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index 4f69e0cc5e..ac1d7e0ce1 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index f0141f9f17..81417d8cdb 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 869b02214f..7e76134eef 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.63.0", + "@tanstack/react-query": "^5.64.0", + "@tanstack/react-query-devtools": "^5.64.0", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index c833da60f4..e0b19807e4 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^4.4.4", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", - "@tanstack/solid-query": "^5.62.16", - "@tanstack/solid-query-devtools": "^5.62.16", + "@tanstack/solid-query": "^5.64.0", + "@tanstack/solid-query-devtools": "^5.64.0", "astro": "^4.16.18", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index 6489813daa..53941a9288 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.16", - "@tanstack/solid-query-devtools": "^5.62.16", + "@tanstack/solid-query": "^5.64.0", + "@tanstack/solid-query-devtools": "^5.64.0", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.3" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index dc289db709..9a98946ae8 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.16", - "@tanstack/solid-query-devtools": "^5.62.16", + "@tanstack/solid-query": "^5.64.0", + "@tanstack/solid-query-devtools": "^5.64.0", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 1788cd99e1..8028e4f431 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.16", - "@tanstack/solid-query-devtools": "^5.62.16", + "@tanstack/solid-query": "^5.64.0", + "@tanstack/solid-query-devtools": "^5.64.0", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index a6745d44f3..ed24b1c05e 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.62.16", - "@tanstack/solid-query-devtools": "^5.62.16", + "@tanstack/solid-query": "^5.64.0", + "@tanstack/solid-query-devtools": "^5.64.0", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 988e215d14..be2d74ebba 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.2", "@solidjs/start": "^1.0.10", - "@tanstack/solid-query": "^5.62.16", - "@tanstack/solid-query-devtools": "^5.62.16", + "@tanstack/solid-query": "^5.64.0", + "@tanstack/solid-query-devtools": "^5.64.0", "solid-js": "^1.9.3", "vinxi": "^0.4.1" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index c74c1431a9..fa589710c7 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16" + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 64efe2c89d..ef379055a8 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -9,10 +9,10 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.62.16", - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16", - "@tanstack/svelte-query-persist-client": "^5.62.16" + "@tanstack/query-sync-storage-persister": "^5.64.0", + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0", + "@tanstack/svelte-query-persist-client": "^5.64.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 0ff6471ef2..a91f302b79 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16" + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index f91c909d31..7698988a7d 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16" + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 0b79502b32..69a028fe8a 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16" + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index 304bac2a24..f86546ea18 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16" + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 1d3d2a5c93..c5962d3ea1 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16" + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 303dcaca10..f17bf24cf9 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.16", - "@tanstack/svelte-query-devtools": "^5.62.16" + "@tanstack/svelte-query": "^5.64.0", + "@tanstack/svelte-query-devtools": "^5.64.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index 40ddf7b4ee..c3b8f80479 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -8,7 +8,7 @@ "_preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.16", + "@tanstack/vue-query": "^5.64.0", "@vue/composition-api": "1.7.2", "vue": "2.6.14", "vue-template-compiler": "2.6.14" diff --git a/examples/vue/2.7-basic/package.json b/examples/vue/2.7-basic/package.json index 82652446f9..88b8eecb39 100644 --- a/examples/vue/2.7-basic/package.json +++ b/examples/vue/2.7-basic/package.json @@ -8,7 +8,7 @@ "_serve": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.16", + "@tanstack/vue-query": "^5.64.0", "vue": "2.7.16", "vue-template-compiler": "2.7.16" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index d583ef1f93..a0c771e1a1 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.16", - "@tanstack/vue-query-devtools": "^5.62.16", + "@tanstack/vue-query": "^5.64.0", + "@tanstack/vue-query-devtools": "^5.64.0", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 1c6a211807..b851329d75 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.16", + "@tanstack/vue-query": "^5.64.0", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/nuxt3/package.json b/examples/vue/nuxt3/package.json index 02a91fd232..e31bf0f839 100644 --- a/examples/vue/nuxt3/package.json +++ b/examples/vue/nuxt3/package.json @@ -7,7 +7,7 @@ "_start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/vue-query": "^5.62.16" + "@tanstack/vue-query": "^5.64.0" }, "devDependencies": { "nuxt": "^3.12.4" diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 0c4a31709e..58133746bb 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-core": "^5.62.16", - "@tanstack/query-persist-client-core": "^5.62.16", - "@tanstack/query-sync-storage-persister": "^5.62.16", - "@tanstack/vue-query": "^5.62.16", + "@tanstack/query-core": "^5.64.0", + "@tanstack/query-persist-client-core": "^5.64.0", + "@tanstack/query-sync-storage-persister": "^5.64.0", + "@tanstack/vue-query": "^5.64.0", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index 2ecb1a1eb1..b6d37ab9f3 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.16", - "@tanstack/vue-query-devtools": "^5.62.16", + "@tanstack/vue-query": "^5.64.0", + "@tanstack/vue-query-devtools": "^5.64.0", "vue": "^3.4.27" }, "devDependencies": { diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index b0778a733a..807bc07e7b 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-devtools-experimental", - "version": "5.62.16", + "version": "5.64.0", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 434c7b0762..4b1279cf3b 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.62.16", + "version": "5.64.0", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index 3fa0d3fe3b..eb8dba6438 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-async-storage-persister", - "version": "5.62.16", + "version": "5.64.0", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 857803f780..704a0d27fd 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-broadcast-client-experimental", - "version": "5.62.16", + "version": "5.64.0", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/package.json b/packages/query-core/package.json index 901e186106..aff2f73f84 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.62.16", + "version": "5.64.0", "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 0b60ce1362..435a92e064 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-persist-client-core", - "version": "5.62.16", + "version": "5.64.0", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 8372d87eee..43fb07fde6 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-sync-storage-persister", - "version": "5.62.16", + "version": "5.64.0", "description": "A persister for synchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index c0ec8d075e..7fc0691c18 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.63.0", + "version": "5.64.0", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 99db71bb1e..0ff16fb507 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.63.0", + "version": "5.64.0", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 2b3d039993..9f3a0fd10c 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.63.0", + "version": "5.64.0", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 792b4c027f..0fafb022b3 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.63.0", + "version": "5.64.0", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 2281ce24ff..34c2457d8a 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.62.16", + "version": "5.64.0", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 34fb3bfa52..d489ce3d1b 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.62.16", + "version": "5.64.0", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 23f54fc0b6..510468b5fd 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.62.16", + "version": "5.64.0", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index b95c6931a5..a60daa9617 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-devtools", - "version": "5.62.16", + "version": "5.64.0", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index 55310421b5..08c1fe31d7 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-persist-client", - "version": "5.62.16", + "version": "5.64.0", "description": "Svelte bindings to work with persisters in TanStack/svelte-query", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 5e39a3239d..01e3812592 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "5.62.16", + "version": "5.64.0", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index d4f17d19db..e6c8051e95 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query-devtools", - "version": "5.62.16", + "version": "5.64.0", "description": "Developer tools to interact with and visualize the TanStack/vue-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 21f1a20fb3..9052be9838 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.62.16", + "version": "5.64.0", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4799263332..1da5a10ecb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -183,7 +183,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -229,10 +229,10 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-devtools-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-devtools-experimental '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -275,7 +275,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -318,7 +318,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -364,7 +364,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -410,7 +410,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -456,7 +456,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -499,7 +499,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -592,16 +592,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -853,19 +853,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.63.0 + specifier: ^5.64.0 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1331,10 +1331,10 @@ importers: specifier: ^7.8.2 version: 7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query-devtools astro: specifier: ^4.16.18 @@ -1352,10 +1352,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1374,10 +1374,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1402,10 +1402,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1424,10 +1424,10 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1458,10 +1458,10 @@ importers: specifier: ^1.0.10 version: 1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1473,10 +1473,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1504,16 +1504,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/query-sync-storage-persister '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1541,10 +1541,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1572,10 +1572,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1603,10 +1603,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1634,10 +1634,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1662,10 +1662,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1693,10 +1693,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1733,10 +1733,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -1755,7 +1755,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -1774,16 +1774,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -1805,10 +1805,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.62.16 + specifier: ^5.64.0 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 From 8d174c8f92fd7cc357231f9a33d5c33604b9905d Mon Sep 17 00:00:00 2001 From: Neef Rehman Date: Mon, 13 Jan 2025 13:18:23 +0000 Subject: [PATCH 36/38] fix(types): support both `Array` and `ReadonlyArray` for typed query and mutation keys (#8529) * fix(types): support both `Array` and `ReadonlyArray` for typed query and mutation keys * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- packages/query-core/src/types.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/query-core/src/types.ts b/packages/query-core/src/types.ts index 5014cfbf1f..26d978b8ee 100644 --- a/packages/query-core/src/types.ts +++ b/packages/query-core/src/types.ts @@ -45,9 +45,11 @@ export type DefaultError = Register extends { export type QueryKey = Register extends { queryKey: infer TQueryKey } - ? TQueryKey extends Array + ? TQueryKey extends ReadonlyArray ? TQueryKey - : ReadonlyArray + : TQueryKey extends Array + ? TQueryKey + : ReadonlyArray : ReadonlyArray export const dataTagSymbol = Symbol('dataTagSymbol') @@ -1009,7 +1011,9 @@ export type MutationKey = Register extends { } ? TMutationKey extends Array ? TMutationKey - : ReadonlyArray + : TMutationKey extends Array + ? TMutationKey + : ReadonlyArray : ReadonlyArray export type MutationStatus = 'idle' | 'pending' | 'success' | 'error' From e3e8814ea32129a0319862b159e4135bfcc538f3 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 13 Jan 2025 13:23:39 +0000 Subject: [PATCH 37/38] release: v5.64.1 --- examples/angular/auto-refetching/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/devtools-panel/package.json | 4 +- .../package.json | 2 +- examples/angular/pagination/package.json | 2 +- .../query-options-from-a-service/package.json | 2 +- examples/angular/router/package.json | 2 +- examples/angular/rxjs/package.json | 2 +- examples/angular/simple/package.json | 2 +- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic/package.json | 8 +- .../react/default-query-function/package.json | 4 +- examples/react/devtools-panel/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 8 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- examples/solid/astro/package.json | 4 +- .../solid/basic-graphql-request/package.json | 4 +- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/simple/package.json | 4 +- .../solid/solid-start-streaming/package.json | 4 +- examples/svelte/auto-refetching/package.json | 4 +- examples/svelte/basic/package.json | 8 +- .../load-more-infinite-scroll/package.json | 4 +- .../svelte/optimistic-updates/package.json | 4 +- examples/svelte/playground/package.json | 4 +- examples/svelte/simple/package.json | 4 +- examples/svelte/ssr/package.json | 4 +- examples/svelte/star-wars/package.json | 4 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/2.7-basic/package.json | 2 +- examples/vue/basic/package.json | 4 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/nuxt3/package.json | 2 +- examples/vue/persister/package.json | 8 +- examples/vue/simple/package.json | 4 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/query-core/package.json | 2 +- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- .../svelte-query-persist-client/package.json | 2 +- packages/svelte-query/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 204 +++++++++--------- 74 files changed, 226 insertions(+), 226 deletions(-) diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index d8b2ee12eb..1751ed805e 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 5ea13d5277..2f0360749b 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index 06905bd89b..4a8e9410c3 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-devtools-experimental": "^5.64.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-devtools-experimental": "^5.64.1", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index da3f31d74f..a1901d860f 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 3c33a5f25e..8cbaabfad7 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index 1a2da33f89..6c02ff3195 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index b6568d002e..74aeabcaf6 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/router": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index 41a15ea60f..f6736ae34c 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -15,7 +15,7 @@ "@angular/forms": "19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index e15b2085f3..38a55655bc 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -14,7 +14,7 @@ "@angular/core": "^19.1.0-next.0", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@tanstack/angular-query-experimental": "^5.64.0", + "@tanstack/angular-query-experimental": "^5.64.1", "rxjs": "^7.8.1", "tslib": "^2.6.3", "zone.js": "^0.15.0" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 7787266eb8..3713106b74 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 62b6a7a96b..0fc0defb88 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 170148a802..c0c818c248 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 575ab04460..cc8d04d71e 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,10 +9,10 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.64.0", - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", - "@tanstack/react-query-persist-client": "^5.64.0", + "@tanstack/query-sync-storage-persister": "^5.64.1", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", + "@tanstack/react-query-persist-client": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index c2e6232b53..b6878745d3 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index 023bbe9983..d4292c2e80 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index ee6c618fd0..806e825a40 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 5faf347b0c..90524610bb 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index 5d45ded010..38a471ca26 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index a14b63d0a6..1613eaaf18 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", - "@tanstack/react-query-next-experimental": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", + "@tanstack/react-query-next-experimental": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index b28a1cf43c..d47ccd5779 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index ccf0c2a7c4..9f60db694f 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -8,11 +8,11 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.64.0", + "@tanstack/query-sync-storage-persister": "^5.64.1", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", - "@tanstack/react-query-persist-client": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", + "@tanstack/react-query-persist-client": "^5.64.1", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 60e7d8c164..c24cda88b2 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index d705b51cec..0c5084f098 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index ec7feca33d..8e61437fb7 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 24146d692b..7f8c660f3a 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 62cc6516cb..baac1b722f 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "next": "^14.2.20", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index d3c1d472bc..e2aaf26c5b 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 2003ca9a88..263105d945 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 70c9e79cff..d54b5472b6 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index 51de611dcd..dafbaba799 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index ac1d7e0ce1..87f0805083 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 81417d8cdb..d5669c8b2a 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.8", "@mui/styles": "^6.1.8", - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 7e76134eef..a3954051a4 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.64.0", - "@tanstack/react-query-devtools": "^5.64.0", + "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query-devtools": "^5.64.1", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index e0b19807e4..b6bbf8b358 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^4.4.4", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", - "@tanstack/solid-query": "^5.64.0", - "@tanstack/solid-query-devtools": "^5.64.0", + "@tanstack/solid-query": "^5.64.1", + "@tanstack/solid-query-devtools": "^5.64.1", "astro": "^4.16.18", "solid-js": "^1.9.3", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index 53941a9288..499213f621 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.64.0", - "@tanstack/solid-query-devtools": "^5.64.0", + "@tanstack/solid-query": "^5.64.1", + "@tanstack/solid-query-devtools": "^5.64.1", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.3" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 9a98946ae8..253996c564 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.64.0", - "@tanstack/solid-query-devtools": "^5.64.0", + "@tanstack/solid-query": "^5.64.1", + "@tanstack/solid-query-devtools": "^5.64.1", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 8028e4f431..a50abe72eb 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.64.0", - "@tanstack/solid-query-devtools": "^5.64.0", + "@tanstack/solid-query": "^5.64.1", + "@tanstack/solid-query-devtools": "^5.64.1", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index ed24b1c05e..c1fe6c3958 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-query": "^5.64.0", - "@tanstack/solid-query-devtools": "^5.64.0", + "@tanstack/solid-query": "^5.64.1", + "@tanstack/solid-query-devtools": "^5.64.1", "solid-js": "^1.9.3" }, "devDependencies": { diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index be2d74ebba..c43e3a7cc1 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.2", "@solidjs/start": "^1.0.10", - "@tanstack/solid-query": "^5.64.0", - "@tanstack/solid-query-devtools": "^5.64.0", + "@tanstack/solid-query": "^5.64.1", + "@tanstack/solid-query-devtools": "^5.64.1", "solid-js": "^1.9.3", "vinxi": "^0.4.1" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index fa589710c7..50e9783a44 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0" + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index ef379055a8..016bcce456 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -9,10 +9,10 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/query-sync-storage-persister": "^5.64.0", - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0", - "@tanstack/svelte-query-persist-client": "^5.64.0" + "@tanstack/query-sync-storage-persister": "^5.64.1", + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1", + "@tanstack/svelte-query-persist-client": "^5.64.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index a91f302b79..aa04d8fae9 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0" + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index 7698988a7d..7b63e426bf 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0" + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 69a028fe8a..44d49e2619 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0" + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index f86546ea18..0135de0e17 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0" + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index c5962d3ea1..b9b416e0aa 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0" + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index f17bf24cf9..c856f5917a 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -9,8 +9,8 @@ "test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.64.0", - "@tanstack/svelte-query-devtools": "^5.64.0" + "@tanstack/svelte-query": "^5.64.1", + "@tanstack/svelte-query-devtools": "^5.64.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index c3b8f80479..9304185e80 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -8,7 +8,7 @@ "_preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.64.0", + "@tanstack/vue-query": "^5.64.1", "@vue/composition-api": "1.7.2", "vue": "2.6.14", "vue-template-compiler": "2.6.14" diff --git a/examples/vue/2.7-basic/package.json b/examples/vue/2.7-basic/package.json index 88b8eecb39..7e0e689d15 100644 --- a/examples/vue/2.7-basic/package.json +++ b/examples/vue/2.7-basic/package.json @@ -8,7 +8,7 @@ "_serve": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.64.0", + "@tanstack/vue-query": "^5.64.1", "vue": "2.7.16", "vue-template-compiler": "2.7.16" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index a0c771e1a1..9d0e61febd 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.64.0", - "@tanstack/vue-query-devtools": "^5.64.0", + "@tanstack/vue-query": "^5.64.1", + "@tanstack/vue-query-devtools": "^5.64.1", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index b851329d75..400e60c395 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.64.0", + "@tanstack/vue-query": "^5.64.1", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/nuxt3/package.json b/examples/vue/nuxt3/package.json index e31bf0f839..e2ff90a71f 100644 --- a/examples/vue/nuxt3/package.json +++ b/examples/vue/nuxt3/package.json @@ -7,7 +7,7 @@ "_start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/vue-query": "^5.64.0" + "@tanstack/vue-query": "^5.64.1" }, "devDependencies": { "nuxt": "^3.12.4" diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 58133746bb..0405a5976d 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-core": "^5.64.0", - "@tanstack/query-persist-client-core": "^5.64.0", - "@tanstack/query-sync-storage-persister": "^5.64.0", - "@tanstack/vue-query": "^5.64.0", + "@tanstack/query-core": "^5.64.1", + "@tanstack/query-persist-client-core": "^5.64.1", + "@tanstack/query-sync-storage-persister": "^5.64.1", + "@tanstack/vue-query": "^5.64.1", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index b6d37ab9f3..79f0e50924 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.64.0", - "@tanstack/vue-query-devtools": "^5.64.0", + "@tanstack/vue-query": "^5.64.1", + "@tanstack/vue-query-devtools": "^5.64.1", "vue": "^3.4.27" }, "devDependencies": { diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index 807bc07e7b..437e6fbfaf 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-devtools-experimental", - "version": "5.64.0", + "version": "5.64.1", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 4b1279cf3b..51e2f9b276 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.64.0", + "version": "5.64.1", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index eb8dba6438..fba9b6ae23 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-async-storage-persister", - "version": "5.64.0", + "version": "5.64.1", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 704a0d27fd..890922e9d1 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-broadcast-client-experimental", - "version": "5.64.0", + "version": "5.64.1", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/package.json b/packages/query-core/package.json index aff2f73f84..3690288939 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.64.0", + "version": "5.64.1", "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 435a92e064..52b0682d4d 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-persist-client-core", - "version": "5.64.0", + "version": "5.64.1", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 43fb07fde6..b5ee54bf95 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-sync-storage-persister", - "version": "5.64.0", + "version": "5.64.1", "description": "A persister for synchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 7fc0691c18..796710ade7 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.64.0", + "version": "5.64.1", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 0ff16fb507..63b97dc22e 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.64.0", + "version": "5.64.1", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 9f3a0fd10c..a79b7fe4e2 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.64.0", + "version": "5.64.1", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 0fafb022b3..823de43925 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.64.0", + "version": "5.64.1", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 34c2457d8a..886bb2b7ca 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.64.0", + "version": "5.64.1", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index d489ce3d1b..0f06a7b83a 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.64.0", + "version": "5.64.1", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 510468b5fd..f96483820c 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.64.0", + "version": "5.64.1", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index a60daa9617..ef9550ba77 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-devtools", - "version": "5.64.0", + "version": "5.64.1", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index 08c1fe31d7..1bf10377b2 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-persist-client", - "version": "5.64.0", + "version": "5.64.1", "description": "Svelte bindings to work with persisters in TanStack/svelte-query", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 01e3812592..6137a54472 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "5.64.0", + "version": "5.64.1", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index e6c8051e95..b59688e907 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query-devtools", - "version": "5.64.0", + "version": "5.64.1", "description": "Developer tools to interact with and visualize the TanStack/vue-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 9052be9838..4f7cfec638 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.64.0", + "version": "5.64.1", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1da5a10ecb..757c58a0c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -183,7 +183,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -229,10 +229,10 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-devtools-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-devtools-experimental '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -275,7 +275,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -318,7 +318,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -364,7 +364,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -410,7 +410,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -456,7 +456,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -499,7 +499,7 @@ importers: specifier: ^19.1.0-next.0 version: 19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.1.0-next.0(@angular/common@19.1.0-next.0(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.1.0-next.0(rxjs@7.8.1)(zone.js@0.15.0))) '@tanstack/angular-query-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.1 @@ -530,10 +530,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -564,10 +564,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -592,16 +592,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -632,10 +632,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -660,10 +660,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -685,10 +685,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -710,10 +710,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -738,10 +738,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -769,10 +769,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -797,10 +797,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^15.1.0 @@ -825,13 +825,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.20 @@ -853,19 +853,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -893,10 +893,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -921,10 +921,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -949,10 +949,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -977,10 +977,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1002,10 +1002,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools next: specifier: ^14.2.20 @@ -1039,10 +1039,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(ps2gcw7wsvqo7jgjw47ug7eu24) '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1091,10 +1091,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1155,10 +1155,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1186,10 +1186,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1217,10 +1217,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1254,10 +1254,10 @@ importers: specifier: ^6.1.8 version: 6.1.8(@types/react@19.0.1)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1285,10 +1285,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1331,10 +1331,10 @@ importers: specifier: ^7.8.2 version: 7.8.2(astro@4.16.18(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(rollup@4.27.4)(sass@1.81.0)(terser@5.31.6)(typescript@5.7.2))(encoding@0.1.13)(next@15.1.2(@babel/core@7.26.0)(babel-plugin-react-compiler@0.0.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.81.0))(react@19.0.0) '@tanstack/solid-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query-devtools astro: specifier: ^4.16.18 @@ -1352,10 +1352,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1374,10 +1374,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1402,10 +1402,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1424,10 +1424,10 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1458,10 +1458,10 @@ importers: specifier: ^1.0.10 version: 1.0.10(@testing-library/jest-dom@6.6.3)(solid-js@1.9.3)(vinxi@0.4.1(@types/node@22.9.3)(idb-keyval@6.2.1)(ioredis@5.4.1)(less@4.2.1)(lightningcss@1.27.0)(magicast@0.3.5)(sass@1.81.0)(terser@5.31.6))(vite@5.4.11(@types/node@22.9.3)(less@4.2.1)(lightningcss@1.27.0)(sass@1.81.0)(terser@5.31.6)) '@tanstack/solid-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.3 @@ -1473,10 +1473,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1504,16 +1504,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-sync-storage-persister': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/query-sync-storage-persister '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1541,10 +1541,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1572,10 +1572,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1603,10 +1603,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1634,10 +1634,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1662,10 +1662,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1693,10 +1693,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1733,10 +1733,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -1755,7 +1755,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -1774,16 +1774,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -1805,10 +1805,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^5.64.0 + specifier: ^5.64.1 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 From f04dd199eacde5ecb9e50c51c7a894d65aaf35cd Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:32:22 +1100 Subject: [PATCH 38/38] chore(deps): replace rimraf with premove (#8532) * chore(deps): replace rimraf with premove * Fix command * Fix sherif --- package.json | 2 +- .../package.json | 2 +- .../angular-query-experimental/package.json | 2 +- packages/eslint-plugin-query/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/query-core/package.json | 2 +- packages/query-devtools/package.json | 2 +- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- packages/solid-query-devtools/package.json | 2 +- .../solid-query-persist-client/package.json | 2 +- packages/solid-query/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- .../svelte-query-persist-client/package.json | 2 +- packages/svelte-query/package.json | 2 +- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 2 +- pnpm-lock.yaml | 61 +++---------------- 23 files changed, 32 insertions(+), 73 deletions(-) diff --git a/package.json b/package.json index 0f3ebbf2f1..4f6586b2fb 100644 --- a/package.json +++ b/package.json @@ -55,12 +55,12 @@ "jsdom": "^25.0.1", "knip": "^5.40.0", "nx": "^20.1.3", + "premove": "^4.0.0", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", "publint": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0", - "rimraf": "^6.0.1", "sherif": "^1.0.0", "tsup": "8.0.2", "typescript": "5.7.2", diff --git a/packages/angular-query-devtools-experimental/package.json b/packages/angular-query-devtools-experimental/package.json index 437e6fbfaf..be840bd6d6 100644 --- a/packages/angular-query-devtools-experimental/package.json +++ b/packages/angular-query-devtools-experimental/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js", diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 51e2f9b276..c67ae8313f 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -27,7 +27,7 @@ "tanstack" ], "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index d05e2a48aa..d1533d13a5 100644 --- a/packages/eslint-plugin-query/package.json +++ b/packages/eslint-plugin-query/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./dist ./coverage", + "clean": "premove ./dist ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index fba9b6ae23..1591b881a0 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 890922e9d1..d325390e5d 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/query-core/package.json b/packages/query-core/package.json index 3690288939..1df8d4d7e1 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json", diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index 8b38d17f76..cf87f9117c 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 52b0682d4d..bdc1d92585 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index b5ee54bf95..24f16a0c1a 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 796710ade7..ed609e1ade 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 63b97dc22e..d537af886c 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index a79b7fe4e2..b4a9c31a9f 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 823de43925..ddc2836eaf 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json", diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 886bb2b7ca..f83055f5be 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 0f06a7b83a..7429975c86 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index f96483820c..a6e4e314bd 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index ef9550ba77..bab3877621 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./dist ./coverage ./.svelte-kit", + "clean": "premove ./dist ./coverage ./.svelte-kit", "test:types": "svelte-check --tsconfig ./tsconfig.json", "test:eslint": "eslint ./src", "test:build": "publint --strict && attw --pack", diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index 1bf10377b2..f9c0208e1b 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./dist ./coverage ./.svelte-kit", + "clean": "premove ./dist ./coverage ./.svelte-kit", "test:types": "svelte-check --tsconfig ./tsconfig.json", "test:eslint": "eslint ./src", "test:lib": "vitest", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 6137a54472..c13062833e 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./dist ./coverage ./.svelte-kit", + "clean": "premove ./dist ./coverage ./.svelte-kit", "test:types": "svelte-check --tsconfig ./tsconfig.json", "test:eslint": "eslint ./src", "test:lib": "vitest", diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index b59688e907..4354dfff91 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "vue-tsc", "test:build": "publint --strict && attw --pack", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 4f7cfec638..6b6dd09e0d 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -15,7 +15,7 @@ "url": "/~https://github.com/sponsors/tannerlinsley" }, "scripts": { - "clean": "rimraf ./build ./coverage", + "clean": "premove ./build ./coverage", "test:eslint": "eslint ./src", "test:types": "vue-demi-switch 3 && pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 757c58a0c1..dbaf03a212 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,6 +67,9 @@ importers: nx: specifier: ^20.1.3 version: 20.1.3 + premove: + specifier: ^4.0.0 + version: 4.0.0 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -82,9 +85,6 @@ importers: react-dom: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) - rimraf: - specifier: ^6.0.1 - version: 6.0.1 sherif: specifier: ^1.0.0 version: 1.0.0 @@ -8993,7 +8993,6 @@ packages: critters@0.0.24: resolution: {integrity: sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==} - deprecated: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at /~https://github.com/danielroe/beasties croner@8.1.0: resolution: {integrity: sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==} @@ -10397,11 +10396,6 @@ packages: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true - glob@11.0.0: - resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} - engines: {node: 20 || >=22} - hasBin: true - glob@6.0.4: resolution: {integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==} deprecated: Glob versions prior to v9 are no longer supported @@ -11307,10 +11301,6 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jackspeak@4.0.2: - resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==} - engines: {node: 20 || >=22} - jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -11857,10 +11847,6 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.0.2: - resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} - engines: {node: 20 || >=22} - lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} @@ -13166,10 +13152,6 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} - path-scurry@2.0.0: - resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} - engines: {node: 20 || >=22} - path-to-regexp@0.1.10: resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} @@ -13404,6 +13386,11 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} + premove@4.0.0: + resolution: {integrity: sha512-zim/Hr4+FVdCIM7zL9b9Z0Wfd5Ya3mnKtiuDv7L5lzYzanSq6cOcVJ7EFcgK4I0pt28l8H0jX/x3nyog380XgQ==} + engines: {node: '>=6'} + hasBin: true + prettier-plugin-svelte@3.3.2: resolution: {integrity: sha512-kRPjH8wSj2iu+dO+XaUv4vD8qr5mdDmlak3IT/7AOgGIMRG86z/EHOLauFcClKEnOUf4A4nOA7sre5KrJD4Raw==} peerDependencies: @@ -14060,11 +14047,6 @@ packages: resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} hasBin: true - rimraf@6.0.1: - resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} - engines: {node: 20 || >=22} - hasBin: true - ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} @@ -27421,15 +27403,6 @@ snapshots: package-json-from-dist: 1.0.0 path-scurry: 1.11.1 - glob@11.0.0: - dependencies: - foreground-child: 3.2.1 - jackspeak: 4.0.2 - minimatch: 10.0.1 - minipass: 7.1.2 - package-json-from-dist: 1.0.0 - path-scurry: 2.0.0 - glob@6.0.4: dependencies: inflight: 1.0.6 @@ -28472,10 +28445,6 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jackspeak@4.0.2: - dependencies: - '@isaacs/cliui': 8.0.2 - jest-diff@29.7.0: dependencies: chalk: 4.1.2 @@ -29179,8 +29148,6 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.0.2: {} - lru-cache@4.1.5: dependencies: pseudomap: 1.0.2 @@ -31177,11 +31144,6 @@ snapshots: lru-cache: 10.4.3 minipass: 7.1.2 - path-scurry@2.0.0: - dependencies: - lru-cache: 11.0.2 - minipass: 7.1.2 - path-to-regexp@0.1.10: {} path-to-regexp@6.3.0: {} @@ -31405,6 +31367,8 @@ snapshots: prelude-ls@1.2.1: {} + premove@4.0.0: {} + prettier-plugin-svelte@3.3.2(prettier@3.4.2)(svelte@4.2.19): dependencies: prettier: 3.4.2 @@ -32194,11 +32158,6 @@ snapshots: dependencies: glob: 10.4.5 - rimraf@6.0.1: - dependencies: - glob: 11.0.0 - package-json-from-dist: 1.0.0 - ripemd160@2.0.2: dependencies: hash-base: 3.1.0