Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/solid-hounds-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tanstack/query-core': patch
---

fix(core): propagate AbortSignal reason in infinite queries
2 changes: 1 addition & 1 deletion docs/framework/react/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function App() {
- Default: `{ height: '500px' }`
- Example: `{ height: '100%' }`
- Example: `{ height: '100%', width: '100%' }`
- `onClose?: () => unknown`
- `onClose?: () => void`
- Callback function that is called when the devtools panel is closed
- `client?: QueryClient`,
- Use this to use a custom QueryClient. Otherwise, the one from the nearest context will be used.
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/vue/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function toggleDevtools() {
- Default: `{ height: '500px' }`
- Example: `{ height: '100%' }`
- Example: `{ height: '100%', width: '100%' }`
- `onClose?: () => unknown`
- `onClose?: () => void`
- Callback function that is called when the devtools panel is closed
- `client?: QueryClient`,
- Use this to use a custom QueryClient. Otherwise, the one from the nearest context will be used.
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/basic-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-persist-client": "^5.100.3",
"@tanstack/query-async-storage-persister": "^5.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"@tanstack/angular-query-persist-client": "^5.100.4",
"@tanstack/query-async-storage-persister": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/optimistic-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/query-options-from-a-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.100.3",
"@tanstack/angular-query-experimental": "^5.100.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/preact-query": "^5.100.3",
"@tanstack/preact-query": "^5.100.4",
"preact": "^10.28.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@algolia/client-search": "5.2.1",
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.3",
"@tanstack/eslint-plugin-query": "^5.100.4",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"react": "^19.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"test:eslint": "eslint ./src"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.100.3",
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query-persist-client": "^5.100.3",
"@tanstack/query-async-storage-persister": "^5.100.4",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"@tanstack/react-query-persist-client": "^5.100.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.3",
"@tanstack/eslint-plugin-query": "^5.100.4",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/react/eslint-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"test:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint ./src/**/*.tsx"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.100.3",
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query-persist-client": "^5.100.3",
"@tanstack/query-async-storage-persister": "^5.100.4",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"@tanstack/react-query-persist-client": "^5.100.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.3",
"@tanstack/eslint-plugin-query": "^5.100.4",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/eslint-plugin-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"test:eslint": "eslint ./src"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"react": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.3",
"@tanstack/eslint-plugin-query": "^5.100.4",
"eslint": "^9.39.0",
"typescript": "5.8.3",
"typescript-eslint": "^8.48.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/nextjs-app-prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/nextjs-suspense-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query-next-experimental": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"@tanstack/react-query-next-experimental": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
8 changes: 4 additions & 4 deletions examples/react/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.100.3",
"@tanstack/query-async-storage-persister": "^5.100.4",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query-persist-client": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"@tanstack/react-query-persist-client": "^5.100.4",
"msw": "^2.6.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.100.3",
"@tanstack/react-query-devtools": "^5.100.3",
"@tanstack/react-query": "^5.100.4",
"@tanstack/react-query-devtools": "^5.100.4",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
Loading
Loading