Update dependency @tanstack/react-query to v5.59.16 #31

Merged
melissa merged 1 commits from renovate/tanstack-react-query-5.x-lockfile into develop 2024-10-25 15:46:38 +00:00
Member

This PR contains the following updates:

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

Release Notes

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

v5.59.16

Compare Source

Version 5.59.16 - 10/23/24, 12:53 PM

Changes

Fix
  • react-query: make sure promises are always finalized (#​8211) (df49fbd) by Dominik Dorfmeister
Chore
  • query-core: define queryCache notify method”s return type (#​8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#​8208) (d3e2a8a) by @​manudeli
Docs
  • Update disabling-queries.md (#​8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#​8193) (a2ea754) by Qiushi Yan
  • “hydrate” to “dehydrate” in documentation (#​8190) (1980a11) by Ariel-Moroshko

Packages

v5.59.15

Compare Source

Version 5.59.15 - 10/15/24, 5:12 PM

Changes

Fix

Packages

v5.59.14

Compare Source

Version 5.59.14 - 10/15/24, 7:20 AM

Changes

Fix
  • react-query: make queryFn optional again (#​8176) (a085c92) by Julius Marminge
  • react-query: do not overwrite staleTime with the suspense default value if it”s a function (#​8174) (d409854) by Dominik Dorfmeister

Packages

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix
  • query-core: don”t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister

Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types

Packages

v5.59.11

Compare Source

Version 5.59.11 - 10/11/24, 6:35 PM

Changes

Refactor
  • types: throw type error when skipToken is present in suspense query (#​8082) (a991d92) by Gwansik Kim

Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix
  • core: correctly gc query when suspense is used when query unmounts while it”s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon

Packages

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes

Fix
  • core: don”t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test

Packages

v5.59.8

Compare Source

Version 5.59.8 - 10/9/24, 7:10 PM

Changes

Fix

Packages

v5.59.6

Compare Source

Version 5.59.6 - 10/9/24, 2:34 PM

Changes

Fix
  • perf: improve long running task performance in query core (#​8107) (5499577) by David

Packages

v5.59.5

Compare Source

Version 5.59.5 - 10/9/24, 2:00 PM

Changes

Fix
  • react-query: Allow optional initialData in infiniteQueryOptions (#​8154) (8d03029) by Sunghoon

Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes
Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn”t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister
Packages

v5.59.3

Compare Source

Version 5.59.3 - 10/9/24, 5:48 AM

Changes

Fix

Packages

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other

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.56.2` -> `5.59.16`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.56.2/5.59.16) | --- ### Release Notes <details> <summary>TanStack/query (@&#8203;tanstack/react-query)</summary> ### [`v5.59.16`](https://github.com/TanStack/query/releases/tag/v5.59.16) [Compare Source](https://github.com/TanStack/query/compare/v5.59.15...v5.59.16) Version 5.59.16 - 10/23/24, 12:53 PM #### Changes ##### Fix - react-query: make sure promises are always finalized ([#&#8203;8211](https://github.com/TanStack/query/issues/8211)) ([`df49fbd`](https://github.com/TanStack/query/commit/df49fbd)) by Dominik Dorfmeister ##### Chore - query-core: define queryCache notify method"s return type ([#&#8203;8191](https://github.com/TanStack/query/issues/8191)) ([`4fceb26`](https://github.com/TanStack/query/commit/4fceb26)) by Haeun Nam - react-query: remove unnecessary test file (**test**/suspense.tsx, suspense.test-d.tsx) ([#&#8203;8208](https://github.com/TanStack/query/issues/8208)) ([`d3e2a8a`](https://github.com/TanStack/query/commit/d3e2a8a)) by [@&#8203;manudeli](https://github.com/manudeli) ##### Docs - Update disabling-queries.md ([#&#8203;8201](https://github.com/TanStack/query/issues/8201)) ([`9d99fcb`](https://github.com/TanStack/query/commit/9d99fcb)) by Ollie Chick - react-query: fix prefetch with suspense example ([#&#8203;8193](https://github.com/TanStack/query/issues/8193)) ([`a2ea754`](https://github.com/TanStack/query/commit/a2ea754)) by Qiushi Yan - "hydrate" to "dehydrate" in documentation ([#&#8203;8190](https://github.com/TanStack/query/issues/8190)) ([`1980a11`](https://github.com/TanStack/query/commit/1980a11)) by Ariel-Moroshko #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.16 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.16 ### [`v5.59.15`](https://github.com/TanStack/query/releases/tag/v5.59.15) [Compare Source](https://github.com/TanStack/query/compare/v5.59.14...v5.59.15) Version 5.59.15 - 10/15/24, 5:12 PM #### Changes ##### Fix - react-query: resolve overload matches error with exactOptionalPropertyTypes in queryOptions ([#&#8203;8186](https://github.com/TanStack/query/issues/8186)) ([`6c06781`](https://github.com/TanStack/query/commit/6c06781)) by [@&#8203;gwansikk](https://github.com/gwansikk) #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.15 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.15 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.15 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.15 ### [`v5.59.14`](https://github.com/TanStack/query/releases/tag/v5.59.14) [Compare Source](https://github.com/TanStack/query/compare/v5.59.13...v5.59.14) Version 5.59.14 - 10/15/24, 7:20 AM #### Changes ##### Fix - react-query: make queryFn optional again ([#&#8203;8176](https://github.com/TanStack/query/issues/8176)) ([`a085c92`](https://github.com/TanStack/query/commit/a085c92)) by Julius Marminge - react-query: do not overwrite staleTime with the suspense default value if it"s a function ([#&#8203;8174](https://github.com/TanStack/query/issues/8174)) ([`d409854`](https://github.com/TanStack/query/commit/d409854)) by Dominik Dorfmeister #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.14 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.14 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.14 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.14 ### [`v5.59.13`](https://github.com/TanStack/query/releases/tag/v5.59.13) [Compare Source](https://github.com/TanStack/query/compare/v5.59.12...v5.59.13) Version 5.59.13 - 10/12/24, 9:38 AM #### Changes ##### Fix - query-core: don"t finalizeThenable of different queries ([#&#8203;8171](https://github.com/TanStack/query/issues/8171)) ([`5d69ad7`](https://github.com/TanStack/query/commit/5d69ad7)) by Dominik Dorfmeister #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.13 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.13 ### [`v5.59.12`](https://github.com/TanStack/query/releases/tag/v5.59.12) [Compare Source](https://github.com/TanStack/query/compare/v5.59.11...v5.59.12) Version 5.59.12 - 10/12/24, 7:40 AM #### Changes ##### Fix - query-core: move thenable-recreation into createResult ([#&#8203;8169](https://github.com/TanStack/query/issues/8169)) ([`4758303`](https://github.com/TanStack/query/commit/4758303)) by Dominik Dorfmeister ##### Types - react-query: export QueryErrorResetBoundaryFunction ([#&#8203;8089](https://github.com/TanStack/query/issues/8089)) ([`4dfb0fc`](https://github.com/TanStack/query/commit/4dfb0fc)) by [@&#8203;DogPawHat](https://github.com/DogPawHat) #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.12 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.12 ### [`v5.59.11`](https://github.com/TanStack/query/releases/tag/v5.59.11) [Compare Source](https://github.com/TanStack/query/compare/v5.59.10...v5.59.11) Version 5.59.11 - 10/11/24, 6:35 PM #### Changes ##### Refactor - types: throw type error when `skipToken` is present in suspense query ([#&#8203;8082](https://github.com/TanStack/query/issues/8082)) ([`a991d92`](https://github.com/TanStack/query/commit/a991d92)) by Gwansik Kim #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.11 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.11 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.11 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.11 ### [`v5.59.10`](https://github.com/TanStack/query/releases/tag/v5.59.10) [Compare Source](https://github.com/TanStack/query/compare/v5.59.9...v5.59.10) Version 5.59.10 - 10/11/24, 6:24 PM #### Changes ##### Fix - core: correctly gc query when suspense is used when query unmounts while it"s still fetching ([#&#8203;8168](https://github.com/TanStack/query/issues/8168)) ([`5edd617`](https://github.com/TanStack/query/commit/5edd617)) by Dominik Dorfmeister - react-query: Allow optional initialData object in queryOptions ([#&#8203;8162](https://github.com/TanStack/query/issues/8162)) ([`931d98d`](https://github.com/TanStack/query/commit/931d98d)) by Sunghoon #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.10 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.10 ### [`v5.59.9`](https://github.com/TanStack/query/releases/tag/v5.59.9) [Compare Source](https://github.com/TanStack/query/compare/v5.59.8...v5.59.9) Version 5.59.9 - 10/10/24, 6:56 PM #### Changes ##### Fix - core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) ([#&#8203;8161](https://github.com/TanStack/query/issues/8161)) ([`5228e51`](https://github.com/TanStack/query/commit/5228e51)) by Dominik Dorfmeister ##### Test - react-query: update describe in infiniteQueryOptions.test-d.tsx ([#&#8203;8081](https://github.com/TanStack/query/issues/8081)) ([`e3aca98`](https://github.com/TanStack/query/commit/e3aca98)) by [@&#8203;gwansikk](https://github.com/gwansikk) #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.9 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.9 ### [`v5.59.8`](https://github.com/TanStack/query/releases/tag/v5.59.8) [Compare Source](https://github.com/TanStack/query/compare/v5.59.6...v5.59.8) Version 5.59.8 - 10/9/24, 7:10 PM #### Changes ##### Fix - allow optional initialData object ([#&#8203;8157](https://github.com/TanStack/query/issues/8157)) ([`329b5f8`](https://github.com/TanStack/query/commit/329b5f8)) by Jimmy Callin #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.8 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.8 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.8 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.8 ### [`v5.59.6`](https://github.com/TanStack/query/releases/tag/v5.59.6) [Compare Source](https://github.com/TanStack/query/compare/v5.59.5...v5.59.6) Version 5.59.6 - 10/9/24, 2:34 PM #### Changes ##### Fix - perf: improve long running task performance in query core ([#&#8203;8107](https://github.com/TanStack/query/issues/8107)) ([`5499577`](https://github.com/TanStack/query/commit/5499577)) by David #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.6 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.6 ### [`v5.59.5`](https://github.com/TanStack/query/releases/tag/v5.59.5) [Compare Source](https://github.com/TanStack/query/compare/v5.59.4...v5.59.5) Version 5.59.5 - 10/9/24, 2:00 PM #### Changes ##### Fix - react-query: Allow optional initialData in infiniteQueryOptions ([#&#8203;8154](https://github.com/TanStack/query/issues/8154)) ([`8d03029`](https://github.com/TanStack/query/commit/8d03029)) by Sunghoon #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.5 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.5 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.5 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.5 ### [`v5.59.4`](https://github.com/TanStack/query/releases/tag/v5.59.4) [Compare Source](https://github.com/TanStack/query/compare/v5.59.3...v5.59.4) Version 5.59.4 - 10/9/24, 1:02 PM ##### Changes ##### Fix - core: do not inform QueriesObserver subscribers if combined result hasn"t changed ([#&#8203;8153](https://github.com/TanStack/query/issues/8153)) ([`cae2524`](https://github.com/TanStack/query/commit/cae2524)) by Dominik Dorfmeister - eslint-plugin-query: handle callable params within exaustive-deps rule ([#&#8203;8150](https://github.com/TanStack/query/issues/8150)) ([`eb2f9d3`](https://github.com/TanStack/query/commit/eb2f9d3)) by pawel-twardziak ##### Chore - eslint-plugin-query: `expect-expect` warning for `expectArrayEqualIgnoreOrder` ([#&#8203;8143](https://github.com/TanStack/query/issues/8143)) ([`85a525a`](https://github.com/TanStack/query/commit/85a525a)) by Sol Lee - `no-shadow` lint warning in `insertAtPositions()` ([#&#8203;8142](https://github.com/TanStack/query/issues/8142)) ([`78b086b`](https://github.com/TanStack/query/commit/78b086b)) by Sol Lee ##### Test - hydration test case for overwriting with promise ([`05ccd65`](https://github.com/TanStack/query/commit/05ccd65)) by Dominik Dorfmeister ##### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.4 ### [`v5.59.3`](https://github.com/TanStack/query/releases/tag/v5.59.3) [Compare Source](https://github.com/TanStack/query/compare/v5.59.0...v5.59.3) Version 5.59.3 - 10/9/24, 5:48 AM #### Changes ##### Fix - query-core: new cache entry check ([#&#8203;8151](https://github.com/TanStack/query/issues/8151)) ([`e419ab1`](https://github.com/TanStack/query/commit/e419ab1)) by jxom #### Packages - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.3 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.3 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.3 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.3 ### [`v5.59.0`](https://github.com/TanStack/query/releases/tag/v5.59.0) [Compare Source](https://github.com/TanStack/query/compare/v5.56.2...v5.59.0) Version 5.59.0 - 10/1/24, 3:45 PM #### Changes ##### Feat - add support for `React.use()` ([#&#8203;7988](https://github.com/TanStack/query/issues/7988)) ([`18953be`](https://github.com/TanStack/query/commit/18953be)) by [@&#8203;KATT](https://github.com/KATT) ##### Docs - react-query: Fix broken route on eslint-plugin-query.md ([#&#8203;8113](https://github.com/TanStack/query/issues/8113)) ([`55a6155`](https://github.com/TanStack/query/commit/55a6155)) by Gaurav Kumar - react-query: fix a typo in guides/ssr.md ([#&#8203;8086](https://github.com/TanStack/query/issues/8086)) ([`9227fd3`](https://github.com/TanStack/query/commit/9227fd3)) by Morteza - angular-query: add rxjs example ([#&#8203;8108](https://github.com/TanStack/query/issues/8108)) ([`68ca717`](https://github.com/TanStack/query/commit/68ca717)) by Arnoud ##### Other - ([`c12587a`](https://github.com/TanStack/query/commit/c12587a)) by [@&#8203;laurentlahmy](https://github.com/laurentlahmy) #### Packages - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDYuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
renovate changed title from Update dependency @tanstack/react-query to v5.59.0 to Update dependency @tanstack/react-query to v5.59.3 2024-10-09 06:41:55 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from 8d3aab27bf to 4c02da78e2 2024-10-09 06:41:57 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.3 to Update dependency @tanstack/react-query to v5.59.4 2024-10-09 13:41:35 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from 4c02da78e2 to 0497c2ad1e 2024-10-09 13:41:35 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.4 to Update dependency @tanstack/react-query to v5.59.6 2024-10-09 14:41:39 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from 0497c2ad1e to 92ed0e3c33 2024-10-09 14:41:40 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.6 to Update dependency @tanstack/react-query to v5.59.8 2024-10-09 19:41:39 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from 92ed0e3c33 to 8d693f0c44 2024-10-09 19:41:40 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.8 to Update dependency @tanstack/react-query to v5.59.9 2024-10-10 19:41:34 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from 8d693f0c44 to 8beac022dc 2024-10-10 19:41:36 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.9 to Update dependency @tanstack/react-query to v5.59.11 2024-10-11 18:41:30 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from 8beac022dc to e1e0e08463 2024-10-11 18:41:31 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.11 to Update dependency @tanstack/react-query to v5.59.12 2024-10-12 07:41:31 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from e1e0e08463 to dc0a668b87 2024-10-12 07:41:32 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.12 to Update dependency @tanstack/react-query to v5.59.13 2024-10-12 09:41:29 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from dc0a668b87 to df67899c9b 2024-10-12 09:41:30 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.13 to Update dependency @tanstack/react-query to v5.59.14 2024-10-15 07:41:24 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from df67899c9b to d5c8413b12 2024-10-15 07:41:25 +00:00 Compare
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from d5c8413b12 to 31dbcc3d38 2024-10-15 17:41:26 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.14 to Update dependency @tanstack/react-query to v5.59.15 2024-10-15 17:41:26 +00:00
renovate force-pushed renovate/tanstack-react-query-5.x-lockfile from 31dbcc3d38 to e80207563b 2024-10-23 13:41:38 +00:00 Compare
renovate changed title from Update dependency @tanstack/react-query to v5.59.15 to Update dependency @tanstack/react-query to v5.59.16 2024-10-23 13:41:38 +00:00
melissa merged commit a2538411e6 into develop 2024-10-25 15:46:38 +00:00
melissa deleted branch renovate/tanstack-react-query-5.x-lockfile 2024-10-25 15:46:38 +00:00
Sign in to join this conversation.
No description provided.