Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

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

Release Notes

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

v5.90.2

Compare Source

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

Compare Source

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

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 renovate label Aug 31, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ca1c48a to dfac5f9 Compare September 2, 2025 09:41
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.85.6 fix(deps): update dependency @tanstack/react-query to v5.85.8 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from dfac5f9 to 6d92e9a Compare September 2, 2025 12:44
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.85.8 fix(deps): update dependency @tanstack/react-query to v5.85.9 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 6d92e9a to 02513ba Compare September 4, 2025 14:48
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.85.9 fix(deps): update dependency @tanstack/react-query to v5.86.0 Sep 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.86.0 fix(deps): update dependency @tanstack/react-query to v5.87.0 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 244d92b to 56a68d9 Compare September 5, 2025 18:30
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.87.0 fix(deps): update dependency @tanstack/react-query to v5.87.1 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 56a68d9 to b4dad9b Compare September 10, 2025 16:54
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.87.1 fix(deps): update dependency @tanstack/react-query to v5.87.4 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from fa3923b to c9efdbf Compare September 16, 2025 16:26
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.87.4 fix(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 c9efdbf to 3e32db6 Compare September 22, 2025 08:37
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.89.0 fix(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 3e32db6 to 77b5f63 Compare September 23, 2025 08:55
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.90.1 fix(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 77b5f63 to bbd5b76 Compare September 25, 2025 16:40
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.90.2 chore(deps): update dependency @tanstack/react-query to v5.90.2 Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants