Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@hookform/resolvers (source) ^3.10.0 -> ^5.0.0 age confidence

Release Notes

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

v5.2.1

Compare Source

v5.2.0

Compare Source

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.

v4.1.3

Compare Source

Bug Fixes
  • escape square brackets in field name regex pattern (#​752) (50dd4ad)

v4.1.2

Compare Source

Bug Fixes

v4.1.1

Compare Source

Bug Fixes
  • standard-schema: Propertly handle object path segments (#​746) (8ffada0)

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

Bug Fixes
  • add support for names option (#​713) (985c48d)
  • arktypeResolver: resolve type error when schema is defined from an ArkType scope (#​732) (3233667)
  • handle raw: true option to pass form submission values correctly (#​733) (7807f95)
  • validateFieldsNatively: handle undefined object when reading 'refs' (#​734) (3da2054)
Features
  • ajv: Keep original validation type while using errorMessage (#​728) (5030a59)
  • effectResolver: returns either all errors or only the first one based on criteriaMode (#​737) (12d7d8e)
  • standard-schema: add standard-schema resolver (#​738) (b75a95a)
BREAKING CHANGES
  • ajv: The AJV Resolver now unwraps the errorMessage object to return the original error types. This update may introduce breaking changes to your projects.

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 review from a team as code owners June 7, 2025 13:37
@renovate renovate bot added the dependencies label Jun 7, 2025
@renovate renovate bot added the dependencies label Jun 7, 2025
Copy link

vercel bot commented Jun 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openlane-ui ❌ Failed (Inspect) Jul 29, 2025 3:44pm
storybook 🛑 Canceled (Inspect) Jul 29, 2025 3:44pm

@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 9c243fb to f19a1b6 Compare June 11, 2025 18:23
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from f19a1b6 to d74affa Compare June 15, 2025 14:22
@renovate renovate bot changed the title fix(deps): update dependency @hookform/resolvers to v5 Update dependency @hookform/resolvers to v5 Jun 24, 2025
@renovate renovate bot changed the title Update dependency @hookform/resolvers to v5 fix(deps): update dependency @hookform/resolvers to v5 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from d74affa to 7e7c649 Compare June 26, 2025 15:11
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from 7e7c649 to b4bdbd5 Compare July 21, 2025 16:10
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from b4bdbd5 to f808aa1 Compare July 25, 2025 14:39
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from f808aa1 to a3c09cd Compare July 29, 2025 15:32
@renovate renovate bot force-pushed the renovate/hookform-resolvers-5.x branch from a3c09cd to de7834c Compare July 29, 2025 15:32
@renovate renovate bot changed the title fix(deps): update dependency @hookform/resolvers to v5 Update dependency @hookform/resolvers to v5 Aug 25, 2025
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