+
Skip to content

[Snyk] Upgrade typia from 6.3.1 to 9.3.1 #3

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

lordpython
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade typia from 6.3.1 to 9.3.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 209 versions ahead of your current version.

  • The recommended version was released 22 days ago.

Release notes
Package name: typia
  • 9.3.1 - 2025-05-20

    What's Changed

    • Upgrade @ samchon/openapi for deprecation reason by @ samchon in #1584

    Full Changelog: v9.3.0...v9.3.1

  • 9.3.1-dev.20250520 - 2025-05-20
  • 9.3.0 - 2025-05-12

    What's Changed

    • New function typia.llm.controller<Class, Model>(). by @ samchon in #1582

    Full Changelog: v9.2.0...v9.3.0

  • 9.3.0-dev.20250511 - 2025-05-11
  • 9.2.0 - 2025-05-08

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

    What's Changed

    New Contributors

    Full Changelog: v9.1.1...v9.2.0

  • 9.1.1 - 2025-04-10

    What's Changed

    Full Changelog: 9.1.0...v9.1.1

  • 9.1.0 - 2025-04-08

    What's Changed

    Full Changelog: v9.0.1...9.1.0

  • 9.1.0-dev.20250408 - 2025-04-08
  • 9.0.1 - 2025-04-05

    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: v8.2.0...v9.0.1

  • 9.0.0 - 2025-04-05
  • 9.0.0-dev.20250405-4 - 2025-04-05
  • 9.0.0-dev.20250405-3 - 2025-04-05
  • 9.0.0-dev.20250406 - 2025-04-05
  • 9.0.0-dev.20250405 - 2025-04-04
  • 8.2.0 - 2025-04-04

    What's Changed

    New Contributors

    Full Changelog: v8.1.1...v8.2.0

  • 8.1.1 - 2025-03-30

    What's Changed

    New Contributors

    Full Changelog: v8.1.0...v8.1.1

  • 8.1.0 - 2025-03-29

    What's Changed

    Full Changelog: v8.0.4...v8.1.0

  • 8.0.4 - 2025-03-26

    What's Changed

    Full Changelog: v8.0.3...v8.0.4

  • 8.0.3 - 2025-03-16
  • 8.0.3-dev.20250316 - 2025-03-16
  • 8.0.2 - 2025-03-14
  • 8.0.2-dev.20250315 - 2025-03-14
  • 8.0.2-dev.20250314 - 2025-03-14
  • 8.0.1 - 2025-03-11
  • 8.0.0 - 2025-03-01
  • 8.0.0-dev.20250301 - 2025-03-01
  • 8.0.0-dev.20250225 - 2025-02-24
  • 8.0.0-dev.20250224 - 2025-02-24
  • 8.0.0-dev.20250222 - 2025-02-21
  • 8.0.0-dev.20250221 - 2025-02-21
  • 7.7.0-dev.20250130 - 2025-01-30
  • 7.6.4 - 2025-02-11
  • 7.6.3 - 2025-02-04
  • 7.6.2 - 2025-02-04
  • 7.6.2-dev.20250205 - 2025-02-04
  • 7.6.2-dev.20250204 - 2025-02-04
  • 7.6.1 - 2025-02-03
  • 7.6.1-dev.20250203 - 2025-02-03
  • 7.6.0 - 2025-01-13
  • 7.6.0-dev.20241229 - 2024-12-29
  • 7.5.1 - 2024-12-22
  • 7.5.0 - 2024-12-18
  • 7.5.0-dev.20241218 - 2024-12-18
  • 7.4.2 - 2024-12-17
  • 7.4.2-dev.20241217 - 2024-12-17
  • 7.4.1 - 2024-12-16
  • 7.4.1-dev.20241216-2 - 2024-12-16
  • 7.4.1-dev.20241216 - 2024-12-16
  • 7.4.0 - 2024-12-14
  • 7.4.0-dev.20241215 - 2024-12-14
  • 7.3.0 - 2024-12-12
  • 7.3.0-dev.20241213 - 2024-12-12
  • 7.2.1 - 2024-12-12
  • 7.2.1-dev.20241212 - 2024-12-12
  • 7.2.0 - 2024-12-10
  • 7.1.0 - 2024-12-09
  • 7.1.0-dev.20241209 - 2024-12-08
  • 7.0.2 - 2024-12-05
  • 7.0.2-dev.20241205 - 2024-12-05
  • 7.0.2-dev.20241204 - 2024-12-04
  • 7.0.1 - 2024-12-03
  • 7.0.0 - 2024-12-02
  • 7.0.0-dev.20241202-5 - 2024-12-02
  • 7.0.0-dev.20241202-4 - 2024-12-02
  • 7.0.0-dev.20241202-3 - 2024-12-02
  • 7.0.0-dev.20241202-2 - 2024-12-02
  • 7.0.0-dev.20241130-2 - 2024-11-30
  • 7.0.0-dev.20241127-6 - 2024-11-27
  • 7.0.0-dev.20241127-5 - 2024-11-27
  • 7.0.0-dev.20241127-4 - 2024-11-27
  • 7.0.0-dev.20241127-3 - 2024-11-27
  • 7.0.0-dev.20241127-2 - 2024-11-26
  • 7.0.0-dev.20241126-2 - 2024-11-26
  • 7.0.0-dev.20241125-2 - 2024-11-24
  • 7.0.0-dev.20241111-2 - 2024-11-11
  • 7.0.0-dev.20241022-4 - 2024-10-22
  • 7.0.0-dev.20241022-3 - 2024-10-22
  • 7.0.0-dev.20241022-2 - 2024-10-21
  • 7.0.0-dev.20241021-2 - 2024-10-21
  • 7.0.0-dev.20241019-2 - 2024-10-19
  • 7.0.0-dev.20241011-2 - 2024-10-11
  • 7.0.0-dev.20241010-2 - 2024-10-09
  • 7.0.0-dev.20241009-3 - 2024-10-08
  • 7.0.0-dev.20241009-2 - 2024-10-08
  • 7.0.0-dev.20241002-2 - 2024-10-01
  • 7.0.0-dev.20241202 - 2024-12-01
  • 7.0.0-dev.20241201 - 2024-11-30
  • 7.0.0-dev.20241130 - 2024-11-29
  • 7.0.0-dev.20241129 - 2024-11-29
  • 7.0.0-dev.20241128 - 2024-11-28
  • 7.0.0-dev.20241127 - 2024-11-26
  • 7.0.0-dev.20241126 - 2024-11-25
  • 7.0.0-dev.20241125 - 2024-11-24
  • 7.0.0-dev.20241124 - 2024-11-23
  • 7.0.0-dev.20241123 - 2024-11-22
  • 7.0.0-dev.20241122 - 2024-11-22
  • 7.0.0-dev.20241115 - 2024-11-16
  • 7.0.0-dev.20241114 - 2024-11-14
  • 7.0.0-dev.20241112 - 2024-11-11
  • 7.0.0-dev.20241111 - 2024-11-10
  • 7.0.0-dev.20241110 - 2024-11-09
  • 7.0.0-dev.20241023 - 2024-10-23
  • 7.0.0-dev.20241022 - 2024-10-21
  • 7.0.0-dev.20241021 - 2024-10-21
  • 7.0.0-dev.20241020 - 2024-10-19
  • 7.0.0-dev.20241019 - 2024-10-18
  • 7.0.0-dev.20241018 - 2024-10-18
  • 7.0.0-dev.20241012 - 2024-10-11
  • 7.0.0-dev.20241011 - 2024-10-11
  • 7.0.0-dev.20241010 - 2024-10-09
  • 7.0.0-dev.20241009 - 2024-10-08
  • 7.0.0-dev.20241008 - 2024-10-08
  • 7.0.0-dev.20241007 - 2024-10-07
  • 7.0.0-dev.20241005 - 2024-10-05
  • 7.0.0-dev.20241003 - 2024-10-02
  • 7.0.0-dev.20241002 - 2024-10-01
  • 7.0.0-dev.20241001 - 2024-09-30
  • 7.0.0-dev.20240930 - 2024-09-29
  • 7.0.0-dev.20240929 - 2024-09-28
  • 7.0.0-dev.20240928 - 2024-09-28
  • 7.0.0-dev.20240924 - 2024-09-24
  • 7.0.0-dev.20240923 - 2024-09-23
  • 7.0.0-dev.20240922 - 2024-09-23
  • 7.0.0-dev.20240921 - 2024-09-21
  • 7.0.0-dev.20240920 - 2024-09-20
  • 7.0.0-dev.20240919 - 2024-09-19
  • 7.0.0-dev.20240918 - 2024-09-18
  • 7.0.0-dev.20240916 - 2024-09-16
  • 6.12.2 - 2024-11-25
  • 6.12.1 - 2024-11-24
  • 6.12.0 - 2024-11-11
  • 6.11.4 - 2024-11-10
  • 6.11.3 - 2024-10-22
  • 6.11.2 - 2024-10-11
  • 6.11.1 - 2024-09-28
  • 6.11.0 - 2024-09-26
  • 6.10.4 - 2024-09-25
  • 6.10.4-dev.20240925 - 2024-09-25
  • 6.10.3 - 2024-09-25
  • 6.10.3-dev.20240925 - 2024-09-25
  • 6.10.2 - 2024-09-20
  • 6.10.2-dev.20240920 - 2024-09-20
  • 6.10.1 - 2024-09-19
  • 6.10.1-dev.20240919 - 2024-09-19
  • 6.10.1-dev.20240914 - 2024-09-13
  • 6.10.0 - 2024-09-09
  • 6.10.0-dev.20240910-2 - 2024-09-09
  • 6.10.0-dev.20240910 - 2024-09-09
  • 6.10.0-dev.20240909 - 2024-09-09
  • 6.10.0-dev.20240908 - 2024-09-07
  • 6.10.0-dev.20240906 - 2024-09-06
  • 6.10.0-dev.20240823 - 2024-08-23
  • 6.9.0 - 2024-08-20
  • 6.9.0-dev.20240821 - 2024-08-20
  • 6.8.0 - 2024-08-13
  • 6.8.0-dev.20240811-2 - 2024-08-11
  • 6.8.0-dev.20240813 - 2024-08-13
  • 6.8.0-dev.20240812 - 2024-08-12
  • 6.8.0-dev.20240811 - 2024-08-11
  • 6.7.3-dev.20240808 - 2024-08-07
  • 6.7.2 - 2024-08-04
  • 6.7.2-dev.20240805-5 - 2024-08-04
  • 6.7.2-dev.20240805-4 - 2024-08-04
  • 6.7.2-dev.20240805-3 - 2024-08-04
  • 6.7.2-dev.20240805-2 - 2024-08-04
  • 6.7.2-dev.20240805 - 2024-08-04
  • 6.7.1 - 2024-08-04
  • 6.7.1-dev.20240805 - 2024-08-04
  • 6.7.0 - 2024-08-03
  • 6.7.0-dev.20240803-5 - 2024-08-03
  • 6.7.0-dev.20240803-4 - 2024-08-03
  • 6.7.0-dev.20240803-3 - 2024-08-03
  • 6.7.0-dev.20240803-2 - 2024-08-03
  • 6.7.0-dev.20240803 - 2024-08-03
  • 6.7.0-dev.20240802 - 2024-08-02
  • 6.6.3-dev.20240801 - 2024-08-01
  • 6.6.2 - 2024-07-31
  • 6.6.2-dev.20240731 - 2024-07-31
  • 6.6.1 - 2024-07-30
  • 6.6.1-dev.20240730 - 2024-07-30
  • 6.6.0 - 2024-07-27
  • 6.6.0-dev.20240719-2 - 2024-07-18
  • 6.6.0-dev.20240727 - 2024-07-27
  • 6.6.0-dev.20240720 - 2024-07-18
  • 6.6.0-dev.20240719 - 2024-07-18
  • 6.5.5 - 2024-07-26
  • 6.5.5-dev.20240727 - 2024-07-26
  • 6.5.5-dev.20240726 - 2024-07-26
  • 6.5.4 - 2024-07-21
  • 6.5.4-dev.20240721 - 2024-07-21
  • 6.5.3 - 2024-07-20
  • 6.5.3-dev.20240720 - 2024-07-20
  • 6.5.2 - 2024-07-18
  • 6.5.1 - 2024-07-14
  • 6.5.1-dev.20240714 - 2024-07-14
  • 6.5.0 - 2024-07-12
  • 6.5.0-dev.20240712 - 2024-07-12
  • 6.4.3 - 2024-07-08
  • 6.4.3-dev.20240708 - 2024-07-08
  • 6.4.2 - 2024-07-08
  • 6.4.2-dev.20240708 - 2024-07-08
  • 6.4.1 - 2024-07-05
  • 6.4.1-dev.20240705 - 2024-07-05
  • 6.4.0 - 2024-07-03
  • 6.4.0-dev.20240703 - 2024-07-03
  • 6.3.3 - 2024-07-02
  • 6.3.3-dev.20240702 - 2024-07-02
  • 6.3.2 - 2024-07-01
  • 6.3.2-dev.20240701 - 2024-07-01
  • 6.3.1 - 2024-06-27
from typia GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade typia from 6.3.1 to 9.3.1.

See this package in npm:
typia

See this project in Snyk:
https://app.snyk.io/org/lordpython/project/71a0b313-7a80-4097-a7f0-2101aa3b377c?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

2 participants
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载