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

chore: update valibot dependency to v1 #4880

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

fabian-hiller
Copy link
Contributor

I've updated the Valibot dependency for Vee Validate to v1. We've changed the type signature, so this change is necessary. All other changes in our v1 beta version are only internal.


An union of schema library authors (Zod, Valibot, ArkType, ...) collaborating on a standard interface for schema libraries called Standard Schema. This simplifies implementation and prevents vendor lock-in. So far Valibot v1 supports this spec and Zod will follow soon. In the long run, the explicit implementation of a Valibot and Zod adapter may no longer be necessary.

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.76%. Comparing base (3d2ec93) to head (ebfc49c).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4880   +/-   ##
=======================================
  Coverage   89.76%   89.76%           
=======================================
  Files          93       93           
  Lines        7887     7887           
  Branches     1376     1376           
=======================================
  Hits         7080     7080           
  Misses        800      800           
  Partials        7        7           
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner

@logaretm logaretm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for keeping this updated! Great news on the standard schema, I was hoping for a similar initiative!

@logaretm logaretm merged commit f7463f0 into logaretm:main Oct 18, 2024
7 checks passed
@fabian-hiller
Copy link
Contributor Author

Thank you very much! We welcome more contributors to the project! Standard Schema will only work if the TypeScript ecosystem likes it and sees the benefits. Thank you for the feedback you have already provided!

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