[PR #1185] [MERGED] Bump json-schema-to-typescript from 13.1.2 to 14.0.0 #1273

Closed
opened 2026-03-03 02:02:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1185
Author: @dependabot[bot]
Created: 4/22/2024
Status: Merged
Merged: 4/22/2024
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/json-schema-to-typescript-14.0.0


📝 Commits (1)

  • 3e3e853 Bump json-schema-to-typescript from 13.1.2 to 14.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps json-schema-to-typescript from 13.1.2 to 14.0.0.

Changelog

Sourced from json-schema-to-typescript's changelog.

14.0.0

  • 967eb13 Require Node v16+

13.1.0

  • f797848 Feat: Add support for deprecated keyword

13.0.1

  • b13a6f2 Bugfix: Boolean CLI flags were not respected (#524)

13.0.0

  • 05b0103 Bugfix: Parse boolean schemas as schemas, rather than as literals (#515)
  • 8f973d1 Bugfix: Fix edge case where emitted names were corrupted when using strictIndexSignature (#423)

12.0.0

  • b73e1c7 Bugfix: Parse enums as literals, rather than as schemas (#508)

11.0.0

This is a major release with lots of bugfixes, some of which may change emitted types.

  • 2ca6e50 Bugfix: Fix crash that may happen when emitting types for cyclical schemas (#323, #376)
  • 8fa728e Bugfix: Fix tests on Windows, make snapshot ordering consistent
  • b78a616 Bugfix: Make compile() non-mutating (#370, #443)
  • a89ffe1 Bugfix: Add maximum size heuristic for tuple types (#438)
  • 6fbcbc8 Bugfix: Improve performance & stability issue caused by JSON serialization (#422)
  • 7aa353d Feat: Add support for $id (#436)
  • 59747b1 Feat: Add support for specifying a default for additionalProperties (#335)
  • 966cca5 Cleanup: Drop support for Node 10

10.1.0

  • ec78099 Feat: Add support for JSON Schema const and $defs keywords (#263)

10.0.0

Lots of bugfixes, some of which may be breaking changes.

  • 4aabd23 Bugfix: Correctly generate intersection types when a schema combines multiple JSON Schema directives (eg. properties and allOf) (#157, #243, #256, #314)
  • 3a45990 Bugfix: Referenced schemas are now correctly normalized, improving emitted type declarations for some kinds of referenced schemas with properies using minItems or maxItems
  • 800c076 1ec105d Bugfix: Fix bugs where complex unions were partially emitted in some cases (#277, #320, #326, #327)
  • 828cc05 Bugfix: Fixed an issue where enum names were sometimes incorrectly generated (#339)
  • e038017 Bugfix: Fixed an issue where union member names and comments were incorrect or omitted in some cases (#329)
  • 2b406f9 Bugfix: Fixed an issue where base types were not deduped before emission when using extends (#322)
  • 47036f5 ba4aa65 Perf: Significant performance improvements

... (truncated)

Commits

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 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 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/DavidAnson/markdownlint/pull/1185 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/json-schema-to-typescript-14.0.0` --- ### 📝 Commits (1) - [`3e3e853`](https://github.com/DavidAnson/markdownlint/commit/3e3e853d73d9ba0af578ede95068b13b343f0f22) Bump json-schema-to-typescript from 13.1.2 to 14.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 13.1.2 to 14.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md">json-schema-to-typescript's changelog</a>.</em></p> <blockquote> <h2>14.0.0</h2> <ul> <li>967eb13 Require Node v16+</li> </ul> <h2>13.1.0</h2> <ul> <li>f797848 Feat: Add support for <code>deprecated</code> keyword</li> </ul> <h2>13.0.1</h2> <ul> <li>b13a6f2 Bugfix: Boolean CLI flags were not respected (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/524">#524</a>)</li> </ul> <h2>13.0.0</h2> <ul> <li>05b0103 Bugfix: Parse boolean schemas as schemas, rather than as literals (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/515">#515</a>)</li> <li>8f973d1 Bugfix: Fix edge case where emitted names were corrupted when using <code>strictIndexSignature</code> (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/423">#423</a>)</li> </ul> <h2>12.0.0</h2> <ul> <li>b73e1c7 Bugfix: Parse enums as literals, rather than as schemas (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/508">#508</a>)</li> </ul> <h2>11.0.0</h2> <p>This is a major release with lots of bugfixes, some of which may change emitted types.</p> <ul> <li>2ca6e50 Bugfix: Fix crash that may happen when emitting types for cyclical schemas (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/323">#323</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/376">#376</a>)</li> <li>8fa728e Bugfix: Fix tests on Windows, make snapshot ordering consistent</li> <li>b78a616 Bugfix: Make <code>compile()</code> non-mutating (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/370">#370</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/443">#443</a>)</li> <li>a89ffe1 Bugfix: Add maximum size heuristic for tuple types (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/438">#438</a>)</li> <li>6fbcbc8 Bugfix: Improve performance &amp; stability issue caused by JSON serialization (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/422">#422</a>)</li> <li>7aa353d Feat: Add support for <code>$id</code> (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/436">#436</a>)</li> <li>59747b1 Feat: Add support for specifying a default for <code>additionalProperties</code> (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/335">#335</a>)</li> <li>966cca5 Cleanup: Drop support for Node 10</li> </ul> <h2>10.1.0</h2> <ul> <li>ec78099 Feat: Add support for JSON Schema <code>const</code> and <code>$defs</code> keywords (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/263">#263</a>)</li> </ul> <h2>10.0.0</h2> <p>Lots of bugfixes, some of which may be breaking changes.</p> <ul> <li>4aabd23 Bugfix: Correctly generate intersection types when a schema combines multiple JSON Schema directives (eg. <code>properties</code> and <code>allOf</code>) (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/157">#157</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/243">#243</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/256">#256</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/314">#314</a>)</li> <li>3a45990 Bugfix: Referenced schemas are now correctly normalized, improving emitted type declarations for some kinds of referenced schemas with properies using <code>minItems</code> or <code>maxItems</code></li> <li>800c076 1ec105d Bugfix: Fix bugs where complex unions were partially emitted in some cases (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/277">#277</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/320">#320</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/326">#326</a>, <a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/327">#327</a>)</li> <li>828cc05 Bugfix: Fixed an issue where enum names were sometimes incorrectly generated (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/339">#339</a>)</li> <li>e038017 Bugfix: Fixed an issue where union member names and comments were incorrect or omitted in some cases (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/329">#329</a>)</li> <li>2b406f9 Bugfix: Fixed an issue where base types were not deduped before emission when using <code>extends</code> (<a href="https://redirect.github.com/bcherny/json-schema-to-typescript/issues/322">#322</a>)</li> <li>47036f5 ba4aa65 Perf: Significant performance improvements</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/bcherny/json-schema-to-typescript/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json-schema-to-typescript&package-manager=npm_and_yarn&previous-version=13.1.2&new-version=14.0.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 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 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-03-03 02:02:44 +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/markdownlint#1273
No description provided.