-
-
Notifications
You must be signed in to change notification settings - Fork 42
chore(deps): update dependency @hookform/resolvers to v5 #636
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?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #636 +/- ##
=======================================
Coverage 91.28% 91.28%
=======================================
Files 144 144
Lines 2261 2261
Branches 738 739 +1
=======================================
Hits 2064 2064
Misses 162 162
Partials 35 35
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:
|
241beee
to
9f87e76
Compare
9f87e76
to
3ff8a72
Compare
3ff8a72
to
5f84923
Compare
This PR contains the following updates:
^2.9.11
->^5.0.0
Release Notes
react-hook-form/resolvers (@hookform/resolvers)
v5.2.2
Compare Source
Bug Fixes
v5.2.1
Compare Source
Bug Fixes
v5.2.0
Compare Source
Features
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Features
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
Features
BREAKING CHANGES
Before
Prior to V5, some projects used manual types like
After
With V5, the correct approach is:
This update enables distinct outputs when utilizing features like
transform
from validation libraries.ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.
v4.1.3
Compare Source
Bug Fixes
v4.1.2
Compare Source
Bug Fixes
v4.1.1
Compare Source
Bug Fixes
v4.1.0
Compare Source
Features
v4.0.0
Compare Source
Bug Fixes
raw: true
option to pass form submission values correctly (#733) (7807f95)Features
errorMessage
(#728) (5030a59)BREAKING CHANGES
errorMessage
object to return the original error types. This update may introduce breaking changes to your projects.v3.10.0
Compare Source
Features
v3.9.1
Compare Source
Bug Fixes
v3.9.0
Compare Source
Features
v3.8.0
Compare Source
Features
v3.7.0
Compare Source
Bug Fixes
Features
v3.6.0
Compare Source
Features
v3.5.0
Compare Source
Features
v3.4.2
Compare Source
Bug Fixes
v3.4.1
Compare Source
Bug Fixes
v3.4.0
Compare Source
Features
v3.3.4
Compare Source
Bug Fixes
v3.3.3
Compare Source
Bug Fixes
v3.3.2
Compare Source
Bug Fixes
zod
dependency (#633) (1baed6e)v3.3.1
Compare Source
Bug Fixes
v3.3.0
Compare Source
Bug Fixes
Features
criteriaMode
and reduce size (#620) (a9d319d)v3.2.0
Compare Source
Features
v3.1.1
Compare Source
BREAKING CHANGES
Bug Fixes
You don't need to explicitly provide the type when using the useForm function because it automatically infers the types from the Yup schema.
Before
After
v3.1.0
Compare Source
Features
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
BREAKING CHANGES
rawValues
option toraw
Before:
After:
Bug Fixes
Features
Performance Improvements
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.