Update dependency @hookform/resolvers to v5 - #1846
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
June 7, 2025 14:26
8c0cd53 to
d96399a
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
June 9, 2025 12:36
d96399a to
5553802
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
July 25, 2025 18:45
5553802 to
b6bc5e9
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
July 29, 2025 15:35
b6bc5e9 to
ce4d348
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
August 7, 2025 17:45
ce4d348 to
b05793e
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
August 31, 2025 14:36
b05793e to
cc66704
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
September 14, 2025 09:03
cc66704 to
b2b64f3
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
November 9, 2025 17:37
b2b64f3 to
8e15c90
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
November 18, 2025 15:01
8e15c90 to
4c4579e
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
December 3, 2025 17:39
4c4579e to
afb447a
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
December 31, 2025 16:11
afb447a to
979cf95
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
February 12, 2026 13:13
979cf95 to
0b3252f
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
April 29, 2026 16:17
0b3252f to
5bf5b0e
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
May 22, 2026 01:34
5bf5b0e to
2bfcf17
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
July 17, 2026 16:58
2bfcf17 to
3bbf8fd
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
July 25, 2026 02:06
3bbf8fd to
18556fc
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
July 25, 2026 13:08
18556fc to
cb1d1d4
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
July 26, 2026 05:09
cb1d1d4 to
faf4613
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
July 26, 2026 10:12
faf4613 to
39ef2bf
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
2 times, most recently
from
August 2, 2026 10:48
7787465 to
4c7466d
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
3 times, most recently
from
August 17, 2026 10:53
8f463b6 to
925a376
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
August 26, 2026 13:16
925a376 to
e67aa35
Compare
renovate
Bot
force-pushed
the
renovate/hookform-resolvers-5.x
branch
from
September 5, 2026 08:53
e67aa35 to
723903b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.10.0→5.9.1Release Notes
react-hook-form/resolvers (@hookform/resolvers)
v5.9.1Compare Source
v5.9.0Compare Source
Features
v5.8.0Compare Source
v5.7.1Compare Source
v5.7.0Compare Source
Features
v5.6.0Compare Source
v5.5.8Compare Source
Bug Fixes
v5.5.7Compare Source
v5.5.6Compare Source
v5.5.5Compare Source
Bug Fixes
v5.5.4Compare Source
Bug Fixes
v5.5.3Compare Source
Bug Fixes
v5.5.2Compare Source
v5.5.1Compare Source
Bug Fixes
v5.5.0Compare Source
Features
v5.4.3Compare Source
Bug Fixes
v5.4.2Compare Source
Bug Fixes
a21e723)b7bb3f9)v5.4.1Compare Source
Bug Fixes
v5.4.0Compare Source
Features
Fixes
yupResolver(useForm context) (#835) (3d29924)v5.2.2Compare Source
Bug Fixes
v5.2.1Compare Source
Bug Fixes
v5.2.0Compare Source
Features
v5.1.1Compare Source
Bug Fixes
v5.1.0Compare Source
Features
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare 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
transformfrom validation libraries.ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.
v4.1.3Compare Source
Bug Fixes
v4.1.2Compare Source
Bug Fixes
v4.1.1Compare Source
Bug Fixes
v4.1.0Compare Source
Features
v4.0.0Compare Source
Bug Fixes
raw: trueoption to pass form submission values correctly (#733) (7807f95)Features
errorMessage(#728) (5030a59)BREAKING CHANGES
errorMessageobject to return the original error types. This update may introduce breaking changes to your projects.Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.