chore(deps): bump react-hook-form from 7.82.0 to 7.83.0
Brought to you by:
ashish-forge
Originally created by: dependabot[bot]
Bumps react-hook-form from 7.82.0 to 7.83.0.
Sourced from react-hook-form's releases.
Version 7.83.0
โก Improvements
- enhance
getEventValueto handle file inputs (#13289](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13289">/issues/13289))- type perf: improve TypeScript performance with a hard cap at 10 levels of recursive type depth (#13529](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13529">/issues/13529))
- type perf: improve type performance (#13528](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13528">/issues/13528))
๐ Fixes
- fix: clear internal errors state on argument-less
clearErrors()(#13613](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13613">/issues/13613))- fix: preserve
dirtyFieldsreference stability (#13612](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13612">/issues/13612))- fix: old checkbox/radio elements polluting internal field state (#13080](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13080">/issues/13080))
- fix(
useController): re-subscribeonChange/onBlurwhencontrolchanges (#13603](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13603">/issues/13603))- fix(types): allow validation messages to be defined even if their related value is
undefined(#13287](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13287">/issues/13287))
Sourced from react-hook-form's changelog.
[7.83.0] - 2026-07-25
Improvements
- Enhance
getEventValueto handle file inputs- Improve TypeScript performance with a hard cap at 10 levels of recursive type depth
Fixed
- Clear internal errors state on argument-less
clearErrors()- Preserve
dirtyFieldsreference stability- Old checkbox/radio elements polluting internal field state
useControllernot re-subscribingonChange/onBlurwhencontrolchanges- Allow validation messages to be defined even if their related value is
undefined
ca8106d 7.83.069da954 ๐ fix: clear internal errors state on argument-less clearErrors() (#13613](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13613">/issues/13613))d96c5ce ๐ fix: preserve dirtyFields reference stability (#13612](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13612">/issues/13612))ee7593e ๐งช update old checkbox/radio elements polluting internal field state e2e spec ...2726d81 ๐ fix: old checkbox/radio elements polluting internal field state (#13080](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13080">/issues/13080))4ca98df โ fix repo grammar to prevent those silly one line prsd920e93 ๐งช add test for enhance getEventValue to handle file inputs (#13289](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13289">/issues/13289))2ebc8d0 ๐ enhance getEventValue to handle file inputs (#13289](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13289">/issues/13289))6a38628 โ๏ธ type perf: improve ts perf with hardcap at 10 depth (#13529](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13529">/issues/13529))ac8a3d0 ๐ fix(useController): resubscribe onChange/onBlur when control changes (#13603](https://github.com/href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13603">/issues/13603))
Originally posted by: dependabot[bot]
Superseded by [#24].
Related
Tickets: #24
Ticket changed by: dependabot[bot]