Commit 40dcccd
authored
Bump @hookform/resolvers from 5.4.2 to 5.5.5 in /ui (#3260)
Bumps
[@hookform/resolvers](https://github.com/react-hook-form/resolvers) from
5.4.2 to 5.5.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/react-hook-form/resolvers/releases">@hookform/resolvers's
releases</a>.</em></p>
<blockquote>
<h2>v5.5.5</h2>
<h2><a
href="https://github.com/react-hook-form/resolvers/compare/v5.5.4...v5.5.5">5.5.5</a>
(2026-07-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>yup resolver overrides ref property in errors object with validation
metadata when using checkbox input (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/863">#863</a>)
(<a
href="https://github.com/react-hook-form/resolvers/commit/0f70063beb28496ffac0b5345d75826a077934ee">0f70063</a>)</li>
</ul>
<h2>v5.5.4</h2>
<h2><a
href="https://github.com/react-hook-form/resolvers/compare/v5.5.3...v5.5.4">5.5.4</a>
(2026-07-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>AJV Resolver - When ajv schema contains default for certain
properties, getValues() returns the form data with properties
overwritten (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/862">#862</a>)
(<a
href="https://github.com/react-hook-form/resolvers/commit/c4b6aab69c64b7a3ea95223552a7996e741aea39">c4b6aab</a>)</li>
</ul>
<h2>v5.5.3</h2>
<h2><a
href="https://github.com/react-hook-form/resolvers/compare/v5.5.2...v5.5.3">5.5.3</a>
(2026-07-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Conditional/dynamic schema resolution no longer working (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/861">#861</a>)
(<a
href="https://github.com/react-hook-form/resolvers/commit/f8d653319cedece2063140378b6d61e77bcf57b0">f8d6533</a>)</li>
</ul>
<h2>v5.5.2</h2>
<h2><a
href="https://github.com/react-hook-form/resolvers/compare/v5.5.1...v5.5.2">5.5.2</a>
(2026-07-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Zod v4 locale and global error customization not picked up (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/860">#860</a>)
(<a
href="https://github.com/react-hook-form/resolvers/commit/2126efc6e8d9325c18413534a651f7fee22ce8c8">2126efc</a>)</li>
</ul>
<h2>v5.5.1</h2>
<h2><a
href="https://github.com/react-hook-form/resolvers/compare/v5.5.0...v5.5.1">5.5.1</a>
(2026-07-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>[zod v4][zod resolver] error on nested discriminated unions (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/858">#858</a>)
(<a
href="https://github.com/react-hook-form/resolvers/commit/4d01d0167d0fedda3d38cd618acab008e13fa24f">4d01d01</a>)</li>
</ul>
<h2>v5.5.0</h2>
<h1><a
href="https://github.com/react-hook-form/resolvers/compare/v5.4.3...v5.5.0">5.5.0</a>
(2026-07-25)</h1>
<h3>Features</h3>
<ul>
<li>typescript 6 & upgrade lib dev deps (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/856">#856</a>)
(<a
href="https://github.com/react-hook-form/resolvers/commit/996895933ff31bd3c3fca0d3a6f66138f0852c0f">9968959</a>)</li>
</ul>
<h2>v5.4.3</h2>
<h2><a
href="https://github.com/react-hook-form/resolvers/compare/v5.4.2...v5.4.3">5.4.3</a>
(2026-07-25)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/0f70063beb28496ffac0b5345d75826a077934ee"><code>0f70063</code></a>
fix: yup resolver overrides ref property in errors object with
validation met...</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/c4b6aab69c64b7a3ea95223552a7996e741aea39"><code>c4b6aab</code></a>
fix: AJV Resolver - When ajv schema contains default for certain
properties, ...</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/e2a8d16b92df8545025dc63472ed69f930b60c37"><code>e2a8d16</code></a>
close <a
href="https://redirect.github.com/react-hook-form/resolvers/issues/760">#760</a></li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/f8d653319cedece2063140378b6d61e77bcf57b0"><code>f8d6533</code></a>
fix: Conditional/dynamic schema resolution no longer working (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/861">#861</a>)</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/2126efc6e8d9325c18413534a651f7fee22ce8c8"><code>2126efc</code></a>
fix: Zod v4 locale and global error customization not picked up (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/860">#860</a>)</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/0721f880667aba432fb84187fec0f5f1960109bd"><code>0721f88</code></a>
add unit test (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/859">#859</a>)</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/4d01d0167d0fedda3d38cd618acab008e13fa24f"><code>4d01d01</code></a>
fix: [zod v4][zod resolver] error on nested discriminated unions (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/858">#858</a>)</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/996895933ff31bd3c3fca0d3a6f66138f0852c0f"><code>9968959</code></a>
feat: typescript 6 & upgrade lib dev deps (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/856">#856</a>)</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/4e56b2b93976d36b231c6d05a9630e6bb08db3b7"><code>4e56b2b</code></a>
fix: Zod resolver does not respect union error (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/855">#855</a>)</li>
<li><a
href="https://github.com/react-hook-form/resolvers/commit/b45de274d895e16ba5d2891dc0b6f9abbdc8393d"><code>b45de27</code></a>
chore: fix repo unit tests issue (<a
href="https://redirect.github.com/react-hook-form/resolvers/issues/854">#854</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/react-hook-form/resolvers/compare/v5.4.2...v5.5.5">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 7bd7cec commit 40dcccd
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments