Skip to content

chore(deps): update tanstack-query monorepo to v5.101.0#12

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query-monorepo
Open

chore(deps): update tanstack-query monorepo to v5.101.0#12
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

ℹ️ 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.83.05.101.0 age confidence

Release Notes

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

v5.101.0

Compare Source

Patch Changes

v5.100.14

Compare Source

Patch Changes

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes

v5.100.10

Patch Changes

v5.100.9

Compare Source

Patch Changes

v5.100.8

Compare Source

Patch Changes

v5.100.7

Compare Source

Patch Changes

v5.100.6

Compare Source

Patch Changes

v5.100.5

Compare Source

Patch Changes

v5.100.4

Compare Source

Patch Changes

v5.100.3

Compare Source

Patch Changes

v5.100.2

Patch Changes

v5.100.1

Patch Changes

v5.100.0

Compare Source

Patch Changes

v5.99.2

Compare Source

Patch Changes

v5.99.1

Compare Source

Patch Changes

v5.99.0

Compare Source

Patch Changes

v5.98.0

Compare Source

Patch Changes

v5.97.0

Compare Source

Patch Changes

v5.96.2

Compare Source

Patch Changes

v5.96.1

Compare Source

Patch Changes

v5.96.0

Compare Source

Patch Changes

v5.95.2

Compare Source

Patch Changes

v5.95.1

Compare Source

Patch Changes

v5.95.0

Compare Source

Patch Changes

v5.94.5

Compare Source

Patch Changes

v5.94.4

Compare Source

Patch Changes

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes

v5.90.21

Compare Source

Patch Changes
  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#​10082)

v5.90.20

Compare Source

Patch Changes

v5.90.19

Compare Source

Patch Changes

v5.90.18

Compare Source

Patch Changes

v5.90.17

Compare Source

Patch Changes

v5.90.16

Compare Source

Patch Changes

v5.90.15

Compare Source

Patch Changes

v5.90.14

Patch Changes

v5.90.13

Patch Changes

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

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
  • deps: update marocchino/sticky-pull-request-comment digest to 9c40848 (#​9473) ([`7c

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@coderabbitai

coderabbitai Bot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 927ac1e to c5d81ff Compare January 24, 2026 11:58
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.19 chore(deps): update dependency @tanstack/react-query to v5.90.20 Jan 24, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from c5d81ff to 91f90f4 Compare February 12, 2026 07:54
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.20 chore(deps): update dependency @tanstack/react-query to v5.90.21 Feb 12, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 5b805d8 to 0346c1a Compare February 17, 2026 18:27
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from a2ab54d to 3568701 Compare March 14, 2026 16:18
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 3568701 to c5aaacc Compare March 31, 2026 17:15
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.90.21 chore(deps): update dependency @tanstack/react-query to v5.96.0 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from c5aaacc to 3f77756 Compare April 15, 2026 18:37
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.96.0 chore(deps): update dependency @tanstack/react-query to v5.99.0 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 3f77756 to c83f072 Compare April 19, 2026 04:14
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.99.0 chore(deps): update dependency @tanstack/react-query to v5.99.1 Apr 19, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from c83f072 to 2fe1c97 Compare April 30, 2026 01:12
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.99.1 chore(deps): update dependency @tanstack/react-query to v5.100.6 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 2fe1c97 to a3798c4 Compare May 2, 2026 03:58
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.100.6 chore(deps): update dependency @tanstack/react-query to v5.100.7 May 2, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from a3798c4 to 0cd5d60 Compare May 3, 2026 15:46
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.100.7 chore(deps): update dependency @tanstack/react-query to v5.100.9 May 3, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 0cd5d60 to 8e76d00 Compare May 12, 2026 00:12
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.100.9 chore(deps): update dependency @tanstack/react-query to v5.100.10 May 12, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 8e76d00 to 0571283 Compare May 21, 2026 23:42
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.100.10 chore(deps): update dependency @tanstack/react-query to v5.100.11 May 21, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 0571283 to dccc661 Compare May 23, 2026 15:44
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.100.11 chore(deps): update dependency @tanstack/react-query to v5.100.13 May 23, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from dccc661 to c6ab0ed Compare May 24, 2026 07:07
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.100.13 chore(deps): update dependency @tanstack/react-query to v5.100.14 May 24, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from c6ab0ed to e8b9c33 Compare May 30, 2026 16:03
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from e8b9c33 to 92e45d1 Compare June 5, 2026 00:16
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-query to v5.100.14 chore(deps): update tanstack-query monorepo to v5.101.0 Jun 5, 2026
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