Skip to content

chore(deps): bump react-hook-form from 7.71.2 to 7.72.0#327

Merged
kguzek merged 1 commit intomainfrom
dependabot/npm_and_yarn/react-hook-form-7.72.0
Mar 30, 2026
Merged

chore(deps): bump react-hook-form from 7.71.2 to 7.72.0#327
kguzek merged 1 commit intomainfrom
dependabot/npm_and_yarn/react-hook-form-7.72.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 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)

useForm({
  validate: async ({ formValues }: FormValidateResult) => {
    if (formValues.test1.length > formValues.test.length) {
      return {
        type: 'formError',
        message: 'something is wrong here',
      };
    }
if (formValues.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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 29, 2026
@dependabot dependabot bot requested a review from kguzek as a code owner March 29, 2026 16:52
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Mar 29, 2026
@kguzek
Copy link
Copy Markdown
Member

kguzek commented Mar 30, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-hook-form-7.72.0 branch from 019a5ec to 841aab6 Compare March 30, 2026 14:36
@kguzek
Copy link
Copy Markdown
Member

kguzek commented Mar 30, 2026

@dependabot rebase

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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-hook-form-7.72.0 branch from 841aab6 to 0b40dc0 Compare March 30, 2026 15:08
@kguzek kguzek merged commit 90ff726 into main Mar 30, 2026
5 checks passed
@kguzek kguzek deleted the dependabot/npm_and_yarn/react-hook-form-7.72.0 branch March 30, 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 javascript Pull requests that update javascript code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant