Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json-schema-to-typescript from 10.1.5 to 11.0.1 #16851

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps json-schema-to-typescript from 10.1.5 to 11.0.1.

Changelog

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

Changelog

*Note: This is a partial changelog, covering significant & breaking changes. For a full list of changes, please consult the commit log.

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

9.1.0

  • d88a514 Bugfix: Improve deduping logic for anyOf (#273)
  • 8f3f101 Bugfix: Multiple fixes for CLI
  • d0ad44b Perf: Improve normalizer performance (#286)

9.0.0

This release brings improved typesafety, thorough testing of all supported NodeJS version and operating systems on CI, and bugfixes.

  • 105d239 Feat: Emit unknown instead of any by default
  • 8f0b1bc Feat: Add unknownAny CLI option (#281)
  • 375dfd2 Bugfix: Fix generated type names to increment counters, instead of appending when we're unable to infer a type's name
  • 7f52f98 Drop support for NodeJS <10

8.2.0

... (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 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)

@dependabot dependabot bot added the dependencies ⛓️ Pull requests that update a dependency package or file. label Jul 4, 2022
@github-actions github-actions bot added the infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project label Jul 4, 2022
@queengooborg
Copy link
Collaborator

Failing build has been reported upstream: bcherny/json-schema-to-typescript#466

Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 10.1.5 to 11.0.1.
- [Release notes](https://github.com/bcherny/json-schema-to-typescript/releases)
- [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcherny/json-schema-to-typescript/commits)

---
updated-dependencies:
- dependency-name: json-schema-to-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json-schema-to-typescript-11.0.1 branch from 02dda7d to 695a83b Compare July 14, 2022 12:48
@github-actions github-actions bot added the schema ⚙️ Isses or pull requests regarding the JSON schema files used in this project. label Aug 2, 2022
Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking this as "changes requested" to show intent not to merge this yet. There's still some bugs I'd like to iron out in the package first.

@github-actions
Copy link

github-actions bot commented Aug 4, 2022

This pull request has merge conflicts that must be resolved before it can be merged.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2022

A newer version of json-schema-to-typescript exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@queengooborg
Copy link
Collaborator

@dependabot Ignore this minor version, please!

@dependabot dependabot bot closed this Nov 9, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2022

OK, I won't notify you about version 11.0.x again, unless you re-open this PR. 😢

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/json-schema-to-typescript-11.0.1 branch November 9, 2022 09:44
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 package or file. infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project schema ⚙️ Isses or pull requests regarding the JSON schema files used in this project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant