Skip to content

fix(deps): update dependency @tanstack/react-query to v5#10096

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-tanstack-query-monorepo
Open

fix(deps): update dependency @tanstack/react-query to v5#10096
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-tanstack-query-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

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

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

@changeset-bot
Copy link

changeset-bot bot commented Aug 19, 2024

⚠️ No Changeset found

Latest commit: f919a72

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Aug 19, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/visitor-plugin-common 6.2.2-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 5.0.7-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 5.1.2-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 5.0.7-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 5.1.5-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 6.1.5-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 5.0.7-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 5.2.2-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 5.1.2-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎
@graphql-codegen/testing 4.0.1-alpha-20251213073754-fb1275972a34a70cca32d36c1f0ea7928e31c6ea npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Aug 19, 2024

💻 Website Preview

The latest changes are available as preview in: https://pr-10096.graphql-code-generator.pages.dev

@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from fdd39f0 to be62b48 Compare August 22, 2024 18:50
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 5 times, most recently from 28690d5 to 31ccda9 Compare September 2, 2024 16:38
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from 3014f9d to 836b463 Compare September 9, 2024 06:48
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from baf025e to d95c6fd Compare September 12, 2024 20:28
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from d95c6fd to a4680dd Compare October 1, 2024 16:09
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 9 times, most recently from 7fede1f to 0a7441c Compare October 15, 2024 18:33
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from de5bd95 to a0ac896 Compare December 3, 2024 09:12
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from f25868d to 1cba41f Compare December 10, 2024 22:57
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 433e582 to 852e71f Compare December 24, 2024 13:31
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 852e71f to cf1dd1f Compare December 27, 2024 16:59
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from c5a45c1 to a7344ab Compare January 13, 2025 13:47
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 20ab229 to eb9cfc8 Compare January 21, 2025 05:41
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 3b3d6f1 to ffe0538 Compare January 31, 2025 15:40
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 8 times, most recently from f713c5c to c4877bd Compare February 21, 2025 16:03
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 860b78a to 968eba7 Compare March 3, 2025 20:12
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