fix(deps): update dependency typia to v9 #1798
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.1.1->9.1.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
samchon/typia (typia)
v9.1.1Compare Source
What's Changed
@types/nodeby @samchon in https://github.com/samchon/typia/pull/1569Full Changelog: samchon/typia@9.1.0...v9.1.1
v9.1.0Compare Source
What's Changed
typia.json.schema<T>()by @samchon in https://github.com/samchon/typia/pull/1567Full Changelog: samchon/typia@v9.0.1...9.1.0
v9.0.1Compare Source
Major update from
@samchon/openapi: https://github.com/samchon/openapi/releases/tag/v4.0.0Anthropic Claude has banned
booleantypedexclusiveMinimumandexclusiveMaximumproperties. So@samchon/openapihas changed them tonumbertype to support Anthropic Claude perflectly, and it is a typical major update taking a break change on types.Also, in the JSON schema specifications,
examplesproperty has been changed fromArray<any>type toRecord<string, any>type since OpenAPI v3 update. However, too much people and frameworks are not responding such specification change. So, many of users validating OpenAPI specification bytypia.assert<OpenApiV3_1.IDocument>(doc)function had been failed due to suchJsonSchema.examplesreason.@samchon/openapi's new release allows non-standardexampletype (Array<any>) considering the industrial environments, and supports polyfill methods instead.To respond such break changes with major update from
@samchon/openapi,typiahas released new major update v9. Also, realising a new major update,typiahas enhancednumber & tags.Type<"uint32">like unsigned integer type about JSON schema generation. From now on, when define anumber & tags.Type<"int32">like tag, it would also contain theminimum: 0constraint in the JSON schema.What's Changed
exclusiveMinimum/exclusiveMaximumasnumbertype by @samchon in https://github.com/samchon/typia/pull/1562uinttype's JSON schema property. by @samchon in https://github.com/samchon/typia/pull/1563@exclusiveMinimumcase. by @samchon in https://github.com/samchon/typia/pull/1564Full Changelog: samchon/typia@v8.2.0...v9.0.1
v9.0.0Compare Source
v8.2.0Compare Source
What's Changed
New Contributors
Full Changelog: samchon/typia@v8.1.1...v8.2.0
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.