Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 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.67.3 to 5.68.0

Release notes

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

v5.68.0

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat

  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#8802) (796032d) by Eliya Cohen

Test

Docs

  • Fix broken links in query-options.md (#8800) (d7f4cb0) by @​dngur9801
  • Fix broken links on ssr.md (#8792) (edbb304) by Julien Piron

Packages

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

Updates @tanstack/react-query-devtools from 5.67.3 to 5.68.0

Release notes

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

v5.68.0

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat

  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#8802) (796032d) by Eliya Cohen

Test

Docs

  • Fix broken links in query-options.md (#8800) (d7f4cb0) by @​dngur9801
  • Fix broken links on ssr.md (#8792) (edbb304) by Julien Piron

Packages

  • @​tanstack/eslint-plugin-query@​5.68.0
  • @​tanstack/query-core@​5.68.0
  • @​tanstack/query-broadcast-client-experimental@​5.68.0
  • @​tanstack/query-persist-client-core@​5.68.0
  • @​tanstack/query-sync-storage-persister@​5.68.0
  • @​tanstack/react-query@​5.68.0
  • @​tanstack/react-query-devtools@​5.68.0
  • @​tanstack/react-query-persist-client@​5.68.0
  • @​tanstack/react-query-next-experimental@​5.68.0
  • @​tanstack/solid-query@​5.68.0
  • @​tanstack/solid-query-devtools@​5.68.0
  • @​tanstack/solid-query-persist-client@​5.68.0
  • @​tanstack/svelte-query@​5.68.0
  • @​tanstack/svelte-query-devtools@​5.68.0
  • @​tanstack/svelte-query-persist-client@​5.68.0
  • @​tanstack/vue-query@​5.68.0
  • @​tanstack/vue-query-devtools@​5.68.0
  • @​tanstack/angular-query-experimental@​5.68.0
  • @​tanstack/query-async-storage-persister@​5.68.0
  • @​tanstack/angular-query-devtools-experimental@​5.68.0
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

@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Mar 14, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 14, 2025

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

Latest commit: 5ade4f7
Status: ✅  Deploy successful!
Preview URL: https://ce687113.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-fron-tq6k.matrix-authentication-service-docs.pages.dev

View logs

@sandhose sandhose enabled auto-merge March 17, 2025 07:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/tanstack-query-f7bf654888 branch 2 times, most recently from 5cf59a5 to d5a181f Compare March 17, 2025 07:24
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.67.3 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/tanstack-query-f7bf654888 branch from d5a181f to 5ade4f7 Compare March 17, 2025 07:27
@sandhose sandhose merged commit 760f77d into main Mar 17, 2025
18 checks passed
@sandhose sandhose deleted the dependabot/npm_and_yarn/frontend/tanstack-query-f7bf654888 branch March 17, 2025 07:37
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