Skip to content

Update react dependencies (major)#953

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-react-dependencies
Open

Update react dependencies (major)#953
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-react-dependencies

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.15.90.21 age confidence
@tanstack/react-query-devtools (source) 4.36.15.91.3 age confidence
@vitejs/plugin-react (source) ^4.4.1^5.1.4 age confidence
eslint-plugin-react-hooks (source) 4.6.27.0.1 age confidence
react (source) 18.3.119.2.4 age confidence
react-dom (source) 18.3.119.2.4 age confidence

Release Notes

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

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

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 from a9c9fe1 to 368ad1a Compare October 30, 2023 15:56
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 368ad1a to 2ceddcb Compare October 30, 2023 16:08
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 2ceddcb to 85b4274 Compare October 30, 2023 16:20
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 85b4274 to 90ededb Compare October 30, 2023 16:25
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 90ededb to ef34f09 Compare October 30, 2023 16:33
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from ef34f09 to b9f2ea9 Compare October 30, 2023 16:38
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from b9f2ea9 to 5e10ddb Compare October 30, 2023 16:49
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 5e10ddb to 2e66e4a Compare October 30, 2023 16:54
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 2e66e4a to 48ee4c4 Compare October 30, 2023 17:00
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 48ee4c4 to c0b3cdb Compare October 30, 2023 17:04
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from c0b3cdb to 00cc210 Compare October 30, 2023 17:21
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 00cc210 to 37fe687 Compare October 30, 2023 17:26
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 37fe687 to ad18b22 Compare October 30, 2023 17:52
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from ad18b22 to 3c88ea5 Compare October 30, 2023 17:55
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 3c88ea5 to 0f0d97f Compare October 30, 2023 17:58
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 0f0d97f to f8f5677 Compare October 30, 2023 18:00
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from f8f5677 to f47d528 Compare October 31, 2023 08:13
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from f47d528 to e6b3e1f Compare October 31, 2023 08:19
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from e6b3e1f to dd2a5b6 Compare October 31, 2023 08:25
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from dd2a5b6 to 487e0aa Compare October 31, 2023 08:29
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 487e0aa to 5232e17 Compare October 31, 2023 13:51
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 5232e17 to 78218ef Compare October 31, 2023 13:56
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 78218ef to c86aeaa Compare October 31, 2023 22:06
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from c86aeaa to 8a198ba Compare October 31, 2023 22:10
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 8a198ba to 972eb42 Compare November 1, 2023 22:01
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 972eb42 to 101dcda Compare November 1, 2023 22:05
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 101dcda to 6a0d09a Compare November 2, 2023 10:10
@github-actions github-actions bot force-pushed the renovate/major-react-dependencies branch from 6a0d09a to 5cc0b9d Compare November 2, 2023 10:21
@renovate renovate bot force-pushed the renovate/major-react-dependencies branch from 5cc0b9d to 6d0e451 Compare November 2, 2023 10:41
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