Skip to content

fix(deps) Update dependency @hookform/resolvers to v5#39

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

fix(deps) Update dependency @hookform/resolvers to v5#39
renovate[bot] wants to merge 1 commit intodevfrom
renovate/hookform-resolvers-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 15, 2026

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 - "before 10pm on Sunday" in timezone America/Chicago, 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.


  • 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 force-pushed the renovate/hookform-resolvers-5.x branch 4 times, most recently from 34018fc to 3e45cb5 Compare February 22, 2026 21:35
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch 2 times, most recently from a19a0b0 to 09a3a0d Compare February 23, 2026 04:56
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch 3 times, most recently from 55be027 to 4bc008d Compare March 29, 2026 12:42
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 4bc008d to 9bbbaa8 Compare March 29, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants