Skip to content

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

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: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

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

Release Notes

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

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


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 May 1, 2025

⚠️ No Changeset found

Latest commit: 11323c3

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

@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d1ba9e1 to 37b017c Compare May 2, 2025 14:07
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.0 fix(deps): update dependency @tanstack/react-query to v5.75.1 May 2, 2025
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.1 fix(deps): update dependency @tanstack/react-query to v5.75.2 May 4, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 38ea12c to f382455 Compare May 6, 2025 07:49
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.2 fix(deps): update dependency @tanstack/react-query to v5.75.4 May 6, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from f382455 to a5605be Compare May 7, 2025 12:57
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.4 fix(deps): update dependency @tanstack/react-query to v5.75.5 May 7, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from a5605be to 9167855 Compare May 9, 2025 12:21
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.5 fix(deps): update dependency @tanstack/react-query to v5.75.6 May 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.6 fix(deps): update dependency @tanstack/react-query to v5.75.7 May 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.7 fix(deps): update dependency @tanstack/react-query to v5.76.0 May 12, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 9167855 to 5fd9f76 Compare May 13, 2025 23:28
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.76.0 fix(deps): update dependency @tanstack/react-query to v5.76.1 May 13, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 5fd9f76 to 9d62266 Compare May 19, 2025 17:13
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.76.1 fix(deps): update dependency @tanstack/react-query to v5.76.2 May 22, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 9d62266 to 11323c3 Compare May 24, 2025 11:12
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.76.2 fix(deps): update dependency @tanstack/react-query to v5.77.0 May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants