Skip to content

fix(deps): update dependency swagger-typescript-api to ^13.6.5#222

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/swagger-typescript-api-13.x
Open

fix(deps): update dependency swagger-typescript-api to ^13.6.5#222
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/swagger-typescript-api-13.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Change Age Confidence
swagger-typescript-api ^13.0.22^13.6.5 age confidence
swagger-typescript-api ^13.0.23^13.6.5 age confidence

Release Notes

acacode/swagger-typescript-api (swagger-typescript-api)

v13.6.5

Compare Source

Patch Changes

v13.6.4

Compare Source

Patch Changes

v13.6.3

Compare Source

Patch Changes
  • 41bdc18 Thanks @​js2me! - fixed convertation format: json\blob for responses with extractResponseBody flag

  • 41bdc18 Thanks @​js2me! - fix contentTypes internal field for route

v13.6.2

Compare Source

Patch Changes
  • 1f1ba56 Thanks @​js2me! - add internal pass data for binary checks responses

v13.6.1

Compare Source

Patch Changes
  • dc6f2db Thanks @​js2me! - fixes produces should generate Blob response for all binary values

v13.6.0

Compare Source

Minor Changes
  • c4b02db Thanks @​js2me! - paths with "produces" with binary mime types only should return only binary type - Blob

v13.5.0

Compare Source

Minor Changes

v13.4.0

Compare Source

Minor Changes

v13.3.1

Compare Source

Patch Changes

v13.3.0

Compare Source

Minor Changes

v13.2.18

Compare Source

Patch Changes
  • #​1620 def2833 Thanks @​smorimoto! - Restore objectAssign utility with es-toolkit to fix codeGenConstructs and primitiveTypeConstructs options. The lodash-to-es-toolkit migration (#​1562) replaced objectAssign with Object.assign, which broke function-form arguments and deep merging. This restores both behaviors: functions are called with the current struct before merging, and nested properties are preserved via deep merge.

  • #​1611 92a2d46 Thanks @​smorimoto! - Escape */ sequences in generated JSDoc content to prevent comment injection from OpenAPI fields.

v13.2.17

Compare Source

Patch Changes
  • #​1603 19a4d29 Thanks @​clicktodev! - Fix missing closing angle bracket in describeReturnType function's default case, which produced malformed return type syntax Promise<HttpResponse<T, E> instead of Promise<HttpResponse<T, E>>.

  • #​1606 0528831 Thanks @​smorimoto! - Replace Yarn with Bun as the package manager.

v13.2.16

Compare Source

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.

v13.2.15

Compare Source

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

v13.2.14

Compare Source

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.

v13.2.13

Compare Source

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.

    Switch YAML parsing from js-yaml to yaml. Update the resolver to
    use YAML.parse when JSON.parse fails. Remove js-yaml and its types,
    add yaml as a runtime dependency. No public API changes.

v13.2.12

Compare Source

Patch Changes
  • #​1420 426433b Thanks @​smorimoto! - Move @types/lodash and openapi-types to dependencies.

    These type packages are referenced by the published declarations, so consumers
    require them at install time for correct type resolution. Moving them from
    devDependencies prevents downstream TypeScript errors whilst having no
    runtime impact.

v13.2.11

Compare Source

Patch Changes

v13.2.10

Compare Source

Patch Changes

v13.2.9

Compare Source

Patch Changes

v13.2.8

Compare Source

Patch Changes
  • #​1326 99b5f50 Thanks @​thejhh! - Fix TypeScript generation failure for operationIds starting with numbers

    What: Fixed an issue where operationIds starting with numbers (e.g., "123getUser") would cause TypeScript generation to fail due to invalid identifier names.

    Why: OperationIds that start with numbers are not valid JavaScript identifiers, causing syntax errors in the generated TypeScript code.

    How: Modified the template logic to quote property names for invalid identifiers. OperationIds starting with numbers are now generated as quoted properties (e.g., "123GetUser": ...) instead of unquoted invalid identifiers.

    This resolves GitHub issue #​952.

  • #​1008 c2d3e6a Thanks @​frazar! - Fix handling of FormData inputs in Fetch HTTP client

    Previously, when users passed a FormData object directly to the Fetch
    client's multipart/form-data formatter, it would incorrectly attempt to use
    Object.keys() on the FormData instance, which returns an empty array. This
    caused the FormData to be processed incorrectly.

    The fix adds a type check to return FormData instances unchanged, allowing
    users to have full control over FormData construction when needed whilst
    maintaining backwards compatibility for object inputs. This aligns the Fetch
    client behaviour with the existing Axios client implementation.

    This resolves issues where users needed to send multipart requests with
    multiple entries for the same key, which is only possible with direct FormData
    manipulation.

