fix(deps): update dependency typia to v7 #1438
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:
6.12.2->7.0.1Release Notes
samchon/typia (typia)
v7.0.1Compare 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 theprotobufchapter. 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.0Compare 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/1311ImportProgrammercomposing import statements by transformation. by @samchon in https://github.com/samchon/typia/pull/1313ImportTransformerfor 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.applicationandtypia.json.schemasfunctions. by @samchon in https://github.com/samchon/typia/pull/1322protobufsequencing. by @samchon in https://github.com/samchon/typia/pull/1328Sequence<N>tag and its validator onProtobufFactoryby @samchon in https://github.com/samchon/typia/pull/1332IProtobufPropertyandIProtobufSchemaby @samchon in https://github.com/samchon/typia/pull/1333Sequence<N>implementation for Protocol Buffer. by @samchon in https://github.com/samchon/typia/pull/1334ImportProgrammer.IOptionsfor 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$importInternalscript 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/1374tgzsetup. 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/1391additionalPropertiesin 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/1400IReadableURLSearchParamsin 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: 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.