Skip to content

Update dependency react-hook-form to v7.72.0#378

Merged
gjong merged 1 commit intomasterfrom
renovate/react-hook-form-7.x-lockfile
Mar 23, 2026
Merged

Update dependency react-hook-form to v7.72.0#378
gjong merged 1 commit intomasterfrom
renovate/react-hook-form-7.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 22, 2026

This PR contains the following updates:

Package Change Age Confidence
react-hook-form (source) 7.71.27.72.0 age confidence

Release Notes

react-hook-form/react-hook-form (react-hook-form)

v7.72.0: Version 7.72.0

Compare Source

⚓️ feat: built-in form level validate (#​13195)

const { register, formState: { errors } } = useForm({
  validate: async (formValue) => {
    if (formValue.test1.length > formValue.test.length) {
      return {
        type: 'formError',
        message: 'something is wrong here',
      };
    }

    if (formValue.test === 'test') {
      return 'direct error message';
    }

    return true;
  },
});

🐞 fix: prevent useFieldArray from marking unrelated fields as dirty (#​13299)
🐞 fix #​13300 checkbox form validation ignored with native validation (#​13310)
🌉 allow subscribe formState to track submit state (#​13319)


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 added the dependencies Pull requests that update a dependency file label Mar 22, 2026
@renovate renovate bot assigned gjong Mar 22, 2026
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 9.73% 314 / 3224
🔵 Statements 9.57% 329 / 3436
🔵 Functions 6.23% 100 / 1605
🔵 Branches 8.68% 127 / 1463
File CoverageNo changed files found.
Generated in workflow #1519 for commit b485345 by the Vitest Coverage Report Action

@gjong gjong merged commit dc09236 into master Mar 23, 2026
7 checks passed
@renovate renovate bot deleted the renovate/react-hook-form-7.x-lockfile branch March 23, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant