Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the all-deps group with 6 updates in the /packages/client directory:

Package From To
@microsoft/api-extractor 7.55.2 7.56.0
@types/node 24.10.8 25.1.0
@typescript-eslint/parser 8.53.0 8.54.0
prettier 3.8.0 3.8.1
rollup 4.55.1 4.57.1
swagger-typescript-api 12.0.4 13.2.16

Updates @microsoft/api-extractor from 7.55.2 to 7.56.0

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.56.0

Fri, 30 Jan 2026 01:16:12 GMT

Minor changes

  • Fix an issue where destructured parameters produced an incorrect parameter name

7.55.5

Thu, 08 Jan 2026 01:12:30 GMT

Patches

  • Fix missing 'export' keyword for namespace re-exports that produced invalid TypeScript output

7.55.4

Wed, 07 Jan 2026 01:12:24 GMT

Version update only

7.55.3

Mon, 05 Jan 2026 16:12:49 GMT

Version update only

Commits
  • 3e188a5 Bump versions [skip ci]
  • 7f33a8c Update changelogs [skip ci]
  • 7d8d056 [api-extractor] Fix an issue where destructured parameters were handled incor...
  • 549716c Bump versions [skip ci]
  • bfd4390 Update changelogs [skip ci]
  • a39a573 fix(api-extractor): preserve export keyword for namespace re-exports (#5517)
  • 7d992f5 Bump versions [skip ci]
  • abc3673 Update changelogs [skip ci]
  • ff3082d Bump versions [skip ci]
  • 965ea3b Update changelogs [skip ci]
  • Additional commits viewable in compare view

Updates @types/node from 24.10.8 to 25.1.0

Commits

Updates @typescript-eslint/parser from 8.53.0 to 8.54.0

Release notes

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

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

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

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

Changelog

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

8.54.0 (2026-01-26)

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

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

8.53.1 (2026-01-19)

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

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

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates rollup from 4.55.1 to 4.57.1

Release notes

Sourced from rollup's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

v4.57.0

4.57.0

2026-01-27

Features

  • Add import attributes to all plugin hooks that did not provide them yet (#5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#5700)

Pull Requests

v4.56.0

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

4.57.0

2026-01-27

Features

  • Add import attributes to all plugin hooks that did not provide them yet (#5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#5700)

Pull Requests

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

... (truncated)

Commits
  • d37675f 4.57.1
  • eafac0b chore(deps): lock file maintenance (#6255)
  • 47fa568 chore(deps): update dependency lru-cache to v11 (#6252)
  • 416f476 Fully include dynamic imports in a try-catch (#6254)
  • 5e393e3 fix: Isolate and cache process.report.getReport() calls in a child process ...
  • c931d23 chore(deps): lock file maintenance minor/patch updates (#6253)
  • c79e6c2 Mitigate vulnerability that would allow to steal credentials
  • 743d054 4.57.0
  • 74121c7 extend more hooks to include import attributes and add warnings (#5700)
  • c519d82 Refactor to reduce Rollup 5 upgrade diff (#6246)
  • Additional commits viewable in compare view

Updates swagger-typescript-api from 12.0.4 to 13.2.16

Release notes

Sourced from swagger-typescript-api's releases.

13.2.16

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#13216

13.2.15

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#13215

13.2.14

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#13214

13.2.13

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#13213

13.2.12

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#13212

13.2.11

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#13211

13.2.10

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#13210

13.2.9

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1329

13.2.8

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1328

13.2.7

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1327

13.2.6

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1326

13.2.5

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1325

13.2.4

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1324

13.2.3

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1323

13.2.2

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1322

13.2.1

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1321

13.2.0

See the changelog for release notes: https://github.com/acacode/swagger-typescript-api/blob/main/CHANGELOG.md#1320

... (truncated)

Changelog

Sourced from swagger-typescript-api's changelog.

13.2.16

Patch Changes

  • #1459 6b485dd Thanks @​smorimoto! - Downgrade eta from 4.0.1 to 3.5.0 to fix module resolution error.

    After the upgrade to eta@4.0.1 in version 13.2.11, API generation started failing with ERR_PACKAGE_PATH_NOT_EXPORTED: No "exports" main defined in eta/package.json. This issue is caused by incorrect package export configuration in eta@4.0.1, which is tracked in the upstream repository.

    Downgrading to eta@3.5.0 resolves the module resolution error whilst maintaining compatibility with the existing template system.

    Fixes #1427.

13.2.15

Patch Changes

  • afc2448 Thanks @​js2me! - added ability to override usageSchema and originalSchema after onInit hook and before all other operations

13.2.14

Patch Changes

  • #1398 d987aee Thanks @​k1rd3rf! - Fix modular template to always generate class property syntax.

    The modular template was incorrectly using object method syntax (: and ,) when route.namespace was present, introduced by PR #1326. This caused TypeScript syntax errors in generated code.

    The modular template should always generate class properties with arrow functions (= and ;), regardless of namespace presence.

    This resolves the issue reported in #1366 where version 13.2.8 generated invalid TypeScript code with modular templates.

13.2.13

Patch Changes

  • #1424 aa79764 Thanks @​smorimoto! - Ensure discriminator mappings use union enum literals.

    Resolve discriminator mapping generation to use literal values when generateUnionEnums is enabled to avoid emitting enum member references. Add regression coverage that snapshots the discriminator output with union enums.

  • #1422 724b0cd Thanks @​smorimoto! - Replace js-yaml with yaml.

... (truncated)

Commits
  • a590fe8 Version Packages (#1460)
  • 6b485dd Downgrade eta to 3.5.0 to fix module resolution error (#1459)
  • 589ba49 chore(deps-dev): bump @​types/node from 24.9.0 to 24.9.1 (#1458)
  • e8ce7b4 chore(deps): bump actions/setup-node from 5 to 6 (#1456)
  • 4a981d6 chore(deps-dev): bump tsdown from 0.15.8 to 0.15.9 (#1455)
  • 02f4806 chore(deps-dev): bump @​types/node from 24.8.1 to 24.9.0 (#1454)
  • ad03d52 chore(deps): bump vite in the npm_and_yarn group across 1 directory (#1457)
  • ee0f5a8 chore(deps-dev): bump tsdown from 0.15.7 to 0.15.8 (#1453)
  • dea2a2f chore(deps-dev): bump @​types/node from 24.8.0 to 24.8.1 (#1451)
  • 45afcf8 chore(deps): bump c12 from 3.3.0 to 3.3.1 (#1452)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~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 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

…th 6 updates

Bumps the all-deps group with 6 updates in the /packages/client directory:

| Package | From | To |
| --- | --- | --- |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.55.2` | `7.56.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.8` | `25.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.0` | `8.54.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [rollup](https://github.com/rollup/rollup) | `4.55.1` | `4.57.1` |
| [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api) | `12.0.4` | `13.2.16` |



Updates `@microsoft/api-extractor` from 7.55.2 to 7.56.0
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.56.0/apps/api-extractor)

Updates `@types/node` from 24.10.8 to 25.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/parser` from 8.53.0 to 8.54.0
- [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.54.0/packages/parser)

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `rollup` from 4.55.1 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.55.1...v4.57.1)

Updates `swagger-typescript-api` from 12.0.4 to 13.2.16
- [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...13.2.16)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-version: 7.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: "@types/node"
  dependency-version: 25.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: rollup
  dependency-version: 4.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: swagger-typescript-api
  dependency-version: 13.2.16
  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 Feb 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