chore(deps): update dependency typia to v9#21
Merged
Robot-Inventor merged 1 commit intomainfrom Jul 19, 2025
Merged
Conversation
Deploying interview-proofreader with
|
| Latest commit: |
43c366b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://17eded28.interview-proofreader.pages.dev |
| Branch Preview URL: | https://renovate-typia-9-x.interview-proofreader.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.0->^9.0.0Release Notes
samchon/typia (typia)
v9.5.0Compare Source
What's Changed
@samchon/openapifrompeerDependencies. by @samchon in https://github.com/samchon/typia/pull/1606Full Changelog: samchon/typia@v9.4.0...v9.5.0
v9.4.0Compare Source
What's Changed
RemoteSourceby @samchon in https://github.com/samchon/typia/pull/1592LocalSourceby @samchon in https://github.com/samchon/typia/pull/1600@samchon/openapifor LLM features. by @samchon in https://github.com/samchon/typia/pull/1603New Contributors
Full Changelog: samchon/typia@v9.3.1...v9.4.0
v9.3.1Compare Source
What's Changed
@samchon/openapifor deprecation reason by @samchon in https://github.com/samchon/typia/pull/1584Full Changelog: samchon/typia@v9.3.0...v9.3.1
v9.3.0Compare Source
What's Changed
typia.llm.controller<Class, Model>(). by @samchon in https://github.com/samchon/typia/pull/1582Full Changelog: samchon/typia@v9.2.0...v9.3.0
v9.2.0Compare Source
Started supporting
standard-schemafromtypia.createValidate<T>()function.What's Changed
@samchon/openapionly inpnpm-lock.yamlby @samchon in https://github.com/samchon/typia/pull/1570unplugin-typia,npminstead ofjsrby @samchon in https://github.com/samchon/typia/pull/1579New Contributors
Full Changelog: samchon/typia@v9.1.1...v9.2.0
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
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.