chore(deps): update dependency typia to v7 #354
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:
^6.5.0
->^7.0.0
Release Notes
samchon/typia (typia)
v7.5.1
Compare Source
What's Changed
ILlmFunction.parameters.description
problem. by @samchon in https://github.com/samchon/typia/pull/1442Full Changelog: samchon/typia@v7.5.0...v7.5.1
v7.5.0
Compare Source
Special update for commercial project performing LLM function calling to the Rest API.
What's Changed
@samchon/openapi@2.3.0
. by @samchon in https://github.com/samchon/typia/pull/1440Full Changelog: samchon/typia@v7.4.2...v7.5.0
v7.4.2
Compare Source
What's Changed
typia.llm.applicationOfValidate()
function in generation mode. by @samchon in https://github.com/samchon/typia/pull/1439Full Changelog: samchon/typia@v7.4.1...v7.4.2
v7.4.1
Compare Source
What's Changed
Full Changelog: samchon/typia@v7.4.0...v7.4.1
v7.4.0
Compare Source
What's Changed
Full Changelog: samchon/typia@v7.3.0...v7.4.0
v7.3.0
Compare Source
What's Changed
UniqueItems
by @samchon in https://github.com/samchon/typia/pull/1424@human
tag. by @samchon in https://github.com/samchon/typia/pull/1427ILlmFunction.strict
has been removed. by @samchon in https://github.com/samchon/typia/pull/1428Full Changelog: samchon/typia@v7.2.0...v7.3.0
v7.2.1
Compare Source
v7.2.0
Compare Source
What's Changed
TransformError
in website playground. by @samchon in https://github.com/samchon/typia/pull/1420IValidation.IError.data
property. by @samchon in https://github.com/samchon/typia/pull/1421Full Changelog: samchon/typia@v7.1.0...v7.2.0
v7.1.0
Compare Source
What's Changed
typia.llm.applicationOfValidate()
. by @samchon in https://github.com/samchon/typia/pull/1418Full Changelog: samchon/typia@v7.0.2...v7.1.0
v7.0.2
Compare Source
TypeScript v5.7 has occured many break changes on its filesystem, and it had broken the ts-patch. And today, @nonara has fixed the problem by upgrading the ts-patch. This PR allows to install TypeScript 5.7+ version following the ts-patch update.
Also, TypeScript v5.7 has changed another break change on the Uint8Array like native class type to have a generic argument Uint8Array. This PR also solves the problem of it.
Special thanks to @nonara, the transformation ecosystem builder.
What's Changed
Full Changelog: samchon/typia@v7.0.1...v7.0.2
v7.0.1
Compare Source
Emergent patch for frontend applications with
unplugin-typia
, especially for below cases.Special thanks to @ryoppippi
"use server"
like statements$
starting variable for SvelteKit 5.What's Changed
tags.Sequence<N>
type in theprotobuf
chapter. by @samchon in https://github.com/samchon/typia/pull/1407"use server"
case, and$
starting variable. by @samchon in https://github.com/samchon/typia/pull/1411Full Changelog: samchon/typia@v7.0.0...v7.0.1
v7.0.0
Compare Source
LLM Models Supporting
LLM schema generator functions have become suitable to LLM provider models.
IChatGptSchema
: OpenAI ChatGPTIClaudeSchema
: Anthropic ClaudeIGeminiSchema
: Google GeminiILlamaSchema
: Meta LlamaOptimized for Frontend Bundlers
Typia v7 compiler has been optimized for frontend bundlers.
From now on, internal functions would be dynamically imported like below.
What's Changed
ImportProgrammer.internal()
. by @samchon in https://github.com/samchon/typia/pull/1311ImportProgrammer
composing import statements by transformation. by @samchon in https://github.com/samchon/typia/pull/1313ImportTransformer
for generation mode. by @samchon in https://github.com/samchon/typia/pull/1319typia.http.parameter()
function. by @samchon in https://github.com/samchon/typia/pull/1320typia.json.application
andtypia.json.schemas
functions. by @samchon in https://github.com/samchon/typia/pull/1322protobuf
sequencing. by @samchon in https://github.com/samchon/typia/pull/1328Sequence<N>
tag and its validator onProtobufFactory
by @samchon in https://github.com/samchon/typia/pull/1332IProtobufProperty
andIProtobufSchema
by @samchon in https://github.com/samchon/typia/pull/1333Sequence<N>
implementation for Protocol Buffer. by @samchon in https://github.com/samchon/typia/pull/1334ImportProgrammer.IOptions
for multiple transformers case. by @samchon in https://github.com/samchon/typia/pull/1336$
prefix to_
for Svelte. by @samchon in https://github.com/samchon/typia/pull/1339$importInternal
script in the type tag validator. by @samchon in https://github.com/samchon/typia/pull/1359_isUniqueItems()
, the deepinng comparison. by @samchon in https://github.com/samchon/typia/pull/1360ILlmFunction<Parameters>
. by @samchon in https://github.com/samchon/typia/pull/1371typia.llm.parameters()
. by @samchon in https://github.com/samchon/typia/pull/1374tgz
setup. by @samchon in https://github.com/samchon/typia/pull/1380typia.json.application<App>()
function. by @samchon in https://github.com/samchon/typia/pull/1385Array<number & X & Y> & A & B
. by @samchon in https://github.com/samchon/typia/pull/1389typia.llm.application()
function. by @samchon in https://github.com/samchon/typia/pull/1391additionalProperties
in Claude and Llama schemas. by @samchon in https://github.com/samchon/typia/pull/1394typia.llm.application()
bug of vulnerable nesting. by @samchon in https://github.com/samchon/typia/pull/1395@samchon/openapi
, maybe the last update. by @samchon in https://github.com/samchon/typia/pull/1399@samchon/openapi
, theTry<T, E>
composer. by @samchon in https://github.com/samchon/typia/pull/1400IReadableURLSearchParams
in v7 major update. by @samchon in https://github.com/samchon/typia/pull/1402Full Changelog: samchon/typia@v6.12.2...v7.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.