Skip to content

Update tanstack-query monorepo to v5.101.0#6

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

Update tanstack-query monorepo to v5.101.0#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2024

Copy link
Copy Markdown
Contributor

ℹ️ 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.59.05.101.0 age confidence

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
  • 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
  • deps: update marocchino/sticky-pull-request-comment digest to 9c40848 (#​9473) ([`7c464e3

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@netlify

netlify Bot commented Sep 9, 2024

Copy link
Copy Markdown

Deploy Preview for extension-showcase ready!

Name Link
🔨 Latest commit 689b376
🔍 Latest deploy log https://app.netlify.com/projects/extension-showcase/deploys/6a2a88b7347f2200082e759d
😎 Deploy Preview https://deploy-preview-6--extension-showcase.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 90db6d2 to c92a464 Compare September 9, 2024 08:30
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.55.2 fix(deps): update dependency @tanstack/react-query to v5.55.4 Sep 9, 2024
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 29b7fb9 to b5846a7 Compare September 12, 2024 12:53
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.55.4 fix(deps): update dependency @tanstack/react-query to v5.56.0 Sep 12, 2024
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from b5846a7 to 0270c8a Compare September 12, 2024 16:40
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.0 fix(deps): update dependency @tanstack/react-query to v5.56.1 Sep 12, 2024
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 0270c8a to 91e1c6b Compare September 12, 2024 18:39
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.1 fix(deps): update dependency @tanstack/react-query to v5.56.2 Sep 12, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.2 fix(deps): update dependency @tanstack/react-query to v5.56.2 - autoclosed Oct 1, 2024
@renovate renovate Bot closed this Oct 1, 2024
@renovate renovate Bot deleted the renovate/tanstack-query-monorepo branch October 1, 2024 12:24
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.2 - autoclosed fix(deps): update dependency @tanstack/react-query to v5.56.2 Oct 1, 2024
@renovate renovate Bot reopened this Oct 1, 2024
@renovate renovate Bot restored the renovate/tanstack-query-monorepo branch October 1, 2024 18:36
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 91e1c6b to 08ee752 Compare October 1, 2024 21:09
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.2 fix(deps): update dependency @tanstack/react-query to v5.59.0 Oct 1, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.0 fix(deps): update dependency @tanstack/react-query to v5.59.0 - autoclosed Oct 3, 2024
@renovate renovate Bot closed this Oct 3, 2024
@renovate renovate Bot deleted the renovate/tanstack-query-monorepo branch October 3, 2024 22:38
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.0 - autoclosed fix(deps): update dependency @tanstack/react-query to v5.59.0 Oct 9, 2024
@renovate renovate Bot reopened this Oct 9, 2024
@renovate renovate Bot restored the renovate/tanstack-query-monorepo branch October 9, 2024 07:32
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 08ee752 to a03d349 Compare October 9, 2024 10:44
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.0 fix(deps): update dependency @tanstack/react-query to v5.59.3 Oct 9, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.3 fix(deps): update dependency @tanstack/react-query to v5.59.6 Oct 9, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.6 fix(deps): update dependency @tanstack/react-query to v5.59.8 Oct 9, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.61.0 fix(deps): update dependency @tanstack/react-query to v5.61.3 Nov 24, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.61.3 fix(deps): update dependency @tanstack/react-query to v5.61.4 Nov 26, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.61.4 fix(deps): update dependency @tanstack/react-query to v5.61.5 Nov 27, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.61.5 fix(deps): update dependency @tanstack/react-query to v5.62.0 Nov 29, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.0 fix(deps): update dependency @tanstack/react-query to v5.62.1 Dec 2, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.1 fix(deps): update dependency @tanstack/react-query to v5.62.2 Dec 3, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.2 fix(deps): update dependency @tanstack/react-query to v5.62.3 Dec 6, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.3 fix(deps): update dependency @tanstack/react-query to v5.62.7 Dec 10, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.7 fix(deps): update dependency @tanstack/react-query to v5.62.8 Dec 17, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.8 fix(deps): update dependency @tanstack/react-query to v5.62.9 Dec 23, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.9 fix(deps): update dependency @tanstack/react-query to v5.62.10 Dec 24, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.10 fix(deps): update dependency @tanstack/react-query to v5.62.11 Dec 27, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.11 fix(deps): update dependency @tanstack/react-query to v5.62.12 Jan 3, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.12 fix(deps): update dependency @tanstack/react-query to v5.62.14 Jan 3, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.14 fix(deps): update dependency @tanstack/react-query to v5.62.15 Jan 4, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.15 fix(deps): update dependency @tanstack/react-query to v5.62.16 Jan 6, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.16 fix(deps): update dependency @tanstack/react-query to v5.63.0 Jan 8, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.63.0 fix(deps): update dependency @tanstack/react-query to v5.64.0 Jan 11, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.64.0 fix(deps): update dependency @tanstack/react-query to v5.64.1 Jan 13, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from a03d349 to 075cc08 Compare January 19, 2025 10:17
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.64.1 fix(deps): update dependency @tanstack/react-query to v5.64.2 Jan 19, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 075cc08 to 3668677 Compare January 27, 2025 19:48
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.64.2 fix(deps): update dependency @tanstack/react-query to v5.65.0 Jan 27, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 3668677 to 401a4bf Compare January 28, 2025 11:33
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.65.0 fix(deps): update dependency @tanstack/react-query to v5.65.1 Jan 28, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 401a4bf to 7b78bab Compare January 31, 2025 10:41
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.65.1 fix(deps): update dependency @tanstack/react-query to v5.66.0 Jan 31, 2025
@netlify

netlify Bot commented Feb 28, 2025

Copy link
Copy Markdown

Deploy Preview for caleb-extension-showcase-1 ready!

Name Link
🔨 Latest commit 054f23a
🔍 Latest deploy log https://app.netlify.com/sites/caleb-extension-showcase-1/deploys/67c5f6f11222810008c421f9
😎 Deploy Preview https://deploy-preview-6--caleb-extension-showcase-1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify

netlify Bot commented Jul 12, 2025

Copy link
Copy Markdown

Deploy Preview for nh-extension-showcase ready!

Name Link
🔨 Latest commit 689b376
🔍 Latest deploy log https://app.netlify.com/projects/nh-extension-showcase/deploys/6a2a88b7a8f04900081e8b9c
😎 Deploy Preview https://deploy-preview-6--nh-extension-showcase.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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