Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: @tanstack/react-query, @hey-api/openapi-ts and vite.

Updates @tanstack/react-query from 5.85.5 to 5.85.6

Release notes

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

v5.85.6

Version 5.85.6 - 8/30/25, 12:21 PM

Changes

Fix

  • core: make sure queries revert synchronously (#9601) (379670d) by Dominik Dorfmeister

Chore

  • deps: update marocchino/sticky-pull-request-comment digest to 9c40848 (#9473) (7c464e3) by renovate[bot]

Test

  • react-query/useMutation: remove "@​testing-library/jest-dom/vitest" import (#9569) (a1b1279) by @​sukvvon

Docs

  • update mutation status type (#9595) (428c19f) by @​wo-o29
  • remove unnecessary trailing comma (#9594) (2a8ba49) by @​wo-o29
  • fix type definitions in useQuery options (union, parameters, extra parentheses) (#9596) (54efe22) by @​wo-o29
  • fix missing comma in useMutation example to prevent syntax errors (#9593) (ad0ca9f) by @​wo-o29
  • Updates examples for invalidation from mutations (#9261) (1b0346f) by Kier Borromeo
  • Add not-prose class to browser logo images in devtools documentation (#9556) (9a3f683) by Dmytro Borysov

Packages

  • @​tanstack/query-core@​5.85.6
  • @​tanstack/react-query@​5.85.6
  • @​tanstack/query-broadcast-client-experimental@​5.85.6
  • @​tanstack/query-persist-client-core@​5.85.6
  • @​tanstack/query-sync-storage-persister@​5.85.6
  • @​tanstack/react-query-devtools@​5.85.6
  • @​tanstack/react-query-persist-client@​5.85.6
  • @​tanstack/react-query-next-experimental@​5.85.6
  • @​tanstack/solid-query@​5.85.6
  • @​tanstack/solid-query-devtools@​5.85.6
  • @​tanstack/solid-query-persist-client@​5.85.6
  • @​tanstack/svelte-query@​5.85.6
  • @​tanstack/svelte-query-devtools@​5.85.6
  • @​tanstack/svelte-query-persist-client@​5.85.6
  • @​tanstack/vue-query@​5.85.6
  • @​tanstack/vue-query-devtools@​5.85.6
  • @​tanstack/angular-query-experimental@​5.85.6
  • @​tanstack/query-async-storage-persister@​5.85.6
  • @​tanstack/angular-query-devtools-experimental@​5.85.6
Commits
  • b998f68 release: v5.85.6
  • a1b1279 test(react-query/useMutation): remove '@​testing-library/jest-dom/vitest' impo...
  • See full diff in compare view

Updates @hey-api/openapi-ts from 0.82.0 to 0.82.3

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.82.1

Patch Changes

  • #2541 ad3c633 Thanks @​ixnas! - feat(typescript): add typescript-const to enums.mode for generating TypeScript enums as constants

  • #2556 74c16f2 Thanks @​carson2222! - fix(parser): prune required array after removing properties

  • #2559 5012a72 Thanks @​jgoz! - fix(output): avoid appending .gen to file names multiple times when output.clean is false

Commits

Updates vite from 7.1.3 to 7.1.4

Release notes

Sourced from vite's releases.

v7.1.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.4 (2025-09-01)

Bug Fixes

Miscellaneous Chores

  • remove unused constants entry from rolldown.config.ts (#20710) (537fcf9)

Code Refactoring

  • remove unnecessary minify parameter from finalizeCss (#20701) (8099582)
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 dependencies group with 3 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


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

Updates `@hey-api/openapi-ts` from 0.82.0 to 0.82.3
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/commits)

Updates `vite` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.4/packages/vite)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.85.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.82.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 7.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-cdaadd4e1b branch September 2, 2025 19:12
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.

1 participant