chore(deps): bump @hookform/resolvers from 3.10.0 to 5.2.0 #36

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/hookform/resolvers-5.2.0 into dev 2025-07-31 17:30:02 -05:00
dependabot[bot] commented 2025-07-27 19:27:32 -05:00 (Migrated from github.com)

Bumps @hookform/resolvers from 3.10.0 to 5.2.0.

Release notes

Sourced from @​hookform/resolvers's releases.

v5.2.0

5.2.0 (2025-07-25)

Features

  • ajv: add ajv-formats for ajvResolver (#797) (f040039)

v5.1.1

5.1.1 (2025-06-09)

Bug Fixes

v5.1.0

5.1.0 (2025-06-07)

Features

  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#777) (8d083bd)

v5.0.1

5.0.1 (2025-04-02)

Bug Fixes

  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#758) (6e88393)

v5.0.0

5.0.0 (2025-04-01)

Features

  • infer input/output types from schema (#753) (6124c59)

BREAKING CHANGES

Before Prior to V5, some projects used manual types like

... (truncated)

Commits
  • f040039 feat(ajv): add ajv-formats for ajvResolver (#797)
  • 79cd8b2 fix: zod peer dep issue (#780)
  • 8d083bd feat: support Zod 4 (#777)
  • 3bc2ad5 docs: fix table formatting (#774)
  • 6e88393 fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#758)
  • a54d05a Merge branch 'dev'
  • 6124c59 feat: infer input/output types from schema (#753)
  • 50dd4ad fix: escape square brackets in field name regex pattern (#752)
  • ded1746 fix(standard-schema): move @​standard-schema/utils to dependencies (#748)
  • 8ffada0 fix(standard-schema): Propertly handle object path segments (#746)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.10.0 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-hook-form/resolvers/releases"><code>@​hookform/resolvers</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h1><a href="https://github.com/react-hook-form/resolvers/compare/v5.1.1...v5.2.0">5.2.0</a> (2025-07-25)</h1> <h3>Features</h3> <ul> <li><strong>ajv:</strong> add ajv-formats for ajvResolver (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/797">#797</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/f04003972a3cc7875beb073ff88c942deb6a2086">f040039</a>)</li> </ul> <h2>v5.1.1</h2> <h2><a href="https://github.com/react-hook-form/resolvers/compare/v5.1.0...v5.1.1">5.1.1</a> (2025-06-09)</h2> <h3>Bug Fixes</h3> <ul> <li>zod peer dep issue (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/780">#780</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/79cd8b284da29a5a42cd5fdafa2e767747fcfcf7">79cd8b2</a>)</li> </ul> <h2>v5.1.0</h2> <h1><a href="https://github.com/react-hook-form/resolvers/compare/v5.0.1...v5.1.0">5.1.0</a> (2025-06-07)</h1> <h3>Features</h3> <ul> <li>support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/777">#777</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/8d083bd5f5c3242afa1d59e10b1f72988e7b7e82">8d083bd</a>)</li> </ul> <h2>v5.0.1</h2> <h2><a href="https://github.com/react-hook-form/resolvers/compare/v5.0.0...v5.0.1">5.0.1</a> (2025-04-02)</h2> <h3>Bug Fixes</h3> <ul> <li>relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/758">#758</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/6e8839343dcfea0fe9b874772a01f3bc551cbb5c">6e88393</a>)</li> </ul> <h2>v5.0.0</h2> <h1><a href="https://github.com/react-hook-form/resolvers/compare/v4.1.3...v5.0.0">5.0.0</a> (2025-04-01)</h1> <h3>Features</h3> <ul> <li>infer input/output types from schema (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/753">#753</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/6124c59a99e9b05604196f8f0c310879033ed58d">6124c59</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Requires react-hook-form@7.55.0 or higher</li> </ul> <p><strong>Before</strong> Prior to V5, some projects used manual types like</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/resolvers/commit/f04003972a3cc7875beb073ff88c942deb6a2086"><code>f040039</code></a> feat(ajv): add ajv-formats for ajvResolver (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/797">#797</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/79cd8b284da29a5a42cd5fdafa2e767747fcfcf7"><code>79cd8b2</code></a> fix: zod peer dep issue (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/780">#780</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/8d083bd5f5c3242afa1d59e10b1f72988e7b7e82"><code>8d083bd</code></a> feat: support Zod 4 (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/777">#777</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/3bc2ad50a63ef8c114336403f182a32e2df7552d"><code>3bc2ad5</code></a> docs: fix table formatting (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/774">#774</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/6e8839343dcfea0fe9b874772a01f3bc551cbb5c"><code>6e88393</code></a> fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/758">#758</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/a54d05a9a27545c0be563bd770596a9c0e24a172"><code>a54d05a</code></a> Merge branch 'dev'</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/6124c59a99e9b05604196f8f0c310879033ed58d"><code>6124c59</code></a> feat: infer input/output types from schema (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/753">#753</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/50dd4add92d4f9837efa1f147870925672f01c15"><code>50dd4ad</code></a> fix: escape square brackets in field name regex pattern (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/752">#752</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/ded1746ee88778232cd162cff91f3710e90195de"><code>ded1746</code></a> fix(standard-schema): move <code>@​standard-schema/utils</code> to dependencies (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/748">#748</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/8ffada0c7a2026ad4d311ca167f15d5b86d63349"><code>8ffada0</code></a> fix(standard-schema): Propertly handle object path segments (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/746">#746</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/resolvers/compare/v3.10.0...v5.2.0">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=3.10.0&new-version=5.2.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
vercel[bot] commented 2025-07-27 19:27:35 -05:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mice Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 0:32am
[vc]: #jOCDdo0bupCgUTqizUdUP2Pk5So3ZA8vP3Fmy9bgC7M=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJtaWNlIiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2JhbmFuYW5hbmFzLXByb2plY3RzL21pY2UvSGpDaWlHcUI5QmJ3TDlkenp6QzVqSEZhY3ZZdyIsInByZXZpZXdVcmwiOiJtaWNlLWdpdC1kZXBlbmRhYm90LW5wbWFuZHlhcm5ob29rZi1kNDZhZDgtYmFuYW5hbmFuYXMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJtaWNlLWdpdC1kZXBlbmRhYm90LW5wbWFuZHlhcm5ob29rZi1kNDZhZDgtYmFuYW5hbmFuYXMtcHJvamVjdHMudmVyY2VsLmFwcCJ9LCJyb290RGlyZWN0b3J5IjpudWxsfV19 **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **mice** | ✅ Ready ([Inspect](https://vercel.com/bananananas-projects/mice/HjCiiGqB9BbwL9dzzzC5jHFacvYw)) | [Visit Preview](https://mice-git-dependabot-npmandyarnhookf-d46ad8-bananananas-projects.vercel.app) | 💬 [**Add feedback**](https://vercel.live/open-feedback/mice-git-dependabot-npmandyarnhookf-d46ad8-bananananas-projects.vercel.app?via=pr-comment-feedback-link) | Jul 28, 2025 0:32am |
Sign in to join this conversation.