Skip to content

Update tanstack-query monorepo to v5 - #37

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

Update tanstack-query monorepo to v5#37
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-tanstack-query-monorepo

Conversation

@renovate

@renovaterenovateBot commented Jul 30, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@tanstack/react-query (source)^4.29.12^5.0.0ageconfidence

Release Notes

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

v5.101.0

Compare Source

Patch Changes

v5.100.14

Compare Source

Patch Changes

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes

v5.100.10

Patch Changes

v5.100.9

Compare Source

Patch Changes

v5.100.8

Compare Source

Patch Changes

v5.100.7

Compare Source

Patch Changes

v5.100.6

Compare Source

Patch Changes

v5.100.5

Compare Source

Patch Changes

v5.100.4

Compare Source

Patch Changes

v5.100.3

Compare Source

Patch Changes

v5.100.2

Patch Changes

v5.100.1

Patch Changes

v5.100.0

Compare Source

Patch Changes

v5.99.2

Compare Source

Patch Changes

v5.99.1

Compare Source

Patch Changes

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

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from fa98846 to 91b2de5CompareAugust 1, 2025 16:03
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from 4032053 to a8be904CompareAugust 14, 2025 17:40
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from a8be904 to f2e0cc9CompareAugust 19, 2025 10:32
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 6 times, most recently from 2e66f30 to 001b8eaCompareSeptember 5, 2025 18:26
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 2f5d040 to 70a08a0CompareSeptember 16, 2025 14:15
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 55de897 to b74c9afCompareSeptember 23, 2025 09:45
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from b74c9af to 2e5d268CompareOctober 13, 2025 21:14
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from 2e5d268 to e4237c6CompareOctober 21, 2025 20:16
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 2 times, most recently from 5a9e64b to fdd2717CompareNovember 5, 2025 16:51
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 458391e to 321e6c1CompareNovember 16, 2025 21:36
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from 321e6c1 to 7739230CompareNovember 25, 2025 18:45
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from 7739230 to 079da20CompareDecember 4, 2025 14:41
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 860faf7 to ba9fae0CompareDecember 29, 2025 16:32
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from 00237f8 to 3483170CompareJanuary 23, 2026 18:46
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from 3483170 to 2307289CompareFebruary 11, 2026 14:57
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 6 times, most recently from 937fa14 to c12319fCompareMarch 23, 2026 16:44
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 4ca54a4 to 7c4003dCompareApril 3, 2026 13:46
@renovaterenovateBot changed the title fix(deps): update dependency @tanstack/react-query to v5Update dependency @tanstack/react-query to v5Apr 8, 2026
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from 401ab8d to b5195c9CompareApril 11, 2026 21:16
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from 70d6644 to b5a0c3fCompareApril 25, 2026 17:59
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 4 times, most recently from 8ce9d4d to c52a8c3CompareMay 3, 2026 18:08
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from c52a8c3 to 409cb5dCompareMay 11, 2026 18:16
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch 3 times, most recently from de371f6 to 3cd0b86CompareMay 23, 2026 20:47
@renovaterenovateBot changed the title Update dependency @tanstack/react-query to v5Update tanstack-query monorepo to v5Jun 2, 2026
@renovate
renovateBotforce-pushed the renovate/major-tanstack-query-monorepo branch from 3cd0b86 to 7a5960cCompareJune 2, 2026 21:31
Sign up for freeto 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