[PR #869] [MERGED] chore(deps-dev): Bump openapi-typescript from 7.10.1 to 7.12.0 #870

Closed
opened 2026-02-26 06:32:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/869
Author: @dependabot[bot]
Created: 2/9/2026
Status: Merged
Merged: 2/10/2026
Merged by: @vitormattos

Base: masterHead: dependabot/npm_and_yarn/openapi-typescript-7.12.0


📝 Commits (1)

  • 394eb2d chore(deps-dev): Bump openapi-typescript from 7.10.1 to 7.12.0

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps openapi-typescript from 7.10.1 to 7.12.0.

Release notes

Sourced from openapi-typescript's releases.

openapi-typescript@7.12.0

Minor Changes

Patch Changes

  • #2536 e3c05a4 Thanks @​darkbasic! - Fix enumValues: true output for schemas that use oneOf/anyOf unions by narrowing union types with Extract<> before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.
Changelog

Sourced from openapi-typescript's changelog.

7.12.0

Minor Changes

Patch Changes

  • #2536 e3c05a4 Thanks @​darkbasic! - Fix enumValues: true output for schemas that use oneOf/anyOf unions by narrowing union types with Extract<> before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.

7.11.0

Minor Changes

7.10.2

Patch Changes

  • #2139 12f9c29 Thanks @​darkbasic! - All kinds of enum related fixes (enums in arrays, in optional props, in unions, in request body, with record types...)

  • #2548 4385590 Thanks @​mynnx! - Fixes the --redocly flag so that it no longer hangs and is able to lookup the Redocly file at a custom path

Commits
Maintainer changes

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


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/869 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/openapi-typescript-7.12.0` --- ### 📝 Commits (1) - [`394eb2d`](https://github.com/nextcloud/twofactor_gateway/commit/394eb2d014bbe161c2ccc1fa64920db45dd4267e) chore(deps-dev): Bump openapi-typescript from 7.10.1 to 7.12.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) from 7.10.1 to 7.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openapi-ts/openapi-typescript/releases">openapi-typescript's releases</a>.</em></p> <blockquote> <h2>openapi-typescript@7.12.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2524">#2524</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/697f7fe8bf3f23bfa36cb29c093a359b562a377e"><code>697f7fe</code></a> Thanks <a href="https://github.com/gunnarvelle"><code>@​gunnarvelle</code></a>! - Added flag to keep casing for exported root types</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2536">#2536</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/e3c05a40752b02fcabe63fda88d7e0afae00ab6d"><code>e3c05a4</code></a> Thanks <a href="https://github.com/darkbasic"><code>@​darkbasic</code></a>! - Fix <code>enumValues: true</code> output for schemas that use <code>oneOf</code>/<code>anyOf</code> unions by narrowing union types with <code>Extract&lt;&gt;</code> before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md">openapi-typescript's changelog</a>.</em></p> <blockquote> <h2>7.12.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2524">#2524</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/697f7fe8bf3f23bfa36cb29c093a359b562a377e"><code>697f7fe</code></a> Thanks <a href="https://github.com/gunnarvelle"><code>@​gunnarvelle</code></a>! - Added flag to keep casing for exported root types</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2536">#2536</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/e3c05a40752b02fcabe63fda88d7e0afae00ab6d"><code>e3c05a4</code></a> Thanks <a href="https://github.com/darkbasic"><code>@​darkbasic</code></a>! - Fix <code>enumValues: true</code> output for schemas that use <code>oneOf</code>/<code>anyOf</code> unions by narrowing union types with <code>Extract&lt;&gt;</code> before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.</li> </ul> <h2>7.11.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2433">#2433</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/27c9370911b50a981d146fa5c561b90d66dd2c0d"><code>27c9370</code></a> Thanks <a href="https://github.com/danitt"><code>@​danitt</code></a>! - Conditionally generate TS enums</li> </ul> <h2>7.10.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2139">#2139</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/12f9c29b7653db3ab5d6beb4ac698ce5b58177aa"><code>12f9c29</code></a> Thanks <a href="https://github.com/darkbasic"><code>@​darkbasic</code></a>! - All kinds of enum related fixes (enums in arrays, in optional props, in unions, in request body, with record types...)</p> </li> <li> <p><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2548">#2548</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/438559038baa931144768f186e8825f9e84cdb85"><code>4385590</code></a> Thanks <a href="https://github.com/mynnx"><code>@​mynnx</code></a>! - Fixes the <code>--redocly</code> flag so that it no longer hangs and is able to lookup the Redocly file at a custom path</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/5ca83697f3e307d76edbd42e192f2bfad956012a"><code>5ca8369</code></a> [ci] release (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2603">#2603</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/47ba213c9092bf67a5c67be70ef2bf01e521c012"><code>47ba213</code></a> ci: fix npm publish permissions (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2601">#2601</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/697f7fe8bf3f23bfa36cb29c093a359b562a377e"><code>697f7fe</code></a> Keep casing for schema types exported to root (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2524">#2524</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/e3c05a40752b02fcabe63fda88d7e0afae00ab6d"><code>e3c05a4</code></a> fix(openapi-typescript): enumValues generates valid TypeScript for oneOf/anyO...</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/746c35f3c88464ac0ff3a6c8d8036f62374bc635"><code>746c35f</code></a> [ci] release (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2598">#2598</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/27c9370911b50a981d146fa5c561b90d66dd2c0d"><code>27c9370</code></a> support conditional ts enums (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2433">#2433</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/7635787ecb752dbfb1336bab08e1d56e1bb18ad9"><code>7635787</code></a> [ci] release (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2504">#2504</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/1137b46b30c2d8fdf3467469321a67b93e85889e"><code>1137b46</code></a> Update deps, update release script (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2580">#2580</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/438559038baa931144768f186e8825f9e84cdb85"><code>4385590</code></a> fix: allow custom redocly file using --redocly (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2548">#2548</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/e9d3c687972439650202f94f48cffc431d428080"><code>e9d3c68</code></a> fix(tests): updated redocly openapi schema location (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript/issues/2522">#2522</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.12.0/packages/openapi-typescript">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for openapi-typescript since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openapi-typescript&package-manager=npm_and_yarn&previous-version=7.10.1&new-version=7.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:32:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#870
No description provided.