Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️: Update dependency @tanstack/react-query to v5 #1271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) ~4.36.0 -> ~5.62.0 age adoption passing confidence

Release Notes

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

v5.62.0

Compare Source

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat
  • types: Include optional TError on DataTag (#​8361) (0fa1f01) by Nick Lucas
Chore
  • angular-query: update example dev containers to node 22 (#​8370) (f245792) by Arnoud

Packages

v5.61.5

Compare Source

Version 5.61.5 - 11/27/24, 8:09 AM

Changes
Fix
  • types: Add types for QueryFilters which flow down to Query<> and QueryKey/DataTag types (#​8332) (422c879) by Nick Lucas
Ci
  • disable max report age in codecov (#​8354) (d28de3c) by Leonardo Montini
Packages

v5.61.4

Compare Source

Version 5.61.4 - 11/26/24, 1:39 PM

Changes

Fix
  • QueriesObserver: fix improper sorting in QueriesObserver"s #find… (#​8351) (3b7556f) by Jonathan Toung
Chore

Packages

v5.61.3

Compare Source

v5.61.0

Compare Source

Version 5.61.0 - 11/20/24, 1:01 PM

Changes

Feat
Fix
  • types: make sure queryOptions are passable to UseQueryOptions (#​8317) (3fa4b7c) by Dominik Dorfmeister
Docs
  • angular-query: update queryOptions documentation (#​8311) (6a9edbf) by Arnoud

Packages

v5.60.6

Compare Source

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor
Other

Packages

v5.60.5

Compare Source

Version 5.60.5 - 11/15/24, 6:06 PM

Changes

Fix
  • useQueries: make sure we don"t lose property tracking (#​8295) (4a2e838) by Dominik Dorfmeister
Docs

Packages

v5.60.4

Compare Source

Version 5.60.4 - 11/15/24, 3:43 PM

Changes

Refactor

Packages

v5.60.2

Compare Source

Version 5.60.2 - 11/14/24, 12:48 PM

Changes

Refactor
  • angular-query: build with tsup and remove devtools component (#​8284) (94891fd) by Arnoud
Chore
  • eslint-plugin-query: ignore combinate spell check lint warning (#​8266) (322974c) by Sol Lee
Test
Docs

Packages

v5.59.20

Compare Source

Version 5.59.20 - 11/6/24, 2:13 PM

Changes

Fix
  • don"t ship test files (848df62) by Dominik Dorfmeister
Test
Docs

Packages

v5.59.19

Compare Source

Version 5.59.19 - 11/3/24, 2:17 PM

Changes

Fix
  • query-devtools: handle null properties for __previousQueryOptions (#​8240) (9c93dc0) by Kae
Test
Docs
  • community-projects: Add Atomic CRM to the list of community projects (#​8229) (92defc6) by CarolineClr

Packages

v5.59.18

Compare Source

Version 5.59.18 - 11/3/24, 9:27 AM

Changes

Fix
  • useQuery: don"t retryOnMount when prefetchInRender is used (#​8247) (74f0d6a) by Dominik Dorfmeister

Packages

v5.59.17

Compare Source

Version 5.59.17 - 11/2/24, 5:45 PM

Changes
Fix
  • useQueries: warn on duplicate keys (#​8246) (c643635) by Dominik Dorfmeister
Chore
Test
  • react-query: better query-persist-client-core import (#​8212) (1865f0d) by Lachlan Collins
Docs
  • angular-query: add query options from a service example (#​8220) (c61ff1e) by Arnoud
Packages

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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
@github-actions github-actions bot added the build label Oct 23, 2023
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 9532814 to 720d50b Compare November 4, 2023 17:10
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 720d50b to 159daf1 Compare November 8, 2023 10:20
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from e6ca49e to 01fd46a Compare December 1, 2023 14:04
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 2336bd2 to 79a0dbc Compare December 15, 2023 15:33
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from aa68ada to f07e77e Compare December 31, 2023 12:53
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from f07e77e to fff46af Compare January 30, 2024 18:44
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from fff46af to 2159d54 Compare February 10, 2024 09:18
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 0cdc584 to 21ed7ae Compare February 19, 2024 13:05
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 21ed7ae to 8dc4519 Compare February 25, 2024 01:39
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 4c9e600 to 0a57047 Compare March 12, 2024 12:17
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 0a57047 to 831375b Compare March 13, 2024 14:46
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 831375b to 54f18b5 Compare April 5, 2024 19:43
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 99d0672 to b7d16c7 Compare April 23, 2024 07:50
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 1aa9489 to 00ea9da Compare May 6, 2024 07:08
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 887c0bd to 00b7608 Compare May 18, 2024 11:51
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 00b7608 to d9774fc Compare May 25, 2024 15:54
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from a4bfab1 to 79aeae3 Compare May 27, 2024 19:05
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from b877ec8 to 41733d2 Compare June 12, 2024 16:48
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from daaa23a to 108f1ee Compare June 29, 2024 06:50
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 04809de to 5d73bed Compare July 11, 2024 08:39
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 5d73bed to c9646c2 Compare August 20, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 6f53eb9 to 4745e3a Compare September 6, 2024 06:48
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 4745e3a to f7c6ca5 Compare September 12, 2024 10:51
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from f7c6ca5 to f52a30f Compare October 1, 2024 16:30
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from b303fe0 to 3097c4c Compare November 20, 2024 13:35
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 3097c4c to 6d686c7 Compare November 29, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants