Skip to content
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

fix(deps): update dependency typia to v8 #61

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typia (source) 7.6.4 -> 8.0.0 age adoption passing confidence

Release Notes

samchon/typia (typia)

v8.0.0

Compare Source

Break change from @samchon/openapi.

Developing agentica, I've seen too much backend servers are not performing proper validation about invalid typed data. To perform the exact validation feedback strategy for the LLM function calling, I've decided to embed JSON schema based runtime validator in the @samchon/openapi.

In the same reason, ILlmFunction from @samchon/openapi directly owns the validate() method, so typia has deprecated typia.llm.applicationOfValidate<App, Model>() function. And then let the typia.llm.application<App, Model>() function to has the arguments validator by itself. In other words, typia.llm.applicationOfValidate<App, Model>() has been absorbed to the typia.llm.application<App, Model>() function.

What's Changed

Full Changelog: samchon/typia@v7.6.4...v8.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.


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

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

@renovate renovate bot requested a review from colinaaa as a code owner March 5, 2025 06:02
@renovate renovate bot added the renovate label Mar 5, 2025
Copy link
Contributor Author

renovate bot commented Mar 5, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 39 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 47, reused 0, downloaded 0, added 0
Progress: resolved 94, reused 0, downloaded 0, added 0
Progress: resolved 161, reused 0, downloaded 0, added 0
Progress: resolved 287, reused 0, downloaded 0, added 0
Progress: resolved 406, reused 0, downloaded 0, added 0
Progress: resolved 569, reused 0, downloaded 0, added 0
Progress: resolved 708, reused 0, downloaded 0, added 0
Progress: resolved 807, reused 0, downloaded 0, added 0
Progress: resolved 968, reused 0, downloaded 0, added 0
Progress: resolved 1144, reused 0, downloaded 0, added 0
Progress: resolved 1202, reused 0, downloaded 0, added 0
Progress: resolved 1314, reused 0, downloaded 0, added 0
Progress: resolved 1382, reused 0, downloaded 0, added 0
 WARN  4 deprecated subdependencies found: acorn-import-assertions@1.9.0, glob@7.2.3, inflight@1.0.6, rimraf@3.0.2
Progress: resolved 1414, reused 0, downloaded 0, added 0
Progress: resolved 1414, reused 0, downloaded 0, added 0, done
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

packages/rspeedy/core
└─┬ typia 8.0.0
  └── ✕ unmet peer @samchon/openapi@">=3.0.0 <4.0.0": found 2.4.2
hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.


Copy link

changeset-bot bot commented Mar 5, 2025

⚠️ No Changeset found

Latest commit: 18a6b8d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants