diff --git a/.changeset/exhaustive-deps-allowlist.md b/.changeset/exhaustive-deps-allowlist.md deleted file mode 100644 index c20293272ae..00000000000 --- a/.changeset/exhaustive-deps-allowlist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/eslint-plugin-query': minor ---- - -BREAKING (eslint-plugin): The `exhaustive-deps` rule now reports member expression dependencies more granularly for call expressions (e.g. `a.b.foo()` suggests `a.b`), which may cause existing code that previously passed the rule to now report missing dependencies. To accommodate stable variables and types, the rule now accepts an `allowlist` option with `variables` and `types` arrays to exclude specific dependencies from enforcement. diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index e8f3d19fb83..aad9f64a23a 100644 --- a/examples/angular/auto-refetching/package.json +++ b/examples/angular/auto-refetching/package.json @@ -13,7 +13,7 @@ "@angular/compiler": "^20.0.0", "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/basic-persister/package.json b/examples/angular/basic-persister/package.json index bd52417baf3..e76def27a63 100644 --- a/examples/angular/basic-persister/package.json +++ b/examples/angular/basic-persister/package.json @@ -13,9 +13,9 @@ "@angular/compiler": "^20.0.0", "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", - "@tanstack/angular-query-persist-client": "^5.94.5", - "@tanstack/query-async-storage-persister": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", + "@tanstack/angular-query-persist-client": "^5.95.0", + "@tanstack/query-async-storage-persister": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index bf3c77b4921..2f2899b377d 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -13,7 +13,7 @@ "@angular/compiler": "^20.0.0", "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/devtools-panel/package.json b/examples/angular/devtools-panel/package.json index feddfdc2c7b..33d7f3d4d33 100644 --- a/examples/angular/devtools-panel/package.json +++ b/examples/angular/devtools-panel/package.json @@ -14,7 +14,7 @@ "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", "@angular/router": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/infinite-query-with-max-pages/package.json b/examples/angular/infinite-query-with-max-pages/package.json index eba3e6ce2c2..8922c9df4c1 100644 --- a/examples/angular/infinite-query-with-max-pages/package.json +++ b/examples/angular/infinite-query-with-max-pages/package.json @@ -13,7 +13,7 @@ "@angular/compiler": "^20.0.0", "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/optimistic-updates/package.json b/examples/angular/optimistic-updates/package.json index 5cd519f9b2d..987362ceb3c 100644 --- a/examples/angular/optimistic-updates/package.json +++ b/examples/angular/optimistic-updates/package.json @@ -14,7 +14,7 @@ "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 81140f52ecb..8b0ec0f2a62 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -13,7 +13,7 @@ "@angular/compiler": "^20.0.0", "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index 8ca9dc713c0..bd150753ef6 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -14,7 +14,7 @@ "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", "@angular/router": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index 3091344151d..8b5333491b5 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -14,7 +14,7 @@ "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", "@angular/router": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/rxjs/package.json b/examples/angular/rxjs/package.json index bd1c7f21f5e..e3e49866cca 100644 --- a/examples/angular/rxjs/package.json +++ b/examples/angular/rxjs/package.json @@ -14,7 +14,7 @@ "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index a2ad5eb2cf8..f1fb11745c4 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -13,7 +13,7 @@ "@angular/compiler": "^20.0.0", "@angular/core": "^20.0.0", "@angular/platform-browser": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 14adfd7b681..fa5666fc287 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@algolia/client-search": "5.2.1", - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.94.5", + "@tanstack/eslint-plugin-query": "^5.95.0", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.4", diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 9da7cd4c949..554d2a50850 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 4694497dc07..808369f84ab 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 441a5808c83..f6e1a4233c1 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,15 +9,15 @@ "test:eslint": "eslint ./src" }, "dependencies": { - "@tanstack/query-async-storage-persister": "^5.94.5", - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", - "@tanstack/react-query-persist-client": "^5.94.5", + "@tanstack/query-async-storage-persister": "^5.95.0", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", + "@tanstack/react-query-persist-client": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.94.5", + "@tanstack/eslint-plugin-query": "^5.95.0", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.4", diff --git a/examples/react/chat/package.json b/examples/react/chat/package.json index 984d1fca18f..69ebb44a7f5 100644 --- a/examples/react/chat/package.json +++ b/examples/react/chat/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 37e36872d05..139bf101188 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index 852add376b7..3451e15e9ac 100644 --- a/examples/react/devtools-panel/package.json +++ b/examples/react/devtools-panel/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/eslint-legacy/package.json b/examples/react/eslint-legacy/package.json index 4e775ba5127..cca09c5fc56 100644 --- a/examples/react/eslint-legacy/package.json +++ b/examples/react/eslint-legacy/package.json @@ -9,15 +9,15 @@ "test:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint ./src/**/*.tsx" }, "dependencies": { - "@tanstack/query-async-storage-persister": "^5.94.5", - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", - "@tanstack/react-query-persist-client": "^5.94.5", + "@tanstack/query-async-storage-persister": "^5.95.0", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", + "@tanstack/react-query-persist-client": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.94.5", + "@tanstack/eslint-plugin-query": "^5.95.0", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.4", diff --git a/examples/react/eslint-plugin-demo/package.json b/examples/react/eslint-plugin-demo/package.json index 7909733e37e..491a79d5b0a 100644 --- a/examples/react/eslint-plugin-demo/package.json +++ b/examples/react/eslint-plugin-demo/package.json @@ -6,11 +6,11 @@ "test:eslint": "eslint ./src" }, "dependencies": { - "@tanstack/react-query": "^5.91.0", + "@tanstack/react-query": "^5.95.0", "react": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.91.5", + "@tanstack/eslint-plugin-query": "^5.95.0", "eslint": "^9.39.0", "typescript": "5.8.3", "typescript-eslint": "^8.48.0" diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 203b5946354..f02354c31c6 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 8b8bc948bf5..920a68c51ea 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index ff38517fb82..e7f253b08ca 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index bd82a3c444d..9bafbdbee9a 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -8,9 +8,9 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", - "@tanstack/react-query-next-experimental": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", + "@tanstack/react-query-next-experimental": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index f5fc2c8c369..e6a7761fed9 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 2eac62806dc..bb7dcc17c1f 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -8,11 +8,11 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-async-storage-persister": "^5.94.5", + "@tanstack/query-async-storage-persister": "^5.95.0", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", - "@tanstack/react-query-persist-client": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", + "@tanstack/react-query-persist-client": "^5.95.0", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 700ef1353f3..db2a960026c 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index c9455e0b385..10ebb5e4587 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 977f2a5e6a0..abe2ed7bf60 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 58ed6c539d3..75a85baa4c4 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 38307f7156c..03cf1c23df3 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 07871a0e675..dc3b059c4e7 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.4.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 77f10854924..4618a327401 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 8592455d8dd..e96b8df54df 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index f4520e4d3b3..df4d78d62e9 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index c59b634a2ad..3d00a2500b6 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 100900fa1de..31988b14ebf 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 5ea3bddac82..2b226b700b6 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.94.5", - "@tanstack/react-query-devtools": "^5.94.5", + "@tanstack/react-query": "^5.95.0", + "@tanstack/react-query-devtools": "^5.95.0", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index e3bef78f3c9..a414c1e591c 100644 --- a/examples/solid/astro/package.json +++ b/examples/solid/astro/package.json @@ -15,8 +15,8 @@ "@astrojs/solid-js": "^5.0.7", "@astrojs/tailwind": "^6.0.2", "@astrojs/vercel": "^8.1.3", - "@tanstack/solid-query": "^5.94.5", - "@tanstack/solid-query-devtools": "^5.94.5", + "@tanstack/solid-query": "^5.95.0", + "@tanstack/solid-query-devtools": "^5.95.0", "astro": "^5.5.6", "solid-js": "^1.9.7", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index 5f9ba69a94c..114660e50b6 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/solid-query": "^5.94.5", - "@tanstack/solid-query-devtools": "^5.94.5", + "@tanstack/solid-query": "^5.95.0", + "@tanstack/solid-query-devtools": "^5.95.0", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.7" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 4502f4500df..aba884d51f4 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/solid-query": "^5.94.5", - "@tanstack/solid-query-devtools": "^5.94.5", + "@tanstack/solid-query": "^5.95.0", + "@tanstack/solid-query-devtools": "^5.95.0", "solid-js": "^1.9.7" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 6117ad6bf0e..094c5013534 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/solid-query": "^5.94.5", - "@tanstack/solid-query-devtools": "^5.94.5", + "@tanstack/solid-query": "^5.95.0", + "@tanstack/solid-query-devtools": "^5.95.0", "solid-js": "^1.9.7" }, "devDependencies": { diff --git a/examples/solid/offline/package.json b/examples/solid/offline/package.json index d4029eb6e61..ec7c9314435 100644 --- a/examples/solid/offline/package.json +++ b/examples/solid/offline/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-async-storage-persister": "^5.94.5", - "@tanstack/solid-query": "^5.94.5", - "@tanstack/solid-query-devtools": "^5.94.5", - "@tanstack/solid-query-persist-client": "^5.94.5", + "@tanstack/query-async-storage-persister": "^5.95.0", + "@tanstack/solid-query": "^5.95.0", + "@tanstack/solid-query-devtools": "^5.95.0", + "@tanstack/solid-query-persist-client": "^5.95.0", "msw": "^2.6.6", "solid-js": "^1.9.7" }, diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index 77980bfecd8..6e1eafd56be 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -8,12 +8,12 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/solid-query": "^5.94.5", - "@tanstack/solid-query-devtools": "^5.94.5", + "@tanstack/solid-query": "^5.95.0", + "@tanstack/solid-query-devtools": "^5.95.0", "solid-js": "^1.9.7" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.94.5", + "@tanstack/eslint-plugin-query": "^5.95.0", "typescript": "5.8.3", "vite": "^6.4.1", "vite-plugin-solid": "^2.11.6" diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index c9eec441d49..09a9dcfa20e 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -12,8 +12,8 @@ "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.3", "@solidjs/start": "^1.1.3", - "@tanstack/solid-query": "^5.94.5", - "@tanstack/solid-query-devtools": "^5.94.5", + "@tanstack/solid-query": "^5.95.0", + "@tanstack/solid-query-devtools": "^5.95.0", "solid-js": "^1.9.7", "vinxi": "^0.5.3" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index c556cde43c7..c28e3cd2e8b 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7" + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 35da0e97243..0ae55b3f2a2 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-async-storage-persister": "^5.94.5", - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7", - "@tanstack/svelte-query-persist-client": "^6.1.7" + "@tanstack/query-async-storage-persister": "^5.95.0", + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8", + "@tanstack/svelte-query-persist-client": "^6.1.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 8cd52255353..8aa8049d57b 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7" + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index 39a31c08223..e468fe9d1a8 100644 --- a/examples/svelte/optimistic-updates/package.json +++ b/examples/svelte/optimistic-updates/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7" + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index c31dae220b8..d50340bebf9 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7" + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index 23b8d0f6c86..e107497d4df 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7" + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^5.1.1", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index f83e261f419..e8d4713d669 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7" + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 3e90b58a2b5..92a997164fa 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/svelte-query": "^6.1.7", - "@tanstack/svelte-query-devtools": "^6.1.7" + "@tanstack/svelte-query": "^6.1.8", + "@tanstack/svelte-query-devtools": "^6.1.8" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 2ac165214c2..0b59450bb4c 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.94.5", - "@tanstack/vue-query-devtools": "^6.1.7", + "@tanstack/vue-query": "^5.95.0", + "@tanstack/vue-query-devtools": "^6.1.8", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index a0fe6bedf79..0103c036922 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.94.5", + "@tanstack/vue-query": "^5.95.0", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index d8d050b2215..9126b162437 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -8,10 +8,10 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/query-core": "^5.94.5", - "@tanstack/query-persist-client-core": "^5.94.5", - "@tanstack/query-sync-storage-persister": "^5.94.5", - "@tanstack/vue-query": "^5.94.5", + "@tanstack/query-core": "^5.95.0", + "@tanstack/query-persist-client-core": "^5.95.0", + "@tanstack/query-sync-storage-persister": "^5.95.0", + "@tanstack/vue-query": "^5.95.0", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index 63e44e3118c..ced9d9e8363 100644 --- a/examples/vue/simple/package.json +++ b/examples/vue/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.94.5", - "@tanstack/vue-query-devtools": "^6.1.7", + "@tanstack/vue-query": "^5.95.0", + "@tanstack/vue-query-devtools": "^6.1.8", "vue": "^3.4.27" }, "devDependencies": { diff --git a/integrations/angular-cli-20/package.json b/integrations/angular-cli-20/package.json index 457421fa371..5fee7988525 100644 --- a/integrations/angular-cli-20/package.json +++ b/integrations/angular-cli-20/package.json @@ -14,7 +14,7 @@ "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0", "@angular/router": "^20.0.0", - "@tanstack/angular-query-experimental": "^5.94.5", + "@tanstack/angular-query-experimental": "^5.95.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" diff --git a/packages/angular-query-experimental/CHANGELOG.md b/packages/angular-query-experimental/CHANGELOG.md index 74739109481..0e032192cda 100644 --- a/packages/angular-query-experimental/CHANGELOG.md +++ b/packages/angular-query-experimental/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-query-experimental +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 0801201e52a..d26a7f40942 100644 --- a/packages/angular-query-experimental/package.json +++ b/packages/angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-query-experimental", - "version": "5.94.5", + "version": "5.95.0", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/angular-query-persist-client/CHANGELOG.md b/packages/angular-query-persist-client/CHANGELOG.md index 52338c29e55..83aa424b340 100644 --- a/packages/angular-query-persist-client/CHANGELOG.md +++ b/packages/angular-query-persist-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/angular-query-persist-client +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-query-experimental@5.95.0 + - @tanstack/query-persist-client-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/angular-query-persist-client/package.json b/packages/angular-query-persist-client/package.json index 33f2a5a83cd..242a9ab44a0 100644 --- a/packages/angular-query-persist-client/package.json +++ b/packages/angular-query-persist-client/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/angular-query-persist-client", "private": true, - "version": "5.94.5", + "version": "5.95.0", "description": "Angular bindings to work with persisters in TanStack/angular-query", "author": "Omer Gronich", "license": "MIT", diff --git a/packages/eslint-plugin-query/CHANGELOG.md b/packages/eslint-plugin-query/CHANGELOG.md index 9b32d0daa28..7deecf52f9a 100644 --- a/packages/eslint-plugin-query/CHANGELOG.md +++ b/packages/eslint-plugin-query/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/eslint-plugin-query +## 5.95.0 + +### Minor Changes + +- BREAKING (eslint-plugin): The `exhaustive-deps` rule now reports member expression dependencies more granularly for call expressions (e.g. `a.b.foo()` suggests `a.b`), which may cause existing code that previously passed the rule to now report missing dependencies. To accommodate stable variables and types, the rule now accepts an `allowlist` option with `variables` and `types` arrays to exclude specific dependencies from enforcement. ([#10295](https://github.com/TanStack/query/pull/10295)) + ## 5.94.5 ### Patch Changes diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index 39f44c84c17..ae510373d3f 100644 --- a/packages/eslint-plugin-query/package.json +++ b/packages/eslint-plugin-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/eslint-plugin-query", - "version": "5.94.5", + "version": "5.95.0", "description": "ESLint plugin for TanStack Query", "author": "Eliya Cohen", "license": "MIT", diff --git a/packages/preact-query-devtools/CHANGELOG.md b/packages/preact-query-devtools/CHANGELOG.md index 18bcd29ae66..e75d7961993 100644 --- a/packages/preact-query-devtools/CHANGELOG.md +++ b/packages/preact-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/preact-query-devtools +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/preact-query@5.95.0 + - @tanstack/query-devtools@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/preact-query-devtools/package.json b/packages/preact-query-devtools/package.json index 392729e721d..d09fc938744 100644 --- a/packages/preact-query-devtools/package.json +++ b/packages/preact-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-query-devtools", - "version": "5.94.5", + "version": "5.95.0", "description": "Developer tools to interact with and visualize the TanStack/preact-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/preact-query-persist-client/CHANGELOG.md b/packages/preact-query-persist-client/CHANGELOG.md index d866aadb5eb..195b075d1d1 100644 --- a/packages/preact-query-persist-client/CHANGELOG.md +++ b/packages/preact-query-persist-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/preact-query-persist-client +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/preact-query@5.95.0 + - @tanstack/query-persist-client-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/preact-query-persist-client/package.json b/packages/preact-query-persist-client/package.json index 063711e1cd8..2f9ca4688d1 100644 --- a/packages/preact-query-persist-client/package.json +++ b/packages/preact-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-query-persist-client", - "version": "5.94.5", + "version": "5.95.0", "description": "Preact bindings to work with persisters in TanStack/preact-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/preact-query/CHANGELOG.md b/packages/preact-query/CHANGELOG.md index 93a01460f05..e19fc0c31a0 100644 --- a/packages/preact-query/CHANGELOG.md +++ b/packages/preact-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-query +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/preact-query/package.json b/packages/preact-query/package.json index 047f2658bb3..b7ad019513f 100644 --- a/packages/preact-query/package.json +++ b/packages/preact-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-query", - "version": "5.94.5", + "version": "5.95.0", "description": "Hooks for managing, caching and syncing asynchronous and remote data in preact", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-async-storage-persister/CHANGELOG.md b/packages/query-async-storage-persister/CHANGELOG.md index 04e9934488f..2184e2f219a 100644 --- a/packages/query-async-storage-persister/CHANGELOG.md +++ b/packages/query-async-storage-persister/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/query-async-storage-persister +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + - @tanstack/query-persist-client-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index cd73e23a60a..3bbfb09426f 100644 --- a/packages/query-async-storage-persister/package.json +++ b/packages/query-async-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-async-storage-persister", - "version": "5.94.5", + "version": "5.95.0", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/CHANGELOG.md b/packages/query-broadcast-client-experimental/CHANGELOG.md index 51723352bf7..d6a941f16c0 100644 --- a/packages/query-broadcast-client-experimental/CHANGELOG.md +++ b/packages/query-broadcast-client-experimental/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/query-broadcast-client-experimental +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 24355a52687..870ddc7cb21 100644 --- a/packages/query-broadcast-client-experimental/package.json +++ b/packages/query-broadcast-client-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-broadcast-client-experimental", - "version": "5.94.5", + "version": "5.95.0", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/CHANGELOG.md b/packages/query-core/CHANGELOG.md index 792376adcb2..a7fb452b993 100644 --- a/packages/query-core/CHANGELOG.md +++ b/packages/query-core/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/query-core +## 5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/query-core/package.json b/packages/query-core/package.json index 2926c84cc0f..bc9c0ef4db3 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.94.5", + "version": "5.95.0", "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-devtools/CHANGELOG.md b/packages/query-devtools/CHANGELOG.md index e45e0df0514..8be23b63288 100644 --- a/packages/query-devtools/CHANGELOG.md +++ b/packages/query-devtools/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/query-devtools +## 5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index 3c0ce4d3220..7b176908d7f 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-devtools", - "version": "5.94.5", + "version": "5.95.0", "description": "Developer tools to interact with and visualize the TanStack Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/CHANGELOG.md b/packages/query-persist-client-core/CHANGELOG.md index 7b18579d98b..01c9b548db9 100644 --- a/packages/query-persist-client-core/CHANGELOG.md +++ b/packages/query-persist-client-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/query-persist-client-core +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 816ed38a9f6..6c538c8fad6 100644 --- a/packages/query-persist-client-core/package.json +++ b/packages/query-persist-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-persist-client-core", - "version": "5.94.5", + "version": "5.95.0", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/CHANGELOG.md b/packages/query-sync-storage-persister/CHANGELOG.md index 0a6fca645ef..dbc9ac3cf66 100644 --- a/packages/query-sync-storage-persister/CHANGELOG.md +++ b/packages/query-sync-storage-persister/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/query-sync-storage-persister +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + - @tanstack/query-persist-client-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index c373f123658..2c6b39ce320 100644 --- a/packages/query-sync-storage-persister/package.json +++ b/packages/query-sync-storage-persister/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-sync-storage-persister", - "version": "5.94.5", + "version": "5.95.0", "description": "A persister for synchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-devtools/CHANGELOG.md b/packages/react-query-devtools/CHANGELOG.md index f6386616da6..10ac41a34cd 100644 --- a/packages/react-query-devtools/CHANGELOG.md +++ b/packages/react-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/react-query-devtools +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-devtools@5.95.0 + - @tanstack/react-query@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 0e0151efbe4..ca3558c01e2 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.94.5", + "version": "5.95.0", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/CHANGELOG.md b/packages/react-query-next-experimental/CHANGELOG.md index 9154c837d8b..7a7eded7c20 100644 --- a/packages/react-query-next-experimental/CHANGELOG.md +++ b/packages/react-query-next-experimental/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-query-next-experimental +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/react-query@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 4db0fdde9f7..b2d7887a26e 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.94.5", + "version": "5.95.0", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/CHANGELOG.md b/packages/react-query-persist-client/CHANGELOG.md index 277b419a6b4..65b4cef7a49 100644 --- a/packages/react-query-persist-client/CHANGELOG.md +++ b/packages/react-query-persist-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/react-query-persist-client +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-persist-client-core@5.95.0 + - @tanstack/react-query@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index dacf496f09c..1ad71a9411c 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.94.5", + "version": "5.95.0", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index 23cbd7e610d..ccd95e54843 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-query +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index b0cd0c37aaf..33b27da1bb1 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.94.5", + "version": "5.95.0", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/CHANGELOG.md b/packages/solid-query-devtools/CHANGELOG.md index 9073eeb8e66..a4682fb9231 100644 --- a/packages/solid-query-devtools/CHANGELOG.md +++ b/packages/solid-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/solid-query-devtools +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-devtools@5.95.0 + - @tanstack/solid-query@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index eba9a778228..a94f11fc1b9 100644 --- a/packages/solid-query-devtools/package.json +++ b/packages/solid-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-devtools", - "version": "5.94.5", + "version": "5.95.0", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/CHANGELOG.md b/packages/solid-query-persist-client/CHANGELOG.md index 778979373e2..91ea3335849 100644 --- a/packages/solid-query-persist-client/CHANGELOG.md +++ b/packages/solid-query-persist-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/solid-query-persist-client +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-persist-client-core@5.95.0 + - @tanstack/solid-query@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index d9175bb85a6..c966dd6d59d 100644 --- a/packages/solid-query-persist-client/package.json +++ b/packages/solid-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query-persist-client", - "version": "5.94.5", + "version": "5.95.0", "description": "Solid.js bindings to work with persisters in TanStack/solid-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query/CHANGELOG.md b/packages/solid-query/CHANGELOG.md index da5aed2bf5b..5d2eef715c6 100644 --- a/packages/solid-query/CHANGELOG.md +++ b/packages/solid-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-query +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 458b2bdbb18..bb9feb2f105 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.94.5", + "version": "5.95.0", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/CHANGELOG.md b/packages/svelte-query-devtools/CHANGELOG.md index 27f7cb0c751..6522235536c 100644 --- a/packages/svelte-query-devtools/CHANGELOG.md +++ b/packages/svelte-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/svelte-query-devtools +## 6.1.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-devtools@5.95.0 + - @tanstack/svelte-query@6.1.8 + ## 6.1.7 ### Patch Changes diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index 940088a0a81..2619d172202 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-devtools", - "version": "6.1.7", + "version": "6.1.8", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/CHANGELOG.md b/packages/svelte-query-persist-client/CHANGELOG.md index cc0819265d2..3d977588593 100644 --- a/packages/svelte-query-persist-client/CHANGELOG.md +++ b/packages/svelte-query-persist-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/svelte-query-persist-client +## 6.1.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-persist-client-core@5.95.0 + - @tanstack/svelte-query@6.1.8 + ## 6.1.7 ### Patch Changes diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index d6a0d2910ba..da1fade9605 100644 --- a/packages/svelte-query-persist-client/package.json +++ b/packages/svelte-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query-persist-client", - "version": "6.1.7", + "version": "6.1.8", "description": "Svelte bindings to work with persisters in TanStack/svelte-query", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query/CHANGELOG.md b/packages/svelte-query/CHANGELOG.md index 2a89e4d52ea..e36adfd1baa 100644 --- a/packages/svelte-query/CHANGELOG.md +++ b/packages/svelte-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-query +## 6.1.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 6.1.7 ### Patch Changes diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 061ac504e9e..fcc55034c46 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "6.1.7", + "version": "6.1.8", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/CHANGELOG.md b/packages/vue-query-devtools/CHANGELOG.md index 51e31752929..bfa76230e4c 100644 --- a/packages/vue-query-devtools/CHANGELOG.md +++ b/packages/vue-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/vue-query-devtools +## 6.1.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-devtools@5.95.0 + - @tanstack/vue-query@5.95.0 + ## 6.1.7 ### Patch Changes diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index b020613e5f6..13c840a7c2f 100644 --- a/packages/vue-query-devtools/package.json +++ b/packages/vue-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query-devtools", - "version": "6.1.7", + "version": "6.1.8", "description": "Developer tools to interact with and visualize the TanStack/vue-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/vue-query/CHANGELOG.md b/packages/vue-query/CHANGELOG.md index cf909c7d0d4..3e6d2ca841c 100644 --- a/packages/vue-query/CHANGELOG.md +++ b/packages/vue-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-query +## 5.95.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.95.0 + ## 5.94.5 ### Patch Changes diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 02e2c99cfea..7b2b5907b0c 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.94.5", + "version": "5.95.0", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cac20c906b5..5d506df1aec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -169,7 +169,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -209,7 +209,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -249,13 +249,13 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental '@tanstack/angular-query-persist-client': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-persist-client '@tanstack/query-async-storage-persister': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-async-storage-persister rxjs: specifier: ^7.8.2 @@ -298,7 +298,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -338,7 +338,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -381,7 +381,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -421,7 +421,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -464,7 +464,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -507,7 +507,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -550,7 +550,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -590,7 +590,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -646,10 +646,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -659,7 +659,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -680,10 +680,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -708,16 +708,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-async-storage-persister '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -727,7 +727,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -748,10 +748,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -776,10 +776,10 @@ importers: examples/react/chat: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -807,10 +807,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -832,10 +832,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -857,16 +857,16 @@ importers: examples/react/eslint-legacy: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-async-storage-persister '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -876,7 +876,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -897,14 +897,14 @@ importers: examples/react/eslint-plugin-demo: dependencies: '@tanstack/react-query': - specifier: ^5.91.0 + specifier: ^5.95.0 version: link:../../../packages/react-query react: specifier: ^19.0.0 version: 19.2.4 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.91.5 + specifier: ^5.95.0 version: link:../../../packages/eslint-plugin-query eslint: specifier: ^9.39.0 @@ -919,10 +919,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -947,10 +947,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -978,10 +978,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1006,10 +1006,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1034,13 +1034,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-next-experimental next: specifier: ^16.0.7 @@ -1065,19 +1065,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-async-storage-persister '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -1105,10 +1105,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1133,10 +1133,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1161,10 +1161,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1189,10 +1189,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1214,10 +1214,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1251,10 +1251,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(@react-navigation/native@6.1.18(react-native@0.76.9(@babel/core@7.29.0)(@babel/preset-env@7.29.0(@babel/core@7.29.0))(@types/react@19.2.13)(encoding@0.1.13)(react@19.2.4))(react@19.2.4))(react-native-gesture-handler@2.30.0(react-native@0.76.9(@babel/core@7.29.0)(@babel/preset-env@7.29.0(@babel/core@7.29.0))(@types/react@19.2.13)(encoding@0.1.13)(react@19.2.4))(react@19.2.4))(react-native-safe-area-context@4.14.1(react-native@0.76.9(@babel/core@7.29.0)(@babel/preset-env@7.29.0(@babel/core@7.29.0))(@types/react@19.2.13)(encoding@0.1.13)(react@19.2.4))(react@19.2.4))(react-native-screens@4.23.0(react-native@0.76.9(@babel/core@7.29.0)(@babel/preset-env@7.29.0(@babel/core@7.29.0))(@types/react@19.2.13)(encoding@0.1.13)(react@19.2.4))(react@19.2.4))(react-native@0.76.9(@babel/core@7.29.0)(@babel/preset-env@7.29.0(@babel/core@7.29.0))(@types/react@19.2.13)(encoding@0.1.13)(react@19.2.4))(react@19.2.4) '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1303,10 +1303,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1355,10 +1355,10 @@ importers: examples/react/rick-morty: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1392,10 +1392,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1423,10 +1423,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1448,10 +1448,10 @@ importers: examples/react/star-wars: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1485,10 +1485,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1531,10 +1531,10 @@ importers: specifier: ^8.1.3 version: 8.2.11(@sveltejs/kit@2.53.3(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.5)(vite@6.4.1(@types/node@22.19.15)(jiti@1.21.7)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)))(svelte@5.53.5)(typescript@5.8.3)(vite@6.4.1(@types/node@22.19.15)(jiti@1.21.7)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)))(astro@5.17.1(@types/node@22.19.15)(@vercel/functions@2.2.13)(db0@0.3.4)(idb-keyval@6.2.2)(ioredis@5.9.2)(jiti@1.21.7)(lightningcss@1.30.2)(rollup@4.57.1)(sass@1.90.0)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.2))(encoding@0.1.13)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.90.0))(react@19.2.4)(rollup@4.57.1)(svelte@5.53.5)(vue@3.5.28(typescript@5.8.3)) '@tanstack/solid-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-devtools astro: specifier: ^5.5.6 @@ -1552,10 +1552,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 @@ -1574,10 +1574,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1602,10 +1602,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 @@ -1624,16 +1624,16 @@ importers: examples/solid/offline: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-async-storage-persister '@tanstack/solid-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-devtools '@tanstack/solid-query-persist-client': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-persist-client msw: specifier: ^2.6.6 @@ -1655,17 +1655,17 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 version: 1.9.11 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/eslint-plugin-query typescript: specifier: 5.8.3 @@ -1689,10 +1689,10 @@ importers: specifier: ^1.1.3 version: 1.2.1(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@22.19.15)(@vercel/functions@2.2.13)(db0@0.3.4)(encoding@0.1.13)(idb-keyval@6.2.2)(ioredis@5.9.2)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2))(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)) '@tanstack/solid-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 @@ -1704,10 +1704,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1735,16 +1735,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-async-storage-persister '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1772,10 +1772,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1803,10 +1803,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1834,10 +1834,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1865,10 +1865,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1893,10 +1893,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1924,10 +1924,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1961,10 +1961,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -1983,7 +1983,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -2002,16 +2002,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -2033,10 +2033,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^6.1.7 + specifier: ^6.1.8 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -2073,7 +2073,7 @@ importers: specifier: ^20.0.0 version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/animations@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.16(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-query-experimental': - specifier: ^5.94.5 + specifier: ^5.95.0 version: link:../../packages/angular-query-experimental rxjs: specifier: ~7.8.0 @@ -2373,13 +2373,13 @@ importers: version: 7.8.2 vite-plugin-dts: specifier: 4.2.3 - version: 4.2.3(@types/node@22.19.15)(rollup@4.57.1)(typescript@5.9.3)(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)) + version: 4.2.3(@types/node@22.19.15)(rollup@4.57.1)(typescript@6.0.1-rc)(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)) vite-plugin-externalize-deps: specifier: ^0.9.0 version: 0.9.0(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)) vite-tsconfig-paths: specifier: ^5.1.4 - version: 5.1.4(typescript@5.9.3)(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)) + version: 5.1.4(typescript@6.0.1-rc)(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)) optionalDependencies: '@tanstack/query-devtools': specifier: workspace:* @@ -4786,7 +4786,7 @@ packages: '@expo/bunyan@4.0.1': resolution: {integrity: sha512-+Lla7nYSiHZirgK+U/uYzsLv/X+HaJienbD5AKX1UQZHYfWaP+9uuQluRB4GrEVWF0GZ7vEVp/jzaOT9k/SQlg==} - engines: {node: '>=0.10.0'} + engines: {'0': node >=0.10.0} '@expo/cli@0.22.28': resolution: {integrity: sha512-lvt72KNitGuixYD2l3SZmRKVu2G4zJpmg5V7WfUBNpmUU5oODBw/6qmiJ6kSLAlfDozscUk+BBGknBBzxUrwrA==} @@ -21486,6 +21486,19 @@ snapshots: optionalDependencies: typescript: 5.9.3 + '@vue/language-core@2.1.6(typescript@6.0.1-rc)': + dependencies: + '@volar/language-core': 2.4.28 + '@vue/compiler-dom': 3.5.28 + '@vue/compiler-vue2': 2.7.16 + '@vue/shared': 3.5.28 + computeds: 0.0.1 + minimatch: 9.0.5 + muggle-string: 0.4.1 + path-browserify: 1.0.1 + optionalDependencies: + typescript: 6.0.1-rc + '@vue/language-core@2.2.12(typescript@5.8.3)': dependencies: '@volar/language-core': 2.4.15 @@ -30704,6 +30717,10 @@ snapshots: optionalDependencies: typescript: 5.9.3 + tsconfck@3.1.6(typescript@6.0.1-rc): + optionalDependencies: + typescript: 6.0.1-rc + tsconfig-paths@4.2.0: dependencies: json5: 2.2.3 @@ -31329,6 +31346,25 @@ snapshots: - rollup - supports-color + vite-plugin-dts@4.2.3(@types/node@22.19.15)(rollup@4.57.1)(typescript@6.0.1-rc)(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)): + dependencies: + '@microsoft/api-extractor': 7.47.7(@types/node@22.19.15) + '@rollup/pluginutils': 5.3.0(rollup@4.57.1) + '@volar/typescript': 2.4.28 + '@vue/language-core': 2.1.6(typescript@6.0.1-rc) + compare-versions: 6.1.1 + debug: 4.4.3 + kolorist: 1.8.0 + local-pkg: 0.5.1 + magic-string: 0.30.21 + typescript: 6.0.1-rc + optionalDependencies: + vite: 6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2) + transitivePeerDependencies: + - '@types/node' + - rollup + - supports-color + vite-plugin-externalize-deps@0.10.0(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)): dependencies: vite: 6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2) @@ -31388,6 +31424,17 @@ snapshots: - supports-color - typescript + vite-tsconfig-paths@5.1.4(typescript@6.0.1-rc)(vite@6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2)): + dependencies: + debug: 4.4.3 + globrex: 0.1.2 + tsconfck: 3.1.6(typescript@6.0.1-rc) + optionalDependencies: + vite: 6.4.1(@types/node@22.19.15)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2) + transitivePeerDependencies: + - supports-color + - typescript + vite@6.4.1(@types/node@22.19.15)(jiti@1.21.7)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.2): dependencies: esbuild: 0.27.3