Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps react-hook-form from 7.56.3 to 7.71.1.

Release notes

Sourced from react-hook-form's releases.

Version v7.71.1

๐Ÿž fix #13250 issue with booleans_as_integers (#13252)

Version 7.71.0

โšก perf: memoize FormProvider context value to prevent unnecessary rerenders (#13235) ๐Ÿš„ perf: separate control context to prevent unnecessary rerenders (#13234) ๐Ÿž fix: update isValid when field disabled state changes (#13231) ๐Ÿ‘Œ chore: optimize bundle size via safe terser options (#13243) (#13244)

thanks to @โ€‹kamja44, @โ€‹a28689604 & @โ€‹newsiberian

Version 7.70.0

โœ… watch type improvement (#13228) ๐Ÿž fix: prevent field array ghost elements with keepDirtyValues (#13188) ๐Ÿž fix: improve invalid date handling in deepEqual and validation (#13230) ๐Ÿž fix(types): handle branded types correctly in DeepPartial (#13222) ๐Ÿž fix native validation focus issue (#13220) ๐Ÿž change spread operator to set name with depricated names prop, then override with new name prop is supplied (#13214) ๐Ÿž fix: prevent duplicate subscription trigger in setValue (#13206) (#13209) ๐Ÿ‘Œ chore: fix lib type check include tests (#13229)

thanks to @โ€‹EdwardEB, @โ€‹constantly-dev & @โ€‹a28689604

๐ŸŽ„ Version 7.69.0

๐Ÿ“ feat: align API with useWatch (#13192) ๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ chore: update @โ€‹deprecated names prop on (#13198) ๐Ÿฅ chore: safely call function methods on elements (#13190) ๐Ÿช– chore: cve-2025-67779 (#13196) ๐Ÿช– chore: cve-2025-55184 & cve-2025-55183 (#13194) ๐Ÿช– chore: CVE-2025-55182 Critical RCE vulnerabilty (#13175) ๐Ÿ”ฌ test: add regression tests for #12837 and #13136 (#13187) ๐Ÿž fix(reset): preserve isValid state when keepIsValid option is used (#13173) ๐Ÿž fix: ensure each createFormControl.subscribe subscription listens only to the changes it subscribes to (#12968) ๐Ÿž fix(validation): batch isValidating state updates with validation result (#13181) ๐Ÿž fix(createFormControl): resolve race condition between setError and setFocus (#13138) (#13169) ๐Ÿงฟ fix control prop type (#13189) ๐Ÿ”” chore: clean cloneObject logic (#13179)

thanks to @โ€‹PierreCrb, @โ€‹a28689604, @โ€‹AnuragM7666, @โ€‹ap0nia, @โ€‹dusan233 & @โ€‹hlongc

Version 7.68.0

๐ŸŽง feat: <FormStateSubscribe /> component (#13142)

import { useForm, FormStateSubscribe } from 'react-hook-form';
const App = () => {
const { register, control } = useForm();
return (
</tr></table>

... (truncated)

Commits
  • 51589c5 7.71.1
  • fc57a62 ๐Ÿž fix #13250 issue with booleans_as_integers (#13252)
  • 195139d 7.71.0
  • e26f886 ๐Ÿ‘Œ chore: optimize bundle size via safe terser options (#13243) (#13244)
  • 17c85ed ๐Ÿš„ perf: separate control context to prevent unnecessary rerenders (#13234)
  • a084dcb โšก perf: memoize FormProvider context value to prevent unnecessary rerenders (...
  • 65c78bc ๐Ÿž fix: update isValid when field disabled state changes (#13231)
  • d810ff5 7.70.0
  • c54ebf9 ๐Ÿž fix: prevent field array ghost elements with keepDirtyValues (#13188)
  • 3966596 โœ… watch type improvement (#13228)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.56.3 to 7.71.1.
- [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.56.3...v7.71.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Labels

The following labels could not be found: area/dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

1 participant