Skip to content

Commit 9f13ee4

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-hook-form&package-manager=npm_and_yarn&previous-version=7.82.0&new-version=7.83.0)](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

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"react": "^19.2.8",
4040
"react-router": "^8.3.0",
4141
"react-dom": "^19.2.8",
42-
"react-hook-form": "^7.82.0",
42+
"react-hook-form": "^7.83.0",
4343
"react-icons": "^5.7.0",
4444
"sonner": "^2.0.7",
4545
"tailwind-merge": "^3.6.0",

ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3822,10 +3822,10 @@ react-dom@^19.2.8:
38223822
dependencies:
38233823
scheduler "^0.27.0"
38243824

3825-
react-hook-form@^7.82.0:
3826-
version "7.82.0"
3827-
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.82.0.tgz#9e8d504fe99ddd5a26a1d858bb6a03de45abff3e"
3828-
integrity sha512-Zw/uFZ2dO+02GHlBn7JFGn8kZJ7LdM33B/0BXOovzFay+CMhf94JMw5BVu+F1tVkUKjNvBuaE3fz5BJhga10Tg==
3825+
react-hook-form@^7.83.0:
3826+
version "7.83.0"
3827+
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.83.0.tgz#b4d43c42108645c2ae4d425ada2818d03522e8a9"
3828+
integrity sha512-AXt8cMCmx5a7u4uvpb2uRFVrWQhllI4pV+LSykxIac/hjt44TnQkmX9BKuQi2i+LDC62esmiLpilkav+kjVf/A==
38293829

38303830
react-icons@^5.7.0:
38313831
version "5.7.0"

0 commit comments

Comments
 (0)