Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@aa900031/eslint-config ^3.1.0 -> ^3.2.0 age confidence
@tanstack/query-core (source) ^5.83.1 -> ^5.90.7 age confidence
@tanstack/query-core-v4 (source) ^4.40.0 -> ^4.41.0 age confidence
@tanstack/react-query (source) ^5.84.2 -> ^5.90.7 age confidence
@tanstack/react-query-v4 (source) ^4.40.1 -> ^4.42.0 age confidence
@tanstack/vue-query (source) ^5.83.1 -> ^5.90.7 age confidence
@tanstack/vue-query-v4 (source) ^4.40.0 -> ^4.41.0 age confidence
@types/node (source) ^18.19.122 -> ^18.19.130 age confidence
@types/react (source) ^18.3.23 -> ^18.3.26 age confidence
eslint (source) ^9.33.0 -> ^9.39.1 age confidence
release-it ^19.0.4 -> ^19.0.6 age confidence
typescript (source) ^5.9.2 -> ^5.9.3 age confidence
unbuild ^3.6.0 -> ^3.6.1 age confidence
vue (source) ^3.5.18 -> ^3.5.24 age confidence

Release Notes

aa900031/eslint-config (@​aa900031/eslint-config)

v3.2.0

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Zhong666 <aa900031@​gmail.com>
  • Renovate[bot]
TanStack/query (@​tanstack/query-core)

v5.90.7

Compare Source

Patch Changes
  • fix(core): only attach .then and .catch onto a promise if it gets dehydrated (#​9847)

v5.90.6

Compare Source

Patch Changes
  • Fixed isFetchedAfterMount in cases where initialData is applied (#​9743)

v5.90.5

Compare Source

Patch Changes
  • fix: observing "promise" needs to implicitly observe "data" (#​9772)

v5.90.4

Compare Source

Patch Changes
  • fix(types): remove duplicate Array condition in MutationKey type (#​9754)

v5.90.3

Compare Source

Patch Changes
  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#​9752)

v5.90.2

Compare Source

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

Compare Source

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

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

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

Compare Source

Patch Changes

v5.90.2

Compare Source

Version 5.90.2 - 9/23/25, 7:37


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 1am and before 2am" (UTC).

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

@codecov
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b3eb686) to head (3524d74).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           40        40           
  Branches        15        15           
=========================================
  Hits            40        40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from e0c32b9 to 5265d71 Compare August 21, 2025 15:42
@renovate renovate bot changed the title chore(deps): update devdependency @tanstack/react-query to ^5.85.0 chore(deps): update npm non-major develop dependencies to ^5.85.3 Aug 21, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Aug 21, 2025

Open in StackBlitz

npm i https://pkg.pr.new/aa900031/tanstack-query-callbacks@40

commit: 3524d74

@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from 5265d71 to 5abebbb Compare August 22, 2025 11:55
@renovate renovate bot changed the title chore(deps): update npm non-major develop dependencies to ^5.85.3 chore(deps): update npm non-major develop dependencies Aug 22, 2025
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 4 times, most recently from 7af7198 to a20ad5b Compare September 1, 2025 23:36
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 5 times, most recently from a4dfd25 to 30c0e8a Compare September 11, 2025 14:41
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 4 times, most recently from 70a8533 to 80d414e Compare September 17, 2025 14:14
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 8 times, most recently from 3c12abf to b4b4713 Compare September 29, 2025 08:58
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 3 times, most recently from 992f60f to 60092d4 Compare October 6, 2025 20:39
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 4 times, most recently from b25a2a5 to e3e9052 Compare October 13, 2025 22:03
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 3 times, most recently from d6453f1 to a902f30 Compare October 23, 2025 17:14
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from a902f30 to e0f742e Compare October 24, 2025 23:06
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from e0f742e to 4eaaddb Compare November 5, 2025 05:48
@coderabbitai
Copy link

coderabbitai bot commented Nov 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/npm-dev-minor-patch

Comment @coderabbitai help to get the list of available commands and usage tips.

@socket-security
Copy link

socket-security bot commented Nov 5, 2025

@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 7 times, most recently from 2fe61ba to 9b78ecd Compare November 13, 2025 00:41
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from 9b78ecd to 3524d74 Compare November 14, 2025 11:02
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.

1 participant