discord.js icon indicating copy to clipboard operation
discord.js copied to clipboard

feat!: use zod v4

Open almeidx opened this issue 5 months ago • 3 comments

Updated builders to use zod v4 ~~which is actually v3.25~~ Replaced zod-validation-error with z.prettifyError()

https://zod.dev/v4

almeidx avatar Jun 06 '25 09:06 almeidx

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
discord-js ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2025 11:57pm
discord-js-guide ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2025 11:57pm

vercel[bot] avatar Jun 06 '25 09:06 vercel[bot]

Codecov Report

Attention: Patch coverage is 94.48819% with 7 lines in your changes missing coverage. Please review.

Project coverage is 42.49%. Comparing base (4dbeed9) to head (565105c). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/builders/src/components/Assertions.ts 80.55% 5 Missing and 2 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10922      +/-   ##
==========================================
- Coverage   42.66%   42.49%   -0.17%     
==========================================
  Files         262      263       +1     
  Lines       16095    16067      -28     
  Branches     1543     1540       -3     
==========================================
- Hits         6867     6828      -39     
- Misses       9216     9227      +11     
  Partials       12       12              
Flag Coverage Δ
builders 79.96% <94.48%> (-0.56%) :arrow_down:
core 0.89% <ø> (ø)
ws 36.03% <ø> (ø)

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Jun 06 '25 09:06 codecov[bot]

Those errors are fixed, upgrade to 3.25.56 👍

colinhacks avatar Jun 06 '25 19:06 colinhacks