Skip to content

fix(deps): update dependency @tanstack/react-query to v5 #10096

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

This PR contains the following updates:

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

Release Notes

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

v5.79.0

Compare Source

Version 5.79.0 - 5/29/25, 9:42 AM

Changes
Feat
Chore
  • update to eslint-plugin-react-hooks v6 (#​9071) (34eedd6) by Dominik Dorfmeister
  • angular-query: update to angular 20 stable (#​9209) (9e30aaf) by Arnoud
Packages

v5.77.2

Compare Source

Version 5.77.2 - 5/26/25, 12:08 PM

Changes
Refactor
Packages

v5.77.1

Compare Source

Version 5.77.1 - 5/25/25, 9:15 PM

Changes

Fix
  • core: do not hydrate promises if existing query is already fetching (d4b7818) by Fredrik Höglund
Docs

Packages

v5.77.0

Compare Source

Version 5.77.0 - 5/24/25, 7:23 AM

Changes
Feat
Chore
  • ✂️: remove ts-node to make knip happy (719db35) by TkDodo
  • remove baseUrl from tsConfig, as it"s deprecated (#​9178) (1b9837f) by Dominik Dorfmeister
Test
Ci
  • apply automated fixes (attempt 2/3) (7b0aaab) by autofix-ci[bot]
  • apply automated fixes (20c36c8) by autofix-ci[bot]
Docs
  • fix links (afc6302) by Tanner Linsley
Packages

v5.76.2

Compare Source

Version 5.76.2 - 5/22/25, 3:40 PM

Changes

Fix
  • core: fix promise hydration bugs (#​9157) (9f5fba3) by Fredrik Höglund
Chore
  • disable the ESLint rule that removes Context.Provider (#​9162) (065b5f4) by 차승하
  • angular-query: update to angular 20 RC (#​9153) (8b4e0bd) by Arnoud
Test
  • query-core: add test case for queryObserver (#​9146) (2be8cca) by MINSEONG KIM
Docs

Packages

v5.76.1

Compare Source

Version 5.76.1 - 5/13/25, 10:04 PM

Changes
Fix
  • experimental_createQueryPersister: return more utilities, rename persister (#​8062) (65ef198) by Damian Osipiuk
Packages

v5.76.0

Compare Source

Version 5.76.0 - 5/12/25, 9:07 AM

Changes

Feat
  • devtools: 🏝️ TanStack Query DevTools for Expo/React Native! 🚀 (#​8846) (696fd44) by Austin Johnson
Test
  • query-core: add test case for InfiniteQueryObserver (#​9141) (c89c6a0) by MINSEONG KIM
  • react-query: initiate queryClient in beforeEach (#​9142) (6a52926) by Lachlan Collins

Packages

v5.75.7

Compare Source

v5.75.6

Compare Source

v5.75.5

Compare Source

Version 5.75.5 - 5/7/25, 7:29 AM

Changes

Fix
  • react-query: fix to show type error on wrong type annotation in useQuery (#​8683) (373546b) by Seyeong Jeon
Test
  • query-core: add test case for infiniteQueryBehavior (#​9101) (732089e) by MINSEONG KIM
Ci
Docs

Packages

v5.75.4

Compare Source

Version 5.75.4 - 5/6/25, 7:29 AM

Changes

Fix
  • types: useSuspenseQuery should type-narrow the Error field (#​9105) (5c7927d) by Dominik Dorfmeister

Packages

v5.75.2

Compare Source

v5.75.1

Compare Source

Version 5.75.1 - 5/2/25, 11:19 AM

Changes
Fix
Test
Packages

v5.75.0

Compare Source

Version 5.75.0 - 5/1/25, 1:29 PM

Changes
Feat
  • query-core: refetchMode “replace” for streamedQuery (#​9092) (ff0131b) by Dominik Dorfmeister
Chore
  • remove unused common type (#​8989) (a9fe406) by novice0840
  • deps: update dependency vite to v6.2.7 [security] (#​9090) (7d25373) by renovate[bot]
Packages

v5.74.11

Compare Source

Version 5.74.11 - 4/29/25, 5:52 PM

Changes

Fix
  • angular-query: fix injectInfiniteQuery to narrow type after isSuccess (#​9016) (aa60c07) by Yoomin Kang
Test

Packages

v5.74.9

Compare Source

v5.74.8

Compare Source

Version 5.74.8 - 4/29/25, 8:04 AM

Changes

Fix
  • vue-query: fix initialData Type Inference Bug in useQuery (#​9077) (66151ca) by 차승하
Test

Packages

v5.74.7

Compare Source

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix
  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#​9073) (e45dea8) by Sol Lee
Chore
Test
Docs
  • fix broken links in docs (#​9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

v5.74.4

Compare Source

v5.74.3

Compare Source

Version 5.74.3 - 4/14/25, 12:55 PM

Changes

Fix
  • types: Remove predicate typing for query filters (#​8958) (f580d4d) by Nick Lucas

Packages

v5.74.2

Compare Source

Version 5.74.2 - 4/14/25, 10:54 AM

Changes

Fix
  • query-core: unpause restored mutations (#​9015) (02c3d51) by Raphael Gimenez
Test
  • query-core: add test case for hydration (#​8949) (727230f) by MINSEONG KIM

Packages

v5.74.0

Compare Source

Version 5.74.0 - 4/13/25, 5:48 PM

Changes
Feat
  • angular-query: add angular-persist-query-client (967c231) by Omer Gronich
Test
  • query-core: add test case for mutationObserver (#​8975) (3471d0f) by MINSEONG KIM
  • query-core: use fakeTimers for onlineManager.test.tsx (#​8980) (ec12377) by MINSEONG KIM
  • query-core: use fakeTimers for infiniteQueryBehavi

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.

Copy link

changeset-bot bot commented Aug 19, 2024

⚠️ No Changeset found

Latest commit: 41cd438

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Aug 19, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/cli 5.0.6-alpha-20250506081006-1c35a1c8c877e39fd279caa47be6e77bf583aa10 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.6.1-alpha-20250506081006-1c35a1c8c877e39fd279caa47be6e77bf583aa10 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.5.1-alpha-20250506081006-1c35a1c8c877e39fd279caa47be6e77bf583aa10 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.8.1-alpha-20250506081006-1c35a1c8c877e39fd279caa47be6e77bf583aa10 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.17-alpha-20250506081006-1c35a1c8c877e39fd279caa47be6e77bf583aa10 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Aug 19, 2024

💻 Website Preview

The latest changes are available as preview in: https://pr-10096.graphql-code-generator.pages.dev

@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from fdd39f0 to be62b48 Compare August 22, 2024 18:50
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 5 times, most recently from 28690d5 to 31ccda9 Compare September 2, 2024 16:38
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from 3014f9d to 836b463 Compare September 9, 2024 06:48
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from baf025e to d95c6fd Compare September 12, 2024 20:28
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from d95c6fd to a4680dd Compare October 1, 2024 16:09
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 9 times, most recently from 7fede1f to 0a7441c Compare October 15, 2024 18:33
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 2466e14 to 920a777 Compare April 29, 2025 20:13
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 920a777 to 95f70f8 Compare May 1, 2025 14:02
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from cfd1a06 to 67bae0e Compare May 4, 2025 10:00
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 67bae0e to 1c35a1c Compare May 6, 2025 08:06
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 1c35a1c to f43434b Compare May 7, 2025 14:01
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from f43434b to 27da508 Compare May 9, 2025 11:16
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 27da508 to 6c71e0f Compare May 9, 2025 18:21
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 6c71e0f to 714530f Compare May 12, 2025 12:51
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 714530f to c73c460 Compare May 13, 2025 23:01
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from c73c460 to aa81f55 Compare May 22, 2025 16:11
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from aa81f55 to 43660e4 Compare May 25, 2025 03:35
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 43660e4 to eaf1094 Compare May 25, 2025 22:57
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from eaf1094 to cb78724 Compare May 26, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants