Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

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

Updates @tanstack/react-query from 5.66.0 to 5.66.6

Release notes

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

v5.66.6

Version 5.66.6 - 2/18/25, 9:47 AM

Changes

Fix

  • react-query: make error to be shown when using queryOptions with initialData and skipToken in queryFn inside useSuspenseQueries (#8665) (56183f0) by Yoomin Kang

Packages

  • @​tanstack/react-query@​5.66.6
  • @​tanstack/react-query-devtools@​5.66.6
  • @​tanstack/react-query-persist-client@​5.66.6
  • @​tanstack/react-query-next-experimental@​5.66.6

v5.66.5

Version 5.66.5 - 2/17/25, 3:59 PM

Changes

Fix

  • react-query: fix queryOptions with initialData to work on useSuspenseQueries (#8658) (9a7bfd9) by Yoomin Kang

Packages

  • @​tanstack/react-query@​5.66.5
  • @​tanstack/react-query-devtools@​5.66.5
  • @​tanstack/react-query-persist-client@​5.66.5
  • @​tanstack/react-query-next-experimental@​5.66.5

v5.66.4

Version 5.66.4 - 2/17/25, 1:15 PM

Changes

Fix

  • devtools: force LTR direction for DevTools panel (#8656) (56c24f9) by Mohammad Amin Lotfi
  • no hydration when new promise comes in (#8383) (6ca0eb7) by Julius Marminge

Docs

  • better document throwOnError"s default (#8581) (bb25d06) by Alex Errant

Packages

  • @​tanstack/query-core@​5.66.4
  • @​tanstack/react-query@​5.66.4

... (truncated)

Commits
  • 470ecb6 release: v5.66.6
  • 56183f0 fix(react-query): make error to be shown when using queryOptions with initial...
  • 044acae release: v5.66.5
  • 9a7bfd9 fix(react-query): fix queryOptions with initialData to work on useSuspenseQue...
  • 0588a46 release: v5.66.4
  • 6ca0eb7 fix: no hydration when new promise comes in (#8383)
  • accccf9 release: v5.66.3
  • ce7e31e release: v5.66.2
  • See full diff in compare view

Updates @tanstack/react-query-devtools from 5.66.0 to 5.66.6

Release notes

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

v5.66.6

Version 5.66.6 - 2/18/25, 9:47 AM

Changes

Fix

  • react-query: make error to be shown when using queryOptions with initialData and skipToken in queryFn inside useSuspenseQueries (#8665) (56183f0) by Yoomin Kang

Packages

  • @​tanstack/react-query@​5.66.6
  • @​tanstack/react-query-devtools@​5.66.6
  • @​tanstack/react-query-persist-client@​5.66.6
  • @​tanstack/react-query-next-experimental@​5.66.6

v5.66.5

Version 5.66.5 - 2/17/25, 3:59 PM

Changes

Fix

  • react-query: fix queryOptions with initialData to work on useSuspenseQueries (#8658) (9a7bfd9) by Yoomin Kang

Packages

  • @​tanstack/react-query@​5.66.5
  • @​tanstack/react-query-devtools@​5.66.5
  • @​tanstack/react-query-persist-client@​5.66.5
  • @​tanstack/react-query-next-experimental@​5.66.5

v5.66.4

Version 5.66.4 - 2/17/25, 1:15 PM

Changes

Fix

  • devtools: force LTR direction for DevTools panel (#8656) (56c24f9) by Mohammad Amin Lotfi
  • no hydration when new promise comes in (#8383) (6ca0eb7) by Julius Marminge

Docs

  • better document throwOnError"s default (#8581) (bb25d06) by Alex Errant

Packages

  • @​tanstack/query-core@​5.66.4
  • @​tanstack/react-query@​5.66.4

... (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

…updates

Bumps the tanstack-query group with 2 updates in the /frontend directory: [@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.66.0 to 5.66.6
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.6/packages/react-query)

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

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

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

cloudflare-workers-and-pages bot commented Feb 18, 2025

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

Latest commit: 3b14de4
Status: ✅  Deploy successful!
Preview URL: https://d908a070.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-fron-b88z.matrix-authentication-service-docs.pages.dev

View logs

@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Feb 18, 2025
@sandhose sandhose enabled auto-merge February 18, 2025 15:06
@sandhose sandhose merged commit 6705368 into main Feb 18, 2025
28 checks passed
@sandhose sandhose deleted the dependabot/npm_and_yarn/frontend/tanstack-query-a67804f078 branch February 18, 2025 15:21
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