Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps the tanstack-query group in /frontend with 2 updates: @tanstack/react-query and @tanstack/react-query-devtools.

Updates @tanstack/react-query from 5.84.1 to 5.85.0

Release notes

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

v5.85.0

Version 5.85.0 - 8/12/25, 12:41 PM

Changes

Feat

  • add solid devtools panel export to solid devtools (#9551) (c63713f) by Alem Tuzlak

Chore

  • update browser icons (#9555) (6402d75) by Dmytro Borysov
  • tsconfig.json: add "test-setup.ts" to "include" array (#9545) (6bf2eb7) by @​sukvvon
  • angular-query: add infiniteQueryOptions tests from react-query (#9544) (95db48b) by Arnoud

Test

  • react-query/useIsFetching: remove unnecessary "advanceTimersByTimeAsync", unify to "rendered", and add detailed "expect" for custom queryClient and state updates during rendering (#9530) (77e53b0) by @​sukvvon

Docs

  • Add Firefox and Edge browser extension support to devtools docs (#9548) (d25c0da) by Dmytro Borysov

Other

  • (763cee3) by Lubos
  • (fba477b) by Lubos
  • (3a999cc) by Lubos
  • (0455d58) by Lubos

Packages

  • @​tanstack/react-query@​5.85.0
  • @​tanstack/react-query-devtools@​5.85.0
  • @​tanstack/solid-query-devtools@​5.85.0
  • @​tanstack/angular-query-experimental@​5.85.0
  • @​tanstack/react-query-persist-client@​5.85.0
  • @​tanstack/react-query-next-experimental@​5.85.0
  • @​tanstack/angular-query-devtools-experimental@​5.85.0

v5.84.2

Version 5.84.2 - 8/8/25, 2:00 PM

Changes

Fix

  • angular-query: align mutation options to most recent react-query types (#9543) (cd6ea9a) by Arnoud

Test

... (truncated)

Commits
  • aab51d9 release: v5.85.0
  • 6bf2eb7 chore(tsconfig.json): add 'test-setup.ts' to 'include' array (#9545)
  • 77e53b0 test(react-query/useIsFetching): remove unnecessary 'advanceTimersByTimeAsync...
  • edd1bd0 release: v5.84.2
  • 34657e5 test(react-query/mutationOptions): add tests for without 'mutationKey' in 'mu...
  • See full diff in compare view

Updates @tanstack/react-query-devtools from 5.84.1 to 5.85.0

Release notes

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

v5.85.0

Version 5.85.0 - 8/12/25, 12:41 PM

Changes

Feat

  • add solid devtools panel export to solid devtools (#9551) (c63713f) by Alem Tuzlak

Chore

  • update browser icons (#9555) (6402d75) by Dmytro Borysov
  • tsconfig.json: add "test-setup.ts" to "include" array (#9545) (6bf2eb7) by @​sukvvon
  • angular-query: add infiniteQueryOptions tests from react-query (#9544) (95db48b) by Arnoud

Test

  • react-query/useIsFetching: remove unnecessary "advanceTimersByTimeAsync", unify to "rendered", and add detailed "expect" for custom queryClient and state updates during rendering (#9530) (77e53b0) by @​sukvvon

Docs

  • Add Firefox and Edge browser extension support to devtools docs (#9548) (d25c0da) by Dmytro Borysov

Other

  • (763cee3) by Lubos
  • (fba477b) by Lubos
  • (3a999cc) by Lubos
  • (0455d58) by Lubos

Packages

  • @​tanstack/react-query@​5.85.0
  • @​tanstack/react-query-devtools@​5.85.0
  • @​tanstack/solid-query-devtools@​5.85.0
  • @​tanstack/angular-query-experimental@​5.85.0
  • @​tanstack/react-query-persist-client@​5.85.0
  • @​tanstack/react-query-next-experimental@​5.85.0
  • @​tanstack/angular-query-devtools-experimental@​5.85.0

v5.84.2

Version 5.84.2 - 8/8/25, 2:00 PM

Changes

Fix

  • angular-query: align mutation options to most recent react-query types (#9543) (cd6ea9a) by Arnoud

Test

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tanstack-query group in /frontend with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools).


Updates `@tanstack/react-query` from 5.84.1 to 5.85.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.85.0/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.84.1 to 5.85.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.85.0/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.85.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 13, 2025

Labels

The following labels could not be found: A-Dependencies, Z-Deps-Frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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