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
2 changes: 1 addition & 1 deletion docs/framework/preact/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function App() {
- Set this `true` if you want the dev tools to default to being open
- `buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative"`
- Defaults to `bottom-right`
- The position of the Preact Query logo to open and close the devtools panel
- The position of the TanStack logo to open and close the devtools panel
- `position?: "top" | "bottom" | "left" | "right"`
- Defaults to `bottom`
- The position of the Preact Query devtools panel
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/react/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function App() {
- Set this `true` if you want the dev tools to default to being open
- `buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative"`
- Defaults to `bottom-right`
- The position of the React Query logo to open and close the devtools panel
- The position of the TanStack logo to open and close the devtools panel
- If `relative`, the button is placed in the location that you render the devtools.
- `position?: "top" | "bottom" | "left" | "right"`
- Defaults to `bottom`
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/solid/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function App() {
- Set this `true` if you want the dev tools to default to being open
- `buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative"`
- Defaults to `bottom-right`
- The position of the Solid Query logo to open and close the devtools panel
- The position of the TanStack logo to open and close the devtools panel
- `position?: "top" | "bottom" | "left" | "right"`
- Defaults to `bottom`
- The position of the Solid Query devtools panel
Expand Down
4 changes: 2 additions & 2 deletions docs/framework/vue/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ import { VueQueryDevtools } from '@tanstack/vue-query-devtools'
- Set this `true` if you want the dev tools to default to being open.
- `buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative"`
- Defaults to `bottom-right`.
- The position of the React Query logo to open and close the devtools panel.
- The position of the TanStack logo to open and close the devtools panel.
- `position?: "top" | "bottom" | "left" | "right"`
- Defaults to `bottom`.
- The position of the React Query devtools panel.
- The position of the Vue Query devtools panel.
- `client?: QueryClient`
- Use this to use a custom QueryClient. Otherwise, the one from the nearest context will be used.
- `errorTypes?: { name: string; initializer: (query: Query) => TError}`
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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-persist-client": "^5.100.6",
"@tanstack/query-async-storage-persister": "^5.100.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"@tanstack/angular-query-persist-client": "^5.100.7",
"@tanstack/query-async-storage-persister": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/angular-query-experimental": "^5.100.7",
"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.6",
"@tanstack/preact-query": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.6",
"@tanstack/eslint-plugin-query": "^5.100.7",
"@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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query": "^5.100.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query-persist-client": "^5.100.6",
"@tanstack/query-async-storage-persister": "^5.100.7",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"@tanstack/react-query-persist-client": "^5.100.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.6",
"@tanstack/eslint-plugin-query": "^5.100.7",
"@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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query": "^5.100.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query-persist-client": "^5.100.6",
"@tanstack/query-async-storage-persister": "^5.100.7",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"@tanstack/react-query-persist-client": "^5.100.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.6",
"@tanstack/eslint-plugin-query": "^5.100.7",
"@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.6",
"@tanstack/react-query": "^5.100.7",
"react": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.100.6",
"@tanstack/eslint-plugin-query": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query-next-experimental": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"@tanstack/react-query-next-experimental": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/query-async-storage-persister": "^5.100.7",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.100.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query-persist-client": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"@tanstack/react-query-persist-client": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"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.6",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-query": "^5.100.7",
"@tanstack/react-query-devtools": "^5.100.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
Loading
Loading