Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

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

Release Notes

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

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

v5.85.4

Compare Source

v5.85.3

Compare Source

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

v5.85.0

Compare Source

Version 5.85.0 - 8/12/25, 12:41 PM

Changes

Feat
  • add solid devtools panel export to solid devtools (#​9551) (c63713f) by Alem Tuzlak
Chore
Test
  • react-query/useIsFetching: remove unnecessary "advanceTimersByTimeAsync", unify to "rendered", and add detailed "expect" for custom queryClient and state updates during rendering (#​9530) (77e53b0) by @​sukvvon
Docs
  • Add Firefox and Edge browser extension support to devtools docs (#​9548) (d25c0da) by Dmytro Borysov
Other

Packages

v5.84.2

Compare Source

Version 5.84.2 - 8/8/25, 2:00 PM

Changes

Fix
  • angular-query: align mutation options to most recent react-query types (#​9543) (cd6ea9a) by Arnoud
Test
  • react-query/mutationOptions: add tests for without "mutationKey" in "mutationOptions" and add "sleep" to "mutationFn" (#​9510) (34657e5) by @​sukvvon

Packages

v5.84.1

Compare Source

v5.84.0

Compare Source

Version 5.84.0 - 7/31/25, 7:52 PM

Changes
Feat
  • devtools: add setting to hide disabled queries (#​9500) (7b19d49) by JonLuca De Caro
Fix
  • react-query: HydrationBoundary has strictly typed state (#​9520) (e07812b) by clover caruso
Chore
  • angular-query: run publint and attw on tarball (#​9518) (250dbd9) by Arnoud
Docs
Packages

v5.83.1

Compare Source

Version 5.83.1 - 7/31/25, 12:42 PM

Changes

Refactor
Chore
Test
  • query-core/mutationCache: add "sleep" to callbacks and remove "await" from "executeMutation" using "advanceTimersByTimeAsync" (#​9506) (cc45977) by @​sukvvon
  • svelte-query/createQueries: simplify "queryFn" and add test for success when queries reslove at different times (#​9494) (e9d9080) by @​sukvvon
  • svelte-query/{QueryClientProvider,useIsFetching,useIsMutating}: simplify "queryFn" (#​9495) (52fdff2) by @​sukvvon
  • svelte-query/createQuery: simplify "queryFn" and replace "queryByText" with "getByText" (#​9490) (234f2f4) by @​sukvvon
  • svelte-query/createMutation: add "sleep" in "mutationFn" and replace "queryByText" with "getByText" (#​9491) (80242d6) by @​sukvvon
  • svelte-query/createInfiniteQuery: add "sleep", remove "Number" in "queryFn", and replace "queryByText" with "getByText" (#​9492) (c273ba4) by @​sukvvon
  • svelte-query/useMutationState: simplify "queryFn" and replace "queryByText" with "getByText" (#​9489) (880d183) by @​sukvvon
  • solid-query/useIsMutating: simplify "mutationFn" and add "expect" for "isMutating" state transitions (#​9486) (552fe4b) by @​sukvvon
  • react-query/useSuspenseQueries: simplify "queryFn" and add "expect" for "loading" text (#​9477) (6bc45b8) by @​sukvvon
  • solid-query/suspense: simplify "queryFn" and add "expect" for "loading" text (#​9479) (039d214) by @​sukvvon
  • solid-query/useInfiniteQuery: add "sleep", remove "Number" in "queryFn", and simplify it (#​9484) (bf9f9dc) by @​sukvvon
  • react-query/useIsFetching: simplify "queryFn" and add "expect" using "toBeInTheDocument (#​9478) (9041b41) by @​sukvvon
  • solid-query/useIsFetching: simplify "queryFn" and add "expect" for "isFetching" state transitions (#​9480) (c2e8330) by @​sukvvon
  • react-query/HydrationBoundary: use precise time in "advanceTimersByTimeAsync", add "expect" using "toBeInTheDocument", and simplify "queryFn" (#​9472) (9376835) by @​sukvvon
  • react-query/suspense: add "sleep" in "queryFn", and add "expect" for "loading" text (#​9468) (cb9ab1e) by @​sukvvon
  • react-query/ssr: simplify "queryFn" and add "sleep" for accurate testing (#​9471) (72c2a4c) by @​sukvvon
  • react-query/useSuspenseQuery: add "sleep" in "queryFn", simplify it, and add "expect" for "loading" text (#​9469) (db6281e) by @​sukvvon
  • react-query/useInfiniteQuery: remove "Number" in "queryFn", and simplify it (#​9470) (d7af654) by @​sukvvon
  • react-query/useSuspenseQueries: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9450) (ac5d858) by @​sukvvon
  • react-query/usePrefetchInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9447) (ff13c2e) by @​sukvvon
  • react-query/useInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9446) (efb14d6) by @​sukvvon
  • react-query/useSuspenseQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9455) (05c62a0) by @​sukvvon
  • react-query/QueryResetErrorBoundary: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9456) (e349d85) by @​sukvvon
  • react-query/usePrefetchQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9448) (63bc828) by @​sukvvon
  • react-query/useMutation: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9458) (e2ce12c) by @​sukvvon
  • react-query/useQueries: replace inline "Promise" delays with "sleep", and add "expect" using "toBeInTheDocument" (#​9466) (ed90d1a) by @​sukvvon
  • angular-query-experimental/providers: replace "runAllTimersAsync" with "advanceTimersByTimeAsync" (#​9436) (bf77ab7) by @​sukvvon
  • angular-query-experimental/inject-mutation-state: replace "runAllTimersAsync", "advanceTimersByTime" with "advanceTimersByTimeAsync" (#​9438) (2d71a22) by @​sukvvon
  • react-query/fine-grained-persister: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#​9441) (7c58392) by @​sukvvon
  • react-query/QueryClientProvider: add "expect" using "toBeInTheDocument" (#​9442) (958b0f0) by @​sukvvon
  • react-query/ssr: replace "advanceTimersByTimeAsync" with "sleep" in "queryFn", remove "await" from "fetchQuery" and related methods (#​9443) (bfcff0b) by @​sukvvon
  • react-query/suspense: change "queryFn" to return a "Promise", replace "advanceTimersByTime" with "advanceTimersByTimeAsync", and add "expect" (#​9444) (4daf694) by @​sukvvon
  • query-core/queryCache: remove redundant "advanceTimersByTimeAsync" (#​9433) (4d8bbbf) by Wonsuk Choi
  • angular-query-experimental/inject-query: use precise time in "advanceTimersByTimeAsync" (#​9435) (b4a847e) by @​sukvvon
  • angular-query-experimental/inject-mutation: use precise time in "advanceTimersByTimeAsync" (#​9434) (b67caee) by @​sukvvon
  • query-core/queryObserver: use precise time in "advanceTimersByTimeAsync" (#​9432) (343501c) by @​sukvvon
  • query-core/queriesObserver: use precise time in "advanceTimersByTimeAsync" (#​9429) (c65869e) by @​sukvvon
  • angular-query-experimental/inject-is-mutating: separate "injectionContext" from testing, and add more "expect" (#​9425) (9dcd588) by @​sukvvon
  • svelte-query/useIsMutating: replace incorrect usage of "fetching" with "mutating" (#​9424) (d7f1621) by @​sukvvon
  • query-core/infiniteQueryBehavior: remove "vi.waitFor", and add "advanceTimersByTimeAsync" in infinite loop on retry test (#​9426) (d5a4d35) by @​sukvvon
  • query-core/mutations: replace "runAllTimersAsync" with "advanceTimersByTimeAsync", and use precise time in "advanceTimersByTimeAsync" (#​9427) (357bafb) by @​sukvvon
  • svelte-query/createQuery: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9416) (f8a20ac) by @​sukvvon
  • svelte-query/useMutationState: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9420) (431784d) by @​sukvvon
  • angular-query-experimental/inject-infinite-query: use precise time in "advanceTimersByTimeAsync" (#​9422) (5a783b1) by @​sukvvon
  • vue-query/useQuery: switch to fake timers, and replace "sleep" with "advanceTimersByTimeAsync" (#​9421) (8e77701) by @​sukvvon
  • angular-query-experimental/inject-is-fetching: replace "advanceTimersByTime" with "advanceTimersByTimeAsync", and add "expect" "isFetching" to equal 0 (#​9423) (91bbf48) by @​sukvvon
  • svelte-query/useIsMutating: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9419) (77a358a) by @​sukvvon
  • svelte-query/useIsFetching: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9418) (5062c59) by @​sukvvon
  • svelte-query/QueryClientProvider: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9417) (f285dee) by @​sukvvon
  • svelte-query/createQueries: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9415) (a5c71cc) by @​sukvvon
  • svelte-query/createMutation: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9414) (c2ece73) by @​sukvvon
  • svelte-query/createInfiniteQuery: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#​9413](https://redirect.

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 changed the title chore(deps): update dependency @tanstack/react-query to v5.81.4 chore(deps): update dependency @tanstack/react-query to v5.81.5 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 69c1c56 to be8ba6e Compare July 9, 2025 19:51
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.81.5 chore(deps): update dependency @tanstack/react-query to v5.82.0 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from be8ba6e to a45b668 Compare July 11, 2025 18:59
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.82.0 chore(deps): update dependency @tanstack/react-query to v5.83.0 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from a45b668 to 5e2de70 Compare July 31, 2025 17:07
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.83.0 chore(deps): update dependency @tanstack/react-query to v5.83.1 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 5e2de70 to 5fb6cb7 Compare August 1, 2025 00:04
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.83.1 chore(deps): update dependency @tanstack/react-query to v5.84.0 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 5fb6cb7 to 8bc6b53 Compare August 1, 2025 12:46
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.84.0 chore(deps): update dependency @tanstack/react-query to v5.84.1 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8bc6b53 to 584ee6d Compare August 8, 2025 17:03
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.84.1 chore(deps): update dependency @tanstack/react-query to v5.84.2 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 584ee6d to 2a4b52e Compare August 12, 2025 18:10
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.84.2 chore(deps): update dependency @tanstack/react-query to v5.85.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 2a4b52e to 7025aa0 Compare August 14, 2025 10:09
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.85.0 chore(deps): update dependency @tanstack/react-query to v5.85.2 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7025aa0 to 543bde8 Compare August 14, 2025 13:33
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-query to v5.85.2 chore(deps): update dependency @tanstack/react-query to v5.85.3 Aug 14, 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
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