Skip to content

chore(deps): update dependency typia to v9#21

Merged
Robot-Inventor merged 1 commit intomainfrom
renovate/typia-9.x
Jul 19, 2025
Merged

chore(deps): update dependency typia to v9#21
Robot-Inventor merged 1 commit intomainfrom
renovate/typia-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Change Age Confidence
typia (source) ^8.0.0 -> ^9.0.0 age confidence

Release Notes

samchon/typia (typia)

v9.5.0

Compare Source

What's Changed

Full Changelog: samchon/typia@v9.4.0...v9.5.0

v9.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/typia@v9.3.1...v9.4.0

v9.3.1

Compare Source

What's Changed

Full Changelog: samchon/typia@v9.3.0...v9.3.1

v9.3.0

Compare Source

What's Changed

Full Changelog: samchon/typia@v9.2.0...v9.3.0

v9.2.0

Compare Source

Started supporting standard-schema from typia.createValidate<T>() function.

What's Changed

New Contributors

Full Changelog: samchon/typia@v9.1.1...v9.2.0

v9.1.1

Compare Source

What's Changed

Full Changelog: samchon/typia@9.1.0...v9.1.1

v9.1.0

Compare Source

What's Changed

Full Changelog: samchon/typia@v9.0.1...9.1.0

v9.0.1

Compare Source

Major update from @samchon/openapi: https://github.com/samchon/openapi/releases/tag/v4.0.0

export namespace JsonSchema {
  export interface INumber {
    type: "number";
    minimum?: number;
    maximum?: number;
    exclusiveMinimum?: number; // boolean -> number
    exclusiveMaximum?: number; // boolean -> number;
    examples?: Record<string, any> | Array<any>; // object -> array | object
  }
}

Anthropic Claude has banned boolean typed exclusiveMinimum and exclusiveMaximum properties. So @samchon/openapi has changed them to number type to support Anthropic Claude perflectly, and it is a typical major update taking a break change on types.

Also, in the JSON schema specifications, examples property has been changed from Array<any> type to Record<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 by typia.assert<OpenApiV3_1.IDocument>(doc) function had been failed due to such JsonSchema.examples reason.

@samchon/openapi's new release allows non-standard example type (Array<any>) considering the industrial environments, and supports polyfill methods instead.

To respond such break changes with major update from @samchon/openapi, typia has released new major update v9. Also, realising a new major update, typia has enhanced number & tags.Type<"uint32"> like unsigned integer type about JSON schema generation. From now on, when define a number & tags.Type<"int32"> like tag, it would also contain the minimum: 0 constraint in the JSON schema.

What's Changed

Full Changelog: samchon/typia@v8.2.0...v9.0.1

v9.0.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying interview-proofreader with  Cloudflare Pages  Cloudflare Pages

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

View logs

@Robot-Inventor Robot-Inventor merged commit 1d74019 into main Jul 19, 2025
3 checks passed
@Robot-Inventor Robot-Inventor deleted the renovate/typia-9.x branch July 19, 2025 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant