diff --git a/.changeset/flat-bears-leave.md b/.changeset/flat-bears-leave.md deleted file mode 100644 index 0d691fa1ca1..00000000000 --- a/.changeset/flat-bears-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tanstack/preact-query": patch -"@tanstack/react-query": patch ---- - -fix(codemods): avoid copying unnecessary files from codemods project diff --git a/.changeset/heavy-donuts-do.md b/.changeset/heavy-donuts-do.md deleted file mode 100644 index b87b7026d0e..00000000000 --- a/.changeset/heavy-donuts-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tanstack/solid-query": patch ---- - -fix: switch SSR cleanup property to address Astro crash diff --git a/.changeset/metal-games-hang.md b/.changeset/metal-games-hang.md deleted file mode 100644 index b1ed2381b8d..00000000000 --- a/.changeset/metal-games-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tanstack/angular-query-experimental": patch ---- - -build: switch to tsdown diff --git a/.changeset/svelte-queryoptions-optional-initialdata-object.md b/.changeset/svelte-queryoptions-optional-initialdata-object.md deleted file mode 100644 index e3d5174cbae..00000000000 --- a/.changeset/svelte-queryoptions-optional-initialdata-object.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/svelte-query': patch ---- - -fix(svelte-query/{createQuery,queryOptions}): correct the overload selected for 'initialData' diff --git a/.changeset/wide-cougars-press.md b/.changeset/wide-cougars-press.md deleted file mode 100644 index 59e7f30a451..00000000000 --- a/.changeset/wide-cougars-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tanstack/query-devtools": patch ---- - -chore: update dependencies diff --git a/examples/angular/auto-refetching/package.json b/examples/angular/auto-refetching/package.json index b195ec1653d..010d33726d1 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 7552dfb951f..985f5987e6d 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "@tanstack/angular-query-persist-client": "^5.103.2", - "@tanstack/query-async-storage-persister": "^5.103.2", + "@tanstack/query-async-storage-persister": "^5.103.3", "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 d626a68e05d..0cc41bb0161 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 1e89d6cc584..dead65483f9 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 b7db387ea6b..71a22888132 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 a579fc35d4c..063cf4a9305 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 5edc7a6b25b..e21b4d94035 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 12a0ba48c17..716fbbe950e 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 0f459983f3b..dab1bb89ddf 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 187828ba62c..027dd15b33d 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 08ada90a1fe..d087d4cff34 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 025074d9653..ac567ec3e77 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.23", - "@tanstack/query-core": "^5.103.2", + "@tanstack/lit-query": "^0.2.24", + "@tanstack/query-core": "^5.103.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index 523ab6ba518..8cbda748004 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.23", - "@tanstack/query-core": "^5.103.2", + "@tanstack/lit-query": "^0.2.24", + "@tanstack/query-core": "^5.103.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/ssr/package.json b/examples/lit/ssr/package.json index 15116bb2268..2ae769efa8a 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.23", - "@tanstack/query-core": "^5.103.2", + "@tanstack/lit-query": "^0.2.24", + "@tanstack/query-core": "^5.103.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/preact/simple/package.json b/examples/preact/simple/package.json index b120ba7f312..b0048e6712d 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.103.2", + "@tanstack/preact-query": "^5.103.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 9b9c9f7675d..61d22324cfc 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@algolia/client-search": "5.59.0", - "@tanstack/react-query": "^5.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.103.2", + "@tanstack/eslint-plugin-query": "^5.103.3", "@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 94d27dc0d17..df3f8f97428 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 a6c98172d11..ae664cdff95 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 86f4e4f860c..a4053747fcf 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.103.2", - "@tanstack/react-query": "^5.103.2", - "@tanstack/react-query-devtools": "^5.103.2", - "@tanstack/react-query-persist-client": "^5.103.2", + "@tanstack/query-async-storage-persister": "^5.103.3", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", + "@tanstack/react-query-persist-client": "^5.103.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.103.2", + "@tanstack/eslint-plugin-query": "^5.103.3", "@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 87f9a67ef56..6612da78578 100644 --- a/examples/react/batching/package.json +++ b/examples/react/batching/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-query": "^5.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.103.2", + "@tanstack/eslint-plugin-query": "^5.103.3", "@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 5a79de5d76a..969f6336f2b 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 c3b17d3a6f7..7f18f0356b2 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 853149ad2d2..54de1e5b673 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 a52da7c0c17..720eab2cc7d 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.103.2", - "@tanstack/react-query": "^5.103.2", - "@tanstack/react-query-devtools": "^5.103.2", - "@tanstack/react-query-persist-client": "^5.103.2", + "@tanstack/query-async-storage-persister": "^5.103.3", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", + "@tanstack/react-query-persist-client": "^5.103.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.103.2", + "@tanstack/eslint-plugin-query": "^5.103.3", "@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 85f680322f0..a30b4a1c974 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.103.2", + "@tanstack/react-query": "^5.103.3", "react": "^19.0.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.103.2", + "@tanstack/eslint-plugin-query": "^5.103.3", "eslint": "^9.39.0", "typescript": "5.8.3", "typescript-eslint": "^8.70.1" diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index 33aba35dabf..623a8e06c5c 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 dec486f2ee0..839b42bb301 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 2bb2254f291..b368d166274 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 7a7cae0fe69..ae16e812cba 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 b905c9776be..b67f000bd41 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", - "@tanstack/react-query-next-experimental": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", + "@tanstack/react-query-next-experimental": "^5.103.3", "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 f76cdeb0868..b4a32977de7 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 145014758d6..ff3aa7ab7fa 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.103.2", + "@tanstack/query-async-storage-persister": "^5.103.3", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.103.2", - "@tanstack/react-query-devtools": "^5.103.2", - "@tanstack/react-query-persist-client": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", + "@tanstack/react-query-persist-client": "^5.103.3", "msw": "^2.15.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index c242c5bf33f..ab42c033f4f 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 8cc0404cf20..c9b84dafc0f 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 3a0e7d14642..4bb59a862b6 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 7b82a368cd1..53e466a6ccd 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^12.0.1", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "expo": "^57.0.24", "expo-constants": "^57.0.19", "expo-status-bar": "^57.0.1", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index b50a982e21a..6019ed6ecd2 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "localforage": "^1.10.0", "match-sorter": "^8.3.0", "react": "^19.0.0", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index e7cf2c06c47..f8d2a0553f6 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 a9b489f8e1f..4651a05768b 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index 9aedb319cb3..2fd784577b6 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 95e4e41fb25..44bf8c815c2 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 8e4d0586c0e..b8661f8c2c4 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.103.2", - "@tanstack/react-query-devtools": "^5.103.2", + "@tanstack/react-query": "^5.103.3", + "@tanstack/react-query-devtools": "^5.103.3", "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 a41943d8dd3..178ab9cfb01 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.103.2", - "@tanstack/solid-query-devtools": "^5.103.2", + "@tanstack/solid-query": "^5.103.3", + "@tanstack/solid-query-devtools": "^5.103.3", "astro": "^5.5.6", "solid-js": "^1.9.15", "tailwindcss": "^3.4.7", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index 73bfd3609a9..6ee0d848cf3 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.103.2", - "@tanstack/solid-query-devtools": "^5.103.2", + "@tanstack/solid-query": "^5.103.3", + "@tanstack/solid-query-devtools": "^5.103.3", "graphql": "^16.9.0", "graphql-request": "^7.1.2", "solid-js": "^1.9.15" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 0722a878c47..9e3f8928206 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.103.2", - "@tanstack/solid-query-devtools": "^5.103.2", + "@tanstack/solid-query": "^5.103.3", + "@tanstack/solid-query-devtools": "^5.103.3", "solid-js": "^1.9.15" }, "devDependencies": { diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index e332402a539..082e05047d0 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.103.2", - "@tanstack/solid-query-devtools": "^5.103.2", + "@tanstack/solid-query": "^5.103.3", + "@tanstack/solid-query-devtools": "^5.103.3", "solid-js": "^1.9.15" }, "devDependencies": { diff --git a/examples/solid/offline/package.json b/examples/solid/offline/package.json index 03fe3534ab0..d923140fc81 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.103.2", - "@tanstack/solid-query": "^5.103.2", - "@tanstack/solid-query-devtools": "^5.103.2", - "@tanstack/solid-query-persist-client": "^5.103.2", + "@tanstack/query-async-storage-persister": "^5.103.3", + "@tanstack/solid-query": "^5.103.3", + "@tanstack/solid-query-devtools": "^5.103.3", + "@tanstack/solid-query-persist-client": "^5.103.3", "msw": "^2.15.0", "solid-js": "^1.9.15" }, diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index 20cc5983876..4611a20258d 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.103.2", - "@tanstack/solid-query-devtools": "^5.103.2", + "@tanstack/solid-query": "^5.103.3", + "@tanstack/solid-query-devtools": "^5.103.3", "solid-js": "^1.9.15" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.103.2", + "@tanstack/eslint-plugin-query": "^5.103.3", "typescript": "5.8.3", "vite": "^6.4.1", "vite-plugin-solid": "^2.11.14" diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 2339c9a76e8..eb42dbed53b 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.103.2", - "@tanstack/solid-query-devtools": "^5.103.2", + "@tanstack/solid-query": "^5.103.3", + "@tanstack/solid-query-devtools": "^5.103.3", "solid-js": "^1.9.15", "vinxi": "^0.5.3" }, diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index b4d7cf8cab1..d0dc41d29c6 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.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4" + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 7db922c5bc9..0683e5031ce 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.103.2", - "@tanstack/svelte-query": "^6.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4", - "@tanstack/svelte-query-persist-client": "^6.2.4" + "@tanstack/query-async-storage-persister": "^5.103.3", + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5", + "@tanstack/svelte-query-persist-client": "^6.2.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index fe54cbffb00..6b481775157 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.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4" + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", diff --git a/examples/svelte/optimistic-updates/package.json b/examples/svelte/optimistic-updates/package.json index 394eba7a295..b2cf7a9baa3 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.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4" + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index cd59d287820..b4812be0e5b 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.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4" + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index da88f94ce49..78fc68bd013 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.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4" + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^5.1.1", diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 34697e8a01e..26f1d3d21ac 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.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4" + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 8f148cfb754..9bc65a26335 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.2.4", - "@tanstack/svelte-query-devtools": "^6.2.4" + "@tanstack/svelte-query": "^6.2.5", + "@tanstack/svelte-query-devtools": "^6.2.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index ec836ae5b99..8b007f4637b 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.103.2", - "@tanstack/vue-query-devtools": "^6.2.4", + "@tanstack/vue-query": "^5.103.3", + "@tanstack/vue-query-devtools": "^6.2.5", "vue": "^3.5.43" }, "devDependencies": { diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index f2c3214934e..0a20a661cb6 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.103.2", + "@tanstack/vue-query": "^5.103.3", "vue": "^3.5.43" }, "devDependencies": { diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 7c02dd1bcbf..58068b1492c 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.103.2", - "@tanstack/query-persist-client-core": "^5.103.2", - "@tanstack/query-sync-storage-persister": "^5.103.2", - "@tanstack/vue-query": "^5.103.2", + "@tanstack/query-core": "^5.103.3", + "@tanstack/query-persist-client-core": "^5.103.3", + "@tanstack/query-sync-storage-persister": "^5.103.3", + "@tanstack/vue-query": "^5.103.3", "idb-keyval": "^6.3.0", "vue": "^3.5.43" }, diff --git a/examples/vue/simple/package.json b/examples/vue/simple/package.json index f85d2104f96..6db160e9059 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.103.2", - "@tanstack/vue-query-devtools": "^6.2.4", + "@tanstack/vue-query": "^5.103.3", + "@tanstack/vue-query-devtools": "^6.2.5", "vue": "^3.5.43" }, "devDependencies": { diff --git a/integrations/angular-cli-20/package.json b/integrations/angular-cli-20/package.json index 86aac62200c..3286dc38331 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.103.2", + "@tanstack/angular-query-experimental": "^5.103.3", "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 b2cebae74e3..aa35c5b9f06 100644 --- a/packages/angular-query-experimental/CHANGELOG.md +++ b/packages/angular-query-experimental/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/angular-query-experimental +## 5.103.3 + +### Patch Changes + +- [#11649](https://github.com/TanStack/query/pull/11649) [`a0ee654`](https://github.com/TanStack/query/commit/a0ee654cd8d60773abf47beef177c3f0f1b3a0e4) - build: switch to tsdown +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/angular-query-experimental/package.json b/packages/angular-query-experimental/package.json index 451901949c0..f9d8a2d67f1 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.103.2", + "version": "5.103.3", "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular", "author": "Arnoud de Vries", "license": "MIT", diff --git a/packages/eslint-plugin-query/CHANGELOG.md b/packages/eslint-plugin-query/CHANGELOG.md index 000add13dfe..805e4350f0d 100644 --- a/packages/eslint-plugin-query/CHANGELOG.md +++ b/packages/eslint-plugin-query/CHANGELOG.md @@ -1,5 +1,9 @@ # @tanstack/eslint-plugin-query +## 5.103.3 + +No changes in this release. + ## 5.103.2 ## 5.103.1 diff --git a/packages/eslint-plugin-query/package.json b/packages/eslint-plugin-query/package.json index 395ce556dc2..9e95f39c552 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.103.2", + "version": "5.103.3", "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 68fafd67ffe..8f4088a95cb 100644 --- a/packages/lit-query/CHANGELOG.md +++ b/packages/lit-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-query +## 0.2.24 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 0.2.23 ### Patch Changes diff --git a/packages/lit-query/package.json b/packages/lit-query/package.json index d646fa59468..9a17cd0c15b 100644 --- a/packages/lit-query/package.json +++ b/packages/lit-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-query", - "version": "0.2.23", + "version": "0.2.24", "description": "Lit adapter for TanStack Query Core", "author": "tannerlinsley", "license": "MIT", @@ -60,7 +60,7 @@ "lit": "^3.3.3" }, "peerDependencies": { - "@tanstack/query-core": "^5.0.0", + "@tanstack/query-core": "^5.103.3", "lit": ">=2.8.0 <4" }, "devDependencies": { diff --git a/packages/preact-query-devtools/CHANGELOG.md b/packages/preact-query-devtools/CHANGELOG.md index 9cc56b3d9de..a01c4f80935 100644 --- a/packages/preact-query-devtools/CHANGELOG.md +++ b/packages/preact-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/preact-query-devtools +## 5.103.3 + +### Patch Changes + +- Updated dependencies [[`1c9693e`](https://github.com/TanStack/query/commit/1c9693eac75495a04ae4328a35818b1fdf264978), [`d86ac36`](https://github.com/TanStack/query/commit/d86ac36663e3757a0ad35b5ead5f1d25dfb1b15d)]: + - @tanstack/preact-query@5.103.3 + - @tanstack/query-devtools@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/preact-query-devtools/package.json b/packages/preact-query-devtools/package.json index 32df6c65b98..86e47b7b0ac 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.103.2", + "version": "5.103.3", "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 c80fe993a37..63a3423b65b 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.103.3 + +### Patch Changes + +- Updated dependencies [[`1c9693e`](https://github.com/TanStack/query/commit/1c9693eac75495a04ae4328a35818b1fdf264978)]: + - @tanstack/preact-query@5.103.3 + - @tanstack/query-persist-client-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/preact-query-persist-client/package.json b/packages/preact-query-persist-client/package.json index b83f8d8938d..736ccb1a8c4 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.103.2", + "version": "5.103.3", "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 33d285ea700..5ce5d0778df 100644 --- a/packages/preact-query/CHANGELOG.md +++ b/packages/preact-query/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/preact-query +## 5.103.3 + +### Patch Changes + +- [#11647](https://github.com/TanStack/query/pull/11647) [`1c9693e`](https://github.com/TanStack/query/commit/1c9693eac75495a04ae4328a35818b1fdf264978) - fix(codemods): avoid copying unnecessary files from codemods project +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/preact-query/package.json b/packages/preact-query/package.json index 8545d0beb9f..4cd03bf7210 100644 --- a/packages/preact-query/package.json +++ b/packages/preact-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-query", - "version": "5.103.2", + "version": "5.103.3", "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 ef189e132ca..71d529bbc33 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.103.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + - @tanstack/query-persist-client-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/query-async-storage-persister/package.json b/packages/query-async-storage-persister/package.json index e9d1f451d4c..90d73d89461 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.103.2", + "version": "5.103.3", "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 ceb88398857..9ce09621260 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.103.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/query-broadcast-client-experimental/package.json b/packages/query-broadcast-client-experimental/package.json index 70f8724a4e8..1417ee4c549 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.103.2", + "version": "5.103.3", "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 38455bc5616..8aa63f78876 100644 --- a/packages/query-core/CHANGELOG.md +++ b/packages/query-core/CHANGELOG.md @@ -1,5 +1,9 @@ # @tanstack/query-core +## 5.103.3 + +No changes in this release. + ## 5.103.2 ### Patch Changes diff --git a/packages/query-core/package.json b/packages/query-core/package.json index f9129528b99..d2356f1327a 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-core", - "version": "5.103.2", + "version": "5.103.3", "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 926f0435467..46b036dcb62 100644 --- a/packages/query-devtools/CHANGELOG.md +++ b/packages/query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/query-devtools +## 5.103.3 + +### Patch Changes + +- [#11648](https://github.com/TanStack/query/pull/11648) [`d86ac36`](https://github.com/TanStack/query/commit/d86ac36663e3757a0ad35b5ead5f1d25dfb1b15d) - chore: update dependencies +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index cf9e788f41d..16563f4996f 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-devtools", - "version": "5.103.2", + "version": "5.103.3", "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 0aecc9ac647..bb15a135a89 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.103.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/query-persist-client-core/package.json b/packages/query-persist-client-core/package.json index 45d9e83e464..6f452773e8f 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.103.2", + "version": "5.103.3", "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 bc6a1cb62bb..106e09eca99 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.103.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + - @tanstack/query-persist-client-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/query-sync-storage-persister/package.json b/packages/query-sync-storage-persister/package.json index b2d337fd30a..964078e2937 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.103.2", + "version": "5.103.3", "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 a1ac8ecd350..1391bef6baa 100644 --- a/packages/react-query-devtools/CHANGELOG.md +++ b/packages/react-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/react-query-devtools +## 5.103.3 + +### Patch Changes + +- Updated dependencies [[`1c9693e`](https://github.com/TanStack/query/commit/1c9693eac75495a04ae4328a35818b1fdf264978), [`d86ac36`](https://github.com/TanStack/query/commit/d86ac36663e3757a0ad35b5ead5f1d25dfb1b15d)]: + - @tanstack/react-query@5.103.3 + - @tanstack/query-devtools@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 28505e43d60..f2edf717390 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.103.2", + "version": "5.103.3", "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 8a92784dcef..3fa260ef549 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.103.3 + +### Patch Changes + +- Updated dependencies [[`1c9693e`](https://github.com/TanStack/query/commit/1c9693eac75495a04ae4328a35818b1fdf264978)]: + - @tanstack/react-query@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 1ee609d64a4..f9a3d19e537 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.103.2", + "version": "5.103.3", "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 e06b43181fb..1d430dab8a8 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.103.3 + +### Patch Changes + +- Updated dependencies [[`1c9693e`](https://github.com/TanStack/query/commit/1c9693eac75495a04ae4328a35818b1fdf264978)]: + - @tanstack/react-query@5.103.3 + - @tanstack/query-persist-client-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index 9fa740185a3..85992f9108f 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.103.2", + "version": "5.103.3", "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 f8c0293afd7..1eacec93070 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/react-query +## 5.103.3 + +### Patch Changes + +- [#11647](https://github.com/TanStack/query/pull/11647) [`1c9693e`](https://github.com/TanStack/query/commit/1c9693eac75495a04ae4328a35818b1fdf264978) - fix(codemods): avoid copying unnecessary files from codemods project +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 83d44c579ed..4db11315a89 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.103.2", + "version": "5.103.3", "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 6e3e9caa0cb..939fe2dd684 100644 --- a/packages/solid-query-devtools/CHANGELOG.md +++ b/packages/solid-query-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/solid-query-devtools +## 5.103.3 + +### Patch Changes + +- Updated dependencies [[`6ebffac`](https://github.com/TanStack/query/commit/6ebffacbe7451ab330574dcf0ec6a139546548e3), [`d86ac36`](https://github.com/TanStack/query/commit/d86ac36663e3757a0ad35b5ead5f1d25dfb1b15d)]: + - @tanstack/solid-query@5.103.3 + - @tanstack/query-devtools@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/solid-query-devtools/package.json b/packages/solid-query-devtools/package.json index 7b52b90ded2..d06daea812f 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.103.2", + "version": "5.103.3", "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 355c575fe69..f0eb969c465 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.103.3 + +### Patch Changes + +- Updated dependencies [[`6ebffac`](https://github.com/TanStack/query/commit/6ebffacbe7451ab330574dcf0ec6a139546548e3)]: + - @tanstack/solid-query@5.103.3 + - @tanstack/query-persist-client-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/solid-query-persist-client/package.json b/packages/solid-query-persist-client/package.json index d0689b08f0e..016d8a3e561 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.103.2", + "version": "5.103.3", "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 a162bb1470a..1173016aa95 100644 --- a/packages/solid-query/CHANGELOG.md +++ b/packages/solid-query/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/solid-query +## 5.103.3 + +### Patch Changes + +- [#11628](https://github.com/TanStack/query/pull/11628) [`6ebffac`](https://github.com/TanStack/query/commit/6ebffacbe7451ab330574dcf0ec6a139546548e3) - fix: switch SSR cleanup property to address Astro crash +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/solid-query/package.json b/packages/solid-query/package.json index 43f4d8bf537..15220777d15 100644 --- a/packages/solid-query/package.json +++ b/packages/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-query", - "version": "5.103.2", + "version": "5.103.3", "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 038a1dabe8c..89129e1e5cf 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.5 + +### Patch Changes + +- Updated dependencies [[`d038065`](https://github.com/TanStack/query/commit/d03806572aea427e34acc4cf53779942962874cb), [`d86ac36`](https://github.com/TanStack/query/commit/d86ac36663e3757a0ad35b5ead5f1d25dfb1b15d)]: + - @tanstack/svelte-query@6.2.5 + - @tanstack/query-devtools@5.103.3 + ## 6.2.4 ### Patch Changes diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index 3a5b3c14fe0..62c8f8ac279 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.2.4", + "version": "6.2.5", "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 f9c1aa2d604..f7f1f875420 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.5 + +### Patch Changes + +- Updated dependencies [[`d038065`](https://github.com/TanStack/query/commit/d03806572aea427e34acc4cf53779942962874cb)]: + - @tanstack/svelte-query@6.2.5 + - @tanstack/query-persist-client-core@5.103.3 + ## 6.2.4 ### Patch Changes diff --git a/packages/svelte-query-persist-client/package.json b/packages/svelte-query-persist-client/package.json index 4233413e784..7da34378a64 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.2.4", + "version": "6.2.5", "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 de928e97289..5033be45094 100644 --- a/packages/svelte-query/CHANGELOG.md +++ b/packages/svelte-query/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/svelte-query +## 6.2.5 + +### Patch Changes + +- [#11592](https://github.com/TanStack/query/pull/11592) [`d038065`](https://github.com/TanStack/query/commit/d03806572aea427e34acc4cf53779942962874cb) - fix(svelte-query/{createQuery,queryOptions}): correct the overload selected for 'initialData' +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 6.2.4 ## 6.2.3 diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index acc5aa7d72e..9ddabfd4f49 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-query", - "version": "6.2.4", + "version": "6.2.5", "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 fa4ee4ef113..1fad8c64bcf 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.5 + +### Patch Changes + +- Updated dependencies [[`d86ac36`](https://github.com/TanStack/query/commit/d86ac36663e3757a0ad35b5ead5f1d25dfb1b15d)]: + - @tanstack/query-devtools@5.103.3 + - @tanstack/vue-query@5.103.3 + ## 6.2.4 ## 6.2.3 diff --git a/packages/vue-query-devtools/package.json b/packages/vue-query-devtools/package.json index 77407436068..a166da12363 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.2.4", + "version": "6.2.5", "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 ea29f650318..0c857a1d274 100644 --- a/packages/vue-query/CHANGELOG.md +++ b/packages/vue-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-query +## 5.103.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/query-core@5.103.3 + ## 5.103.2 ### Patch Changes diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index bd27be59575..233bbecc8e5 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-query", - "version": "5.103.2", + "version": "5.103.3", "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 654dbc64e39..86530ccac60 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -319,7 +319,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -359,7 +359,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -399,13 +399,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental '@tanstack/angular-query-persist-client': specifier: ^5.103.2 version: link:../../../packages/angular-query-persist-client '@tanstack/query-async-storage-persister': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-async-storage-persister rxjs: specifier: ^7.8.2 @@ -448,7 +448,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -488,7 +488,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -531,7 +531,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -571,7 +571,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -614,7 +614,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -657,7 +657,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -700,7 +700,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -740,7 +740,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.103.2 + specifier: ^5.103.3 version: link:../../../packages/angular-query-experimental rxjs: specifier: ^7.8.2 @@ -768,10 +768,10 @@ importers: examples/lit/basic: dependencies: '@tanstack/lit-query': - specifier: ^0.2.23 + specifier: ^0.2.24 version: link:../../../packages/lit-query '@tanstack/query-core': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-core lit: specifier: ^3.3.3 @@ -787,10 +787,10 @@ importers: examples/lit/pagination: dependencies: '@tanstack/lit-query': - specifier: ^0.2.23 + specifier: ^0.2.24 version: link:../../../packages/lit-query '@tanstack/query-core': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-core lit: specifier: ^3.3.3 @@ -809,10 +809,10 @@ importers: specifier: ^3.3.0 version: 3.3.1 '@tanstack/lit-query': - specifier: ^0.2.23 + specifier: ^0.2.24 version: link:../../../packages/lit-query '@tanstack/query-core': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-core lit: specifier: ^3.3.3 @@ -834,7 +834,7 @@ importers: examples/preact/simple: dependencies: '@tanstack/preact-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/preact-query preact: specifier: ^10.29.8 @@ -862,10 +862,10 @@ importers: specifier: 5.59.0 version: 5.59.0 '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -875,7 +875,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -896,10 +896,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -924,16 +924,16 @@ importers: examples/react/basic: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-async-storage-persister '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -943,7 +943,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -964,10 +964,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.9.0 @@ -995,10 +995,10 @@ importers: specifier: ^0.23.0 version: 0.23.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1008,7 +1008,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -1029,10 +1029,10 @@ importers: examples/react/chat: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1060,10 +1060,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1085,10 +1085,10 @@ importers: examples/react/devtools-panel: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1110,16 +1110,16 @@ importers: examples/react/eslint-legacy: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-async-storage-persister '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-persist-client react: specifier: ^19.0.0 @@ -1129,7 +1129,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/eslint-plugin-query '@types/react': specifier: ^19.2.7 @@ -1150,14 +1150,14 @@ importers: examples/react/eslint-plugin-demo: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query react: specifier: ^19.0.0 version: 19.2.4 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/eslint-plugin-query eslint: specifier: ^9.39.0 @@ -1172,10 +1172,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1200,10 +1200,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1231,10 +1231,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1259,10 +1259,10 @@ importers: examples/react/nextjs-app-optimistic-updates: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1290,10 +1290,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1318,13 +1318,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-next-experimental next: specifier: ^16.0.7 @@ -1349,19 +1349,19 @@ importers: examples/react/offline: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.103.2 + specifier: ^5.103.3 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.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-persist-client msw: specifier: ^2.15.0 @@ -1389,10 +1389,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1417,10 +1417,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1442,10 +1442,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools next: specifier: ^16.0.7 @@ -1479,10 +1479,10 @@ importers: specifier: ^6.4.1 version: 6.4.1(871faad673a6f611b59541c52f400327) '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools expo: specifier: ^57.0.24 @@ -1531,10 +1531,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -1583,10 +1583,10 @@ importers: examples/react/rick-morty: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1620,10 +1620,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1651,10 +1651,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1676,10 +1676,10 @@ importers: examples/react/star-wars: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools react: specifier: ^19.0.0 @@ -1713,10 +1713,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/react-query-devtools font-awesome: specifier: ^4.7.0 @@ -1759,10 +1759,10 @@ importers: specifier: ^8.1.3 version: 8.2.11(@sveltejs/kit@2.57.1(@sveltejs/vite-plugin-svelte@5.1.1(supports-color@10.2.2)(svelte@5.55.1(@typescript-eslint/types@8.58.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-eslint/types@8.58.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(supports-color@10.2.2))(jiti@1.21.7)(lightningcss@1.32.0)(rollup@4.60.1)(sass@1.90.0)(supports-color@10.2.2)(terser@5.46.1)(tsx@4.21.0)(typescript@5.8.3)(yaml@2.9.0))(next@16.2.2(@babel/core@7.29.7(supports-color@10.2.2))(babel-plugin-react-compiler@1.0.0)(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)(supports-color@10.2.2)(svelte@5.55.1(@typescript-eslint/types@8.58.1))(vue@3.5.31(typescript@5.8.3)) '@tanstack/solid-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-devtools astro: specifier: ^5.5.6 @@ -1780,10 +1780,10 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.15 @@ -1802,10 +1802,10 @@ importers: examples/solid/basic-graphql-request: dependencies: '@tanstack/solid-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-devtools graphql: specifier: ^16.9.0 @@ -1830,10 +1830,10 @@ importers: examples/solid/default-query-function: dependencies: '@tanstack/solid-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.15 @@ -1852,16 +1852,16 @@ importers: examples/solid/offline: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-async-storage-persister '@tanstack/solid-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-devtools '@tanstack/solid-query-persist-client': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-persist-client msw: specifier: ^2.15.0 @@ -1883,17 +1883,17 @@ importers: examples/solid/simple: dependencies: '@tanstack/solid-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.15 version: 1.9.15 devDependencies: '@tanstack/eslint-plugin-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/eslint-plugin-query typescript: specifier: 5.8.3 @@ -1917,10 +1917,10 @@ importers: specifier: ^1.1.3 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.15)(supports-color@10.2.2)(vinxi@0.5.11(@types/node@22.19.15)(@vercel/functions@2.2.13)(db0@0.3.4)(debug@4.4.3(supports-color@10.2.2))(idb-keyval@6.2.2)(ioredis@5.10.1(supports-color@10.2.2))(jiti@2.7.0)(lightningcss@1.32.0)(rolldown@1.2.4)(sass@1.90.0)(supports-color@10.2.2)(terser@5.46.1)(tsx@4.21.0)(webpack@5.105.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.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query '@tanstack/solid-query-devtools': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/solid-query-devtools solid-js: specifier: ^1.9.15 @@ -1932,10 +1932,10 @@ importers: examples/svelte/auto-refetching: dependencies: '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -1963,16 +1963,16 @@ importers: examples/svelte/basic: dependencies: '@tanstack/query-async-storage-persister': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-async-storage-persister '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools '@tanstack/svelte-query-persist-client': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-persist-client devDependencies: '@sveltejs/adapter-auto': @@ -2000,10 +2000,10 @@ importers: examples/svelte/load-more-infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -2031,10 +2031,10 @@ importers: examples/svelte/optimistic-updates: dependencies: '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -2062,10 +2062,10 @@ importers: examples/svelte/playground: dependencies: '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -2093,10 +2093,10 @@ importers: examples/svelte/simple: dependencies: '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/vite-plugin-svelte': @@ -2121,10 +2121,10 @@ importers: examples/svelte/ssr: dependencies: '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -2152,10 +2152,10 @@ importers: examples/svelte/star-wars: dependencies: '@tanstack/svelte-query': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query '@tanstack/svelte-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/svelte-query-devtools devDependencies: '@sveltejs/adapter-auto': @@ -2189,10 +2189,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.5.43 @@ -2211,7 +2211,7 @@ importers: examples/vue/dependent-queries: dependencies: '@tanstack/vue-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/vue-query vue: specifier: ^3.5.43 @@ -2230,16 +2230,16 @@ importers: examples/vue/persister: dependencies: '@tanstack/query-core': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-core '@tanstack/query-persist-client-core': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-persist-client-core '@tanstack/query-sync-storage-persister': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/query-sync-storage-persister '@tanstack/vue-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/vue-query idb-keyval: specifier: ^6.3.0 @@ -2261,10 +2261,10 @@ importers: examples/vue/simple: dependencies: '@tanstack/vue-query': - specifier: ^5.103.2 + specifier: ^5.103.3 version: link:../../../packages/vue-query '@tanstack/vue-query-devtools': - specifier: ^6.2.4 + specifier: ^6.2.5 version: link:../../../packages/vue-query-devtools vue: specifier: ^3.5.43 @@ -2301,7 +2301,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.103.2 + specifier: ^5.103.3 version: link:../../packages/angular-query-experimental rxjs: specifier: ~7.8.0