Commit 9f13ee4
authored
Bump react-hook-form from 7.82.0 to 7.83.0 in /ui (#3251)
Bumps
[react-hook-form](https://github.com/react-hook-form/react-hook-form)
from 7.82.0 to 7.83.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's
releases</a>.</em></p>
<blockquote>
<h2>Version 7.83.0</h2>
<h3>⚡ Improvements</h3>
<ul>
<li>enhance <code>getEventValue</code> to handle file inputs (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13289">#13289</a>)</li>
<li>type perf: improve TypeScript performance with a hard cap at 10
levels of recursive type depth (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13529">#13529</a>)</li>
<li>type perf: improve type performance (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13528">#13528</a>)</li>
</ul>
<h3>🐞 Fixes</h3>
<ul>
<li>fix: clear internal errors state on argument-less
<code>clearErrors()</code> (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13613">#13613</a>)</li>
<li>fix: preserve <code>dirtyFields</code> reference stability (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13612">#13612</a>)</li>
<li>fix: old checkbox/radio elements polluting internal field state (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13080">#13080</a>)</li>
<li>fix(<code>useController</code>): re-subscribe
<code>onChange</code>/<code>onBlur</code> when <code>control</code>
changes (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13603">#13603</a>)</li>
<li>fix(types): allow validation messages to be defined even if their
related value is <code>undefined</code> (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13287">#13287</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md">react-hook-form's
changelog</a>.</em></p>
<blockquote>
<h2>[7.83.0] - 2026-07-25</h2>
<h3>Improvements</h3>
<ul>
<li>Enhance <code>getEventValue</code> to handle file inputs</li>
<li>Improve TypeScript performance with a hard cap at 10 levels of
recursive type depth</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Clear internal errors state on argument-less
<code>clearErrors()</code></li>
<li>Preserve <code>dirtyFields</code> reference stability</li>
<li>Old checkbox/radio elements polluting internal field state</li>
<li><code>useController</code> not re-subscribing
<code>onChange</code>/<code>onBlur</code> when <code>control</code>
changes</li>
<li>Allow validation messages to be defined even if their related value
is <code>undefined</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/ca8106d7cf787ee3ecc29f6979a4a762f9e5d1a3"><code>ca8106d</code></a>
7.83.0</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/69da9545b222aceb5fc8ea15e851cab83b1c84f6"><code>69da954</code></a>
🐞 fix: clear internal errors state on argument-less clearErrors() (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13613">#13613</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/d96c5ceef12cb53266ce1ae5e65fba301a31fe57"><code>d96c5ce</code></a>
🐞 fix: preserve dirtyFields reference stability (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13612">#13612</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/ee7593ec554c7f2cb74a8ace5984bcb8cb136633"><code>ee7593e</code></a>
🧪 update old checkbox/radio elements polluting internal field state e2e
spec ...</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/2726d81e6da98a4a3d4c5fd425a93f5a5696d0f4"><code>2726d81</code></a>
🐞 fix: old checkbox/radio elements polluting internal field state (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13080">#13080</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/4ca98df6276afdd8485e2a0bea867086dcd5882b"><code>4ca98df</code></a>
✋ fix repo grammar to prevent those silly one line prs</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/d920e93b7cf6074b56ffcaef65b61a6d9d13514a"><code>d920e93</code></a>
🧪 add test for enhance getEventValue to handle file inputs (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13289">#13289</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/2ebc8d0fe12d28be93d31119d4b1ec643c40694c"><code>2ebc8d0</code></a>
🍖 enhance getEventValue to handle file inputs (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13289">#13289</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/6a386287e9d509aa3c65e10fe398841d65e6dd2d"><code>6a38628</code></a>
☎️ type perf: improve ts perf with hardcap at 10 depth (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13529">#13529</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/ac8a3d03c2fea5971b8ee0007c7faa137da114f1"><code>ac8a3d0</code></a>
🐞 fix(useController): resubscribe onChange/onBlur when control changes
(<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13603">#13603</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/react-hook-form/react-hook-form/compare/v7.82.0...v7.83.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f111b10 commit 9f13ee4
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3822 | 3822 | | |
3823 | 3823 | | |
3824 | 3824 | | |
3825 | | - | |
3826 | | - | |
3827 | | - | |
3828 | | - | |
| 3825 | + | |
| 3826 | + | |
| 3827 | + | |
| 3828 | + | |
3829 | 3829 | | |
3830 | 3830 | | |
3831 | 3831 | | |
| |||
0 commit comments