Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

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

Release notes

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

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

  • deps: update marocchino/sticky-pull-request-comment digest to fd19551 (#9674) (cd4ef5c) by renovate[bot]

Ci

  • update checkout action (#9673) (cbf0896) by Lachlan Collins
  • update workspace config (#9671) (fb48985) by Lachlan Collins

Docs

  • angular-query: add testing guide (#9669) (06e5550) by Arnoud

Packages

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

v5.90.0

Version 5.90.0 - 9/20/25, 4:47 PM

Changes

... (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.90.1.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.90.1/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.90.1
  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 Sep 22, 2025
Comment on lines +112 to 113
"@tanstack/react-query-devtools": "^5.90.1",
"@testing-library/dom": "10.3.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

Potential bug: The ReactQueryDevtools component is missing the required client prop following an upgrade to v5, which will cause a runtime crash when the component renders.
  • Description: The upgrade of @tanstack/react-query-devtools to version 5 introduces a breaking API change. The ReactQueryDevtools component now requires a client prop, which is not provided in its current usage in src/App.tsx. According to the library's documentation, this missing prop will cause a runtime error when the component attempts to render, leading to an application crash in any environment where the devtools are included. The repository context also confirms that the v5 devtools have a strict peer dependency on @tanstack/react-query v5 and will not function correctly otherwise.

  • Suggested fix: Add the required client prop to the ReactQueryDevtools component in src/App.tsx. Since the v5 devtools are only compatible with v5 clients, the queryClientV5 instance should be passed. The implementation should be updated to &lt;ReactQueryDevtools client={queryClientV5} initialIsOpen={false} /&gt;.
    severity: 0.85, confidence: 0.98

Did we get this right? 👍 / 👎 to inform future reviews.

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
9774b25 Mon, 22 Sep 2025 21:20:32 GMT Cloud Enterprise

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2025

Superseded by #3938.

@dependabot dependabot bot closed this Sep 23, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tanstack/react-query-devtools-5.90.1 branch September 23, 2025 21:19
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