-
-
Notifications
You must be signed in to change notification settings - Fork 4k
feat!: use zod v4 #10922
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
base: main
Are you sure you want to change the base?
feat!: use zod v4 #10922
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10922 +/- ##
==========================================
- Coverage 42.69% 42.53% -0.17%
==========================================
Files 262 263 +1
Lines 16086 16061 -25
Branches 1545 1542 -3
==========================================
- Hits 6868 6831 -37
- Misses 9206 9218 +12
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Those errors are fixed, upgrade to 3.25.56 👍 |
packages/builders/src/interactions/commands/chatInput/Assertions.ts
Outdated
Show resolved
Hide resolved
feat: validation error class Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>
Updated builders to use zod v4
which is actually v3.25Replaced
zod-validation-error
withz.prettifyError()
https://zod.dev/v4