Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2025

Bumps @tanstack/react-query-devtools from 4.36.1 to 5.80.6.

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.80.6

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

  • @​tanstack/query-core@​5.80.6
  • @​tanstack/react-query-persist-client@​5.80.6
  • @​tanstack/query-broadcast-client-experimental@​5.80.6
  • @​tanstack/query-persist-client-core@​5.80.6
  • @​tanstack/query-sync-storage-persister@​5.80.6
  • @​tanstack/react-query@​5.80.6
  • @​tanstack/react-query-devtools@​5.80.6
  • @​tanstack/react-query-next-experimental@​5.80.6
  • @​tanstack/solid-query@​5.80.6
  • @​tanstack/solid-query-devtools@​5.80.6
  • @​tanstack/solid-query-persist-client@​5.80.6
  • @​tanstack/svelte-query@​5.80.6
  • @​tanstack/svelte-query-devtools@​5.80.6
  • @​tanstack/svelte-query-persist-client@​5.80.6
  • @​tanstack/vue-query@​5.80.6
  • @​tanstack/vue-query-devtools@​5.80.6
  • @​tanstack/angular-query-experimental@​5.80.6
  • @​tanstack/query-async-storage-persister@​5.80.6
  • @​tanstack/angular-query-devtools-experimental@​5.80.6

v5.80.5

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

  • @​tanstack/query-core@​5.80.5
  • @​tanstack/query-persist-client-core@​5.80.5
  • @​tanstack/query-async-storage-persister@​5.80.5
  • @​tanstack/query-broadcast-client-experimental@​5.80.5
  • @​tanstack/query-sync-storage-persister@​5.80.5
  • @​tanstack/react-query@​5.80.5
  • @​tanstack/react-query-devtools@​5.80.5
  • @​tanstack/react-query-persist-client@​5.80.5

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 4.36.1 to 5.80.6.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.80.6/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.80.6
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 5, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Devtools Upgrade Causes Peer Dependency Conflict

Upgrading @tanstack/react-query-devtools to v5.80.6 introduces a peer dependency mismatch. The devtools now requires @tanstack/react-query ^5.80.6, but the project's main @tanstack/react-query dependency is still v4.36.1. This version incompatibility will likely cause runtime errors or prevent the devtools from functioning correctly.

package.json#L111-L112

gazebo/package.json

Lines 111 to 112 in 6b4b262

"@tanstack/eslint-plugin-query": "^4.38.0",
"@tanstack/react-query-devtools": "^5.80.6",

yarn.lock#L5024-L5035

gazebo/yarn.lock

Lines 5024 to 5035 in 6b4b262

"@tanstack/react-query-devtools@npm:^5.80.6":
version: 5.80.6
resolution: "@tanstack/react-query-devtools@npm:5.80.6"
dependencies:
"@tanstack/query-devtools": "npm:5.80.0"
peerDependencies:
"@tanstack/react-query": ^5.80.6
react: ^18 || ^19
checksum: 10c0/7f504f7f251b159dc4c8ba1d03c8ba16c6794467372c44100a0d3d40e67b65e31917163b139b09a948a177fa75b03e6d04b2acc2d99958a61feba7ce2f3a0d97
languageName: node
linkType: hard

Fix in Cursor


BugBot free trial expires on June 12, 2025
Your team has used $0.00 of the $50.00 spend limit so far. Team admins can manage spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
6b4b262 Thu, 05 Jun 2025 22:05:53 GMT Cloud Enterprise

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2025

Superseded by #3893.

@dependabot dependabot bot closed this Jun 12, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tanstack/react-query-devtools-5.80.6 branch June 12, 2025 21:41
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants