Skip to content

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.2.16 age confidence
swagger-typescript-api ^13.0.23 -> ^13.2.16 age confidence

Release Notes

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

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 changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.7 fix(deps): update dependency swagger-typescript-api to ^13.2.8 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from 85c5c06 to 2eedc47 Compare August 10, 2025 13:09
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from 2eedc47 to e02decc Compare August 28, 2025 16:58
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.8 fix(deps): update dependency swagger-typescript-api to ^13.2.9 Aug 28, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from e02decc to cc2eb37 Compare August 31, 2025 09:44
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.9 fix(deps): update dependency swagger-typescript-api to ^13.2.10 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch 2 times, most recently from c0e60ac to 6e3ad09 Compare September 18, 2025 05:28
@renovate renovate bot changed the title fix(deps): update dependency swagger-typescript-api to ^13.2.10 fix(deps): update dependency swagger-typescript-api to ^13.2.11 Sep 18, 2025
@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 from c0933ee to ab2e554 Compare December 3, 2025 17:36
@renovate renovate bot force-pushed the renovate/swagger-typescript-api-13.x branch from ab2e554 to 7be9036 Compare December 5, 2025 11:02
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.

1 participant