v13.2.7

Compare Source

Patch Changes

v13.2.6

Compare Source

Patch Changes

v13.2.5

Compare Source

Patch Changes

v13.2.4

Compare Source

Patch Changes

v13.2.3

Compare Source

Patch Changes

v13.2.2

Compare Source

Patch Changes

v13.2.1

Compare Source

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

v13.2.0

Compare Source

Minor Changes
Patch Changes

v13.1.3

Compare Source

Patch Changes

v13.1.2

Compare Source

Patch Changes

v13.1.1

Compare Source

Patch Changes
  • #​1163 e477b58 Thanks @​RoXuS! - Ensure enums are at the top of the components to avoid issue on recursive schema parsing.

v13.1.0

Compare Source

Minor Changes
Patch Changes

v13.0.28

Compare Source

Patch Changes

v13.0.27

Compare Source

Patch Changes

v13.0.26

Compare Source

Patch Changes

v13.0.25

Compare Source

Patch Changes
  • #​1102 13da52a Thanks @​smorimoto! - Fix CLI executable by adding the required shebang to the entry file.

  • #​1102 13da52a Thanks @​smorimoto! - Fix query params detection on route name parsing

  • #​1102 13da52a Thanks @​smorimoto! - Improve type safety by adding proper types to SchemaComponent and introducing flags for extracted elements such as request parameters, request body, response body, and response errors.

v13.0.24

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 3 times, most recently from e6df5dd to 8f5d846 Compare April 7, 2025 18:11
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 8f5d846 to 129b7bc Compare April 12, 2025 07:04
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.0.28 fix(deps): update dependency swagger-typescript-api to ^13.1.0 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 129b7bc to 577f3fc Compare April 14, 2025 07:07
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.1.0 fix(deps): update dependency swagger-typescript-api to ^13.1.1 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 577f3fc to 32ca482 Compare May 2, 2025 15:12
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.1.1 fix(deps): update dependency swagger-typescript-api to ^13.1.2 May 2, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 32ca482 to 1a22a6f Compare May 3, 2025 06:00
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.1.2 fix(deps): update dependency swagger-typescript-api to ^13.1.3 May 3, 2025
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.1.3 fix(deps): update dependency swagger-typescript-api to ^13.2.0 Jun 4, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 3 times, most recently from 5b3cf96 to a41bdc2 Compare June 8, 2025 18:13
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.0 fix(deps): update dependency swagger-typescript-api to ^13.2.1 Jun 8, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from a41bdc2 to a27434b Compare June 15, 2025 18:09
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.1 fix(deps): update dependency swagger-typescript-api to ^13.2.2 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from a27434b to 8662fde Compare June 17, 2025 16:53
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.2 fix(deps): update dependency swagger-typescript-api to ^13.2.3 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from f6cc0cc to 0a9af9f Compare June 23, 2025 17:27
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.3 fix(deps): update dependency swagger-typescript-api to ^13.2.4 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 0a9af9f to 7cf1dbb Compare June 24, 2025 12:57
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.4 fix(deps): update dependency swagger-typescript-api to ^13.2.5 Jun 24, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 7cf1dbb to 9882387 Compare June 25, 2025 17:44
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 6e3ad09 to cd7f1c6 Compare September 19, 2025 01:52
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.11 fix(deps): update dependency swagger-typescript-api to ^13.2.13 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from b0d2c06 to 0d1e495 Compare September 25, 2025 21:41
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from 0ac3781 to 226e0fd Compare October 4, 2025 01:12
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.13 fix(deps): update dependency swagger-typescript-api to ^13.2.14 Oct 4, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 3 times, most recently from 896b8b1 to 94a5e60 Compare October 8, 2025 09:33
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.14 fix(deps): update dependency swagger-typescript-api to ^13.2.15 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 94a5e60 to 0f15d18 Compare October 21, 2025 16:38
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.15 fix(deps): update dependency swagger-typescript-api to ^13.2.16 Oct 21, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from c320a6e to 8bd94dc Compare November 4, 2025 01:35
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from 70d5d94 to c0933ee Compare November 11, 2025 19:09
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from ab2e554 to 7be9036 Compare December 5, 2025 11:02
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 7be9036 to 109b19a Compare December 31, 2025 14:54
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 3 times, most recently from 5be9a4a to 3022533 Compare January 26, 2026 07:59
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from f44b183 to 262a55b Compare February 8, 2026 05:45
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.16 fix(deps): update dependency swagger-typescript-api to ^13.2.17 Feb 8, 2026
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from 023facb to 0030fbe Compare February 14, 2026 09:10
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.17 fix(deps): update dependency swagger-typescript-api to ^13.2.18 Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants