Skip to content

fix(deps): update dependency @tanstack/react-query to ^5.100.14#101

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

fix(deps): update dependency @tanstack/react-query to ^5.100.14#101
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 21, 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.80.10^5.100.14 age confidence

Release Notes

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

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
Test

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 is behind base branch, 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 branch from 10b82e2 to ebcbfa6 Compare June 21, 2025 20:34
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.81.0 fix(deps): update dependency @tanstack/react-query to ^5.81.1 Jun 21, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from ebcbfa6 to a246eaa Compare June 22, 2025 01:25
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.81.1 fix(deps): update dependency @tanstack/react-query to ^5.81.2 Jun 22, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch 2 times, most recently from 41fc244 to ee31092 Compare June 27, 2025 17:24
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.81.2 fix(deps): update dependency @tanstack/react-query to ^5.81.4 Jun 27, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from ee31092 to 18a24ba Compare June 27, 2025 21:46
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.81.4 fix(deps): update dependency @tanstack/react-query to ^5.81.5 Jun 27, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 18a24ba to df55c50 Compare July 9, 2025 17:04
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.81.5 fix(deps): update dependency @tanstack/react-query to ^5.82.0 Jul 9, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from df55c50 to de9a0b5 Compare July 11, 2025 18:06
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.82.0 fix(deps): update dependency @tanstack/react-query to ^5.83.0 Jul 11, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch 3 times, most recently from a3c7051 to 77dfa4e Compare July 16, 2025 12:21
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 77dfa4e to 63711c2 Compare July 31, 2025 16:52
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.83.0 fix(deps): update dependency @tanstack/react-query to ^5.83.1 Jul 31, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 63711c2 to 00d99b7 Compare August 1, 2025 00:47
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.83.1 fix(deps): update dependency @tanstack/react-query to ^5.84.0 Aug 1, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 00d99b7 to 22022c5 Compare August 1, 2025 16:09
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.84.0 fix(deps): update dependency @tanstack/react-query to ^5.84.1 Aug 1, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 22022c5 to 5d4328c Compare August 8, 2025 17:06
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.84.1 fix(deps): update dependency @tanstack/react-query to ^5.84.2 Aug 8, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 5d4328c to e347390 Compare August 12, 2025 13:50
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.84.2 fix(deps): update dependency @tanstack/react-query to ^5.85.0 Aug 12, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from e347390 to 071d54c Compare August 14, 2025 09:52
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.85.0 fix(deps): update dependency @tanstack/react-query to ^5.85.2 Aug 14, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 071d54c to f2693fc Compare August 14, 2025 14:30
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 40e8b9c to 78fa000 Compare September 22, 2025 10:46
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.89.0 fix(deps): update dependency @tanstack/react-query to ^5.90.1 Sep 22, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 78fa000 to 8280ba2 Compare September 23, 2025 10:13
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.1 fix(deps): update dependency @tanstack/react-query to ^5.90.2 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 8280ba2 to b90644e Compare September 25, 2025 16:46
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from b90644e to e6725f3 Compare October 13, 2025 20:32
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.2 fix(deps): update dependency @tanstack/react-query to ^5.90.3 Oct 13, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from e6725f3 to 97769de Compare October 16, 2025 14:50
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.3 fix(deps): update dependency @tanstack/react-query to ^5.90.4 Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 97769de to da24315 Compare October 16, 2025 22:04
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.4 fix(deps): update dependency @tanstack/react-query to ^5.90.5 Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from da24315 to 72b5fc8 Compare November 1, 2025 16:45
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.5 fix(deps): update dependency @tanstack/react-query to ^5.90.6 Nov 1, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 72b5fc8 to c6c0584 Compare November 5, 2025 18:27
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.6 fix(deps): update dependency @tanstack/react-query to ^5.90.7 Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from c6c0584 to 8c6a3e0 Compare November 12, 2025 20:35
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.7 fix(deps): update dependency @tanstack/react-query to ^5.90.8 Nov 12, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 8c6a3e0 to 7d282fb Compare November 14, 2025 12:15
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.8 fix(deps): update dependency @tanstack/react-query to ^5.90.9 Nov 14, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 7d282fb to f8fee32 Compare November 16, 2025 20:41
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.9 fix(deps): update dependency @tanstack/react-query to ^5.90.10 Nov 16, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from f8fee32 to 7f4aa62 Compare November 25, 2025 18:09
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.10 fix(deps): update dependency @tanstack/react-query to ^5.90.11 Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 7f4aa62 to 5284669 Compare December 4, 2025 14:02
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.11 fix(deps): update dependency @tanstack/react-query to ^5.90.12 Dec 4, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 5284669 to 4846f8c Compare December 28, 2025 09:32
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.12 fix(deps): update dependency @tanstack/react-query to ^5.90.13 Dec 28, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query branch from 4846f8c to 73ba5b8 Compare December 28, 2025 18:10
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.90.13 fix(deps): update dependency @tanstack/react-query to ^5.90.14 Dec 28, 2025
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