Skip to content

chore(deps): bump react-hook-form to 7.72.0#31

Merged
naheel0 merged 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/react-hook-form-7.72.0
Mar 24, 2026
Merged

chore(deps): bump react-hook-form to 7.72.0#31
naheel0 merged 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/react-hook-form-7.72.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps react-hook-form from 7.71.2 to 7.72.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.72.0

⚓️ 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)

thanks to @​WiXSL, @​BrendanC23 & @​6810779s

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript JavaScript/TypeScript related changes labels Mar 23, 2026
@github-actions github-actions bot added chore Maintenance tasks, refactoring, or other non-feature work configuration Configuration file changes and removed dependencies Pull requests that update a dependency file labels Mar 23, 2026
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.71.2 to 7.72.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.71.2...v7.72.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@naheel0 naheel0 changed the title chore: bump react-hook-form from 7.71.2 to 7.72.0 in /frontend chore(frontend): bump react-hook-form from 7.71.2 to 7.72.0 Mar 24, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.72.0 branch from e7938e6 to 2b68589 Compare March 24, 2026 09:18
@naheel0 naheel0 changed the title chore(frontend): bump react-hook-form from 7.71.2 to 7.72.0 chore(deps): bump react-hook-form to 7.72.0 Mar 24, 2026
@naheel0 naheel0 merged commit c5b30fb into main Mar 24, 2026
9 of 12 checks passed
@naheel0 naheel0 deleted the dependabot/npm_and_yarn/frontend/react-hook-form-7.72.0 branch March 24, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance tasks, refactoring, or other non-feature work configuration Configuration file changes javascript JavaScript/TypeScript related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant