Skip to content

Commit 40dcccd

Browse files
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 &amp; 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 &amp; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hookform/resolvers&package-manager=npm_and_yarn&previous-version=5.4.2&new-version=5.5.5)](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

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"start:frontend": "yarn start"
2222
},
2323
"dependencies": {
24-
"@hookform/resolvers": "^5.4.2",
24+
"@hookform/resolvers": "^5.5.5",
2525
"@icons-pack/react-simple-icons": "^13.13.0",
2626
"@radix-ui/react-dropdown-menu": "^2.1.24",
2727
"@radix-ui/react-label": "^2.1.15",

ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@
377377
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.12.tgz#afefe785949f16ac4cdd1e695935a321572dd56a"
378378
integrity sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==
379379

380-
"@hookform/resolvers@^5.4.2":
381-
version "5.4.2"
382-
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.4.2.tgz#67f1cb1db17d956ab6005474af0bb3fab10a4ca5"
383-
integrity sha512-aPct0xA24dh2qGLHRzBuCqjI3fZf4qiEdgUBTt9z6TVqgpVoP4K7Aq2j17wnY6p/QPD8fQlh5+4Vd3nwSeOn9Q==
380+
"@hookform/resolvers@^5.5.5":
381+
version "5.5.5"
382+
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.5.5.tgz#c79d6600218cb0dec3c4baf935cbaba9a43c5edf"
383+
integrity sha512-GasYS5ssEPrG3N1RtgXehMgkhZ7Q1dLTh++Z2ZOqY2gaunEVUru4r5H8cWR2JUtpNywbH76KF+ejLC3sBrWgfw==
384384
dependencies:
385385
"@standard-schema/utils" "^0.3.0"
386386

0 commit comments

Comments
 (0)