query
query copied to clipboard
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`6.3.6` -> `6.4.1`](https://renovatebot.com/diffs/npm/vite/6.3.6/6.4.1) |  |  | | [vite](https://vite.dev)...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | --- > [!WARNING] > Some dependencies could not be looked up....
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@angular/compiler](https://redirect.github.com/angular/angular) ([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/compiler))...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@angular/common](https://redirect.github.com/angular/angular) ([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/common))...
## 🎯 Changes ## ✅ Checklist - [x] I have followed the steps in the [Contributing guide](https://github.com/TanStack/query/blob/main/CONTRIBUTING.md). - [x] I have tested this code locally with `pnpm run test:pr`. ##...
## 🎯 Changes Upgrade TanStack Query to use Vitest 4. Most changes were around mocks, testing functions being used and some config tweaks. A few gotchas I am unsure about:...
### Describe the bug Hello together, using input signals in a mutationKey causes this errors. ### Your minimal, reproducible example https://stackblitz.com/edit/stackblitz-starters-dum4vuxa?file=package.json,src%2Fmain.ts,src%2Findex.html ### Steps to reproduce 1. Open console 2. See...
### Describe the bug We recently updated `@tanstack/react-query` to version 5.90.11 and it introduced type errors, we believe related to the change in #8683 We have a map from an...
### Describe the bug Both `useSuspenseInfiniteQuery` and `useInfiniteQuery` + `experimental_prefetchInRender` use the error boundary for the first page, but only the latter uses the error boundary for subsequent pages. `useSuspenseInfiniteQuery`...