diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index b2db7d18b2c..fdc0c1f5ae5 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Setup Tools diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8429337ad27..ba05cfc174e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,7 +21,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -46,7 +46,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Setup Tools @@ -75,7 +75,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Setup Tools diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f950f033ad..c08887717b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: true # changesets/action pushes version/release changes diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 86d4b5b30a2..2a1b3c0a1ad 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 ffa0ba4bb5a..680dd6a4f5d 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/basic-persister/package.json b/examples/angular/basic-persister/package.json index b227eed959f..44f20657f09 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "@tanstack/angular-query-persist-client": "^5.101.0", "@tanstack/query-async-storage-persister": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index c87b2b5bf7d..4a87c297706 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index 0376ced8449..5fb439be5c2 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", + "@angular/router": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "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 f7bc3b933cc..f2151e86a7a 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/optimistic-updates/package.json b/examples/angular/optimistic-updates/package.json index 10024dc6b15..3cc104f484f 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/forms": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 8164f6ea323..f5d8cf695b1 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "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 a95aaff2726..07280e725be 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", + "@angular/router": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index 68d4e07f5d8..bdd70587595 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", + "@angular/router": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index 4859e692f81..d59aa2d21a0 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/forms": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index 0e613ca6e45..d9ed7bb2cd8 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "typescript": "5.8.3" } } diff --git a/examples/lit/basic/package.json b/examples/lit/basic/package.json index 63d3825dd10..d15c1b09ba0 100644 --- a/examples/lit/basic/package.json +++ b/examples/lit/basic/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/lit-query": "^0.2.7", "@tanstack/query-core": "^5.101.0", - "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 782ab70ad70..4b6d2174e41 100644 --- a/examples/lit/pagination/package.json +++ b/examples/lit/pagination/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/lit-query": "^0.2.7", "@tanstack/query-core": "^5.101.0", - "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 846cdd904bd..57bc1a2713e 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.7", "@tanstack/query-core": "^5.101.0", - "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.4", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/preact/simple/package.json b/examples/preact/simple/package.json index 45aef72c406..a683936a4aa 100644 --- a/examples/preact/simple/package.json +++ b/examples/preact/simple/package.json @@ -9,11 +9,11 @@ }, "dependencies": { "@tanstack/preact-query": "^5.101.0", - "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 24f31274e3e..65db30f454f 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.53.0", "@tanstack/react-query": "^5.101.0", "@tanstack/react-query-devtools": "^5.101.0", "react": "^19.0.0", @@ -18,7 +18,7 @@ "@tanstack/eslint-plugin-query": "^5.101.0", "@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 bf03398edcc..b3363a0aa7a 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.101.0", "@tanstack/react-query-devtools": "^5.101.0", - "graphql": "^16.9.0", - "graphql-request": "^7.1.2", + "graphql": "^16.14.1", + "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 08fe16d9386..50cc30739b9 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -20,7 +20,7 @@ "@tanstack/eslint-plugin-query": "^5.101.0", "@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 1309e81e964..48a6990fb2a 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 2f38d6ba8b4..064383b4e91 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 63af0858e27..c3c8c38ca80 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 d4bfab89688..3364007cb12 100644 --- a/examples/react/eslint-legacy/package.json +++ b/examples/react/eslint-legacy/package.json @@ -20,7 +20,7 @@ "@tanstack/eslint-plugin-query": "^5.101.0", "@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 d9e9f1241aa..5018e0feefb 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.101.0", - "eslint": "^9.39.0", + "eslint": "^9.39.4", "typescript": "5.8.3", - "typescript-eslint": "^8.48.0" + "typescript-eslint": "^8.60.1" }, "nx": { "targets": { diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index e07fb18b391..6d427ce41f3 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -13,13 +13,13 @@ "@tanstack/react-query": "^5.101.0", "@tanstack/react-query-devtools": "^5.101.0", "@tanstack/react-query-persist-client": "^5.101.0", - "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 2d819f980ef..4876635c8b2 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 735c7ff00b1..b69f73a174e 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.101.0", "@tanstack/react-query-devtools": "^5.101.0", - "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.3", + "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.7", + "@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 2f071a89287..a06dde745ea 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.4", + "react-router-dom": "^6.30.4", + "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 c9b8bcb9d5e..c6553570653 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,13 +12,13 @@ "@tanstack/react-query-devtools": "^5.101.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^6.25.1", - "react-router-dom": "^6.25.1" + "react-router": "^6.30.4", + "react-router-dom": "^6.30.4" }, "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 22bd20372e7..9e6207d562f 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 ae93cfe1847..a95b9dae9d3 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 db76467358c..9da968c7849 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,13 +12,13 @@ "@tanstack/react-query-devtools": "^5.101.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^6.25.1", - "react-router-dom": "^6.25.1" + "react-router": "^6.30.4", + "react-router-dom": "^6.30.4" }, "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 d4b105c1c71..169be671ccb 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 c69f873f747..3b83cda541d 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.101.0", "@tanstack/solid-query-devtools": "^5.101.0", "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 2e2a614602f..107fcb580a1 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.101.0", "@tanstack/solid-query-devtools": "^5.101.0", - "graphql": "^16.9.0", - "graphql-request": "^7.1.2", - "solid-js": "^1.9.7" + "graphql": "^16.14.1", + "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 bafc9622a99..68b14b6c247 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -10,11 +10,11 @@ "dependencies": { "@tanstack/solid-query": "^5.101.0", "@tanstack/solid-query-devtools": "^5.101.0", - "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 cf9089803d8..a89c0137a08 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.101.0", "@tanstack/solid-query-devtools": "^5.101.0", - "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 a2935201176..aacec4b4346 100644 --- a/examples/solid/offline/package.json +++ b/examples/solid/offline/package.json @@ -12,13 +12,13 @@ "@tanstack/solid-query": "^5.101.0", "@tanstack/solid-query-devtools": "^5.101.0", "@tanstack/solid-query-persist-client": "^5.101.0", - "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 a9a6cfd947a..5b23822b479 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -10,12 +10,12 @@ "dependencies": { "@tanstack/solid-query": "^5.101.0", "@tanstack/solid-query-devtools": "^5.101.0", - "solid-js": "^1.9.7" + "solid-js": "^1.9.13" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.101.0", "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 81d4b19d6a9..c08a3cfa98f 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.101.0", "@tanstack/solid-query-devtools": "^5.101.0", - "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 cb49311f46c..d188b2d075d 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.34" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/kit": "^2.57.1", + "@sveltejs/adapter-auto": "^6.1.1", + "@sveltejs/kit": "^2.62.0", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index f6d34bd8518..2736b465b43 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -14,11 +14,11 @@ "@tanstack/svelte-query-persist-client": "^6.1.34" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/kit": "^2.57.1", + "@sveltejs/adapter-auto": "^6.1.1", + "@sveltejs/kit": "^2.62.0", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "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 15074a7de2f..c05555fc73f 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.34" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/kit": "^2.57.1", + "@sveltejs/adapter-auto": "^6.1.1", + "@sveltejs/kit": "^2.62.0", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "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 6da280bc9c8..1a5687d56ad 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.34" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/kit": "^2.57.1", + "@sveltejs/adapter-auto": "^6.1.1", + "@sveltejs/kit": "^2.62.0", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 448b42fb2c0..4779af5c0da 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -12,11 +12,11 @@ "@tanstack/svelte-query-devtools": "^6.1.34" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/kit": "^2.57.1", + "@sveltejs/adapter-auto": "^6.1.1", + "@sveltejs/kit": "^2.62.0", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index 8a4ced340f7..7bc944afa1d 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.56.1", + "svelte-check": "^4.5.0", "typescript": "5.8.3", "vite": "^6.4.1" } diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index b7d41464b17..f45732080ef 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -12,11 +12,11 @@ "@tanstack/svelte-query-devtools": "^6.1.34" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/kit": "^2.57.1", + "@sveltejs/adapter-auto": "^6.1.1", + "@sveltejs/kit": "^2.62.0", "@sveltejs/vite-plugin-svelte": "^5.1.1", - "svelte": "^5.39.3", - "svelte-check": "^4.3.1", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "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 6f654eef9f6..cc6e3ec9f26 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.34" }, "devDependencies": { - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/kit": "^2.57.1", + "@sveltejs/adapter-auto": "^6.1.1", + "@sveltejs/kit": "^2.62.0", "@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.56.1", + "svelte-check": "^4.5.0", + "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..afc9e9088c7 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.101.0", "@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..ee27fa4b982 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.101.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 81b7be813a1..1d8795e9dbc 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 fdfb895062d..ee4ce9d5fda 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..4b988ec71d0 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.101.0" }, "devDependencies": { - "nuxt": "^3.12.4" + "nuxt": "^3.21.7" } } diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 65c42729c3d..4cf45f39dcd 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -12,11 +12,11 @@ "@tanstack/query-persist-client-core": "^5.101.0", "@tanstack/query-sync-storage-persister": "^5.101.0", "@tanstack/vue-query": "^5.101.0", - "idb-keyval": "^6.2.1", + "idb-keyval": "^6.2.5", "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 b41562f8b53..f431092c3be 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 10e1d3d64a7..51a2e89301e 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/forms": "^20.3.24", + "@angular/platform-browser": "^20.3.24", + "@angular/router": "^20.3.24", "@tanstack/angular-query-experimental": "^5.101.0", - "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.27", + "@angular/cli": "^20.3.27", + "@angular/compiler-cli": "^20.3.24", "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..b0c075c0587 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.7", + "@babel/preset-env": "^7.29.7", + "@babel/preset-react": "^7.29.7", + "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..f773e9816b4 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.7", + "@babel/preset-env": "^7.29.7", + "@babel/preset-react": "^7.29.7", "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..8ab0012ffd4 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.56.1", "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 cf09bf7526c..96bd317556f 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.5.1", "engines": { - "pnpm": ">=11.0.0" + "pnpm": ">=11.5.1" }, "type": "module", "scripts": { @@ -43,37 +43,37 @@ ] }, "devDependencies": { - "@arethetypeswrong/cli": "^0.15.3", + "@arethetypeswrong/cli": "^0.18.3", "@changesets/changelog-github": "^0.7.0", - "@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", - "@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", + "@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", + "@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.8", + "@vitest/eslint-plugin": "^1.6.19", "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.15.0", + "markdown-link-extractor": "^4.0.3", + "nx": "22.7.5", "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.17", "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.8" } } diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index a566a21079e..995d041cdc9 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.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@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 5b185188179..5a9a3218751 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.24", + "@angular/common": "^20.3.24", + "@angular/compiler": "^20.3.24", + "@angular/core": "^20.3.24", + "@angular/platform-browser": "^20.3.24", "@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 5efae7fc13c..bd7e558ca11 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.60.1" }, "devDependencies": { - "@typescript-eslint/parser": "^8.48.0", - "@typescript-eslint/rule-tester": "^8.48.0", + "@typescript-eslint/parser": "^8.60.1", + "@typescript-eslint/rule-tester": "^8.60.1", "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 635e5958e79..5cc9c72ad8b 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.60.1" } } diff --git a/packages/preact-query-devtools/package.json b/packages/preact-query-devtools/package.json index 03a27a29388..9486727e81a 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.60.1" }, "peerDependencies": { "@tanstack/preact-query": "workspace:^", diff --git a/packages/preact-query-persist-client/package.json b/packages/preact-query-persist-client/package.json index 1a3a980080d..1c911fb8a28 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.60.1" }, "peerDependencies": { "@tanstack/preact-query": "workspace:^", diff --git a/packages/preact-query/package.json b/packages/preact-query/package.json index f7cdfc972af..1c6df96446a 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.60.1" }, "peerDependencies": { "preact": "^10.0.0" diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index 1a63a95c0f7..6cea5474217 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 3271f4299df..5a6648530de 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 80f9f479f82..6d89d6cbce5 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 f1e4ae25800..269ff4d4332 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 2156cde6941..dcdc2fca8d0 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 da83848041a..8a7528e08fc 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 950f2342d49..41538eccbc3 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 0dfb4629852..410a4f311fb 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 fd3c4402de8..30591306792 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 557737649e3..667f7e43077 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 d78bab42cbd..4980d857726 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 3442c97a9eb..0c56503fb25 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 ce1c72fe678..d781ebaf9be 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 8ce36174d37..94dd812b47c 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.8", "@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.60.1", + "eslint-plugin-svelte": "^3.19.0", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index d776b95f27d..a7e286db90e 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.8", "@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.60.1", + "eslint-plugin-svelte": "^3.19.0", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index faaff83c4a4..2ef255c9374 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.8", "@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.60.1", + "eslint-plugin-svelte": "^3.19.0", + "svelte": "^5.56.1", + "svelte-check": "^4.5.0", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index b14cb296e38..278a3b40e01 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 1b4ed4a2bbe..525fd48237d 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..f3c7ef9e8f5 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.60.1' + '@typescript-eslint/parser': '8.60.1' + '@typescript-eslint/project-service': '8.60.1' + '@typescript-eslint/rule-tester': '8.60.1' + '@typescript-eslint/scope-manager': '8.60.1' + '@typescript-eslint/tsconfig-utils': '8.60.1' + '@typescript-eslint/type-utils': '8.60.1' + '@typescript-eslint/types': '8.60.1' + '@typescript-eslint/typescript-estree': '8.60.1' + '@typescript-eslint/utils': '8.60.1' + '@typescript-eslint/visitor-keys': '8.60.1' + typescript-eslint: '8.60.1' 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 -