Skip to content

Update dependency @hookform/resolvers to v5 - #1846

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

Update dependency @hookform/resolvers to v5#1846
renovate[bot] wants to merge 1 commit into
developfrom
renovate/hookform-resolvers-5.x

Conversation

@renovate

@renovate renovate Bot commented May 2, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@hookform/resolvers (source) 3.10.05.9.1 age confidence

Release Notes

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

v5.9.1

Compare Source

v5.9.0

Compare Source

Features

v5.8.0

Compare Source

v5.7.1

Compare Source

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

v5.5.8

Compare Source

Bug Fixes
  • Zod resolver drops validation errors for special root field names (#​869) (2f28787)

v5.5.7

Compare Source

v5.5.6

Compare Source

v5.5.5

Compare Source

Bug Fixes
  • yup resolver overrides ref property in errors object with validation metadata when using checkbox input (#​863) (0f70063)

v5.5.4

Compare Source

Bug Fixes
  • AJV Resolver - When ajv schema contains default for certain properties, getValues() returns the form data with properties overwritten (#​862) (c4b6aab)

v5.5.3

Compare Source

Bug Fixes
  • Conditional/dynamic schema resolution no longer working (#​861) (f8d6533)

v5.5.2

Compare Source

v5.5.1

Compare Source

Bug Fixes
  • [zod v4][zod resolver] error on nested discriminated unions (#​858) (4d01d01)

v5.5.0

Compare Source

Features

v5.4.3

Compare Source

Bug Fixes

v5.4.2

Compare Source

Bug Fixes

v5.4.1

Compare Source

Bug Fixes
  • declare validation libraries as optional peerDependencies (#​850) (d5e5134)

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.

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

  • 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.

@vercel

vercel Bot commented May 2, 2025

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated
ramble Ignored Ignored Preview Sep 5, 2026 8:53am UTC

Request Review

@coderabbitai

coderabbitai Bot commented May 2, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 8c0cd53 to d96399a Compare June 7, 2025 14:26
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from d96399a to 5553802 Compare June 9, 2025 12:36
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 5553802 to b6bc5e9 Compare July 25, 2025 18:45
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from b6bc5e9 to ce4d348 Compare July 29, 2025 15:35
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from ce4d348 to b05793e Compare August 7, 2025 17:45
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from b05793e to cc66704 Compare August 31, 2025 14:36
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from cc66704 to b2b64f3 Compare September 14, 2025 09:03
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from b2b64f3 to 8e15c90 Compare November 9, 2025 17:37
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 8e15c90 to 4c4579e Compare November 18, 2025 15:01
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 4c4579e to afb447a Compare December 3, 2025 17:39
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from afb447a to 979cf95 Compare December 31, 2025 16:11
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 979cf95 to 0b3252f Compare February 12, 2026 13:13
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 0b3252f to 5bf5b0e Compare April 29, 2026 16:17
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 5bf5b0e to 2bfcf17 Compare May 22, 2026 01:34
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 2bfcf17 to 3bbf8fd Compare July 17, 2026 16:58
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 3bbf8fd to 18556fc Compare July 25, 2026 02:06
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 18556fc to cb1d1d4 Compare July 25, 2026 13:08
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from cb1d1d4 to faf4613 Compare July 26, 2026 05:09
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from faf4613 to 39ef2bf Compare July 26, 2026 10:12
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch 2 times, most recently from 7787465 to 4c7466d Compare August 2, 2026 10:48
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch 3 times, most recently from 8f463b6 to 925a376 Compare August 17, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 925a376 to e67aa35 Compare August 26, 2026 13:16
@renovate
renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from e67aa35 to 723903b Compare September 5, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants