You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium Risk
Major-version bump affects form validation in dashboard-widget-vercel (yup) and media (zod) plugins; existing manual useForm<T> typing may need follow-up if builds or runtime validation regress.
Overview
Bumps the workspace catalog dependency @hookform/resolvers from ^4.1.3 to ^5.4.0, with lockfile updates for consumers that pull it from the catalog (notably sanity-plugin-dashboard-widget-vercel and sanity-plugin-media).
This is a major resolver release: it tightens react-hook-form to ^7.55.0 (already satisfied by the catalog’s react-hook-form ^7.81.0) and changes how useForm generics are meant to align with schema input/output types. No application source files are modified in this PR—only dependency resolution.
Reviewed by Cursor Bugbot for commit b0636d7. Bugbot is set up for automated code reviews on this repo. Configure here.
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
squiggler-appBot
changed the title
chore(deps): update dependency @hookform/resolvers to v5
fix(deps): update dependency @hookform/resolvers to v5
Jun 22, 2026
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
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
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:
^4.1.3→^5.4.0Release Notes
react-hook-form/resolvers (@hookform/resolvers)
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.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here
Note
Medium Risk
Major-version bump affects form validation in dashboard-widget-vercel (yup) and media (zod) plugins; existing manual
useForm<T>typing may need follow-up if builds or runtime validation regress.Overview
Bumps the workspace catalog dependency
@hookform/resolversfrom ^4.1.3 to ^5.4.0, with lockfile updates for consumers that pull it from the catalog (notablysanity-plugin-dashboard-widget-vercelandsanity-plugin-media).This is a major resolver release: it tightens
react-hook-formto ^7.55.0 (already satisfied by the catalog’sreact-hook-form^7.81.0) and changes howuseFormgenerics are meant to align with schema input/output types. No application source files are modified in this PR—only dependency resolution.Reviewed by Cursor Bugbot for commit b0636d7. Bugbot is set up for automated code reviews on this repo. Configure here.