Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 14, 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: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 11:59 PM (* 0-23 * * *)
  • 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.

@vercel
Copy link
Copy Markdown

vercel bot commented Jul 14, 2025

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

Project Deployment Actions Updated (UTC)
finance-dashboard Error Error Mar 27, 2026 1:27pm

Request Review

@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from cc58e73 to c0f26a2 Compare July 15, 2025 08:39
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from c0f26a2 to 672cc39 Compare July 25, 2025 13:12
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 672cc39 to 62213e6 Compare July 29, 2025 18:45
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 62213e6 to 0aa6f47 Compare August 10, 2025 13:51
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 0aa6f47 to aa6c851 Compare August 13, 2025 17:42
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from aa6c851 to e561900 Compare August 19, 2025 19:12
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from e561900 to 1845f16 Compare August 31, 2025 10:29
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 1845f16 to b2acbc2 Compare September 14, 2025 08:58
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from b2acbc2 to 1557018 Compare September 24, 2025 04:39
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 1557018 to a45da45 Compare September 25, 2025 21:00
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from a45da45 to 43af549 Compare October 21, 2025 17:57
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 43af549 to e9a421c Compare October 24, 2025 05:00
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from e9a421c to 05af584 Compare November 10, 2025 17:15
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 05af584 to a6898ab Compare November 18, 2025 13:11
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from a6898ab to bbd786d Compare December 3, 2025 19:32
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from bbd786d to 2550d3b Compare December 31, 2025 15:08
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 2550d3b to f72430c Compare January 8, 2026 17:42
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from f72430c to a401a84 Compare January 19, 2026 15:48
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from a401a84 to e3fbe27 Compare January 23, 2026 18:11
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from e3fbe27 to f1831f3 Compare February 2, 2026 18:53
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from f1831f3 to f2d11c5 Compare February 12, 2026 10:48
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from f2d11c5 to 6258657 Compare February 17, 2026 19:54
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 6258657 to 2c26406 Compare March 5, 2026 19:17
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 2c26406 to 1e8eb4b Compare March 13, 2026 12:06
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