Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 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.81.5 to 5.82.0

Release notes

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

v5.82.0

Version 5.82.0 - 7/9/25, 3:03 PM

Changes

Feat

  • react-query: add mutationOptions (#8960) (f3cbfc5) by 우빈

Chore

  • *: migrate tsup configuration files to TypeScript format (#9330) (4425423) by @​manudeli
  • add typescript-eslint/require-await rule (#9029) (f4a1115) by MINSEONG KIM
  • add .vscode/mcp.json and .github/instructions/nx.instructions.md to .gitignore (#9325) (002550c) by @​manudeli

Test

  • react-query/useSuspenseQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9364) (ed8cc23) by @​sukvvon
  • react-query/QueryResetErrorBoundary: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9365) (0907dab) by @​sukvvon
  • react-query/usePrefetchInfiniteQuery: switch to fake timers, remove "waitFor" and add "advanceTimersByTimeAsync" (#9354) (d449f6f) by @​sukvvon
  • react-query/QueryResetErrorBoundary: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9349) (ac2fa17) by @​sukvvon
  • react-query/useSuspenseQuery: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9357) (ed66939) by @​sukvvon
  • react-query/useInfiniteQuery: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9359) (026c050) by @​sukvvon
  • react-query/QueryClientProvider: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9345) (058c1eb) by @​sukvvon
  • react-query/useIsFetching: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (#9358) (67695ef) by @​sukvvon
  • react-query/useMutationState: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9353) (8bf2214) by @​sukvvon
  • react-query/fine-grained-persister: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9344) (3eebcff) by @​sukvvon
  • query-core/onlineManager: replace "advanceTimersByTimeAsync" with "advanceTimersByTime" (#9337) (2bc52bf) by @​sukvvon
  • query-core/mutationCache: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9339) (d0bea3f) by @​sukvvon
  • query-core/queryCache: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9340) (998be8b) by @​sukvvon
  • query-core/mutations: add "await" to "sleep", remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9341) (d75a78a) by @​sukvvon
  • query-core/infiniteQueryBehavior: remove most "vi.waitFor" and add "advanceTimersByTimeAsync" (#9333) (b805733) by @​sukvvon
  • query-core/queriesObserver: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9342) (879a1e3) by @​sukvvon
  • query-core/queryObserver: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9343) (5e6e36d) by @​sukvvon
  • query-core/infiniteQueryObserver: remove duplicate "InfiniteQueryObserver" and fix grammar in test names (#9332) (a5319d5) by @​sukvvon
  • query-core/queryClient: add "advanceTimersByTimeAsync" and remove "vi.waitFor" (#9326) (b16e793) by @​sukvvon
  • query-core/intiniteQueryBehavior: remove duplicate "InfiniteQueryBehavior" in test name (#9331) (33c69ec) by @​sukvvon
  • query-core/queryClient: replace "advanceTimersByTime" with "advanceTimersByTimeAsync" (#9327) (35d50cb) by @​sukvvon
  • query-core/notifyManager: replace "queueMicrotask" with "advanceTimersByTimeAsync" (#9329) (8837536) by @​sukvvon
  • fix typo - remove duplicate "should run" in mutation test name (#9328) (45dac6f) by sue hyeok chae
  • query-core/query: add "advanceTimersByTimeAsync" and remove "vi.waitFor" (#9319) (7dafa93) by @​sukvvon
  • query-core/queryClient: add missing "await" for "advanceTimersByTimeAsync" (#9320) (e4bbb89) by @​sukvvon

Ci

  • .github/workflows/autofix: use "pnpm run" for prettier script for consistency (#9348) (03aca2e) by @​sukvvon

Type

... (truncated)

Commits
  • 4287e68 release: v5.82.0
  • f3cbfc5 feat(react-query): add mutationOptions (#8960)
  • ed8cc23 test(react-query/useSuspenseQuery): remove 'vi.waitFor' and add 'advanceTimer...
  • 0907dab test(react-query/QueryResetErrorBoundary): remove 'vi.waitFor' and add 'advan...
  • d449f6f test(react-query/usePrefetchInfiniteQuery): switch to fake timers, remove 'wa...
  • ac2fa17 test(react-query/QueryResetErrorBoundary): switch to fake timers and replace ...
  • ed66939 test(react-query/useSuspenseQuery): switch to fake timers and replace 'waitFo...
  • 026c050 test(react-query/useInfiniteQuery): switch to fake timers and replace 'waitFo...
  • 058c1eb test(react-query/QueryClientProvider): remove 'vi.waitFor' and add 'advanceTi...
  • 67695ef test(react-query/useIsFetching): remove 'vi.waitFor', add 'advanceTimersByTim...
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.81.5 to 5.82.0

Release notes

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

v5.82.0

Version 5.82.0 - 7/9/25, 3:03 PM

Changes

Feat

  • react-query: add mutationOptions (#8960) (f3cbfc5) by 우빈

Chore

  • *: migrate tsup configuration files to TypeScript format (#9330) (4425423) by @​manudeli
  • add typescript-eslint/require-await rule (#9029) (f4a1115) by MINSEONG KIM
  • add .vscode/mcp.json and .github/instructions/nx.instructions.md to .gitignore (#9325) (002550c) by @​manudeli

Test

  • react-query/useSuspenseQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9364) (ed8cc23) by @​sukvvon
  • react-query/QueryResetErrorBoundary: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9365) (0907dab) by @​sukvvon
  • react-query/usePrefetchInfiniteQuery: switch to fake timers, remove "waitFor" and add "advanceTimersByTimeAsync" (#9354) (d449f6f) by @​sukvvon
  • react-query/QueryResetErrorBoundary: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9349) (ac2fa17) by @​sukvvon
  • react-query/useSuspenseQuery: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9357) (ed66939) by @​sukvvon
  • react-query/useInfiniteQuery: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9359) (026c050) by @​sukvvon
  • react-query/QueryClientProvider: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9345) (058c1eb) by @​sukvvon
  • react-query/useIsFetching: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (#9358) (67695ef) by @​sukvvon
  • react-query/useMutationState: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9353) (8bf2214) by @​sukvvon
  • react-query/fine-grained-persister: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9344) (3eebcff) by @​sukvvon
  • query-core/onlineManager: replace "advanceTimersByTimeAsync" with "advanceTimersByTime" (#9337) (2bc52bf) by @​sukvvon
  • query-core/mutationCache: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9339) (d0bea3f) by @​sukvvon
  • query-core/queryCache: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9340) (998be8b) by @​sukvvon
  • query-core/mutations: add "await" to "sleep", remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9341) (d75a78a) by @​sukvvon
  • query-core/infiniteQueryBehavior: remove most "vi.waitFor" and add "advanceTimersByTimeAsync" (#9333) (b805733) by @​sukvvon
  • query-core/queriesObserver: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9342) (879a1e3) by @​sukvvon
  • query-core/queryObserver: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9343) (5e6e36d) by @​sukvvon
  • query-core/infiniteQueryObserver: remove duplicate "InfiniteQueryObserver" and fix grammar in test names (#9332) (a5319d5) by @​sukvvon
  • query-core/queryClient: add "advanceTimersByTimeAsync" and remove "vi.waitFor" (#9326) (b16e793) by @​sukvvon
  • query-core/intiniteQueryBehavior: remove duplicate "InfiniteQueryBehavior" in test name (#9331) (33c69ec) by @​sukvvon
  • query-core/queryClient: replace "advanceTimersByTime" with "advanceTimersByTimeAsync" (#9327) (35d50cb) by @​sukvvon
  • query-core/notifyManager: replace "queueMicrotask" with "advanceTimersByTimeAsync" (#9329) (8837536) by @​sukvvon
  • fix typo - remove duplicate "should run" in mutation test name (#9328) (45dac6f) by sue hyeok chae
  • query-core/query: add "advanceTimersByTimeAsync" and remove "vi.waitFor" (#9319) (7dafa93) by @​sukvvon
  • query-core/queryClient: add missing "await" for "advanceTimersByTimeAsync" (#9320) (e4bbb89) by @​sukvvon

Ci

  • .github/workflows/autofix: use "pnpm run" for prettier script for consistency (#9348) (03aca2e) by @​sukvvon

Type

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Jul 10, 2025
Copy link

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 98e3a48
Status: ✅  Deploy successful!
Preview URL: https://179b0479.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-fron-kes6.matrix-authentication-service-docs.pages.dev

View logs

@sandhose sandhose merged commit 9958c3b into main Jul 10, 2025
34 of 44 checks passed
@sandhose sandhose deleted the dependabot/npm_and_yarn/frontend/tanstack-query-97b0c949a4 branch July 10, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant