Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/angular-query-experimental (source) 5.79.0 -> 5.80.6 age adoption passing confidence
@tanstack/react-query (source) ^5.79.0 -> ^5.80.6 age adoption passing confidence
@tanstack/svelte-query (source) ^5.79.0 -> ^5.80.6 age adoption passing confidence
@tanstack/vue-query (source) ^5.79.0 -> ^5.80.6 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.0 -> ^4.5.1 age adoption passing confidence
knip (source) ^5.59.1 -> ^5.60.2 age adoption passing confidence
pnpm (source) 10.11.0 -> 10.12.1 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/angular-query-experimental)

v5.80.6

Compare Source

Version 5.80.6 - 6/5/25, 1:09 PM

Changes

Refactor
  • types: revert narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#​9202)" (#​9251) (dfbda9d) by Braden Wong

Packages

v5.80.5

Compare Source

Version 5.80.5 - 6/4/25, 6:43 PM

Changes

Fix
  • experimental_createQueryPersister: Change persisterRestoreAll to restoreQueries with filter support (#​9230) (9e0e60c) by René Klomp

Packages

v5.80.2

Compare Source

Version 5.80.2 - 6/3/25, 12:08 PM

Changes

Fix

Packages

v5.80.1

Compare Source

Version 5.80.1 - 6/3/25, 11:23 AM

Changes

Perf
  • improve performance of util function "difference" in quriesObserver.ts in query-core package (#​9201) (57c6ce1) by novice0840

Packages

v5.80.0

Compare Source

Version 5.80.0 - 6/3/25, 9:36 AM

Changes

Feat
  • query-devtools: add indicator for staleTime: "static" (#​9215) (3e7d715) by MINSEONG KIM
Refactor
  • types: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#​9224) (efa963d) by Braden Wong
  • query-core: add "Set" instead of "includes" (#​9221) (4bf169e) by novice0840
Chore
  • consolidate noop function usage across framework packages (#​9228) (1fba7fc) by Braden Wong
  • remove redundant word in comment (#​9231) (a2a23a8) by clonemycode
  • improve type safety in getQueryData by using generics (#​9218) (3a89ec9) by Braden Wong

Packages

v5.79.2

Compare Source

Version 5.79.2 - 6/2/25, 4:29 PM

Changes

Refactor
  • react-query: change the order of const variables (#​9211) (0e083c6) by novice0840
  • query-core: extract context creation to functions and move type assertions (#​9210) (0cbfc5e) by Braden Wong

Packages

v5.79.1

Compare Source

Version 5.79.1 - 6/2/25, 4:17 PM

Changes

Refactor
  • types: narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#​9202) (982f6ca) by Braden Wong
Docs
  • Mention query keys needs to be serializable using JSON.stringify (#​9204) (ff2b51a) by Zentrik

Packages

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

v5.80.6

Compare Source

v5.80.5

Compare Source

Version 5.80.5 - 6/4/25, 6:43 PM

Changes

Fix
  • experimental_createQueryPersister: Change persisterRestoreAll to restoreQueries with filter support (#​9230) (9e0e60c) by René Klomp

Packages

v5.80.3

Compare Source

Version 5.80.3 - 6/4/25, 9:48 AM

Changes
Fix
  • react-query: move hydrationQueue from state to a derived value (#​9247) (0d2c2e0) by Fredrik Höglund
Docs
Packages

v5.80.2

Compare Source

Version 5.80.2 - 6/3/25, 12:08 PM

Changes
Fix
Packages

v5.80.1

Compare Source

Version 5.80.1 - 6/3/25, 11:23 AM

Changes
Perf
  • improve performance of util function "difference" in quriesObserver.ts in query-core package (#​9201) (57c6ce1) by novice0840
Packages

v5.80.0

Compare Source

Version 5.80.0 - 6/3/25, 9:36 AM

Changes

Feat
  • query-devtools: add indicator for staleTime: "static" (#​9215) (3e7d715) by MINSEONG KIM
Refactor
  • types: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#​9224) (efa963d) by Braden Wong
  • query-core: add "Set" instead of "includes" (#​9221) (4bf169e) by novice0840
Chore
  • consolidate noop function usage across framework packages (#​9228) (1fba7fc) by Braden Wong
  • remove redundant word in comment (#​9231) (a2a23a8) by clonemycode
  • improve type safety in getQueryData by using generics (#​9218) (3a89ec9) by Braden Wong

Packages

v5.79.2

Compare Source

Version 5.79.2 - 6/2/25, 4:29 PM

Changes

Refactor
  • react-query: change the order of const variables (#​9211) (0e083c6) by novice0840
  • query-core: extract context creation to functions and move type assertions (#​9210) (0cbfc5e) by Braden Wong

Packages

v5.79.1

Compare Source

Version 5.79.1 - 6/2/25, 4:17 PM

Changes

Refactor
  • types: narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#​9202) (982f6ca) by Braden Wong
Docs
  • Mention query keys needs to be serializable using JSON.stringify (#​9204) (ff2b51a) by Zentrik

Packages

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.5.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

webpro-nl/knip (knip)

v5.60.2

Compare Source

v5.60.1

Compare Source

v5.60.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 9, 2025
@changeset-bot
Copy link

changeset-bot bot commented Jun 9, 2025

⚠️ No Changeset found

Latest commit: 2209ad4

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

@nx-cloud
Copy link

nx-cloud bot commented Jun 9, 2025

View your CI Pipeline Execution ↗ for commit 2209ad4.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 2m 28s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 17s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-09 03:01:21 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 9, 2025

More templates

@tanstack/angular-virtual

npm i https://pkg.pr.new/@tanstack/angular-virtual@1015

@tanstack/lit-virtual

npm i https://pkg.pr.new/@tanstack/lit-virtual@1015

@tanstack/react-virtual

npm i https://pkg.pr.new/@tanstack/react-virtual@1015

@tanstack/solid-virtual

npm i https://pkg.pr.new/@tanstack/solid-virtual@1015

@tanstack/svelte-virtual

npm i https://pkg.pr.new/@tanstack/svelte-virtual@1015

@tanstack/virtual-core

npm i https://pkg.pr.new/@tanstack/virtual-core@1015

@tanstack/vue-virtual

npm i https://pkg.pr.new/@tanstack/vue-virtual@1015

commit: 2209ad4

@renovate renovate bot merged commit 152bc3b into main Jun 9, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 9, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant