diff --git a/.changeset/lazy-cats-poll.md b/.changeset/lazy-cats-poll.md deleted file mode 100644 index e88c0a4758..0000000000 --- a/.changeset/lazy-cats-poll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/query-core': patch ---- - -Reuse the shared query option resolver for refetch intervals to reduce bundle size. diff --git a/.changeset/svelte-infinite-initial-data-overload.md b/.changeset/svelte-infinite-initial-data-overload.md deleted file mode 100644 index 86d12a1153..0000000000 --- a/.changeset/svelte-infinite-initial-data-overload.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/svelte-query': minor ---- - -feat(svelte-query): add 'DefinedInitialDataInfiniteOptions' overload for 'createInfiniteQuery'/'infiniteQueryOptions' diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index 53f6186a97..d268d90fa4 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 b82b4d48e9..4ca330d99a 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.102.8", - "@tanstack/angular-query-persist-client": "^5.102.8", - "@tanstack/query-async-storage-persister": "^5.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", + "@tanstack/angular-query-persist-client": "^5.102.9", + "@tanstack/query-async-storage-persister": "^5.102.9", "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 1c877d33ec..67c6bf866c 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 a0a2550c1b..484b432d04 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 9ef1822062..8e4a1986bb 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 d9ce726b9d..ec32f49c32 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 b6bfd2ff64..8b360d5178 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 9b5cb851d0..61c0f3fea2 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 c7843ada0b..964b0bdccb 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 5c746d726a..a4cbcc9ead 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 a52cbd50f1..7ed897a967 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/lit/basic/package.json b/examples/lit/basic/package.json index 67a66e8c18..1075b7d808 100644 --- a/examples/lit/basic/package.json +++ b/examples/lit/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/lit-query": "^0.2.20", - "@tanstack/query-core": "^5.102.8", + "@tanstack/lit-query": "^0.2.21", + "@tanstack/query-core": "^5.102.9", "lit": "^3.3.1" }, "devDependencies": { diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index a38707fcf5..8867a98027 100644 --- a/examples/lit/pagination/package.json +++ b/examples/lit/pagination/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/lit-query": "^0.2.20", - "@tanstack/query-core": "^5.102.8", + "@tanstack/lit-query": "^0.2.21", + "@tanstack/query-core": "^5.102.9", "lit": "^3.3.1" }, "devDependencies": { diff --git a/examples/lit/ssr/package.json b/examples/lit/ssr/package.json index 2ecd79353d..2dba54930d 100644 --- a/examples/lit/ssr/package.json +++ b/examples/lit/ssr/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "@lit-labs/ssr": "^3.3.0", - "@tanstack/lit-query": "^0.2.20", - "@tanstack/query-core": "^5.102.8", + "@tanstack/lit-query": "^0.2.21", + "@tanstack/query-core": "^5.102.9", "lit": "^3.3.1" }, "devDependencies": { diff --git a/examples/preact/simple/package.json b/examples/preact/simple/package.json index 0aec3f2b17..f8e3b52cc0 100644 --- a/examples/preact/simple/package.json +++ b/examples/preact/simple/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/preact-query": "^5.102.8", + "@tanstack/preact-query": "^5.102.9", "preact": "^10.28.0" }, "devDependencies": { diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 236b6d997a..7d56dcd76e 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.102.8", + "@tanstack/eslint-plugin-query": "^5.102.9", "@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 69848e80fe..c836cbf75c 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 150f3641a7..0211e5ef30 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "react": "^19.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 5024b744ca..36fe7b6c50 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.102.8", - "@tanstack/react-query": "^5.102.8", - "@tanstack/react-query-devtools": "^5.102.8", - "@tanstack/react-query-persist-client": "^5.102.8", + "@tanstack/query-async-storage-persister": "^5.102.9", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", + "@tanstack/react-query-persist-client": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.102.8", + "@tanstack/eslint-plugin-query": "^5.102.9", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.4", diff --git a/examples/react/batching/package.json b/examples/react/batching/package.json index 92ca65afe8..1b1be14f63 100644 --- a/examples/react/batching/package.json +++ b/examples/react/batching/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-query": "^5.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.102.8", + "@tanstack/eslint-plugin-query": "^5.102.9", "@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 14c5be07e4..9d44e9f4bc 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 a9a51fdc3c..68c2308374 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools-panel/package.json b/examples/react/devtools-panel/package.json index b61d8b33a7..78b1218f4c 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 9ef11aea9b..074b25a717 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.102.8", - "@tanstack/react-query": "^5.102.8", - "@tanstack/react-query-devtools": "^5.102.8", - "@tanstack/react-query-persist-client": "^5.102.8", + "@tanstack/query-async-storage-persister": "^5.102.9", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", + "@tanstack/react-query-persist-client": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.102.8", + "@tanstack/eslint-plugin-query": "^5.102.9", "@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 020479c138..424c0ab685 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.102.8", + "@tanstack/react-query": "^5.102.9", "react": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.102.8", + "@tanstack/eslint-plugin-query": "^5.102.9", "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 dfbae7f4aa..d404911063 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 a3b45de92f..020d6f6565 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "next": "^16.0.7", "react": "^19.2.1", "react-dom": "^19.2.1", diff --git a/examples/react/nextjs-app-optimistic-updates/package.json b/examples/react/nextjs-app-optimistic-updates/package.json index d0e5931f58..9cb3f2adc8 100644 --- a/examples/react/nextjs-app-optimistic-updates/package.json +++ b/examples/react/nextjs-app-optimistic-updates/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 cfc41f6901..08c07fe99e 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 c1f75656c6..9287c419ff 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", - "@tanstack/react-query-next-experimental": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", + "@tanstack/react-query-next-experimental": "^5.102.9", "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 4d405c4f03..89a52b8695 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 7ade3165d1..6555bb822d 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.102.8", + "@tanstack/query-async-storage-persister": "^5.102.9", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.102.8", - "@tanstack/react-query-devtools": "^5.102.8", - "@tanstack/react-query-persist-client": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", + "@tanstack/react-query-persist-client": "^5.102.9", "msw": "^2.6.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 85adeb4130..7988aab1de 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 1a0d7b2332..8ad5496d73 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index cd98875886..9c75ce6c52 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "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 3b2f28173c..7f1bf873b8 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "expo": "^52.0.11", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 38ef5ed049..6bea50e3bb 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 4d9b360928..ad1d65a947 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index d5e5b5bcdb..43685bc34c 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index d9c2b7a4b0..c4b53be558 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 1c103f0825..5144274bec 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 48ad418f9a..26f3f24183 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.102.8", - "@tanstack/react-query-devtools": "^5.102.8", + "@tanstack/react-query": "^5.102.9", + "@tanstack/react-query-devtools": "^5.102.9", "font-awesome": "^4.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/solid/astro/package.json b/examples/solid/astro/package.json index f09c2a6eb7..7ac8c1018e 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.102.8", - "@tanstack/solid-query-devtools": "^5.102.8", + "@tanstack/solid-query": "^5.102.9", + "@tanstack/solid-query-devtools": "^5.102.9", "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 f6206ccf59..a37f916a59 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.102.8", - "@tanstack/solid-query-devtools": "^5.102.8", + "@tanstack/solid-query": "^5.102.9", + "@tanstack/solid-query-devtools": "^5.102.9", "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 50de04e25d..7e043fce8f 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.102.8", - "@tanstack/solid-query-devtools": "^5.102.8", + "@tanstack/solid-query": "^5.102.9", + "@tanstack/solid-query-devtools": "^5.102.9", "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 d4f51b678b..9ac7c73b1c 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.102.8", - "@tanstack/solid-query-devtools": "^5.102.8", + "@tanstack/solid-query": "^5.102.9", + "@tanstack/solid-query-devtools": "^5.102.9", "solid-js": "^1.9.7" }, "devDependencies": { diff --git a/examples/solid/offline/package.json b/examples/solid/offline/package.json index 7fdbb0d0a6..dc3f9e3e61 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.102.8", - "@tanstack/solid-query": "^5.102.8", - "@tanstack/solid-query-devtools": "^5.102.8", - "@tanstack/solid-query-persist-client": "^5.102.8", + "@tanstack/query-async-storage-persister": "^5.102.9", + "@tanstack/solid-query": "^5.102.9", + "@tanstack/solid-query-devtools": "^5.102.9", + "@tanstack/solid-query-persist-client": "^5.102.9", "msw": "^2.6.6", "solid-js": "^1.9.7" }, diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index d498cc6449..d7d235b1d0 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.102.8", - "@tanstack/solid-query-devtools": "^5.102.8", + "@tanstack/solid-query": "^5.102.9", + "@tanstack/solid-query-devtools": "^5.102.9", "solid-js": "^1.9.7" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.102.8", + "@tanstack/eslint-plugin-query": "^5.102.9", "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 12167c560a..6850d14d6e 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.102.8", - "@tanstack/solid-query-devtools": "^5.102.8", + "@tanstack/solid-query": "^5.102.9", + "@tanstack/solid-query-devtools": "^5.102.9", "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 79b25a534a..3ec10a119b 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.48", - "@tanstack/svelte-query-devtools": "^6.1.48" + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 21b54b19e0..535eb356d0 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.102.8", - "@tanstack/svelte-query": "^6.1.48", - "@tanstack/svelte-query-devtools": "^6.1.48", - "@tanstack/svelte-query-persist-client": "^6.1.48" + "@tanstack/query-async-storage-persister": "^5.102.9", + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0", + "@tanstack/svelte-query-persist-client": "^6.2.0" }, "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 b19d279b28..4d13f85c28 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.48", - "@tanstack/svelte-query-devtools": "^6.1.48" + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index c70942a43c..e3fa6f0001 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.48", - "@tanstack/svelte-query-devtools": "^6.1.48" + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index 738daa4449..082ee260e1 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.48", - "@tanstack/svelte-query-devtools": "^6.1.48" + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index 232f003361..f4154a4714 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.48", - "@tanstack/svelte-query-devtools": "^6.1.48" + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^5.1.1", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 507471c5e4..8b595ce783 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.48", - "@tanstack/svelte-query-devtools": "^6.1.48" + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index e78b22a18a..107b8d1e3f 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.48", - "@tanstack/svelte-query-devtools": "^6.1.48" + "@tanstack/svelte-query": "^6.2.0", + "@tanstack/svelte-query-devtools": "^6.2.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.1.0", diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index fed2b245f6..8da3515d39 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.102.8", - "@tanstack/vue-query-devtools": "^6.1.48", + "@tanstack/vue-query": "^5.102.9", + "@tanstack/vue-query-devtools": "^6.2.0", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 33cb975a48..c3d6dc945b 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.102.8", + "@tanstack/vue-query": "^5.102.9", "vue": "^3.4.27" }, "devDependencies": { diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index cb5a8e5d4c..27c8ff41ce 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.102.8", - "@tanstack/query-persist-client-core": "^5.102.8", - "@tanstack/query-sync-storage-persister": "^5.102.8", - "@tanstack/vue-query": "^5.102.8", + "@tanstack/query-core": "^5.102.9", + "@tanstack/query-persist-client-core": "^5.102.9", + "@tanstack/query-sync-storage-persister": "^5.102.9", + "@tanstack/vue-query": "^5.102.9", "idb-keyval": "^6.2.1", "vue": "^3.4.27" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index 412466f54c..6cd7a547d5 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.102.8", - "@tanstack/vue-query-devtools": "^6.1.48", + "@tanstack/vue-query": "^5.102.9", + "@tanstack/vue-query-devtools": "^6.2.0", "vue": "^3.4.27" }, "devDependencies": { diff --git a/integrations/angular-cli-20/package.json b/integrations/angular-cli-20/package.json index 2bc97c6a1d..67eb5784ad 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.102.8", + "@tanstack/angular-query-experimental": "^5.102.9", "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 8557109f16..18ef627293 100644 --- a/packages/angular-query-experimental/CHANGELOG.md +++ b/packages/angular-query-experimental/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-query-experimental +## 5.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 79642a179c..19d3f6b3e5 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.102.8", + "version": "5.102.9", "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 05051b5bcf..0857612e14 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.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-query-experimental@5.102.9 + - @tanstack/query-persist-client-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/angular-query-persist-client/package.json b/packages/angular-query-persist-client/package.json index b4c73b6393..9aec1936d5 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.102.8", + "version": "5.102.9", "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 640b00dd24..3b8775aa38 100644 --- a/packages/eslint-plugin-query/CHANGELOG.md +++ b/packages/eslint-plugin-query/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/eslint-plugin-query +## 5.102.9 + ## 5.102.8 ## 5.102.7 diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index 2113174a34..c8aeb1421f 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.102.8", + "version": "5.102.9", "description": "ESLint plugin for TanStack Query", "author": "Eliya Cohen", "license": "MIT", diff --git a/packages/lit-query/CHANGELOG.md b/packages/lit-query/CHANGELOG.md index c02ddf8b84..6f5abd3ecd 100644 --- a/packages/lit-query/CHANGELOG.md +++ b/packages/lit-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-query +## 0.2.21 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 0.2.20 ### Patch Changes diff --git a/packages/lit-query/package.json b/packages/lit-query/package.json index f3b3ce1892..3948067c5b 100644 --- a/packages/lit-query/package.json +++ b/packages/lit-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-query", - "version": "0.2.20", + "version": "0.2.21", "description": "Lit adapter for TanStack Query Core", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/preact-query-devtools/CHANGELOG.md b/packages/preact-query-devtools/CHANGELOG.md index 0581d03b4f..285b14ed4a 100644 --- a/packages/preact-query-devtools/CHANGELOG.md +++ b/packages/preact-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/preact-query-devtools +## 5.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/preact-query@5.102.9 + - @tanstack/query-devtools@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/preact-query-devtools/package.json b/packages/preact-query-devtools/package.json index a4f782ba6b..f8eafbbed2 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.102.8", + "version": "5.102.9", "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 3637a216d4..4067bf7f29 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.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/preact-query@5.102.9 + - @tanstack/query-persist-client-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/preact-query-persist-client/package.json b/packages/preact-query-persist-client/package.json index ef66591379..7b9119f36a 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.102.8", + "version": "5.102.9", "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 78fa4a1107..d999af4ff1 100644 --- a/packages/preact-query/CHANGELOG.md +++ b/packages/preact-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-query +## 5.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/preact-query/package.json b/packages/preact-query/package.json index d6517828fb..3cb13b0e7a 100644 --- a/packages/preact-query/package.json +++ b/packages/preact-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-query", - "version": "5.102.8", + "version": "5.102.9", "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 f33334624e..eb68cf00a3 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.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + - @tanstack/query-persist-client-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index 5aadfa4011..32500398b4 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.102.8", + "version": "5.102.9", "description": "A persister for asynchronous storages, to be used with TanStack/Query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-broadcast-client-experimental/CHANGELOG.md b/packages/query-broadcast-client-experimental/CHANGELOG.md index 880e9e4c3a..fcbb2661be 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.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index f8d3ec171f..c003d075d7 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.102.8", + "version": "5.102.9", "description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-core/CHANGELOG.md b/packages/query-core/CHANGELOG.md index 513dc4d69b..974b0c62d1 100644 --- a/packages/query-core/CHANGELOG.md +++ b/packages/query-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/query-core +## 5.102.9 + +### Patch Changes + +- [#11332](https://github.com/TanStack/query/pull/11332) [`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12) - Reuse the shared query option resolver for refetch intervals to reduce bundle size. + ## 5.102.8 ## 5.102.7 diff --git a/packages/query-core/package.json b/packages/query-core/package.json index a3369e4afb..a33878e401 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.102.8", + "version": "5.102.9", "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 5e54933e17..fe6019c71d 100644 --- a/packages/query-devtools/CHANGELOG.md +++ b/packages/query-devtools/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/query-devtools +## 5.102.9 + ## 5.102.8 ## 5.102.7 diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index 86359f6c1c..7d1bbe8377 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-devtools", - "version": "5.102.8", + "version": "5.102.9", "description": "Developer tools to interact with and visualize the TanStack Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-persist-client-core/CHANGELOG.md b/packages/query-persist-client-core/CHANGELOG.md index 9556c30884..1377201374 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.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 030e8b389e..e89967e5b1 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.102.8", + "version": "5.102.9", "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/query-sync-storage-persister/CHANGELOG.md b/packages/query-sync-storage-persister/CHANGELOG.md index f779ea348b..6c709e01a7 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.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + - @tanstack/query-persist-client-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index 32e2605b24..30c54fc260 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.102.8", + "version": "5.102.9", "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 dc8f82ab5c..d21e875a62 100644 --- a/packages/react-query-devtools/CHANGELOG.md +++ b/packages/react-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/react-query-devtools +## 5.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-devtools@5.102.9 + - @tanstack/react-query@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index e464acfe73..f35deccae2 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.102.8", + "version": "5.102.9", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/CHANGELOG.md b/packages/react-query-next-experimental/CHANGELOG.md index 4dc0be3fd7..e17d676f37 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.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/react-query@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index ff2de6d6e0..c56d55f63f 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.102.8", + "version": "5.102.9", "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 378e055a14..2178f21337 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.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-persist-client-core@5.102.9 + - @tanstack/react-query@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 287ce6a78b..7c59b9ae22 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.102.8", + "version": "5.102.9", "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 9daac645a7..3fef784430 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-query +## 5.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index a926f752c0..2f94ce738d 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.102.8", + "version": "5.102.9", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-devtools/CHANGELOG.md b/packages/solid-query-devtools/CHANGELOG.md index 09360f94b5..7d10357886 100644 --- a/packages/solid-query-devtools/CHANGELOG.md +++ b/packages/solid-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/solid-query-devtools +## 5.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-devtools@5.102.9 + - @tanstack/solid-query@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 2cd2ea57c7..d520d82b4b 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.102.8", + "version": "5.102.9", "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-query-persist-client/CHANGELOG.md b/packages/solid-query-persist-client/CHANGELOG.md index 4f4bd8fc6b..dc34afbc98 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.102.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-persist-client-core@5.102.9 + - @tanstack/solid-query@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index 61207df60a..7e5b962b9a 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.102.8", + "version": "5.102.9", "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 2a2c435c7b..c0eda3f4b9 100644 --- a/packages/solid-query/CHANGELOG.md +++ b/packages/solid-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-query +## 5.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 40d855b9c8..090e35747a 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.102.8", + "version": "5.102.9", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/svelte-query-devtools/CHANGELOG.md b/packages/svelte-query-devtools/CHANGELOG.md index 77226f7f29..c932294eac 100644 --- a/packages/svelte-query-devtools/CHANGELOG.md +++ b/packages/svelte-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/svelte-query-devtools +## 6.2.0 + +### Patch Changes + +- Updated dependencies [[`f6ae1cc`](https://github.com/TanStack/query/commit/f6ae1ccdf74a61ea15e845d4643e6d4b0a0b7bdf)]: + - @tanstack/svelte-query@6.2.0 + - @tanstack/query-devtools@5.102.9 + ## 6.1.48 ### Patch Changes diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index b0398d593e..2daafcae46 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.48", + "version": "6.2.0", "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/svelte-query-persist-client/CHANGELOG.md b/packages/svelte-query-persist-client/CHANGELOG.md index 2b626083a2..349f9cdbfa 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.2.0 + +### Patch Changes + +- Updated dependencies [[`f6ae1cc`](https://github.com/TanStack/query/commit/f6ae1ccdf74a61ea15e845d4643e6d4b0a0b7bdf)]: + - @tanstack/svelte-query@6.2.0 + - @tanstack/query-persist-client-core@5.102.9 + ## 6.1.48 ### Patch Changes diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index 71d385c54c..a363b9acf1 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.48", + "version": "6.2.0", "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 f0ddd37ac2..fdc84b4e45 100644 --- a/packages/svelte-query/CHANGELOG.md +++ b/packages/svelte-query/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/svelte-query +## 6.2.0 + +### Minor Changes + +- [#11356](https://github.com/TanStack/query/pull/11356) [`f6ae1cc`](https://github.com/TanStack/query/commit/f6ae1ccdf74a61ea15e845d4643e6d4b0a0b7bdf) - feat(svelte-query): add 'DefinedInitialDataInfiniteOptions' overload for 'createInfiniteQuery'/'infiniteQueryOptions' + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 6.1.48 ### Patch Changes diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index d6d88189c5..5131d5ea65 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "6.1.48", + "version": "6.2.0", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", diff --git a/packages/vue-query-devtools/CHANGELOG.md b/packages/vue-query-devtools/CHANGELOG.md index 10e7d726df..925d28cf9b 100644 --- a/packages/vue-query-devtools/CHANGELOG.md +++ b/packages/vue-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/vue-query-devtools +## 6.2.0 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-devtools@5.102.9 + - @tanstack/vue-query@5.102.9 + ## 6.1.48 ### Patch Changes diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index 39c88d1072..164cde0d88 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.48", + "version": "6.2.0", "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 c384110e25..6f3052ccf6 100644 --- a/packages/vue-query/CHANGELOG.md +++ b/packages/vue-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-query +## 5.102.9 + +### Patch Changes + +- Updated dependencies [[`fdae2ce`](https://github.com/TanStack/query/commit/fdae2ce4e5382af7326c7c38ce5d5a12751ada12)]: + - @tanstack/query-core@5.102.9 + ## 5.102.8 ### Patch Changes diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index 3c86c6b6b1..41efa5b79f 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.102.8", + "version": "5.102.9", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff968e01c0..8e0c8f2183 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -161,7 +161,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -201,7 +201,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -241,13 +241,13 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental '@tanstack/angular-query-persist-client': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-persist-client '@tanstack/query-async-storage-persister': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-async-storage-persister rxjs: specifier: ^7.8.2 @@ -290,7 +290,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/common@20.3.18(@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.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -330,7 +330,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -373,7 +373,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -413,7 +413,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -456,7 +456,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/common@20.3.18(@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.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -499,7 +499,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/common@20.3.18(@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.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -542,7 +542,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -582,7 +582,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -610,10 +610,10 @@ importers: examples/lit/basic: dependencies: '@tanstack/lit-query': - specifier: ^0.2.20 + specifier: ^0.2.21 version: link:../../../packages/lit-query '@tanstack/query-core': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-core lit: specifier: ^3.3.1 @@ -629,10 +629,10 @@ importers: examples/lit/pagination: dependencies: '@tanstack/lit-query': - specifier: ^0.2.20 + specifier: ^0.2.21 version: link:../../../packages/lit-query '@tanstack/query-core': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-core lit: specifier: ^3.3.1 @@ -651,10 +651,10 @@ importers: specifier: ^3.3.0 version: 3.3.1 '@tanstack/lit-query': - specifier: ^0.2.20 + specifier: ^0.2.21 version: link:../../../packages/lit-query '@tanstack/query-core': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-core lit: specifier: ^3.3.1 @@ -676,7 +676,7 @@ importers: examples/preact/simple: dependencies: '@tanstack/preact-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/preact-query preact: specifier: ^10.28.0 @@ -704,10 +704,10 @@ importers: specifier: 5.2.1 version: 5.2.1 '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -717,7 +717,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -738,10 +738,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -766,16 +766,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-async-storage-persister '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -785,7 +785,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -806,10 +806,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -837,10 +837,10 @@ importers: specifier: ^0.22.1 version: 0.22.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -850,7 +850,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -871,10 +871,10 @@ importers: examples/react/chat: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -902,10 +902,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -927,10 +927,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -952,16 +952,16 @@ importers: examples/react/eslint-legacy: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-async-storage-persister '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -971,7 +971,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -992,14 +992,14 @@ importers: examples/react/eslint-plugin-demo: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query react: specifier: ^19.0.0 version: 19.2.4 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/eslint-plugin-query eslint: specifier: ^9.39.0 @@ -1014,10 +1014,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1042,10 +1042,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1073,10 +1073,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1101,10 +1101,10 @@ importers: examples/react/nextjs-app-optimistic-updates: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1132,10 +1132,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1160,13 +1160,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-next-experimental next: specifier: ^16.0.7 @@ -1191,19 +1191,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.102.8 + specifier: ^5.102.9 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.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.6.6 @@ -1231,10 +1231,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1259,10 +1259,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1284,10 +1284,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1321,10 +1321,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.7)(@babel/preset-env@7.29.2(@babel/core@7.29.7))(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native-gesture-handler@2.30.1(react-native@0.76.9(@babel/core@7.29.7)(@babel/preset-env@7.29.2(@babel/core@7.29.7))(@types/react@19.2.14)(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.7)(@babel/preset-env@7.29.2(@babel/core@7.29.7))(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native-screens@4.24.0(react-native@0.76.9(@babel/core@7.29.7)(@babel/preset-env@7.29.2(@babel/core@7.29.7))(@types/react@19.2.14)(react@19.2.4))(react@19.2.4))(react-native@0.76.9(@babel/core@7.29.7)(@babel/preset-env@7.29.2(@babel/core@7.29.7))(@types/react@19.2.14)(react@19.2.4))(react@19.2.4) '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools expo: specifier: ^52.0.11 @@ -1373,10 +1373,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1425,10 +1425,10 @@ importers: examples/react/rick-morty: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1462,10 +1462,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1493,10 +1493,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1518,10 +1518,10 @@ importers: examples/react/star-wars: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1555,10 +1555,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1601,10 +1601,10 @@ importers: specifier: ^8.1.3 version: 8.2.11(@sveltejs/kit@2.57.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.1)(vite@6.4.1(@types/node@22.19.15)(jiti@1.21.7)(lightningcss@1.32.0)(sass@1.90.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.9.0)))(svelte@5.55.1)(typescript@5.8.3)(vite@6.4.1(@types/node@22.19.15)(jiti@1.21.7)(lightningcss@1.32.0)(sass@1.90.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.9.0)))(astro@5.18.1(@types/node@22.19.15)(@vercel/functions@2.2.13)(db0@0.3.4)(idb-keyval@6.2.2)(ioredis@5.10.1)(jiti@1.21.7)(lightningcss@1.32.0)(rollup@4.60.1)(sass@1.90.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.8.3)(yaml@2.9.0))(next@16.2.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.90.0))(react@19.2.4)(rollup@4.60.1)(svelte@5.55.1)(vue@3.5.31(typescript@5.8.3)) '@tanstack/solid-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-devtools astro: specifier: ^5.5.6 @@ -1622,10 +1622,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 @@ -1644,10 +1644,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1672,10 +1672,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 @@ -1694,16 +1694,16 @@ importers: examples/solid/offline: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-async-storage-persister '@tanstack/solid-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-devtools '@tanstack/solid-query-persist-client': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-persist-client msw: specifier: ^2.6.6 @@ -1725,17 +1725,17 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 version: 1.9.12 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/eslint-plugin-query typescript: specifier: 5.8.3 @@ -1759,10 +1759,10 @@ importers: specifier: ^1.1.3 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vinxi@0.5.11(@types/node@22.19.15)(@vercel/functions@2.2.13)(db0@0.3.4)(idb-keyval@6.2.2)(ioredis@5.10.1)(jiti@2.7.0)(lightningcss@1.32.0)(rolldown@1.2.4)(sass@1.90.0)(terser@5.46.1)(tsx@4.21.0)(webpack@5.105.4(esbuild@0.27.4))(yaml@2.9.0))(vite@6.4.1(@types/node@22.19.15)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.90.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.9.0)) '@tanstack/solid-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.7 @@ -1774,10 +1774,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1805,16 +1805,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-async-storage-persister '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -1842,10 +1842,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1873,10 +1873,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1904,10 +1904,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1935,10 +1935,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1963,10 +1963,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1994,10 +1994,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -2031,10 +2031,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -2053,7 +2053,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/vue-query vue: specifier: ^3.4.27 @@ -2072,16 +2072,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.2.1 @@ -2103,10 +2103,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.102.8 + specifier: ^5.102.9 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^6.1.48 + specifier: ^6.2.0 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.4.27 @@ -2143,7 +2143,7 @@ importers: specifier: ^20.0.0 version: 20.3.18(@angular/common@20.3.18(@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.18(@angular/animations@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.18(@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.102.8 + specifier: ^5.102.9 version: link:../../packages/angular-query-experimental rxjs: specifier: ~7.8.0