Update dependency @tanstack/react-query to v5.55.4 #15

Merged
melissa merged 1 commits from renovate/tanstack-react-query-5.x-lockfile into develop 2024-09-09 19:32:22 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@tanstack/react-query (source) dependencies minor 5.45.1 -> 5.55.4

Release Notes

TanStack/query (@​tanstack/react-query)

v5.55.4

Compare Source

Version 5.55.4 - 9/9/24, 6:38 AM

Changes

Fix

Packages

v5.55.3

Compare Source

Version 5.55.3 - 9/9/24, 6:16 AM

Changes

Fix
  • replace JSON.stringify with replaceDeepEqual in structural sharing integrity check (#​8030) (1bffc78) by jxom
Chore
  • angular-query: remove redundant dependencies (#​8032) (d58cf08) by Arnoud
Docs
  • react-query: Update React Suspens Link in README.md (#​8020) (9b78527) by Cyril Leclercq

Packages

v5.55.2

Compare Source

Version 5.55.2 - 9/8/24, 4:10 PM

Changes

Refactor

Packages

v5.55.1

Compare Source

Version 5.55.1 - 9/8/24, 1:19 PM

Changes

Fix
Refactor
Docs

Packages

v5.55.0

Compare Source

Version 5.55.0 - 9/6/24, 5:58 AM

Changes

Feat
  • react-query: add optional queryClient parameter to usePrefetchQuery (#​8014) (48702e4) by Jonghyeon Ko

Packages

v5.54.1

Compare Source

Version 5.54.1 - 9/3/24, 8:50 PM

Changes

Fix
  • query-core: accept generics on setQueryDefaults and setMutationDefaults (#​7903) (a85382f) by Simone Cervini

Packages

v5.53.3

Compare Source

Version 5.53.3 - 9/2/24, 12:32 PM

Changes

Fix
  • query-core: remove error thrown inside replaceData (#​8004) (fb9d4f6) by Bohdan Yefimenko
Docs
  • vue-query: update SSR guide for nuxt2 (#​8001) (cd91357) by Damian Osipiuk

Packages

v5.53.2

Compare Source

Version 5.53.2 - 9/1/24, 8:41 PM

Changes

Fix
Chore
Docs

Packages

v5.53.1

Compare Source

Version 5.53.1 - 8/30/24, 10:29 AM

Changes

Fix
  • query-core: handle errors that occur inside setData method (#​7966) (50315ac) by Bohdan Yefimenko
Chore

Packages

v5.52.3

Compare Source

Version 5.52.3 - 8/29/24, 11:03 PM

Changes
Fix
  • angular-query: fix type of isSuccess, isError, isPending, isIdle on mutation result (#​7923) (eee80af) by divdavem
Chore
Docs
  • Add known limitation about cancellation with suspense hooks (#​7958) (804357b) by Romain Trotard
Packages

v5.52.2

Compare Source

Version 5.52.2 - 8/26/24, 5:54 PM

Changes

Fix
  • types: error booleans shouldn”t permanently be typed as false (#​7956) (b93941d) by Dominik Dorfmeister
Chore
Examples
  • svelte-query: fix svelte auto-refetching styling (#​7951) (519759d) by Lachlan Collins

Packages

v5.52.1

Compare Source

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix
Docs
  • make copyable example useful by default (#​7928) (639363c) by Lanre Adelowo

Packages

v5.52.0

Compare Source

Version 5.52.0 - 8/20/24, 6:54 PM

Changes
Feat
  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#​7911) (f65ebe7) by Manuel Schiller
Refactor
Docs
Packages

v5.51.24

Compare Source

Version 5.51.24 - 8/19/24, 11:03 AM

Changes

Refactor
Ci
Docs
Doc
  • Issue template: Point to latest examples (#​7878) (59a6d3d) by Ian VanSchooten

Packages

v5.51.23

Compare Source

Version 5.51.23 - 8/8/24, 8:02 AM

Changes

Fix
  • react-query: ensure we have a gcTime of at least 1 second when using suspense (#​7860) (c744f99) by Dominik Dorfmeister
Docs

Packages

v5.51.21

Compare Source

Version 5.51.21 - 8/2/24, 6:43 PM

Changes

Fix
  • query-core: make CancelledError extend Error (#​7843) (35c086f) by Dominik Dorfmeister

Packages

v5.51.18

Compare Source

Version 5.51.18 - 8/1/24, 1:38 PM

Changes

Fix
  • query-options: allow returning undefined in initialData function (#​7351) (fdb8ce1) by Shahar Har-Shuv

Packages

v5.51.17

Compare Source

Version 5.51.17 - 8/1/24, 1:21 PM

Changes

Fix
  • core: query should reset to default state even when created from hydration (#​7837) (bbb2244) by Dominik Dorfmeister
Chore
  • deps: lock file maintenance (c7245c9) by renovate[bot]

Packages

v5.51.16

Compare Source

Version 5.51.16 - 7/31/24, 9:08 AM

Changes

Fix
  • svelte-query: ensure compatibility with NodeNext (#​7825) (01e63a5) by Lachlan Collins
Chore
  • deps: lock file maintenance (#​7819) (74f10b7) by renovate[bot]
  • deps: update dependency react-intersection-observer to v9 (#​7818) (e2315cc) by renovate[bot]
  • deps: update all non-major dependencies (#​7817) (4cdc2c8) by renovate[bot]
  • deps: use prettier v3.3.3 (#​7816) (216a926) by Lachlan Collins
Test
  • svelte-query: add refetch test for createQuery (#​7810) (461876a) by Lachlan Collins
Ci
  • renovate: ignore vue2 and vue2.7 (6993177) by Lachlan Collins
  • renovate: add renovate config (#​7813) (6d8d203) by Lachlan Collins
Docs

Packages

v5.51.15

Compare Source

Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)

Changes
Other
Packages

v5.51.14

Compare Source

Version 5.51.14 - 7/26/24, 8:47 AM

Changes
Fix
  • query-core: abort fetch loop for infinite queries if getNextPageParam returns null or undefined (#​7799) (3ef7887) by Dominik Dorfmeister
Refactor
  • react-query: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery (#​7797) (34a5672) by Lich
Chore
  • Update @tanstack/config to v0.11.0 (#​7795) (bd3296b) by Lachlan Collins
  • svelte-query: Tweak provider tests (#​7794) (1814f56) by Lachlan Collins
Packages

v5.51.11

Compare Source

Version 5.51.11 - 7/20/24, 10:47 AM

Changes

Fix
  • svelte-query: Correct data type when initialData is set (#​7769) (b764009) by Lachlan Collins
Ci
  • Enable autofix on push to release branch (b189e31) by Lachlan Collins
Docs

Packages

v5.51.9

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes
Fix
Ci
Docs
Packages

v5.51.5

Compare Source

Version 5.51.5 - 7/17/24, 2:35 PM

Changes

Fix
Test
  • svelte-query: Refactor test logic (#​7744) (01212de) by Lachlan Collins
Docs
  • solid-query: add optional chaining to prevent suspense bug (#​7709) (91cfc10) by Dhruv

Packages

v5.51.4

Compare Source

Version 5.51.4 - 7/17/24, 11:10 AM

Changes

Fix
  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#​7743) (7edf587) by Dominik Dorfmeister
Chore
  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#​7554) (95d814a) by MinhoPark
Docs
  • Update Streaming with Server Components docs to reflect correct usage (#​7725) (a1ce3c4) by Ryan Miller

Packages

v5.51.3

Compare Source

Version 5.51.3 - 7/16/24, 8:32 PM

Changes

Fix
  • vue-query: export InitialQueryOptions types (#​7720) (a3f5a0a) by Andy Li
Chore
Test
Docs

Packages

v5.51.1

Compare Source

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes
Ci
Docs
  • examples: Modernise Next.js examples (#​7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#​7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#​7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#​7688) (14d9c49) by John Dunn
Packages

v5.50.1

Compare Source

Version 5.50.1 - 7/5/24, 3:00 AM

Changes
Fix
Docs
Packages

v5.49.2

Compare Source

Version 5.49.2 - 6/30/24, 6:11 AM

Changes

Fix
  • react-query: experimental before/after query options (#​7652) (56fad10) by Tanner Linsley
  • react-query: experimental before/after query options (#​7651) (4be599f) by Tanner Linsley

Packages

v5.49.1

Compare Source

Version 5.49.1 - 6/30/24, 5:49 AM

Changes
Fix
  • react-query: add experimental beforeQuery/afterQuery client options (#​7650) (8927e4c) by Tanner Linsley
Ci
Docs
Packages

v5.49.0

Compare Source

Version 5.49.0 - 6/29/24, 6:21 AM

Changes
Feat
  • hydration: dehydrate.serialize and hydrate.deserialize (#​7615) (8cbe7d5) by Julius Marminge
Chore
Ci
  • Use Node 20 for CodeSandbox examples (#​7646) (033e739) by Lachlan Collins
Docs
Tests
  • Use recommended @testing-library/svelte setup (#​7645) (003e1a8) by Lachlan Collins
Packages

v5.48.0

Compare Source

Version 5.48.0 - 6/25/24, 2:14 PM

Changes

Feat
  • core: Add possibility to pass a callback to enabled. (#​7566) (31b9ab4) by John

Packages

v5.47.0

Compare Source

Version 5.47.0 - 6/25/24, 12:27 PM

Changes
Feat
  • react-query: usePrefetchQuery (#​7582) (fbfe940) by Dominik Dorfmeister
Chore
Ci
Packages

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won’t be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://github.com/TanStack/query/tree/HEAD/packages/react-query)) | dependencies | minor | [`5.45.1` -> `5.55.4`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.45.1/5.55.4) | --- ### Release Notes <details> <summary>TanStack/query (@&#8203;tanstack/react-query)</summary> ### [`v5.55.4`](https://github.com/TanStack/query/releases/tag/v5.55.4) [Compare Source](https://github.com/TanStack/query/compare/v5.55.3...v5.55.4) Version 5.55.4 - 9/9/24, 6:38 AM #### Changes ##### Fix - query-core: jsdoc of notifyManager ([#&#8203;8031](https://github.com/TanStack/query/issues/8031)) ([`2c1be7b`](https://github.com/TanStack/query/commit/2c1be7b)) by [@&#8203;manudeli](https://github.com/manudeli) #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).55.4 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).55.4 ### [`v5.55.3`](https://github.com/TanStack/query/releases/tag/v5.55.3) [Compare Source](https://github.com/TanStack/query/compare/v5.55.2...v5.55.3) Version 5.55.3 - 9/9/24, 6:16 AM #### Changes ##### Fix - replace `JSON.stringify` with `replaceDeepEqual` in structural sharing integrity check ([#&#8203;8030](https://github.com/TanStack/query/issues/8030)) ([`1bffc78`](https://github.com/TanStack/query/commit/1bffc78)) by jxom ##### Chore - angular-query: remove redundant dependencies ([#&#8203;8032](https://github.com/TanStack/query/issues/8032)) ([`d58cf08`](https://github.com/TanStack/query/commit/d58cf08)) by Arnoud ##### Docs - react-query: Update React Suspens Link in README.md ([#&#8203;8020](https://github.com/TanStack/query/issues/8020)) ([`9b78527`](https://github.com/TanStack/query/commit/9b78527)) by Cyril Leclercq #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).55.3 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).55.3 ### [`v5.55.2`](https://github.com/TanStack/query/releases/tag/v5.55.2) [Compare Source](https://github.com/TanStack/query/compare/v5.55.1...v5.55.2) Version 5.55.2 - 9/8/24, 4:10 PM #### Changes ##### Refactor - query-core: move Override type to core ([#&#8203;7916](https://github.com/TanStack/query/issues/7916)) ([`f0c5022`](https://github.com/TanStack/query/commit/f0c5022)) by [@&#8203;manudeli](https://github.com/manudeli) #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).55.2 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).55.2 ### [`v5.55.1`](https://github.com/TanStack/query/releases/tag/v5.55.1) [Compare Source](https://github.com/TanStack/query/compare/v5.55.0...v5.55.1) Version 5.55.1 - 9/8/24, 1:19 PM #### Changes ##### Fix - query-devtools: Added missing `type="button"` on DevTools-button ([#&#8203;8016](https://github.com/TanStack/query/issues/8016)) ([`5cb0bd4`](https://github.com/TanStack/query/commit/5cb0bd4)) by [@&#8203;Svish](https://github.com/Svish) ##### Refactor - react-query: split prefetch.ts ([#&#8203;8028](https://github.com/TanStack/query/issues/8028)) ([`42715e7`](https://github.com/TanStack/query/commit/42715e7)) by [@&#8203;manudeli](https://github.com/manudeli) ##### Docs - Update advanced-ssr.md ([#&#8203;8021](https://github.com/TanStack/query/issues/8021)) ([`49bfe68`](https://github.com/TanStack/query/commit/49bfe68)) by [@&#8203;Boby900](https://github.com/Boby900) #### Packages - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).55.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).55.1 ### [`v5.55.0`](https://github.com/TanStack/query/releases/tag/v5.55.0) [Compare Source](https://github.com/TanStack/query/compare/v5.54.1...v5.55.0) Version 5.55.0 - 9/6/24, 5:58 AM #### Changes ##### Feat - react-query: add optional queryClient parameter to usePrefetchQuery ([#&#8203;8014](https://github.com/TanStack/query/issues/8014)) ([`48702e4`](https://github.com/TanStack/query/commit/48702e4)) by Jonghyeon Ko #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).55.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).55.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).55.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).55.0 ### [`v5.54.1`](https://github.com/TanStack/query/releases/tag/v5.54.1) [Compare Source](https://github.com/TanStack/query/compare/v5.53.3...v5.54.1) Version 5.54.1 - 9/3/24, 8:50 PM #### Changes ##### Fix - query-core: accept generics on setQueryDefaults and setMutationDefaults ([#&#8203;7903](https://github.com/TanStack/query/issues/7903)) ([`a85382f`](https://github.com/TanStack/query/commit/a85382f)) by Simone Cervini #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).54.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).54.1 ### [`v5.53.3`](https://github.com/TanStack/query/releases/tag/v5.53.3) [Compare Source](https://github.com/TanStack/query/compare/v5.53.2...v5.53.3) Version 5.53.3 - 9/2/24, 12:32 PM #### Changes ##### Fix - query-core: remove error thrown inside `replaceData` ([#&#8203;8004](https://github.com/TanStack/query/issues/8004)) ([`fb9d4f6`](https://github.com/TanStack/query/commit/fb9d4f6)) by Bohdan Yefimenko ##### Docs - vue-query: update SSR guide for nuxt2 ([#&#8203;8001](https://github.com/TanStack/query/issues/8001)) ([`cd91357`](https://github.com/TanStack/query/commit/cd91357)) by Damian Osipiuk #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).53.3 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).53.3 ### [`v5.53.2`](https://github.com/TanStack/query/releases/tag/v5.53.2) [Compare Source](https://github.com/TanStack/query/compare/v5.53.1...v5.53.2) Version 5.53.2 - 9/1/24, 8:41 PM #### Changes ##### Fix - vue-query: invalidate queries immediately after calling `invalidateQueries` ([#&#8203;7930](https://github.com/TanStack/query/issues/7930)) ([`c91c720`](https://github.com/TanStack/query/commit/c91c720)) by [@&#8203;Mini-ghost](https://github.com/Mini-ghost) ##### Chore - angular-query: add injection context tests ([#&#8203;7993](https://github.com/TanStack/query/issues/7993)) ([`cc20045`](https://github.com/TanStack/query/commit/cc20045)) by Arnoud - deps: update to [@&#8203;tanstack/config](https://github.com/tanstack/config) 0.13.1 ([#&#8203;7986](https://github.com/TanStack/query/issues/7986)) ([`4b2c8c5`](https://github.com/TanStack/query/commit/4b2c8c5)) by Lachlan Collins ##### Docs - angular-query: update overview and readme ([#&#8203;7994](https://github.com/TanStack/query/issues/7994)) ([`4977296`](https://github.com/TanStack/query/commit/4977296)) by Arnoud #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).53.2 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).53.2 ### [`v5.53.1`](https://github.com/TanStack/query/releases/tag/v5.53.1) [Compare Source](https://github.com/TanStack/query/compare/v5.52.3...v5.53.1) Version 5.53.1 - 8/30/24, 10:29 AM #### Changes ##### Fix - query-core: handle errors that occur inside `setData` method ([#&#8203;7966](https://github.com/TanStack/query/issues/7966)) ([`50315ac`](https://github.com/TanStack/query/commit/50315ac)) by Bohdan Yefimenko ##### Chore - deps: use ESLint v9 ([#&#8203;7985](https://github.com/TanStack/query/issues/7985)) ([`82bfc34`](https://github.com/TanStack/query/commit/82bfc34)) by Lachlan Collins - deps: update eslint plugins ([#&#8203;7984](https://github.com/TanStack/query/issues/7984)) ([`8fe9010`](https://github.com/TanStack/query/commit/8fe9010)) by Lachlan Collins #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).53.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).53.1 ### [`v5.52.3`](https://github.com/TanStack/query/releases/tag/v5.52.3) [Compare Source](https://github.com/TanStack/query/compare/v5.52.2...v5.52.3) Version 5.52.3 - 8/29/24, 11:03 PM ##### Changes ##### Fix - angular-query: fix type of isSuccess, isError, isPending, isIdle on mutation result ([#&#8203;7923](https://github.com/TanStack/query/issues/7923)) ([`eee80af`](https://github.com/TanStack/query/commit/eee80af)) by divdavem ##### Chore - deps: update [@&#8203;algolia/client-search](https://github.com/algolia/client-search) to v5 (major) ([#&#8203;7979](https://github.com/TanStack/query/issues/7979)) ([`189e0c5`](https://github.com/TanStack/query/commit/189e0c5)) by renovate\[bot] - deps: update material-ui monorepo to v6 (major) ([#&#8203;7978](https://github.com/TanStack/query/issues/7978)) ([`f240106`](https://github.com/TanStack/query/commit/f240106)) by renovate\[bot] - deps: update dependency jscodeshift to v17 ([#&#8203;7977](https://github.com/TanStack/query/issues/7977)) ([`7f55169`](https://github.com/TanStack/query/commit/7f55169)) by renovate\[bot] - deps: update dependency eslint-plugin-jsdoc to v50 ([#&#8203;7976](https://github.com/TanStack/query/issues/7976)) ([`b227998`](https://github.com/TanStack/query/commit/b227998)) by renovate\[bot] - deps: update dependency jsdom to v25 ([#&#8203;7975](https://github.com/TanStack/query/issues/7975)) ([`21bddeb`](https://github.com/TanStack/query/commit/21bddeb)) by renovate\[bot] - simplify clean commands ([#&#8203;7973](https://github.com/TanStack/query/issues/7973)) ([`907a38b`](https://github.com/TanStack/query/commit/907a38b)) by Lachlan Collins - better type vs value import separation ([#&#8203;7972](https://github.com/TanStack/query/issues/7972)) ([`86d8438`](https://github.com/TanStack/query/commit/86d8438)) by Lachlan Collins - devtools: consistent casing of devtools types ([#&#8203;7971](https://github.com/TanStack/query/issues/7971)) ([`756164a`](https://github.com/TanStack/query/commit/756164a)) by Lachlan Collins ##### Docs - Add known limitation about cancellation with suspense hooks ([#&#8203;7958](https://github.com/TanStack/query/issues/7958)) ([`804357b`](https://github.com/TanStack/query/commit/804357b)) by Romain Trotard ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).52.3 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).52.3 ### [`v5.52.2`](https://github.com/TanStack/query/releases/tag/v5.52.2) [Compare Source](https://github.com/TanStack/query/compare/v5.52.1...v5.52.2) Version 5.52.2 - 8/26/24, 5:54 PM #### Changes ##### Fix - types: error booleans shouldn"t permanently be typed as `false` ([#&#8203;7956](https://github.com/TanStack/query/issues/7956)) ([`b93941d`](https://github.com/TanStack/query/commit/b93941d)) by Dominik Dorfmeister ##### Chore - remove unused .all-contributorsrc ([#&#8203;7949](https://github.com/TanStack/query/issues/7949)) ([`8cf7e2f`](https://github.com/TanStack/query/commit/8cf7e2f)) by [@&#8203;manudeli](https://github.com/manudeli) - angular-query: add type tests for injectQuery ([#&#8203;7947](https://github.com/TanStack/query/issues/7947)) ([`73258c6`](https://github.com/TanStack/query/commit/73258c6)) by Arnoud ##### Examples - svelte-query: fix svelte auto-refetching styling ([#&#8203;7951](https://github.com/TanStack/query/issues/7951)) ([`519759d`](https://github.com/TanStack/query/commit/519759d)) by Lachlan Collins #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).52.2 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).52.2 ### [`v5.52.1`](https://github.com/TanStack/query/releases/tag/v5.52.1) [Compare Source](https://github.com/TanStack/query/compare/v5.52.0...v5.52.1) Version 5.52.1 - 8/22/24, 4:37 PM #### Changes ##### Fix - react-query: Add missing React 19 peer dependency. ([#&#8203;7937](https://github.com/TanStack/query/issues/7937)) ([`ca2e306`](https://github.com/TanStack/query/commit/ca2e306)) by [@&#8203;kbumsik](https://github.com/kbumsik) ##### Docs - make copyable example useful by default ([#&#8203;7928](https://github.com/TanStack/query/issues/7928)) ([`639363c`](https://github.com/TanStack/query/commit/639363c)) by Lanre Adelowo #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).52.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).52.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).52.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).52.1 ### [`v5.52.0`](https://github.com/TanStack/query/releases/tag/v5.52.0) [Compare Source](https://github.com/TanStack/query/compare/v5.51.24...v5.52.0) Version 5.52.0 - 8/20/24, 6:54 PM ##### Changes ##### Feat - eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array ([#&#8203;7911](https://github.com/TanStack/query/issues/7911)) ([`f65ebe7`](https://github.com/TanStack/query/commit/f65ebe7)) by Manuel Schiller ##### Refactor - query-core: type override subscribe in InfiniteQueryObserver more clearly ([#&#8203;7914](https://github.com/TanStack/query/issues/7914)) ([`683c85e`](https://github.com/TanStack/query/commit/683c85e)) by [@&#8203;manudeli](https://github.com/manudeli) ##### Docs - fix typos ([#&#8203;7898](https://github.com/TanStack/query/issues/7898)) ([`c7fb5fd`](https://github.com/TanStack/query/commit/c7fb5fd)) by Shubh Porwal ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).52.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).52.0 ### [`v5.51.24`](https://github.com/TanStack/query/releases/tag/v5.51.24) [Compare Source](https://github.com/TanStack/query/compare/v5.51.23...v5.51.24) Version 5.51.24 - 8/19/24, 11:03 AM #### Changes ##### Refactor - query-core: shorten listeners code ([#&#8203;7913](https://github.com/TanStack/query/issues/7913)) ([`6500c98`](https://github.com/TanStack/query/commit/6500c98)) by Jonghyeon Ko ##### Ci - \*: official [@&#8203;vitest/eslint-plugin](https://github.com/vitest/eslint-plugin) ([#&#8203;7896](https://github.com/TanStack/query/issues/7896)) ([`ab1a353`](https://github.com/TanStack/query/commit/ab1a353)) by Jonghyeon Ko - apply automated fixes ([`04c977b`](https://github.com/TanStack/query/commit/04c977b)) by autofix-ci\[bot] - rename integration projects for consistency ([#&#8203;7875](https://github.com/TanStack/query/issues/7875)) ([`73fbf00`](https://github.com/TanStack/query/commit/73fbf00)) by Lachlan Collins ##### Docs - update README.md ([#&#8203;7904](https://github.com/TanStack/query/issues/7904)) ([`49a8dc4`](https://github.com/TanStack/query/commit/49a8dc4)) by Jonghyeon Ko - request-waterfalls typos ([#&#8203;7918](https://github.com/TanStack/query/issues/7918)) ([`b565098`](https://github.com/TanStack/query/commit/b565098)) by 박우빈 - divided installation scripts ([#&#8203;7881](https://github.com/TanStack/query/issues/7881)) ([`3292791`](https://github.com/TanStack/query/commit/3292791)) by Jay - Update vue community projects ([#&#8203;7655](https://github.com/TanStack/query/issues/7655)) ([`5c4f88d`](https://github.com/TanStack/query/commit/5c4f88d)) by zhennann ##### Doc - Issue template: Point to latest examples ([#&#8203;7878](https://github.com/TanStack/query/issues/7878)) ([`59a6d3d`](https://github.com/TanStack/query/commit/59a6d3d)) by Ian VanSchooten #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.24 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.24 ### [`v5.51.23`](https://github.com/TanStack/query/releases/tag/v5.51.23) [Compare Source](https://github.com/TanStack/query/compare/v5.51.21...v5.51.23) Version 5.51.23 - 8/8/24, 8:02 AM #### Changes ##### Fix - react-query: ensure we have a gcTime of at least 1 second when using suspense ([#&#8203;7860](https://github.com/TanStack/query/issues/7860)) ([`c744f99`](https://github.com/TanStack/query/commit/c744f99)) by Dominik Dorfmeister ##### Docs - Fix typo ([#&#8203;7865](https://github.com/TanStack/query/issues/7865)) ([`1fc6124`](https://github.com/TanStack/query/commit/1fc6124)) by Navin Khadka #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.23 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.23 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.23 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.23 ### [`v5.51.21`](https://github.com/TanStack/query/releases/tag/v5.51.21) [Compare Source](https://github.com/TanStack/query/compare/v5.51.18...v5.51.21) Version 5.51.21 - 8/2/24, 6:43 PM #### Changes ##### Fix - query-core: make CancelledError extend Error ([#&#8203;7843](https://github.com/TanStack/query/issues/7843)) ([`35c086f`](https://github.com/TanStack/query/commit/35c086f)) by Dominik Dorfmeister #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.21 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.21 ### [`v5.51.18`](https://github.com/TanStack/query/releases/tag/v5.51.18) [Compare Source](https://github.com/TanStack/query/compare/v5.51.17...v5.51.18) Version 5.51.18 - 8/1/24, 1:38 PM #### Changes ##### Fix - query-options: allow returning undefined in initialData function ([#&#8203;7351](https://github.com/TanStack/query/issues/7351)) ([`fdb8ce1`](https://github.com/TanStack/query/commit/fdb8ce1)) by Shahar Har-Shuv #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.18 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.18 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.18 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.18 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.18 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.18 ### [`v5.51.17`](https://github.com/TanStack/query/releases/tag/v5.51.17) [Compare Source](https://github.com/TanStack/query/compare/v5.51.16...v5.51.17) Version 5.51.17 - 8/1/24, 1:21 PM #### Changes ##### Fix - core: query should reset to default state even when created from hydration ([#&#8203;7837](https://github.com/TanStack/query/issues/7837)) ([`bbb2244`](https://github.com/TanStack/query/commit/bbb2244)) by Dominik Dorfmeister ##### Chore - deps: lock file maintenance ([`c7245c9`](https://github.com/TanStack/query/commit/c7245c9)) by renovate\[bot] #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.17 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.17 ### [`v5.51.16`](https://github.com/TanStack/query/releases/tag/v5.51.16) [Compare Source](https://github.com/TanStack/query/compare/v5.51.15...v5.51.16) Version 5.51.16 - 7/31/24, 9:08 AM #### Changes ##### Fix - svelte-query: ensure compatibility with NodeNext ([#&#8203;7825](https://github.com/TanStack/query/issues/7825)) ([`01e63a5`](https://github.com/TanStack/query/commit/01e63a5)) by Lachlan Collins ##### Chore - deps: lock file maintenance ([#&#8203;7819](https://github.com/TanStack/query/issues/7819)) ([`74f10b7`](https://github.com/TanStack/query/commit/74f10b7)) by renovate\[bot] - deps: update dependency react-intersection-observer to v9 ([#&#8203;7818](https://github.com/TanStack/query/issues/7818)) ([`e2315cc`](https://github.com/TanStack/query/commit/e2315cc)) by renovate\[bot] - deps: update all non-major dependencies ([#&#8203;7817](https://github.com/TanStack/query/issues/7817)) ([`4cdc2c8`](https://github.com/TanStack/query/commit/4cdc2c8)) by renovate\[bot] - deps: use prettier v3.3.3 ([#&#8203;7816](https://github.com/TanStack/query/issues/7816)) ([`216a926`](https://github.com/TanStack/query/commit/216a926)) by Lachlan Collins ##### Test - svelte-query: add refetch test for createQuery ([#&#8203;7810](https://github.com/TanStack/query/issues/7810)) ([`461876a`](https://github.com/TanStack/query/commit/461876a)) by Lachlan Collins ##### Ci - renovate: ignore vue2 and vue2.7 ([`6993177`](https://github.com/TanStack/query/commit/6993177)) by Lachlan Collins - renovate: add renovate config ([#&#8203;7813](https://github.com/TanStack/query/issues/7813)) ([`6d8d203`](https://github.com/TanStack/query/commit/6d8d203)) by Lachlan Collins ##### Docs - svelte-query: add persist to basic example ([#&#8203;7807](https://github.com/TanStack/query/issues/7807)) ([`99f1250`](https://github.com/TanStack/query/commit/99f1250)) by Lachlan Collins - solid-query: fix quick-start example ([#&#8203;7770](https://github.com/TanStack/query/issues/7770)) ([`fcac011`](https://github.com/TanStack/query/commit/fcac011)) by [@&#8203;manudeli](https://github.com/manudeli) - typedoc: use sub-folders for reference docs ([#&#8203;7803](https://github.com/TanStack/query/issues/7803)) ([`f2fd318`](https://github.com/TanStack/query/commit/f2fd318)) by Lachlan Collins - examples: Fix small errors in svelte examples ([#&#8203;7801](https://github.com/TanStack/query/issues/7801)) ([`dac5da5`](https://github.com/TanStack/query/commit/dac5da5)) by Lachlan Collins #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.16 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.16 ### [`v5.51.15`](https://github.com/TanStack/query/releases/tag/v5.51.15) [Compare Source](https://github.com/TanStack/query/compare/v5.51.14...v5.51.15) Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release) ##### Changes ##### Other - ([`cd68280`](https://github.com/TanStack/query/commit/cd68280)) by Ryan Kuruppu ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.15 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.15 ### [`v5.51.14`](https://github.com/TanStack/query/releases/tag/v5.51.14) [Compare Source](https://github.com/TanStack/query/compare/v5.51.11...v5.51.14) Version 5.51.14 - 7/26/24, 8:47 AM ##### Changes ##### Fix - query-core: abort fetch loop for infinite queries if getNextPageParam returns null or undefined ([#&#8203;7799](https://github.com/TanStack/query/issues/7799)) ([`3ef7887`](https://github.com/TanStack/query/commit/3ef7887)) by Dominik Dorfmeister ##### Refactor - react-query: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery ([#&#8203;7797](https://github.com/TanStack/query/issues/7797)) ([`34a5672`](https://github.com/TanStack/query/commit/34a5672)) by Lich ##### Chore - Update `@tanstack/config` to v0.11.0 ([#&#8203;7795](https://github.com/TanStack/query/issues/7795)) ([`bd3296b`](https://github.com/TanStack/query/commit/bd3296b)) by Lachlan Collins - svelte-query: Tweak provider tests ([#&#8203;7794](https://github.com/TanStack/query/issues/7794)) ([`1814f56`](https://github.com/TanStack/query/commit/1814f56)) by Lachlan Collins ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.14 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.14 ### [`v5.51.11`](https://github.com/TanStack/query/releases/tag/v5.51.11) [Compare Source](https://github.com/TanStack/query/compare/v5.51.9...v5.51.11) Version 5.51.11 - 7/20/24, 10:47 AM #### Changes ##### Fix - svelte-query: Correct data type when `initialData` is set ([#&#8203;7769](https://github.com/TanStack/query/issues/7769)) ([`b764009`](https://github.com/TanStack/query/commit/b764009)) by Lachlan Collins ##### Ci - Enable autofix on push to release branch ([`b189e31`](https://github.com/TanStack/query/commit/b189e31)) by Lachlan Collins ##### Docs - typedoc: Use `generateReferenceDocs` function ([#&#8203;7765](https://github.com/TanStack/query/issues/7765)) ([`e4e65be`](https://github.com/TanStack/query/commit/e4e65be)) by Lachlan Collins - typedoc: Update output filename ([#&#8203;7764](https://github.com/TanStack/query/issues/7764)) ([`144d3a8`](https://github.com/TanStack/query/commit/144d3a8)) by Lachlan Collins - update the syntax highlighting for angular ([#&#8203;7762](https://github.com/TanStack/query/issues/7762)) ([`2786196`](https://github.com/TanStack/query/commit/2786196)) by [@&#8203;mgechev](https://github.com/mgechev) - Throw error or mutation doesn"t see any the 500 coming from API ([#&#8203;7754](https://github.com/TanStack/query/issues/7754)) ([`b970f67`](https://github.com/TanStack/query/commit/b970f67)) by [@&#8203;okazkayasi](https://github.com/okazkayasi) - Update paginated-queries.md ([#&#8203;7759](https://github.com/TanStack/query/issues/7759)) ([`98d127a`](https://github.com/TanStack/query/commit/98d127a)) by Andre Sander #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.11 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.11 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.11 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.11 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.11 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.11 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.11 ### [`v5.51.9`](https://github.com/TanStack/query/releases/tag/v5.51.9) Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release) ##### Changes ##### Fix - query-core: allow function value of `notifyOnChangeProps` query option to return `undefined` ([#&#8203;7441](https://github.com/TanStack/query/issues/7441)) ([`0c671ee`](https://github.com/TanStack/query/commit/0c671ee)) by [@&#8203;winghouchan](https://github.com/winghouchan) ##### Ci - Add autofix.yml ([#&#8203;7755](https://github.com/TanStack/query/issues/7755)) ([`a5bfc30`](https://github.com/TanStack/query/commit/a5bfc30)) by Lachlan Collins ##### Docs - typedoc: Add frontmatter ([#&#8203;7753](https://github.com/TanStack/query/issues/7753)) ([`d02e610`](https://github.com/TanStack/query/commit/d02e610)) by Lachlan Collins - svelte-query: Auto-generate reference docs ([#&#8203;7751](https://github.com/TanStack/query/issues/7751)) ([`13817e9`](https://github.com/TanStack/query/commit/13817e9)) by Lachlan Collins - query-core: add matchQuery and matchMutation utils ([#&#8203;7643](https://github.com/TanStack/query/issues/7643)) ([`81ca333`](https://github.com/TanStack/query/commit/81ca333)) by [@&#8203;robin4a4](https://github.com/robin4a4) ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.9 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.9 ### [`v5.51.5`](https://github.com/TanStack/query/releases/tag/v5.51.5) [Compare Source](https://github.com/TanStack/query/compare/v5.51.4...v5.51.5) Version 5.51.5 - 7/17/24, 2:35 PM #### Changes ##### Fix - query-core: widen QueriesObserver queries type ([#&#8203;7446](https://github.com/TanStack/query/issues/7446)) ([#&#8203;7492](https://github.com/TanStack/query/issues/7492)) ([`a87c2fe`](https://github.com/TanStack/query/commit/a87c2fe)) by [@&#8203;yannickcr](https://github.com/yannickcr) ##### Test - svelte-query: Refactor test logic ([#&#8203;7744](https://github.com/TanStack/query/issues/7744)) ([`01212de`](https://github.com/TanStack/query/commit/01212de)) by Lachlan Collins ##### Docs - solid-query: add optional chaining to prevent suspense bug ([#&#8203;7709](https://github.com/TanStack/query/issues/7709)) ([`91cfc10`](https://github.com/TanStack/query/commit/91cfc10)) by Dhruv #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.5 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.5 ### [`v5.51.4`](https://github.com/TanStack/query/releases/tag/v5.51.4) [Compare Source](https://github.com/TanStack/query/compare/v5.51.3...v5.51.4) Version 5.51.4 - 7/17/24, 11:10 AM #### Changes ##### Fix - core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache ([#&#8203;7743](https://github.com/TanStack/query/issues/7743)) ([`7edf587`](https://github.com/TanStack/query/commit/7edf587)) by Dominik Dorfmeister ##### Chore - utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method ([#&#8203;7554](https://github.com/TanStack/query/issues/7554)) ([`95d814a`](https://github.com/TanStack/query/commit/95d814a)) by MinhoPark ##### Docs - Update Streaming with Server Components docs to reflect correct usage ([#&#8203;7725](https://github.com/TanStack/query/issues/7725)) ([`a1ce3c4`](https://github.com/TanStack/query/commit/a1ce3c4)) by Ryan Miller #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.4 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.4 ### [`v5.51.3`](https://github.com/TanStack/query/releases/tag/v5.51.3) [Compare Source](https://github.com/TanStack/query/compare/v5.51.1...v5.51.3) Version 5.51.3 - 7/16/24, 8:32 PM #### Changes ##### Fix - vue-query: export `InitialQueryOptions` types ([#&#8203;7720](https://github.com/TanStack/query/issues/7720)) ([`a3f5a0a`](https://github.com/TanStack/query/commit/a3f5a0a)) by Andy Li ##### Chore - update knip schema to v5 ([#&#8203;7740](https://github.com/TanStack/query/issues/7740)) ([`23b9a19`](https://github.com/TanStack/query/commit/23b9a19)) by 김석진(poki) - deps: Update dev and example dependencies ([#&#8203;7742](https://github.com/TanStack/query/issues/7742)) ([`28af03f`](https://github.com/TanStack/query/commit/28af03f)) by Lachlan Collins - \*: vitest v2 ([#&#8203;7735](https://github.com/TanStack/query/issues/7735)) ([`d10a456`](https://github.com/TanStack/query/commit/d10a456)) by Jonghyeon Ko - prettier ([`4635954`](https://github.com/TanStack/query/commit/4635954)) by Dominik Dorfmeister ##### Test - svelte-query: Check query states ([#&#8203;7741](https://github.com/TanStack/query/issues/7741)) ([`38e5c4b`](https://github.com/TanStack/query/commit/38e5c4b)) by Lachlan Collins ##### Docs - access latest data for useMutationState ([#&#8203;7738](https://github.com/TanStack/query/issues/7738)) ([`369d826`](https://github.com/TanStack/query/commit/369d826)) by Kier Borromeo - Update comparison.md ([#&#8203;7703](https://github.com/TanStack/query/issues/7703)) ([`79e5202`](https://github.com/TanStack/query/commit/79e5202)) by Alessia Bellisario #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.3 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.3 ### [`v5.51.1`](https://github.com/TanStack/query/releases/tag/v5.51.1) [Compare Source](https://github.com/TanStack/query/compare/v5.50.1...v5.51.1) Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release) ##### Changes ##### Ci - enable npm provenance ([#&#8203;7716](https://github.com/TanStack/query/issues/7716)) ([`c6d68d8`](https://github.com/TanStack/query/commit/c6d68d8)) by Lachlan Collins - Improve Nx inputs ([#&#8203;7702](https://github.com/TanStack/query/issues/7702)) ([`362f8e6`](https://github.com/TanStack/query/commit/362f8e6)) by Lachlan Collins ##### Docs - examples: Modernise Next.js examples ([#&#8203;7706](https://github.com/TanStack/query/issues/7706)) ([`b58da75`](https://github.com/TanStack/query/commit/b58da75)) by Lachlan Collins - eslint-plugin-query: Fix rules links ([#&#8203;7705](https://github.com/TanStack/query/issues/7705)) ([`8d0ba7e`](https://github.com/TanStack/query/commit/8d0ba7e)) by twiddler - examples: Modernise React examples ([#&#8203;7704](https://github.com/TanStack/query/issues/7704)) ([`7fc9472`](https://github.com/TanStack/query/commit/7fc9472)) by Lachlan Collins - add Query Rewind to vue community projects ([#&#8203;7688](https://github.com/TanStack/query/issues/7688)) ([`14d9c49`](https://github.com/TanStack/query/commit/14d9c49)) by John Dunn ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).51.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).51.1 ### [`v5.50.1`](https://github.com/TanStack/query/releases/tag/v5.50.1) [Compare Source](https://github.com/TanStack/query/compare/v5.49.2...v5.50.1) Version 5.50.1 - 7/5/24, 3:00 AM ##### Changes ##### Fix - Update package.json fields ([#&#8203;7674](https://github.com/TanStack/query/issues/7674)) ([`f2741d1`](https://github.com/TanStack/query/commit/f2741d1)) by Lachlan Collins ##### Docs - react-query: Correct links in `usePrefetchQuery` ([#&#8203;7658](https://github.com/TanStack/query/issues/7658)) ([`70c40e7`](https://github.com/TanStack/query/commit/70c40e7)) by [@&#8203;87xie](https://github.com/87xie) ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).50.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).50.1 ### [`v5.49.2`](https://github.com/TanStack/query/releases/tag/v5.49.2) [Compare Source](https://github.com/TanStack/query/compare/v5.49.1...v5.49.2) Version 5.49.2 - 6/30/24, 6:11 AM #### Changes ##### Fix - react-query: experimental before/after query options ([#&#8203;7652](https://github.com/TanStack/query/issues/7652)) ([`56fad10`](https://github.com/TanStack/query/commit/56fad10)) by Tanner Linsley - react-query: experimental before/after query options ([#&#8203;7651](https://github.com/TanStack/query/issues/7651)) ([`4be599f`](https://github.com/TanStack/query/commit/4be599f)) by Tanner Linsley #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).49.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).49.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).49.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).49.2 ### [`v5.49.1`](https://github.com/TanStack/query/releases/tag/v5.49.1) [Compare Source](https://github.com/TanStack/query/compare/v5.49.0...v5.49.1) Version 5.49.1 - 6/30/24, 5:49 AM ##### Changes ##### Fix - react-query: add experimental beforeQuery/afterQuery client options ([#&#8203;7650](https://github.com/TanStack/query/issues/7650)) ([`8927e4c`](https://github.com/TanStack/query/commit/8927e4c)) by Tanner Linsley ##### Ci - Optimise Nx workflow ([#&#8203;7648](https://github.com/TanStack/query/issues/7648)) ([`a80cea3`](https://github.com/TanStack/query/commit/a80cea3)) by Lachlan Collins ##### Docs - examples: Update Next.js version ([#&#8203;7649](https://github.com/TanStack/query/issues/7649)) ([`f454bf1`](https://github.com/TanStack/query/commit/f454bf1)) by Lachlan Collins ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).49.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).49.1 ### [`v5.49.0`](https://github.com/TanStack/query/releases/tag/v5.49.0) [Compare Source](https://github.com/TanStack/query/compare/v5.48.0...v5.49.0) Version 5.49.0 - 6/29/24, 6:21 AM ##### Changes ##### Feat - hydration: `dehydrate.serialize` and `hydrate.deserialize` ([#&#8203;7615](https://github.com/TanStack/query/issues/7615)) ([`8cbe7d5`](https://github.com/TanStack/query/commit/8cbe7d5)) by Julius Marminge ##### Chore - Update ESLint config ([#&#8203;7637](https://github.com/TanStack/query/issues/7637)) ([`febbde6`](https://github.com/TanStack/query/commit/febbde6)) by Lachlan Collins - Migrate to ESLint flat config ([#&#8203;7636](https://github.com/TanStack/query/issues/7636)) ([`e6a0fdd`](https://github.com/TanStack/query/commit/e6a0fdd)) by Lachlan Collins ##### Ci - Use Node 20 for CodeSandbox examples ([#&#8203;7646](https://github.com/TanStack/query/issues/7646)) ([`033e739`](https://github.com/TanStack/query/commit/033e739)) by Lachlan Collins ##### Docs - remove suspense reference to useQuery ([#&#8203;7640](https://github.com/TanStack/query/issues/7640)) ([`87c8e01`](https://github.com/TanStack/query/commit/87c8e01)) by [@&#8203;alexander-svendsen](https://github.com/alexander-svendsen) - examples: code refactoring and type improvement ([#&#8203;7634](https://github.com/TanStack/query/issues/7634)) ([`8d75aaa`](https://github.com/TanStack/query/commit/8d75aaa)) by [@&#8203;aziyatali](https://github.com/aziyatali) - Remove the variable assignment from example code ([#&#8203;7623](https://github.com/TanStack/query/issues/7623)) ([`8b89941`](https://github.com/TanStack/query/commit/8b89941)) by Kenrick Beckett ##### Tests - Use recommended `@testing-library/svelte` setup ([#&#8203;7645](https://github.com/TanStack/query/issues/7645)) ([`003e1a8`](https://github.com/TanStack/query/commit/003e1a8)) by Lachlan Collins ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).49.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).49.0 ### [`v5.48.0`](https://github.com/TanStack/query/releases/tag/v5.48.0) [Compare Source](https://github.com/TanStack/query/compare/v5.47.0...v5.48.0) Version 5.48.0 - 6/25/24, 2:14 PM #### Changes ##### Feat - core: Add possibility to pass a callback to enabled. ([#&#8203;7566](https://github.com/TanStack/query/issues/7566)) ([`31b9ab4`](https://github.com/TanStack/query/commit/31b9ab49)) by John #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).48.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).48.0 ### [`v5.47.0`](https://github.com/TanStack/query/releases/tag/v5.47.0) [Compare Source](https://github.com/TanStack/query/compare/v5.45.1...v5.47.0) Version 5.47.0 - 6/25/24, 12:27 PM ##### Changes ##### Feat - react-query: usePrefetchQuery ([#&#8203;7582](https://github.com/TanStack/query/issues/7582)) ([`fbfe940`](https://github.com/TanStack/query/commit/fbfe9409)) by Dominik Dorfmeister ##### Chore - Update typescript-eslint to v7 ([#&#8203;7610](https://github.com/TanStack/query/issues/7610)) ([`32bce35`](https://github.com/TanStack/query/commit/32bce35a)) by Lachlan Collins ##### Ci - Prevent uploading coverage files found in Nx cache ([#&#8203;7619](https://github.com/TanStack/query/issues/7619)) ([`6355244`](https://github.com/TanStack/query/commit/63552449)) by Lachlan Collins - Add tests for TS 4.7, 4.8, 4.9 ([#&#8203;7618](https://github.com/TanStack/query/issues/7618)) ([`15e42ba`](https://github.com/TanStack/query/commit/15e42ba4)) by Lachlan Collins - Add TS version tests ([#&#8203;7605](https://github.com/TanStack/query/issues/7605)) ([`8253a80`](https://github.com/TanStack/query/commit/8253a80b)) by Lachlan Collins ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).47.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).47.0 </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43My4xIiwidXBkYXRlZEluVmVyIjoiMzguNzMuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->
melissa force-pushed renovate/tanstack-react-query-5.x-lockfile from 7ad3f909aa to 60d665d3e7 2024-09-09 19:32:11 +00:00 Compare
melissa merged commit 91825f7f0d into develop 2024-09-09 19:32:22 +00:00
melissa deleted branch renovate/tanstack-react-query-5.x-lockfile 2024-09-09 19:32:22 +00:00
Sign in to join this conversation.