From 36ac714c3ac095ff401c006117f4a3ed7bb3d7ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:03:39 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/labeler.yml | 2 +- .github/workflows/zizmor.yml | 2 +- examples/angular/auto-refetching/package.json | 16 +++--- examples/angular/basic-persister/package.json | 16 +++--- examples/angular/basic/package.json | 16 +++--- examples/angular/devtools-panel/package.json | 18 +++---- .../package.json | 16 +++--- .../angular/optimistic-updates/package.json | 18 +++---- examples/angular/pagination/package.json | 16 +++--- .../query-options-from-a-service/package.json | 18 +++---- examples/angular/router/package.json | 18 +++---- examples/angular/rxjs/package.json | 18 +++---- examples/angular/simple/package.json | 16 +++--- examples/lit/basic/package.json | 2 +- examples/lit/pagination/package.json | 2 +- examples/lit/ssr/package.json | 8 +-- examples/preact/simple/package.json | 6 +-- examples/react/algolia/package.json | 4 +- .../react/basic-graphql-request/package.json | 6 +-- examples/react/basic/package.json | 2 +- examples/react/chat/package.json | 6 +-- .../react/default-query-function/package.json | 2 +- examples/react/devtools-panel/package.json | 2 +- examples/react/eslint-legacy/package.json | 2 +- .../react/eslint-plugin-demo/package.json | 4 +- examples/react/offline/package.json | 6 +-- examples/react/playground/package.json | 2 +- examples/react/react-native/package.json | 26 +++++----- examples/react/react-router/package.json | 8 +-- examples/react/rick-morty/package.json | 10 ++-- examples/react/shadow-dom/package.json | 2 +- examples/react/simple/package.json | 2 +- examples/react/star-wars/package.json | 10 ++-- examples/react/suspense/package.json | 2 +- examples/solid/astro/package.json | 8 +-- .../solid/basic-graphql-request/package.json | 8 +-- examples/solid/basic/package.json | 4 +- .../solid/default-query-function/package.json | 4 +- examples/solid/offline/package.json | 6 +-- examples/solid/simple/package.json | 4 +- .../solid/solid-start-streaming/package.json | 8 +-- examples/svelte/auto-refetching/package.json | 6 +-- examples/svelte/basic/package.json | 6 +-- .../load-more-infinite-scroll/package.json | 6 +-- .../svelte/optimistic-updates/package.json | 6 +-- examples/svelte/playground/package.json | 6 +-- examples/svelte/simple/package.json | 6 +-- examples/svelte/ssr/package.json | 6 +-- examples/svelte/star-wars/package.json | 10 ++-- examples/vue/2.6-basic/package.json | 4 +- examples/vue/2.7-basic/package.json | 2 +- examples/vue/basic/package.json | 2 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/nuxt3/package.json | 4 +- examples/vue/persister/package.json | 4 +- examples/vue/simple/package.json | 2 +- integrations/angular-cli-20/package.json | 24 ++++----- integrations/lit-vite/package.json | 2 +- integrations/react-next-15/package.json | 2 +- integrations/react-next-16/package.json | 2 +- integrations/react-vite/package.json | 2 +- integrations/react-webpack-4/package.json | 8 +-- integrations/react-webpack-5/package.json | 8 +-- integrations/solid-vite/package.json | 4 +- integrations/svelte-vite/package.json | 2 +- integrations/vue-vite/package.json | 2 +- package.json | 50 +++++++++---------- .../angular-query-experimental/package.json | 16 +++--- .../angular-query-persist-client/package.json | 18 +++---- packages/eslint-plugin-query/package.json | 10 ++-- packages/lit-query/package.json | 8 +-- packages/preact-query-devtools/package.json | 8 +-- .../preact-query-persist-client/package.json | 8 +-- packages/preact-query/package.json | 10 ++-- .../package.json | 2 +- .../package.json | 8 +-- packages/query-core/package.json | 2 +- packages/query-devtools/package.json | 18 +++---- .../query-persist-client-core/package.json | 2 +- .../query-sync-storage-persister/package.json | 2 +- packages/query-test-utils/package.json | 2 +- packages/react-query-devtools/package.json | 6 +-- .../package.json | 4 +- .../react-query-persist-client/package.json | 6 +-- packages/react-query/package.json | 6 +-- packages/solid-query-devtools/package.json | 6 +-- .../solid-query-persist-client/package.json | 6 +-- packages/solid-query/package.json | 6 +-- packages/svelte-query-devtools/package.json | 14 +++--- .../svelte-query-persist-client/package.json | 12 ++--- packages/svelte-query/package.json | 12 ++--- packages/vue-query-devtools/package.json | 2 +- packages/vue-query/package.json | 4 +- pnpm-workspace.yaml | 27 +++++----- 94 files changed, 374 insertions(+), 375 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e92ce68ae59..a7c50ea026d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - name: Labeler - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: labeler-config.yml diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 86d4b5b30a2..7a506d9fcca 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 with: advanced-security: false annotations: true diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index 56eb5860d60..765be70aa38 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -9,19 +9,19 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/basic-persister/package.json b/examples/angular/basic-persister/package.json index 26aa1f9a384..10a05ee4280 100644 --- a/examples/angular/basic-persister/package.json +++ b/examples/angular/basic-persister/package.json @@ -9,21 +9,21 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "@tanstack/angular-query-persist-client": "^5.100.12", "@tanstack/query-async-storage-persister": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index e7c3db3f6b9..e0dbc5edcb8 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -9,19 +9,19 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index 1679d444de8..7238a7a03cd 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -9,20 +9,20 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", - "@angular/router": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", + "@angular/router": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index de805de3a66..c0c5258fbb1 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -9,19 +9,19 @@ "watch": "ng build --watch --configuration development" }, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/optimistic-updates/package.json b/examples/angular/optimistic-updates/package.json index 03cdd6b49a9..45501905df6 100644 --- a/examples/angular/optimistic-updates/package.json +++ b/examples/angular/optimistic-updates/package.json @@ -9,20 +9,20 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/forms": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/forms": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index f629a652bf4..28863cadf9a 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -9,19 +9,19 @@ "watch": "ng build --watch --configuration development" }, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index 435b3f3107b..dc392700c9a 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -9,20 +9,20 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", - "@angular/router": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", + "@angular/router": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index ceb80ca39cc..bc819e4123e 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -9,20 +9,20 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", - "@angular/router": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", + "@angular/router": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index f35de3902b4..60dc725d8d0 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -9,20 +9,20 @@ "watch": "ng build --watch --configuration development" }, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/forms": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/forms": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index 1619ba8714b..d9cabef4d66 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -9,19 +9,19 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", "rxjs": "^7.8.2", "tslib": "^2.8.1", - "zone.js": "0.15.0" + "zone.js": "0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "5.8.3" } } diff --git a/examples/lit/basic/package.json b/examples/lit/basic/package.json index 94096b60b14..d791454bf42 100644 --- a/examples/lit/basic/package.json +++ b/examples/lit/basic/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/lit-query": "^0.2.4", "@tanstack/query-core": "^5.100.12", - "lit": "^3.3.1" + "lit": "^3.3.3" }, "devDependencies": { "typescript": "5.8.3", diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index 8a8ce985f27..bfd8739cabb 100644 --- a/examples/lit/pagination/package.json +++ b/examples/lit/pagination/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/lit-query": "^0.2.4", "@tanstack/query-core": "^5.100.12", - "lit": "^3.3.1" + "lit": "^3.3.3" }, "devDependencies": { "typescript": "5.8.3", diff --git a/examples/lit/ssr/package.json b/examples/lit/ssr/package.json index ad3f981eed6..b7d8ae1bd30 100644 --- a/examples/lit/ssr/package.json +++ b/examples/lit/ssr/package.json @@ -7,14 +7,14 @@ "build": "tsc --noEmit && vite build" }, "dependencies": { - "@lit-labs/ssr": "^3.3.0", + "@lit-labs/ssr": "^3.3.1", "@tanstack/lit-query": "^0.2.4", "@tanstack/query-core": "^5.100.12", - "lit": "^3.3.1" + "lit": "^3.3.3" }, "devDependencies": { - "@lit-labs/ssr-client": "^1.1.7", - "tsx": "^4.19.0", + "@lit-labs/ssr-client": "^1.1.8", + "tsx": "^4.22.3", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/preact/simple/package.json b/examples/preact/simple/package.json index 3a8a9893a1d..ff5f3ab92a2 100644 --- a/examples/preact/simple/package.json +++ b/examples/preact/simple/package.json @@ -9,11 +9,11 @@ }, "dependencies": { "@tanstack/preact-query": "^5.100.12", - "preact": "^10.28.0" + "preact": "^10.29.2" }, "devDependencies": { - "@preact/preset-vite": "^2.10.2", - "eslint": "^9.36.0", + "@preact/preset-vite": "^2.10.5", + "eslint": "^9.39.4", "eslint-config-preact": "^2.0.0", "typescript": "^5.9.3", "vite": "^6.4.1" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 9d776c368ad..a723d8000a2 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@algolia/client-search": "5.2.1", + "@algolia/client-search": "5.52.1", "@tanstack/react-query": "^5.100.12", "@tanstack/react-query-devtools": "^5.100.12", "react": "^19.0.0", @@ -18,7 +18,7 @@ "@tanstack/eslint-plugin-query": "^5.100.12", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 926ac12d9dc..106c17e1f99 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -10,13 +10,13 @@ "dependencies": { "@tanstack/react-query": "^5.100.12", "@tanstack/react-query-devtools": "^5.100.12", - "graphql": "^16.9.0", - "graphql-request": "^7.1.2", + "graphql": "^16.14.0", + "graphql-request": "^7.4.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "vite": "^6.4.1" } } diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 1936e4467de..5bff048da49 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -20,7 +20,7 @@ "@tanstack/eslint-plugin-query": "^5.100.12", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" }, diff --git a/examples/react/chat/package.json b/examples/react/chat/package.json index 8bbf17ad038..a1c1553348b 100644 --- a/examples/react/chat/package.json +++ b/examples/react/chat/package.json @@ -14,9 +14,9 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@tailwindcss/vite": "^4.0.14", - "@vitejs/plugin-react": "^4.3.4", - "tailwindcss": "^4.0.14", + "@tailwindcss/vite": "^4.3.0", + "@vitejs/plugin-react": "^4.7.0", + "tailwindcss": "^4.3.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 857f70f3dc3..5ba4a530bf0 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -14,7 +14,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index 494bfcf5784..482492550f9 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -14,7 +14,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/eslint-legacy/package.json b/examples/react/eslint-legacy/package.json index 9427eb89040..8a43bc82882 100644 --- a/examples/react/eslint-legacy/package.json +++ b/examples/react/eslint-legacy/package.json @@ -20,7 +20,7 @@ "@tanstack/eslint-plugin-query": "^5.100.12", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" }, diff --git a/examples/react/eslint-plugin-demo/package.json b/examples/react/eslint-plugin-demo/package.json index ae4e4fe96fc..bb6da1ec173 100644 --- a/examples/react/eslint-plugin-demo/package.json +++ b/examples/react/eslint-plugin-demo/package.json @@ -11,9 +11,9 @@ }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.100.12", - "eslint": "^9.39.0", + "eslint": "^9.39.4", "typescript": "5.8.3", - "typescript-eslint": "^8.48.0" + "typescript-eslint": "^8.59.4" }, "nx": { "targets": { diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index a69fe5788d8..963d454ee81 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -13,13 +13,13 @@ "@tanstack/react-query": "^5.100.12", "@tanstack/react-query-devtools": "^5.100.12", "@tanstack/react-query-persist-client": "^5.100.12", - "msw": "^2.6.6", + "msw": "^2.14.6", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hot-toast": "^2.5.2" + "react-hot-toast": "^2.6.0" }, "devDependencies": { - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" }, diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 0b13f748f20..02d29be0638 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -14,7 +14,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 9dc476639d9..015a313a9ea 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -11,26 +11,26 @@ "type:check": "tsc --noEmit" }, "dependencies": { - "@react-native-community/netinfo": "^11.4.1", + "@react-native-community/netinfo": "^11.5.2", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", "@tanstack/react-query": "^5.100.12", "@tanstack/react-query-devtools": "^5.100.12", - "expo": "^52.0.11", - "expo-constants": "^17.0.3", - "expo-status-bar": "^2.0.0", + "expo": "^52.0.49", + "expo-constants": "^17.1.8", + "expo-status-bar": "^2.2.3", "react": "^19.0.0", - "react-native": "^0.76.3", - "react-native-gesture-handler": "^2.20.2", - "react-native-paper": "^5.12.5", - "react-native-reanimated": "^3.16.2", - "react-native-safe-area-context": "^4.12.0", - "react-native-screens": "^4.1.0", - "react-native-web": "^0.19.13" + "react-native": "^0.85.3", + "react-native-gesture-handler": "^2.31.2", + "react-native-paper": "^5.15.2", + "react-native-reanimated": "^3.19.5", + "react-native-safe-area-context": "^4.14.1", + "react-native-screens": "^4.25.2", + "react-native-web": "^0.21.2" }, "devDependencies": { - "@babel/core": "^7.24.9", - "@expo/config": "^10.0.5", + "@babel/core": "^7.29.0", + "@expo/config": "^10.0.11", "typescript": "5.8.3" } } diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 27e0bf57db4..3f7bdf9cd30 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -14,16 +14,16 @@ "match-sorter": "^6.3.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^6.25.1", - "react-router-dom": "^6.25.1", - "rooks": "^8.0.0", + "react-router": "^6.30.3", + "react-router-dom": "^6.30.3", + "rooks": "^8.4.0", "sort-by": "^1.2.0" }, "devDependencies": { "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@types/sort-by": "^1.2.3", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index c6371a9ccd7..6a8601c1620 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,13 +12,13 @@ "@tanstack/react-query-devtools": "^5.100.12", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^6.25.1", - "react-router-dom": "^6.25.1" + "react-router": "^6.30.3", + "react-router-dom": "^6.30.3" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.13", - "@vitejs/plugin-react": "^4.3.4", - "tailwindcss": "^4.1.13", + "@tailwindcss/vite": "^4.3.0", + "@vitejs/plugin-react": "^4.7.0", + "tailwindcss": "^4.3.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index d3ac4702b3e..78b400ab2da 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index abeed2a6ef1..8b88f39557b 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -14,7 +14,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 8b8b54d8ef3..285d704e744 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,13 +12,13 @@ "@tanstack/react-query-devtools": "^5.100.12", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^6.25.1", - "react-router-dom": "^6.25.1" + "react-router": "^6.30.3", + "react-router-dom": "^6.30.3" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.13", - "@vitejs/plugin-react": "^4.3.4", - "tailwindcss": "^4.1.13", + "@tailwindcss/vite": "^4.3.0", + "@vitejs/plugin-react": "^4.7.0", + "tailwindcss": "^4.3.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 453df80a400..7d5303000c5 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -16,7 +16,7 @@ "react-error-boundary": "^4.1.2" }, "devDependencies": { - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index c952cc3e5c5..992d1014b2d 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -10,16 +10,16 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.9.4", + "@astrojs/check": "^0.9.9", "@astrojs/node": "^9.1.3", - "@astrojs/solid-js": "^5.0.7", + "@astrojs/solid-js": "^5.1.3", "@astrojs/tailwind": "^6.0.2", "@astrojs/vercel": "^8.1.3", "@tanstack/solid-query": "^5.100.12", "@tanstack/solid-query-devtools": "^5.100.12", "astro": "^5.5.6", - "solid-js": "^1.9.7", - "tailwindcss": "^3.4.7", + "solid-js": "^1.9.13", + "tailwindcss": "^3.4.19", "typescript": "5.8.3" } } diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index 66c93f65a14..4a1a02795a3 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -10,13 +10,13 @@ "dependencies": { "@tanstack/solid-query": "^5.100.12", "@tanstack/solid-query-devtools": "^5.100.12", - "graphql": "^16.9.0", - "graphql-request": "^7.1.2", - "solid-js": "^1.9.7" + "graphql": "^16.14.0", + "graphql-request": "^7.4.0", + "solid-js": "^1.9.13" }, "devDependencies": { "typescript": "5.8.3", "vite": "^6.4.1", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" } } diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 4d05cc6aa79..a5ce980730d 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -10,11 +10,11 @@ "dependencies": { "@tanstack/solid-query": "^5.100.12", "@tanstack/solid-query-devtools": "^5.100.12", - "solid-js": "^1.9.7" + "solid-js": "^1.9.13" }, "devDependencies": { "typescript": "5.8.3", "vite": "^6.4.1", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" } } diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 6454bd9f392..f7ec26bd489 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -10,11 +10,11 @@ "dependencies": { "@tanstack/solid-query": "^5.100.12", "@tanstack/solid-query-devtools": "^5.100.12", - "solid-js": "^1.9.7" + "solid-js": "^1.9.13" }, "devDependencies": { "typescript": "5.8.3", "vite": "^6.4.1", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" } } diff --git a/examples/solid/offline/package.json b/examples/solid/offline/package.json index ce52d64a51f..cd7faaa6967 100644 --- a/examples/solid/offline/package.json +++ b/examples/solid/offline/package.json @@ -12,13 +12,13 @@ "@tanstack/solid-query": "^5.100.12", "@tanstack/solid-query-devtools": "^5.100.12", "@tanstack/solid-query-persist-client": "^5.100.12", - "msw": "^2.6.6", - "solid-js": "^1.9.7" + "msw": "^2.14.6", + "solid-js": "^1.9.13" }, "devDependencies": { "typescript": "5.8.3", "vite": "^6.4.1", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" }, "msw": { "workerDirectory": [ diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index 8fea954c599..f576ca12868 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -10,12 +10,12 @@ "dependencies": { "@tanstack/solid-query": "^5.100.12", "@tanstack/solid-query-devtools": "^5.100.12", - "solid-js": "^1.9.7" + "solid-js": "^1.9.13" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.100.12", "typescript": "5.8.3", "vite": "^6.4.1", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" } } diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 57c2b79efdc..03ee3c7fa4e 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -10,12 +10,12 @@ }, "dependencies": { "@solidjs/meta": "^0.29.4", - "@solidjs/router": "^0.15.3", - "@solidjs/start": "^1.1.3", + "@solidjs/router": "^0.16.1", + "@solidjs/start": "^1.3.2", "@tanstack/solid-query": "^5.100.12", "@tanstack/solid-query-devtools": "^5.100.12", - "solid-js": "^1.9.7", - "vinxi": "^0.5.3" + "solid-js": "^1.9.13", + "vinxi": "^0.5.11" }, "engines": { "node": ">=18" diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index f4a18f73bd7..a9f4b3dd1b1 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -12,11 +12,11 @@ "@tanstack/svelte-query-devtools": "^6.1.31" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", + "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.42.2", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 5854ad2499c..400830727d4 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -14,11 +14,11 @@ "@tanstack/svelte-query-persist-client": "^6.1.31" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", + "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.42.2", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 979f4318b7c..53046350de3 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -12,11 +12,11 @@ "@tanstack/svelte-query-devtools": "^6.1.31" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", + "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.42.2", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index 26405cf9bac..ef0528b1884 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -12,11 +12,11 @@ "@tanstack/svelte-query-devtools": "^6.1.31" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", + "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.42.2", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index dd865e499d2..d560b30a376 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -12,11 +12,11 @@ "@tanstack/svelte-query-devtools": "^6.1.31" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", + "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.42.2", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index 29abcfcbcd0..5123edc6e8d 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^5.1.1", - "@tsconfig/svelte": "^5.0.4", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "@tsconfig/svelte": "^5.0.8", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index a576906642a..233a23da459 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -12,11 +12,11 @@ "@tanstack/svelte-query-devtools": "^6.1.31" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", + "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.42.2", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index fab30e7ea59..883ab9234b2 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -12,13 +12,13 @@ "@tanstack/svelte-query-devtools": "^6.1.31" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", + "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.42.2", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "@tailwindcss/vite": "^4.1.13", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", - "tailwindcss": "^4.1.13", + "@tailwindcss/vite": "^4.3.0", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", + "tailwindcss": "^4.3.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index 35f2f58dd6f..4834ffd4188 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -9,10 +9,10 @@ "_preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.90.2", + "@tanstack/vue-query": "^5.100.11", "@vue/composition-api": "1.7.2", "vue": "2.6.14", - "vue-template-compiler": "2.6.14" + "vue-template-compiler": "2.7.16" }, "devDependencies": { "typescript": "5.8.3", diff --git a/examples/vue/2.7-basic/package.json b/examples/vue/2.7-basic/package.json index aefeba43c3a..2f9b6ce6741 100644 --- a/examples/vue/2.7-basic/package.json +++ b/examples/vue/2.7-basic/package.json @@ -9,7 +9,7 @@ "_serve": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.90.2", + "@tanstack/vue-query": "^5.100.11", "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 7ce67e0c8ef..d1e8224b116 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.2.1", + "@vitejs/plugin-vue": "^5.2.4", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index b10a5a36393..dfffbcf46a4 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.2.1", + "@vitejs/plugin-vue": "^5.2.4", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/vue/nuxt3/package.json b/examples/vue/nuxt3/package.json index ffa5d83aeac..f74a0c6809c 100644 --- a/examples/vue/nuxt3/package.json +++ b/examples/vue/nuxt3/package.json @@ -7,9 +7,9 @@ "_start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/vue-query": "^5.90.2" + "@tanstack/vue-query": "^5.100.11" }, "devDependencies": { - "nuxt": "^3.12.4" + "nuxt": "^3.21.6" } } diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 801b8ac5165..27e4985804f 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -12,11 +12,11 @@ "@tanstack/query-persist-client-core": "^5.100.12", "@tanstack/query-sync-storage-persister": "^5.100.12", "@tanstack/vue-query": "^5.100.12", - "idb-keyval": "^6.2.1", + "idb-keyval": "^6.2.4", "vue": "^3.4.27" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.4", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index 0c2ccc741ac..ce9114d0af3 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.2.1", + "@vitejs/plugin-vue": "^5.2.4", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/integrations/angular-cli-20/package.json b/integrations/angular-cli-20/package.json index 7c82177d6b6..cc13ffa5540 100644 --- a/integrations/angular-cli-20/package.json +++ b/integrations/angular-cli-20/package.json @@ -8,21 +8,21 @@ "watch": "ng build --watch --configuration development" }, "dependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/forms": "^20.0.0", - "@angular/platform-browser": "^20.0.0", - "@angular/router": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/forms": "^20.3.21", + "@angular/platform-browser": "^20.3.21", + "@angular/router": "^20.3.21", "@tanstack/angular-query-experimental": "^5.100.12", - "rxjs": "~7.8.0", - "tslib": "^2.3.0", - "zone.js": "~0.15.0" + "rxjs": "~7.8.2", + "tslib": "^2.8.1", + "zone.js": "~0.16.2" }, "devDependencies": { - "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", - "@angular/compiler-cli": "^20.0.0", + "@angular/build": "^20.3.26", + "@angular/cli": "^20.3.26", + "@angular/compiler-cli": "^20.3.21", "typescript": "~5.8.2" } } diff --git a/integrations/lit-vite/package.json b/integrations/lit-vite/package.json index f5e040bc08a..63043b4dda6 100644 --- a/integrations/lit-vite/package.json +++ b/integrations/lit-vite/package.json @@ -8,7 +8,7 @@ "dependencies": { "@tanstack/lit-query": "workspace:*", "@tanstack/query-core": "workspace:*", - "lit": "^3.3.1", + "lit": "^3.3.3", "vite": "^6.4.1" }, "devDependencies": { diff --git a/integrations/react-next-15/package.json b/integrations/react-next-15/package.json index 1454aa61a4e..d7bbbde5a4b 100644 --- a/integrations/react-next-15/package.json +++ b/integrations/react-next-15/package.json @@ -6,7 +6,7 @@ "build": "next build" }, "dependencies": { - "@js-temporal/polyfill": "^0.4.4", + "@js-temporal/polyfill": "^0.5.1", "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", "next": "^15.4.8", diff --git a/integrations/react-next-16/package.json b/integrations/react-next-16/package.json index e0f4e0f8530..bdd12dc2834 100644 --- a/integrations/react-next-16/package.json +++ b/integrations/react-next-16/package.json @@ -6,7 +6,7 @@ "build": "next build" }, "dependencies": { - "@js-temporal/polyfill": "^0.4.4", + "@js-temporal/polyfill": "^0.5.1", "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", "next": "^16.0.7", diff --git a/integrations/react-vite/package.json b/integrations/react-vite/package.json index b0d6424b024..ac55ba77dff 100644 --- a/integrations/react-vite/package.json +++ b/integrations/react-vite/package.json @@ -8,7 +8,7 @@ "dependencies": { "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", "vite": "^6.4.1" diff --git a/integrations/react-webpack-4/package.json b/integrations/react-webpack-4/package.json index d29697d1036..de56df1f281 100644 --- a/integrations/react-webpack-4/package.json +++ b/integrations/react-webpack-4/package.json @@ -11,10 +11,10 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@babel/core": "^7.26.0", - "@babel/preset-env": "^7.26.0", - "@babel/preset-react": "^7.25.9", - "babel-loader": "^8.3.0", + "@babel/core": "^7.29.0", + "@babel/preset-env": "^7.29.5", + "@babel/preset-react": "^7.28.5", + "babel-loader": "^8.4.1", "cross-env": "^7.0.3", "html-webpack-plugin": "^4.5.2", "webpack": "^4.44.2", diff --git a/integrations/react-webpack-5/package.json b/integrations/react-webpack-5/package.json index 60e5d7a4abe..1ea0e50e82a 100644 --- a/integrations/react-webpack-5/package.json +++ b/integrations/react-webpack-5/package.json @@ -11,11 +11,11 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@babel/core": "^7.26.0", - "@babel/preset-env": "^7.26.0", - "@babel/preset-react": "^7.25.9", + "@babel/core": "^7.29.0", + "@babel/preset-env": "^7.29.5", + "@babel/preset-react": "^7.28.5", "babel-loader": "^9.2.1", - "html-webpack-plugin": "^5.6.3", + "html-webpack-plugin": "^5.6.7", "webpack": "^5.96.1", "webpack-cli": "^5.1.4" } diff --git a/integrations/solid-vite/package.json b/integrations/solid-vite/package.json index 762a2fa64e3..0da427d166d 100644 --- a/integrations/solid-vite/package.json +++ b/integrations/solid-vite/package.json @@ -8,8 +8,8 @@ "dependencies": { "@tanstack/solid-query": "workspace:*", "@tanstack/solid-query-devtools": "workspace:*", - "solid-js": "^1.9.7", + "solid-js": "^1.9.13", "vite": "^6.4.1", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" } } diff --git a/integrations/svelte-vite/package.json b/integrations/svelte-vite/package.json index 0cd2170747d..83cb6ccad0d 100644 --- a/integrations/svelte-vite/package.json +++ b/integrations/svelte-vite/package.json @@ -9,7 +9,7 @@ "@sveltejs/vite-plugin-svelte": "^5.1.1", "@tanstack/svelte-query": "workspace:*", "@tanstack/svelte-query-devtools": "workspace:*", - "svelte": "^5.39.3", + "svelte": "^5.55.9", "vite": "^6.4.1" } } diff --git a/integrations/vue-vite/package.json b/integrations/vue-vite/package.json index dfc5ae06782..81e69d1a19e 100644 --- a/integrations/vue-vite/package.json +++ b/integrations/vue-vite/package.json @@ -10,7 +10,7 @@ "vue": "^3.4.27" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.4", "typescript": "5.8.3", "vite": "^6.4.1", "vue-tsc": "^2.2.8" diff --git a/package.json b/package.json index 05d6c8529a8..1c3a2232106 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "type": "git", "url": "git+https://github.com/TanStack/query.git" }, - "packageManager": "pnpm@11.1.0", + "packageManager": "pnpm@11.2.2", "engines": { - "pnpm": ">=11.0.0" + "pnpm": ">=11.2.2" }, "type": "module", "scripts": { @@ -43,37 +43,37 @@ ] }, "devDependencies": { - "@arethetypeswrong/cli": "^0.15.3", - "@changesets/cli": "^2.29.8", - "@cspell/eslint-plugin": "^9.2.1", - "@eslint-react/eslint-plugin": "^2.0.1", - "@size-limit/preset-small-lib": "^12.0.0", + "@arethetypeswrong/cli": "^0.18.2", + "@changesets/cli": "^2.31.0", + "@cspell/eslint-plugin": "^9.8.0", + "@eslint-react/eslint-plugin": "^2.13.0", + "@size-limit/preset-small-lib": "^12.1.0", "@svitejs/changesets-changelog-github-compact": "^1.2.0", - "@tanstack/eslint-config": "0.3.2", - "@tanstack/typedoc-config": "0.3.1", - "@tanstack/vite-config": "0.4.3", - "@testing-library/jest-dom": "^6.8.0", + "@tanstack/eslint-config": "0.4.0", + "@tanstack/typedoc-config": "0.3.3", + "@tanstack/vite-config": "0.5.2", + "@testing-library/jest-dom": "^6.9.1", "@types/node": "^22.15.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "@vitest/coverage-istanbul": "4.0.6", - "@vitest/eslint-plugin": "^1.4.0", + "@vitest/coverage-istanbul": "4.1.7", + "@vitest/eslint-plugin": "^1.6.17", "esbuild-plugin-file-path-extensions": "^2.1.4", - "eslint": "^9.36.0", + "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^6.1.1", - "jsdom": "^27.0.0", - "knip": "^6.0.2", - "markdown-link-extractor": "^4.0.2", - "nx": "22.1.3", + "jsdom": "^27.4.0", + "knip": "^6.14.2", + "markdown-link-extractor": "^4.0.3", + "nx": "22.7.2", "premove": "^4.0.0", - "prettier": "^3.7.4", - "prettier-plugin-svelte": "^3.4.0", - "publint": "^0.3.13", + "prettier": "^3.8.3", + "prettier-plugin-svelte": "^3.5.2", + "publint": "^0.3.21", "react": "^19.2.1", "react-dom": "^19.2.1", - "sherif": "^1.6.1", - "size-limit": "^12.0.0", - "tinyglobby": "^0.2.15", + "sherif": "^1.11.1", + "size-limit": "^12.1.0", + "tinyglobby": "^0.2.16", "tsup": "^8.4.0", "typescript": "5.9.3", "typescript54": "npm:typescript@5.4", @@ -84,6 +84,6 @@ "typescript59": "npm:typescript@5.9", "typescript60": "npm:typescript@6.0.1-rc", "vite": "^6.4.1", - "vitest": "^4.0.18" + "vitest": "^4.1.7" } } diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index bbfc9f64503..5813a8497a1 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -88,16 +88,16 @@ "@tanstack/query-core": "workspace:*" }, "devDependencies": { - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/query-test-utils": "workspace:*", - "@testing-library/angular": "^18.0.0", - "npm-run-all2": "^5.0.0", + "@testing-library/angular": "^18.1.1", + "npm-run-all2": "^5.0.2", "rxjs": "^7.8.2", - "vite-plugin-dts": "4.2.3", - "vite-plugin-externalize-deps": "^0.9.0", + "vite-plugin-dts": "4.5.4", + "vite-plugin-externalize-deps": "^0.10.0", "vite-tsconfig-paths": "^5.1.4" }, "optionalDependencies": { diff --git a/packages/angular-query-persist-client/package.json b/packages/angular-query-persist-client/package.json index 362ae5156e1..be9165fac60 100644 --- a/packages/angular-query-persist-client/package.json +++ b/packages/angular-query-persist-client/package.json @@ -56,17 +56,17 @@ "@tanstack/query-persist-client-core": "workspace:*" }, "devDependencies": { - "@angular/animations": "^20.0.0", - "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", - "@angular/platform-browser": "^20.0.0", + "@angular/animations": "^20.3.21", + "@angular/common": "^20.3.21", + "@angular/compiler": "^20.3.21", + "@angular/core": "^20.3.21", + "@angular/platform-browser": "^20.3.21", "@tanstack/angular-query-experimental": "workspace:*", "@tanstack/query-test-utils": "workspace:*", - "@testing-library/angular": "^18.0.0", - "@testing-library/dom": "^10.4.0", - "eslint-plugin-jsdoc": "^50.5.0", - "npm-run-all2": "^5.0.0" + "@testing-library/angular": "^18.1.1", + "@testing-library/dom": "^10.4.1", + "eslint-plugin-jsdoc": "^50.8.0", + "npm-run-all2": "^5.0.2" }, "peerDependencies": { "@angular/common": ">=16.0.0", diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index 2b69e1c06ad..f03c66814cd 100644 --- a/packages/eslint-plugin-query/package.json +++ b/packages/eslint-plugin-query/package.json @@ -58,14 +58,14 @@ "!src/__tests__" ], "dependencies": { - "@typescript-eslint/utils": "^8.58.1" + "@typescript-eslint/utils": "^8.59.4" }, "devDependencies": { - "@typescript-eslint/parser": "^8.48.0", - "@typescript-eslint/rule-tester": "^8.48.0", + "@typescript-eslint/parser": "^8.59.4", + "@typescript-eslint/rule-tester": "^8.59.4", "combinate": "^1.1.11", - "eslint": "^9.36.0", - "npm-run-all2": "^5.0.0" + "eslint": "^9.39.4", + "npm-run-all2": "^5.0.2" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", diff --git a/packages/lit-query/package.json b/packages/lit-query/package.json index 0329edc0af2..8a875508276 100644 --- a/packages/lit-query/package.json +++ b/packages/lit-query/package.json @@ -61,15 +61,15 @@ "dependencies": { "@lit/context": "^1.1.6", "@tanstack/query-core": "workspace:*", - "lit": "^3.3.1" + "lit": "^3.3.3" }, "peerDependencies": { "@tanstack/query-core": "^5.0.0", "lit": ">=2.8.0 <4" }, "devDependencies": { - "@eslint/js": "^9.36.0", - "globals": "^17.4.0", - "typescript-eslint": "^8.54.0" + "@eslint/js": "^9.39.4", + "globals": "^17.6.0", + "typescript-eslint": "^8.59.4" } } diff --git a/packages/preact-query-devtools/package.json b/packages/preact-query-devtools/package.json index 10a20eb99c7..b09f48f9c91 100644 --- a/packages/preact-query-devtools/package.json +++ b/packages/preact-query-devtools/package.json @@ -81,14 +81,14 @@ "@tanstack/query-devtools": "workspace:*" }, "devDependencies": { - "@preact/preset-vite": "^2.10.2", + "@preact/preset-vite": "^2.10.5", "@tanstack/preact-query": "workspace:*", "@testing-library/preact": "^3.2.4", "eslint-config-preact": "^2.0.0", - "npm-run-all2": "^5.0.0", - "preact": "^10.28.0", + "npm-run-all2": "^5.0.2", + "preact": "^10.29.2", "typescript": "5.9.3", - "typescript-eslint": "^8.54.0" + "typescript-eslint": "^8.59.4" }, "peerDependencies": { "@tanstack/preact-query": "workspace:^", diff --git a/packages/preact-query-persist-client/package.json b/packages/preact-query-persist-client/package.json index a2156376d5f..fd126d7ba75 100644 --- a/packages/preact-query-persist-client/package.json +++ b/packages/preact-query-persist-client/package.json @@ -60,15 +60,15 @@ "@tanstack/query-persist-client-core": "workspace:*" }, "devDependencies": { - "@preact/preset-vite": "^2.10.2", + "@preact/preset-vite": "^2.10.5", "@tanstack/preact-query": "workspace:*", "@tanstack/query-test-utils": "workspace:*", "@testing-library/preact": "^3.2.4", "eslint-config-preact": "^2.0.0", - "npm-run-all2": "^5.0.0", - "preact": "^10.28.0", + "npm-run-all2": "^5.0.2", + "preact": "^10.29.2", "typescript": "5.9.3", - "typescript-eslint": "^8.54.0" + "typescript-eslint": "^8.59.4" }, "peerDependencies": { "@tanstack/preact-query": "workspace:^", diff --git a/packages/preact-query/package.json b/packages/preact-query/package.json index 0e1f7d3e895..f075170c615 100644 --- a/packages/preact-query/package.json +++ b/packages/preact-query/package.json @@ -66,17 +66,17 @@ "@tanstack/query-core": "workspace:*" }, "devDependencies": { - "@preact/preset-vite": "^2.10.2", + "@preact/preset-vite": "^2.10.5", "@tanstack/query-persist-client-core": "workspace:*", "@tanstack/query-test-utils": "workspace:*", "@testing-library/preact": "^3.2.4", "cpy-cli": "^5.0.0", "eslint-config-preact": "^2.0.0", - "npm-run-all2": "^5.0.0", - "preact": "^10.28.0", - "preact-render-to-string": "^6.6.4", + "npm-run-all2": "^5.0.2", + "preact": "^10.29.2", + "preact-render-to-string": "^6.7.0", "typescript": "5.9.3", - "typescript-eslint": "^8.54.0" + "typescript-eslint": "^8.59.4" }, "peerDependencies": { "preact": "^10.0.0" diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index ff59228cf64..c6cbbdc4475 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -63,6 +63,6 @@ }, "devDependencies": { "@tanstack/query-test-utils": "workspace:*", - "npm-run-all2": "^5.0.0" + "npm-run-all2": "^5.0.2" } } diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 28a3dbdc666..ab640ac1785 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -58,11 +58,11 @@ ], "dependencies": { "@tanstack/query-core": "workspace:*", - "broadcast-channel": "^7.0.0" + "broadcast-channel": "^7.3.0" }, "devDependencies": { - "@testing-library/react": "^16.1.0", - "@vitejs/plugin-react": "^4.3.4", - "npm-run-all2": "^5.0.0" + "@testing-library/react": "^16.3.2", + "@vitejs/plugin-react": "^4.7.0", + "npm-run-all2": "^5.0.2" } } diff --git a/packages/query-core/package.json b/packages/query-core/package.json index dde0b6c3bf9..65345a86302 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -59,6 +59,6 @@ ], "devDependencies": { "@tanstack/query-test-utils": "workspace:*", - "npm-run-all2": "^5.0.0" + "npm-run-all2": "^5.0.2" } } diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index 4d18a30bfea..278d6b9eb6e 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -63,20 +63,20 @@ "!src/__tests__" ], "devDependencies": { - "@kobalte/core": "^0.13.4", - "@solid-primitives/keyed": "^1.2.2", - "@solid-primitives/resize-observer": "^2.0.26", + "@kobalte/core": "^0.13.11", + "@solid-primitives/keyed": "^1.5.3", + "@solid-primitives/resize-observer": "^2.1.5", "@solid-primitives/storage": "^1.3.11", "@solidjs/testing-library": "^0.8.10", "@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/query-core": "workspace:*", "clsx": "^2.1.1", - "goober": "^2.1.16", - "npm-run-all2": "^5.0.0", - "solid-js": "^1.9.7", - "solid-transition-group": "^0.2.3", - "superjson": "^2.2.2", + "goober": "^2.1.19", + "npm-run-all2": "^5.0.2", + "solid-js": "^1.9.13", + "solid-transition-group": "^0.3.0", + "superjson": "^2.2.6", "tsup-preset-solid": "^2.2.0", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" } } diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 7f3895b249a..3daedb00b30 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -62,6 +62,6 @@ }, "devDependencies": { "@tanstack/query-test-utils": "workspace:*", - "npm-run-all2": "^5.0.0" + "npm-run-all2": "^5.0.2" } } diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 5176c6cc2de..d00da72affa 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -63,6 +63,6 @@ }, "devDependencies": { "@tanstack/query-test-utils": "workspace:*", - "npm-run-all2": "^5.0.0" + "npm-run-all2": "^5.0.2" } } diff --git a/packages/query-test-utils/package.json b/packages/query-test-utils/package.json index ec455acf744..090f53e8c6b 100644 --- a/packages/query-test-utils/package.json +++ b/packages/query-test-utils/package.json @@ -36,6 +36,6 @@ }, "type": "module", "devDependencies": { - "npm-run-all2": "^5.0.0" + "npm-run-all2": "^5.0.2" } } diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 920fff21609..4ce6296c53d 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -82,10 +82,10 @@ }, "devDependencies": { "@tanstack/react-query": "workspace:*", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.3.2", "@types/react": "^19.2.7", - "@vitejs/plugin-react": "^4.3.4", - "npm-run-all2": "^5.0.0", + "@vitejs/plugin-react": "^4.7.0", + "npm-run-all2": "^5.0.2", "react": "^19.2.1" }, "peerDependencies": { diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 1a0e79a0a70..9e33cc83f57 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -57,9 +57,9 @@ "devDependencies": { "@tanstack/react-query": "workspace:*", "@types/react": "^19.2.7", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "next": "^16.0.1", - "npm-run-all2": "^5.0.0", + "npm-run-all2": "^5.0.2", "react": "^19.2.1" }, "peerDependencies": { diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 304170369ec..9bbcea10d1c 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -63,10 +63,10 @@ "devDependencies": { "@tanstack/query-test-utils": "workspace:*", "@tanstack/react-query": "workspace:*", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.3.2", "@types/react": "^19.2.7", - "@vitejs/plugin-react": "^4.3.4", - "npm-run-all2": "^5.0.0", + "@vitejs/plugin-react": "^4.7.0", + "npm-run-all2": "^5.0.2", "react": "^19.2.1" }, "peerDependencies": { diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 614aa7fa129..f85a103c991 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -69,13 +69,13 @@ "devDependencies": { "@tanstack/query-persist-client-core": "workspace:*", "@tanstack/query-test-utils": "workspace:*", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.3.2", "@testing-library/react-render-stream": "^2.0.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.7.0", "cpy-cli": "^5.0.0", - "npm-run-all2": "^5.0.0", + "npm-run-all2": "^5.0.2", "react": "^19.2.1", "react-dom": "^19.2.1", "react-error-boundary": "^4.1.2" diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 793667dfd10..8adf9ea661b 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -67,10 +67,10 @@ "devDependencies": { "@solidjs/testing-library": "^0.8.10", "@tanstack/solid-query": "workspace:*", - "npm-run-all2": "^5.0.0", - "solid-js": "^1.9.7", + "npm-run-all2": "^5.0.2", + "solid-js": "^1.9.13", "tsup-preset-solid": "^2.2.0", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { "@tanstack/solid-query": "workspace:^", diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 59fabe9d078..3895bba0e92 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -69,10 +69,10 @@ "@solidjs/testing-library": "^0.8.10", "@tanstack/query-test-utils": "workspace:*", "@tanstack/solid-query": "workspace:*", - "npm-run-all2": "^5.0.0", - "solid-js": "^1.9.7", + "npm-run-all2": "^5.0.2", + "solid-js": "^1.9.13", "tsup-preset-solid": "^2.2.0", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { "@tanstack/solid-query": "workspace:^", diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 86f658ff094..7006ba5e9f9 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -70,10 +70,10 @@ "devDependencies": { "@solidjs/testing-library": "^0.8.10", "@tanstack/query-test-utils": "workspace:*", - "npm-run-all2": "^5.0.0", - "solid-js": "^1.9.7", + "npm-run-all2": "^5.0.2", + "solid-js": "^1.9.13", "tsup-preset-solid": "^2.2.0", - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { "solid-js": "^1.6.0" diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index a5d9e7db5cd..c0d5850ab52 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -49,17 +49,17 @@ ], "dependencies": { "@tanstack/query-devtools": "workspace:*", - "esm-env": "^1.2.1" + "esm-env": "^1.2.2" }, "devDependencies": { - "@sveltejs/package": "^2.4.0", + "@sveltejs/package": "^2.5.7", "@sveltejs/vite-plugin-svelte": "^5.1.1", "@tanstack/svelte-query": "workspace:*", - "@testing-library/svelte": "^5.2.8", - "@typescript-eslint/parser": "^8.48.0", - "eslint-plugin-svelte": "^3.11.0", - "svelte": "^5.39.3", - "svelte-check": "^4.4.5", + "@testing-library/svelte": "^5.3.1", + "@typescript-eslint/parser": "^8.59.4", + "eslint-plugin-svelte": "^3.17.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index b568e21d424..4f1c4141d8b 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -52,15 +52,15 @@ "@tanstack/query-persist-client-core": "workspace:*" }, "devDependencies": { - "@sveltejs/package": "^2.4.0", + "@sveltejs/package": "^2.5.7", "@sveltejs/vite-plugin-svelte": "^5.1.1", "@tanstack/query-test-utils": "workspace:*", "@tanstack/svelte-query": "workspace:*", - "@testing-library/svelte": "^5.2.8", - "@typescript-eslint/parser": "^8.48.0", - "eslint-plugin-svelte": "^3.11.0", - "svelte": "^5.39.3", - "svelte-check": "^4.4.5", + "@testing-library/svelte": "^5.3.1", + "@typescript-eslint/parser": "^8.59.4", + "eslint-plugin-svelte": "^3.17.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 69cb93aa54b..c3f2bd1af63 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -52,14 +52,14 @@ "@tanstack/query-core": "workspace:*" }, "devDependencies": { - "@sveltejs/package": "^2.4.0", + "@sveltejs/package": "^2.5.7", "@sveltejs/vite-plugin-svelte": "^5.1.1", "@tanstack/query-test-utils": "workspace:*", - "@testing-library/svelte": "^5.2.8", - "@typescript-eslint/parser": "^8.48.0", - "eslint-plugin-svelte": "^3.11.0", - "svelte": "^5.39.3", - "svelte-check": "^4.4.5", + "@testing-library/svelte": "^5.3.1", + "@typescript-eslint/parser": "^8.59.4", + "eslint-plugin-svelte": "^3.17.1", + "svelte": "^5.55.9", + "svelte-check": "^4.4.8", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index 711ba909ea0..e31d75c6740 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -57,7 +57,7 @@ "devDependencies": { "@tanstack/vue-query": "workspace:*", "@vitejs/plugin-vue": "^5.2.4", - "eslint-plugin-vue": "^10.5.0", + "eslint-plugin-vue": "^10.9.1", "typescript": "5.8.3", "vite": "^6.4.1", "vue": "^3.4.27", diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 2a006f54651..cba1b7a7652 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -62,14 +62,14 @@ "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/query-core": "workspace:*", - "@vue/devtools-api": "^6.6.3", + "@vue/devtools-api": "^6.6.4", "vue-demi": "^0.14.10" }, "devDependencies": { "@tanstack/query-test-utils": "workspace:*", "@vitejs/plugin-vue": "^5.2.4", "@vue/composition-api": "1.7.2", - "eslint-plugin-vue": "^10.5.0", + "eslint-plugin-vue": "^10.9.1", "vue": "^3.4.27", "vue2": "npm:vue@2.6", "vue2.7": "npm:vue@2.7" diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9a58ec4796f..849689a8fb7 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -24,20 +24,20 @@ overrides: '@types/react': '^19.2.7' '@types/react-dom': '^19.2.3' '@types/node': '^22.15.3' - '@typescript-eslint/eslint-plugin': '8.58.1' - '@typescript-eslint/parser': '8.58.1' - '@typescript-eslint/project-service': '8.58.1' - '@typescript-eslint/rule-tester': '8.58.1' - '@typescript-eslint/scope-manager': '8.58.1' - '@typescript-eslint/tsconfig-utils': '8.58.1' - '@typescript-eslint/type-utils': '8.58.1' - '@typescript-eslint/types': '8.58.1' - '@typescript-eslint/typescript-estree': '8.58.1' - '@typescript-eslint/utils': '8.58.1' - '@typescript-eslint/visitor-keys': '8.58.1' - typescript-eslint: '8.58.1' + '@typescript-eslint/eslint-plugin': '8.59.4' + '@typescript-eslint/parser': '8.59.4' + '@typescript-eslint/project-service': '8.59.4' + '@typescript-eslint/rule-tester': '8.59.4' + '@typescript-eslint/scope-manager': '8.59.4' + '@typescript-eslint/tsconfig-utils': '8.59.4' + '@typescript-eslint/type-utils': '8.59.4' + '@typescript-eslint/types': '8.59.4' + '@typescript-eslint/typescript-estree': '8.59.4' + '@typescript-eslint/utils': '8.59.4' + '@typescript-eslint/visitor-keys': '8.59.4' + typescript-eslint: '8.59.4' vite: '^6.4.1' - esbuild: '^0.27.2' + esbuild: '^0.28.0' allowBuilds: # root dependency @@ -64,4 +64,3 @@ allowBuilds: # nextJs sharp: false # not directly required for build -