Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-query (source) 5.76.1 -> 5.90.12 age confidence

Release Notes

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

v5.90.12

Compare Source

Patch Changes

v5.90.11

Compare Source

Patch Changes

v5.90.10

Compare Source

Patch Changes

v5.90.9

Compare Source

Patch Changes

v5.90.8

Compare Source

Patch Changes

v5.90.7

Compare Source

Patch Changes

v5.90.6

Compare Source

Patch Changes

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes

v5.90.3

Compare Source

Patch Changes

v5.90.2

Version 5.90.2 - 9/23/25, 7:37 AM

Changes
Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister
Packages

v5.90.1

Version 5.90.1 - 9/22/25, 6:41 AM

Changes

Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs

Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore

Packages

v5.87.4

Compare Source

Version 5.87.4 - 9/10/25, 2:09 PM

Changes
Fix
  • query-core: infinite re-renders in useQueries (#​9639) (19445a0) by Minha Kang
Test
  • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#​9630) (ccedf33) by @​sukvvon
Packages

v5.87.1

Compare Source

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix
  • query-core: update initialData when an observer mounts while a Query without data exists (#​9620) (1c8a921) by Dominik Dorfmeister

Packages

v5.87.0

Compare Source

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat
Docs
  • angular-query: update Angular Zoneless doc (#​9616) (2283633) by Arnoud

Packages

v5.86.0

Compare Source

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#​9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore
  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#​9547) (7306474) by @​sukvvon
Test
Other
Packages

v5.85.9

Compare Source

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix
  • query-core: ensure combine re-executes after cache restoration with memoized combine (#​9592) (564a4f6) by Kim YoungHoon
Test
  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#​9605) (5221029) by @​sukvvon

Packages

v5.85.8

Compare Source

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor
  • react-query: replace magic number with named constant in suspense timers (#​9607) (ef0c16e) by Minha Kang
Ci
  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

Compare Source

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor
Docs

Packages

v5.85.6

Compare Source

Version 5.85.6 - 8/30/25, 12:21 PM

Changes
Fix
  • core: make sure queries revert synchronously (#​9601) (379670d) by Dominik Dorfmeister
Chore
Test
Docs
Packages

v5.85.5

Compare Source

Version 5.85.5 - 8/19/25, 9:41 AM

Changes
Fix
  • core: only reject when promise gets used (#​9576) (abab082) by Dominik Dorfmeister
Packages

v5.85.4

Compare Source

Version 5.85.4 - 8/19/25, 9:10 AM

Changes
Fix
  • core: never revert to undefined data (#​9577) (e4f5ce8) by Dominik Dorfmeister
Docs
  • react-query: recommend defaultError = unknown instead of AxiosError (#​9575) (2989e69) by Lee
  • update community resources (f1e608b) by TkDodo
Packages

v5.85.3

Compare Source

Version 5.85.3 - 8/14/25, 1:05 PM

Changes
Fix
  • query-core: race condition in StrictMode (#​9565) (51aad7d) by Dominik Dorfmeister
Test
  • core: tests for StrictMode behaviour (de3626a) by TkDodo
Packages

v5.85.2

Compare Source

Version 5.85.2 - 8/14/25, 8:51 AM

Changes
Fix
  • query-core: query cancellation and reverting (#​9293) (0991576) by Dominik Dorfmeister
Packages

v5.85.1

Compare Source

Version 5.85.1 - 8/14/25, 7:57 AM

Changes
Fix
  • query-core: have revertState capture manual updates (#​9558) (4806dfa) by Dominik Dorfmeister
Chore
  • update bundle-size badges to react 19.1.1 (9ae770b) by TkDodo
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 force-pushed the renovate/tanstack-query-monorepo branch from 63bb7c3 to 926bceb Compare March 29, 2025 20:17
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.70.0 chore(deps): update dependency @tanstack/react-query to v5.71.0 Mar 30, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 926bceb to 743768a Compare March 30, 2025 13:53
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.71.0 chore(deps): update dependency @tanstack/react-query to v5.71.1 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from b2f50ca to bf92c51 Compare April 2, 2025 12:34
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.71.1 chore(deps): update dependency @tanstack/react-query to v5.71.3 Apr 2, 2025
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.71.3 chore(deps): update dependency @tanstack/react-query to v5.71.5 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 8721f8b to 936c5ad Compare April 4, 2025 14:48
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.71.5 chore(deps): update dependency @tanstack/react-query to v5.71.10 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 936c5ad to f62efc1 Compare April 7, 2025 10:41
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.71.10 chore(deps): update dependency @tanstack/react-query to v5.72.0 Apr 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.72.0 chore(deps): update dependency @tanstack/react-query to v5.72.1 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 13ded4b to 3eb4d70 Compare April 9, 2025 16:55
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.72.1 chore(deps): update dependency @tanstack/react-query to v5.72.2 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 3eb4d70 to f90e4c3 Compare April 12, 2025 15:10
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.72.2 chore(deps): update dependency @tanstack/react-query to v5.73.3 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from f90e4c3 to 8850bf9 Compare April 13, 2025 18:12
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.73.3 chore(deps): update dependency @tanstack/react-query to v5.74.0 Apr 13, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8850bf9 to 690463a Compare April 14, 2025 11:42
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.74.0 chore(deps): update dependency @tanstack/react-query to v5.74.2 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 690463a to 2e60ba6 Compare April 14, 2025 15:52
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.74.2 chore(deps): update dependency @tanstack/react-query to v5.74.3 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 2e60ba6 to 756eb01 Compare April 17, 2025 10:06
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.74.3 chore(deps): update dependency @tanstack/react-query to v5.74.4 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 6db8096 to 7865b5c Compare April 27, 2025 15:22
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.74.4 chore(deps): update dependency @tanstack/react-query to v5.74.7 Apr 27, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 543bde8 to d8ecfeb Compare August 19, 2025 14:10
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.85.3 chore(deps): update dependency @tanstack/react-query to v5.85.5 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d8ecfeb to e6923da Compare August 31, 2025 11:00
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.85.5 chore(deps): update dependency @tanstack/react-query to v5.85.6 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from e6923da to 8adc775 Compare September 6, 2025 15:48
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.85.6 chore(deps): update dependency @tanstack/react-query to v5.87.1 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8adc775 to 0b01064 Compare September 10, 2025 16:40
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.87.1 chore(deps): update dependency @tanstack/react-query to v5.87.4 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 0b01064 to 29cc269 Compare September 16, 2025 14:34
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.87.4 chore(deps): update dependency @tanstack/react-query to v5.89.0 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 29cc269 to 55f810c Compare September 22, 2025 10:40
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.89.0 chore(deps): update dependency @tanstack/react-query to v5.90.1 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 55f810c to 152a7fd Compare September 23, 2025 10:49
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.1 chore(deps): update dependency @tanstack/react-query to v5.90.2 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 152a7fd to 35d9bb2 Compare October 13, 2025 21:32
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.2 chore(deps): update dependency @tanstack/react-query to v5.90.3 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 35d9bb2 to 7c02b7e Compare October 16, 2025 22:06
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.3 chore(deps): update dependency @tanstack/react-query to v5.90.5 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7c02b7e to aebf1b5 Compare November 1, 2025 18:50
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.5 chore(deps): update dependency @tanstack/react-query to v5.90.6 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from aebf1b5 to 253edbd Compare November 5, 2025 18:57
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.6 chore(deps): update dependency @tanstack/react-query to v5.90.7 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from f1f9b48 to 18e86ef Compare November 16, 2025 23:52
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.7 chore(deps): update dependency @tanstack/react-query to v5.90.10 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 18e86ef to 05f671c Compare November 25, 2025 18:43
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.10 chore(deps): update dependency @tanstack/react-query to v5.90.11 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 05f671c to ab12cce Compare December 4, 2025 13:47
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.11 chore(deps): update dependency @tanstack/react-query to v5.90.12 Dec 4, 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.

1 participant