Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 6 updates in the / directory:

Package From To
@tanstack/react-query 5.85.5 5.85.9
@hey-api/openapi-ts 0.82.0 0.82.3
knip 5.63.0 5.63.1
sass-embedded 1.91.0 1.92.0
typescript-eslint 8.41.0 8.42.0
vite 7.1.3 7.1.4

Updates @tanstack/react-query from 5.85.5 to 5.85.9

Release notes

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

v5.85.9

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix

  • query-core: ensure combine re-executes after cache restoration with memoized combine (#9592) (564a4f6) by Kim YoungHoon

Test

  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#9605) (5221029) by @​sukvvon

Packages

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

v5.85.8

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor

  • react-query: replace magic number with named constant in suspense timers (#9607) (ef0c16e) by Minha Kang

Ci

  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

... (truncated)

Commits
  • 0a35234 release: v5.85.9
  • 564a4f6 fix(query-core): ensure combine re-executes after cache restoration with memo...
  • 5221029 test(react-query/HydrationBoundary): add tests for 'non-object' state and mis...
  • aec19c9 release: v5.85.8
  • c44ca47 ci: apply automated fixes
  • ef0c16e refactor(react-query): replace magic number with named constant in suspense t...
  • a978b34 release: v5.85.7
  • 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 knip from 5.63.0 to 5.63.1

Release notes

Sourced from knip's releases.

Release 5.63.1

  • Fix rsbuild Plugin (#1227) (e91eea3382059ad4067ace6079e856b2268d9f94) - thanks @​joealden!
  • Binaries don't contain colons (closes #1234) (1d060ac1043ccf211380682962c4c668758740ed)
  • Refactor options all over the place (982d3272e46609f06ca858605d802a75726500d1)
  • feat: detect nuxt modules as dependencies (#1241) (f2072e6aecd81a2082dc60f440d1e48ab583e480) - thanks @​danielamaia!
  • Add missing pnpm commands (#1236) (a4eb20b8777f436250fa523989b2ab234c9553b4) - thanks @​kretajak!
  • Hire me (165c9ea5cb2f5a0d039fcb2e5a1ce2fabaf62f79)
  • feat: pnpm plugin (#1219) (e81eac311abb880188bc11e5dc988a429be4f98e) - thanks @​lishaduck!
  • Bump zod a bit (8b338a25c5a6c323bc686557b3dbcf707ae271e2)
  • Update rsbuild Plugin to Check Environments (#1246) (c7366b5d620fc678b53777d1e0d4dca99803134c) - thanks @​joealden!
Commits

Updates sass-embedded from 1.91.0 to 1.92.0

Changelog

Sourced from sass-embedded's changelog.

1.92.0

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and @use rules could fail to apply correctly.

Command-Line Interface

  • In --watch mode, delete the source map when the associated source file is deleted.
Commits

Updates typescript-eslint from 8.41.0 to 8.42.0

Release notes

Sourced from typescript-eslint's releases.

v8.42.0

8.42.0 (2025-09-02)

🚀 Features

  • deprecate tseslint.config() (#11531)

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.42.0 (2025-09-02)

🚀 Features

  • deprecate tseslint.config() (#11531)

🩹 Fixes

  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • d135909 chore(release): publish 8.42.0
  • fa15645 fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...
  • d7614a7 feat: deprecate tseslint.config() (#11531)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint since your current version.


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

…dates

Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.85.5` | `5.85.9` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.82.0` | `0.82.3` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.63.0` | `5.63.1` |
| [sass-embedded](https://github.com/sass/embedded-host-node) | `1.91.0` | `1.92.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.41.0` | `8.42.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.3` | `7.1.4` |



Updates `@tanstack/react-query` from 5.85.5 to 5.85.9
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.85.9/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 `knip` from 5.63.0 to 5.63.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.63.1/packages/knip)

Updates `sass-embedded` from 1.91.0 to 1.92.0
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.91.0...1.92.0)

Updates `typescript-eslint` from 8.41.0 to 8.42.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.42.0/packages/typescript-eslint)

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.9
  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: knip
  dependency-version: 5.63.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sass-embedded
  dependency-version: 1.92.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

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

@dependabot dependabot bot closed this Sep 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-5e1e9d1a01 branch September 4, 2025 18:24
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