sourcegraph / create

CLI to bootstrap Sourcegraph npm packages
Apache License 2.0
8 stars 2 forks source link

chore(deps): update dependency json-schema-to-typescript to v13 - autoclosed #316

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
json-schema-to-typescript ^10.1.2 -> ^13.1.2 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

bcherny/json-schema-to-typescript (json-schema-to-typescript) ### [`v13.1.2`](https://togithub.com/bcherny/json-schema-to-typescript/compare/3bb5d2b6c48c9d9ffc091577ea53ddeafb8c00fb...6adcad98ac28334f1e8cd932e412c64dde4205f5) [Compare Source](https://togithub.com/bcherny/json-schema-to-typescript/compare/3bb5d2b6c48c9d9ffc091577ea53ddeafb8c00fb...6adcad98ac28334f1e8cd932e412c64dde4205f5) ### [`v13.1.1`](https://togithub.com/bcherny/json-schema-to-typescript/compare/699eda8b720006b19ea1ac1ab3674f19977808a7...3bb5d2b6c48c9d9ffc091577ea53ddeafb8c00fb) [Compare Source](https://togithub.com/bcherny/json-schema-to-typescript/compare/699eda8b720006b19ea1ac1ab3674f19977808a7...3bb5d2b6c48c9d9ffc091577ea53ddeafb8c00fb) ### [`v13.1.0`](https://togithub.com/bcherny/json-schema-to-typescript/blob/HEAD/CHANGELOG.md#1310) [Compare Source](https://togithub.com/bcherny/json-schema-to-typescript/compare/f43ab4cfe37361bf516facb4f6415bcc9222e7cc...699eda8b720006b19ea1ac1ab3674f19977808a7) - [`f797848`](https://togithub.com/bcherny/json-schema-to-typescript/commit/f797848) Feat: Add support for `deprecated` keyword ### [`v13.0.1`](https://togithub.com/bcherny/json-schema-to-typescript/blob/HEAD/CHANGELOG.md#1301) - [`b13a6f2`](https://togithub.com/bcherny/json-schema-to-typescript/commit/b13a6f2) Bugfix: Boolean CLI flags were not respected ([#​524](https://togithub.com/bcherny/json-schema-to-typescript/issues/524)) ### [`v13.0.0`](https://togithub.com/bcherny/json-schema-to-typescript/blob/HEAD/CHANGELOG.md#1300) - [`05b0103`](https://togithub.com/bcherny/json-schema-to-typescript/commit/05b0103) Bugfix: Parse boolean schemas as schemas, rather than as literals ([#​515](https://togithub.com/bcherny/json-schema-to-typescript/issues/515)) - [`8f973d1`](https://togithub.com/bcherny/json-schema-to-typescript/commit/8f973d1) Bugfix: Fix edge case where emitted names were corrupted when using `strictIndexSignature` ([#​423](https://togithub.com/bcherny/json-schema-to-typescript/issues/423)) ### [`v12.0.0`](https://togithub.com/bcherny/json-schema-to-typescript/blob/HEAD/CHANGELOG.md#1200) [Compare Source](https://togithub.com/bcherny/json-schema-to-typescript/compare/de9b027668aac98aa1c546085bc496b3e3ce7d63...6e3fbca000b51b68a89c9d14d0563dfae8f8a989) - [`b73e1c7`](https://togithub.com/bcherny/json-schema-to-typescript/commit/b73e1c7) Bugfix: Parse enums as literals, rather than as schemas ([#​508](https://togithub.com/bcherny/json-schema-to-typescript/issues/508)) ### [`v11.0.5`](https://togithub.com/bcherny/json-schema-to-typescript/compare/810ef473c05ea9fef3aefe196d388faec36fc4ee...de9b027668aac98aa1c546085bc496b3e3ce7d63) [Compare Source](https://togithub.com/bcherny/json-schema-to-typescript/compare/810ef473c05ea9fef3aefe196d388faec36fc4ee...de9b027668aac98aa1c546085bc496b3e3ce7d63) ### [`v11.0.0`](https://togithub.com/bcherny/json-schema-to-typescript/blob/HEAD/CHANGELOG.md#1100) This is a major release with lots of bugfixes, some of which may change emitted types. - [`2ca6e50`](https://togithub.com/bcherny/json-schema-to-typescript/commit/2ca6e50) Bugfix: Fix crash that may happen when emitting types for cyclical schemas ([#​323](https://togithub.com/bcherny/json-schema-to-typescript/issues/323), [#​376](https://togithub.com/bcherny/json-schema-to-typescript/issues/376)) - [`8fa728e`](https://togithub.com/bcherny/json-schema-to-typescript/commit/8fa728e) Bugfix: Fix tests on Windows, make snapshot ordering consistent - [`b78a616`](https://togithub.com/bcherny/json-schema-to-typescript/commit/b78a616) Bugfix: Make `compile()` non-mutating ([#​370](https://togithub.com/bcherny/json-schema-to-typescript/issues/370), [#​443](https://togithub.com/bcherny/json-schema-to-typescript/issues/443)) - [`a89ffe1`](https://togithub.com/bcherny/json-schema-to-typescript/commit/a89ffe1) Bugfix: Add maximum size heuristic for tuple types ([#​438](https://togithub.com/bcherny/json-schema-to-typescript/issues/438)) - [`6fbcbc8`](https://togithub.com/bcherny/json-schema-to-typescript/commit/6fbcbc8) Bugfix: Improve performance & stability issue caused by JSON serialization ([#​422](https://togithub.com/bcherny/json-schema-to-typescript/issues/422)) - [`7aa353d`](https://togithub.com/bcherny/json-schema-to-typescript/commit/7aa353d) Feat: Add support for `$id` ([#​436](https://togithub.com/bcherny/json-schema-to-typescript/issues/436)) - [`59747b1`](https://togithub.com/bcherny/json-schema-to-typescript/commit/59747b1) Feat: Add support for specifying a default for `additionalProperties` ([#​335](https://togithub.com/bcherny/json-schema-to-typescript/issues/335)) - [`966cca5`](https://togithub.com/bcherny/json-schema-to-typescript/commit/966cca5) Cleanup: Drop support for Node 10

Configuration

šŸ“… Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.