Skip to content

deps(client)(deps-dev): bump the all-deps group in /packages/client with 2 updates#186

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/client/all-deps-785922efb7
Open

deps(client)(deps-dev): bump the all-deps group in /packages/client with 2 updates#186
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/client/all-deps-785922efb7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the all-deps group in /packages/client with 2 updates: @typescript-eslint/parser and swagger-typescript-api.

Updates @typescript-eslint/parser from 8.59.0 to 8.59.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.59.1 (2026-04-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

Commits

Updates swagger-typescript-api from 12.0.4 to 13.7.2

Release notes

Sourced from swagger-typescript-api's releases.

v13.7.2

Patch Changes

v13.7.1

Patch Changes

  • 189ad98 Thanks @​js2me! - fixed normalization external refs in swagger schema

v13.7.0

Minor Changes

  • beccbaa Thanks @​js2me! - Add typeNameSeparator config option for joining typePrefix, type name, and typeSuffix in TypeNameFormatter.

    This separator is primarily effective with disableFormatTypeNames: true, or when custom hooks.onFormatTypeName preserves separators without normalization.

  • 162739a Thanks @​js2me! - Add disableFormatTypeNames option to disable type name formatting and normalization in the generator.

    When enabled, generated names keep raw separators (for example, Foo_Bar stays Foo_Bar), which prevents collisions caused by startCase-based normalization (such as Foo_Bar and FooBar both becoming FooBar).

    The option is available in config and via CLI as --disable-format-type-names, and is covered by a dedicated spec test in tests/spec/disableFormatTypeNames.

Patch Changes

  • #1726 1b60264 Thanks @​mlewando-cp! - Dedupe colliding TypeScript identifiers produced by the TypeNameFormatter.

    Two OpenAPI schema keys that differ only in separator placement — e.g. Foo_Bar and FooBar — used to collapse to the same identifier via startCase + whitespace-strip and emit two export interface FooBar declarations (TS2717 whenever the shapes differed).

    TypeNameFormatter now exposes a precommit(rawNames) method the generator calls once after loading schema components and before schema parsing. It resolves every raw name in two passes — canonical names (raw === formatted output) claim their slot first, then non-canonical names suffix-until-free — so user-declared identifiers like FooBar1 are preserved regardless of source order, and collisions deterministically produce FooBar, FooBar1, FooBar2, … References to each schema (including inline generics in route handlers) stay consistent with the emitted export interface declarations.

... (truncated)

Changelog

Sourced from swagger-typescript-api's changelog.

13.7.2

Patch Changes

13.7.1

Patch Changes

  • 189ad98 Thanks @​js2me! - fixed normalization external refs in swagger schema

13.7.0

Minor Changes

  • beccbaa Thanks @​js2me! - Add typeNameSeparator config option for joining typePrefix, type name, and typeSuffix in TypeNameFormatter.

    This separator is primarily effective with disableFormatTypeNames: true, or when custom hooks.onFormatTypeName preserves separators without normalization.

  • 162739a Thanks @​js2me! - Add disableFormatTypeNames option to disable type name formatting and normalization in the generator.

    When enabled, generated names keep raw separators (for example, Foo_Bar stays Foo_Bar), which prevents collisions caused by startCase-based normalization (such as Foo_Bar and FooBar both becoming FooBar).

    The option is available in config and via CLI as --disable-format-type-names, and is covered by a dedicated spec test in tests/spec/disableFormatTypeNames.

Patch Changes

  • #1726 1b60264 Thanks @​mlewando-cp! - Dedupe colliding TypeScript identifiers produced by the TypeNameFormatter.

    Two OpenAPI schema keys that differ only in separator placement — e.g. Foo_Bar and FooBar — used to collapse to the same identifier via startCase + whitespace-strip and emit two export interface FooBar declarations (TS2717 whenever the shapes differed).

    TypeNameFormatter now exposes a precommit(rawNames) method the generator calls once after loading schema components and before schema parsing. It resolves every raw name in two passes — canonical names (raw === formatted output) claim their slot first, then non-canonical names suffix-until-free — so user-declared identifiers like FooBar1 are preserved regardless of source order, and collisions deterministically produce FooBar, FooBar1,

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for swagger-typescript-api since your current version.


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 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 all-deps group in /packages/client with 2 updates: [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api).


Updates `@typescript-eslint/parser` from 8.59.0 to 8.59.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/parser)

Updates `swagger-typescript-api` from 12.0.4 to 13.7.2
- [Release notes](https://github.com/acacode/swagger-typescript-api/releases)
- [Changelog](https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md)
- [Commits](acacode/swagger-typescript-api@12.0.4...v13.7.2)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: swagger-typescript-api
  dependency-version: 13.7.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants