Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Open
squiggler-app[bot] wants to merge 1 commit into
mainfrom
renovate/hookform-resolvers-5.x
Open

fix(deps): update dependency @hookform/resolvers to v5#1371
squiggler-app[bot] wants to merge 1 commit into
mainfrom
renovate/hookform-resolvers-5.x

Conversation

@squiggler-app

@squiggler-app squiggler-app Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@hookform/resolvers (source) ^4.1.3^5.4.0 age confidence

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v5.4.0

Compare Source

Features
  • feat: add ata-validator resolver (#​845)
Fixes
  • fix issue with toNestErrors.ts (#​848)
  • add guidance on passing context to yupResolver (useForm context) (#​835) (3d29924)

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@squiggler-app squiggler-app Bot requested a review from a team as a code owner June 22, 2026 10:33
@squiggler-app squiggler-app Bot requested review from annez and removed request for a team June 22, 2026 10:33
@squiggler-app squiggler-app Bot enabled auto-merge (squash) June 22, 2026 10:33
@changeset-bot

changeset-bot Bot commented Jun 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0a0ac6f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
plugins-studio Ready Ready Preview, Comment Jul 10, 2026 12:55pm

Request Review

@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from bbd3ab2 to c6a60b1 Compare June 22, 2026 11:15
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from c6a60b1 to ea89121 Compare June 22, 2026 11:22
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from ea89121 to c9d3ee3 Compare June 22, 2026 11:49
@squiggler-app squiggler-app Bot changed the title chore(deps): update dependency @hookform/resolvers to v5 fix(deps): update dependency @hookform/resolvers to v5 Jun 22, 2026
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from c9d3ee3 to 8e88ce7 Compare June 22, 2026 12:08
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 8e88ce7 to b5c4c57 Compare June 22, 2026 12:37
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from b5c4c57 to 73ef902 Compare June 22, 2026 13:04
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 73ef902 to 68ecbbe Compare June 22, 2026 15:45
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 68ecbbe to 9ed8891 Compare June 22, 2026 17:38
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 2138b05 to 32bc0f1 Compare June 24, 2026 15:07
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 32bc0f1 to ef2c922 Compare June 25, 2026 11:23
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from ef2c922 to bf7bf9b Compare June 25, 2026 11:38
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from bf7bf9b to 637450e Compare June 25, 2026 11:54
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 637450e to fa53c23 Compare June 25, 2026 12:04
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from fa53c23 to d6f10cc Compare June 25, 2026 20:47
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from d6f10cc to 736825e Compare June 25, 2026 21:15
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 736825e to b3d5054 Compare June 26, 2026 05:52
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from b3d5054 to 00bba24 Compare June 26, 2026 06:01
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 00bba24 to 4f47106 Compare June 26, 2026 07:59
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 4f47106 to a50c81c Compare June 26, 2026 09:15
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from a50c81c to 337e6a6 Compare June 26, 2026 11:08
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 337e6a6 to 2ea607d Compare June 26, 2026 11:36
@squiggler-app squiggler-app Bot force-pushed the renovate/hookform-resolvers-5.x branch from 2ea607d to 78d68eb Compare June 26, 2026 11:47
@socket-security

socket-security Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​hookform/​resolvers@​5.4.09910010087100

View full report

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