Skip to content

Update tanstack-query monorepo to v5.99.0#323

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

Update tanstack-query monorepo to v5.99.0#323
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tanstack-query-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 13, 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) 5.17.95.99.0 age confidence
@tanstack/react-query-devtools (source) 5.17.95.99.0 age confidence

Release Notes

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

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 these updates again.


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

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

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 13, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
todo-app Error Error Apr 11, 2026 9:37pm

@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ce4d01a to 898d7ed Compare January 15, 2024 12:03
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.17.10 Update tanstack-query monorepo to v5.17.12 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 898d7ed to 794e235 Compare January 16, 2024 14:47
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.17.12 Update tanstack-query monorepo to v5.17.14 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 794e235 to 492c7f3 Compare January 16, 2024 20:26
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.17.14 Update tanstack-query monorepo to v5.17.15 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 492c7f3 to fd8b16b Compare January 18, 2024 01:08
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from fd8b16b to 8586b3d Compare January 20, 2024 16:34
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.17.15 Update tanstack-query monorepo to v5.17.19 Jan 20, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8586b3d to c31c24f Compare January 22, 2024 10:31
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from c31c24f to eee0089 Compare January 30, 2024 18:25
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.17.19 Update tanstack-query monorepo to v5.18.0 Jan 30, 2024
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.18.0 Update tanstack-query monorepo to v5.18.1 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from eee0089 to d4c0498 Compare February 2, 2024 10:29
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d4c0498 to 3845c71 Compare February 10, 2024 09:43
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.18.1 Update tanstack-query monorepo to v5.20.1 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 3845c71 to f6cac2c Compare February 12, 2024 16:29
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.20.1 Update tanstack-query monorepo to v5.20.2 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7863675 to 7f1555b Compare February 18, 2024 03:58
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7f1555b to f668c7c Compare February 18, 2024 10:56
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.21.4 Update tanstack-query monorepo to v5.21.7 Feb 18, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from f668c7c to acbeb62 Compare February 19, 2024 13:59
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.21.7 Update tanstack-query monorepo to v5.22.2 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from acbeb62 to 48e881b Compare February 19, 2024 16:31
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 48e881b to 23c01a6 Compare February 19, 2024 22:11
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 23c01a6 to d509451 Compare February 25, 2024 01:28
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.22.2 Update tanstack-query monorepo to v5.24.1 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d509451 to 58a0ecf Compare March 2, 2024 15:48
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.24.1 Update tanstack-query monorepo to v5.24.2 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 58a0ecf to 045c66d Compare March 2, 2024 21:01
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.24.2 Update tanstack-query monorepo to v5.24.6 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 045c66d to 69dfeb5 Compare March 3, 2024 22:41
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.24.6 Update tanstack-query monorepo to v5.24.7 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 69dfeb5 to 7e712e9 Compare March 4, 2024 11:22
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.24.7 Update tanstack-query monorepo to v5.24.8 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7e712e9 to 29dcdd8 Compare March 5, 2024 16:50
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