Skip to content

fix(deps): update dependency react-hook-form to v7.72.0#6253

Merged
philibea merged 3 commits intomainfrom
renovate/react-hook-form-7.x
Mar 26, 2026
Merged

fix(deps): update dependency react-hook-form to v7.72.0#6253
philibea merged 3 commits intomainfrom
renovate/react-hook-form-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 23, 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: Enabled.

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 and lisalupi as code owners March 23, 2026 17:33
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 23, 2026

🦋 Changeset detected

Latest commit: ac10911

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@ultraviolet/form Patch

Not sure what this means? Click here to learn what changesets are.

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

@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 8e2beb6 to a40ab96 Compare March 26, 2026 09:58
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.20%. Comparing base (dd040da) to head (ac10911).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6253      +/-   ##
==========================================
- Coverage   92.28%   83.20%   -9.08%     
==========================================
  Files         469       44     -425     
  Lines        9937      673    -9264     
  Branches     3869      189    -3680     
==========================================
- Hits         9170      560    -8610     
+ Misses        696      103     -593     
+ Partials       71       10      -61     

see 425 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd040da...ac10911. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@philibea philibea merged commit 5fa7594 into main Mar 26, 2026
14 of 16 checks passed
@philibea philibea deleted the renovate/react-hook-form-7.x branch March 26, 2026 13:37
@scaleway-bot scaleway-bot mentioned this pull request Mar 26, 2026
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.

2 participants