Skip to content

fix(deps): update dependency @hookform/resolvers to v5#123

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hookform-resolvers-5.x
Open

fix(deps): update dependency @hookform/resolvers to v5#123
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hookform-resolvers-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@hookform/resolvers (source) ^4.0.0^5.0.0 age confidence

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
  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#​777) (8d083bd)

v5.0.1

Compare Source

Bug Fixes
  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#​758) (6e88393)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • Requires react-hook-form@​7.55.0 or higher

Before
Prior to V5, some projects used manual types like

useForm<FormValues>();

After
With V5, the correct approach is:

useForm<Input, Context, Output>();
useForm<FormInputValues, Context, FormOutputValues>();

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.


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from suyalcinkaya as a code owner April 1, 2025 11:06
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
onurdev Ready Ready Preview, Comment Apr 13, 2026 11:05am

@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 5585980 to fdd15ff Compare April 30, 2025 08:28
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from fdd15ff to e705042 Compare April 30, 2025 08:42
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from e705042 to 6a5d3ef Compare July 25, 2025 17:25
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 6a5d3ef to 07baa42 Compare July 29, 2025 19:44
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 07baa42 to 2f2a6e3 Compare September 14, 2025 09:34
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 2f2a6e3 to fe9d32a Compare October 21, 2025 22:54
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from fe9d32a to f4bde33 Compare November 10, 2025 18:07
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from f4bde33 to fadeeac Compare December 31, 2025 16:55
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from fadeeac to f1284e4 Compare March 24, 2026 16:59
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.

0 participants