Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

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

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-query (source) 4.36.1 -> 5.90.12 age confidence
@tanstack/react-query-devtools (source) 4.36.1 -> 5.91.1 age confidence
@vitejs/plugin-react (source) ^4.4.1 -> ^5.1.2 age confidence
eslint-plugin-react-hooks (source) 4.6.2 -> 7.0.1 age confidence
react (source) 18.3.1 -> 19.2.3 age confidence
react-dom (source) 18.3.1 -> 19.2.3 age confidence
react-router-dom (source) 6.30.0 -> 7.11.0 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

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 0fe2b2d to e95b5bb Compare October 17, 2023 14:42
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from e95b5bb to 4e1f864 Compare October 17, 2023 15:01
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 4e1f864 to 489e878 Compare October 17, 2023 15:01
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 489e878 to 67a2196 Compare October 18, 2023 09:43
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 67a2196 to e7742b6 Compare October 18, 2023 10:04
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from e7742b6 to 0c61104 Compare October 18, 2023 10:29
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 0c61104 to 2a6ff35 Compare October 18, 2023 10:36
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 2a6ff35 to 1fdd3d8 Compare October 18, 2023 15:32
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 1fdd3d8 to 417e515 Compare October 18, 2023 15:32
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 417e515 to ef25d2f Compare October 18, 2023 21:08
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from ef25d2f to 6bb72da Compare October 18, 2023 21:08
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 6bb72da to ebd5027 Compare October 19, 2023 07:58
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from ebd5027 to 8270de2 Compare October 19, 2023 07:58
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 8270de2 to 477c1ec Compare October 19, 2023 08:14
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 477c1ec to 375b652 Compare October 19, 2023 08:15
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 375b652 to 04d9ee7 Compare October 20, 2023 07:42
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 04d9ee7 to d8bfd7d Compare October 20, 2023 07:44
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from d8bfd7d to b7379c1 Compare October 20, 2023 08:47
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from b7379c1 to e5fa12f Compare October 20, 2023 08:51
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from e5fa12f to 47f05f1 Compare October 20, 2023 08:59
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 47f05f1 to 357f801 Compare October 20, 2023 09:06
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 357f801 to 5da10f8 Compare October 20, 2023 11:49
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 5da10f8 to 648587c Compare October 20, 2023 11:49
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 648587c to 7a653b3 Compare October 20, 2023 16:09
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 7a653b3 to 598e3d6 Compare October 20, 2023 16:09
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 598e3d6 to 6db08dc Compare October 23, 2023 01:53
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 6db08dc to 103f6ee Compare October 23, 2023 01:53
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 103f6ee to 74a4894 Compare October 23, 2023 13:31
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 74a4894 to de397df Compare October 23, 2023 13:35
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from de397df to b3d4720 Compare October 23, 2023 13:46
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch 12 times, most recently from cb1a1f2 to 0b7edb2 Compare December 8, 2025 11:56
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch 8 times, most recently from cb7c6ef to ab549f2 Compare December 16, 2025 08:56
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch 8 times, most recently from d9ddbc1 to 8011a36 Compare December 22, 2025 08:11
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 8011a36 to 64ea569 Compare December 22, 2025 22:57
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