[PR #1486] [CLOSED] Bump @hookform/resolvers from 4.1.3 to 5.2.2 #1098

Closed
opened 2025-11-13 12:18:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1486
Author: @dependabot[bot]
Created: 9/18/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/hookform/resolvers-5.2.2


📝 Commits (1)

  • 0aaa53e Bump @hookform/resolvers from 4.1.3 to 5.2.2

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps @hookform/resolvers from 4.1.3 to 5.2.2.

Release notes

Sourced from @​hookform/resolvers's releases.

v5.2.2

5.2.2 (2025-09-14)

Bug Fixes

  • zod: fix output type for Zod 4 resolver (#803) (e95721d)

v5.2.1

5.2.1 (2025-07-29)

Bug Fixes

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

... (truncated)

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1486 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/hookform/resolvers-5.2.2` --- ### 📝 Commits (1) - [`0aaa53e`](https://github.com/fosrl/pangolin/commit/0aaa53e43d3cef440ca9634ccd720c373335dcb9) Bump @hookform/resolvers from 4.1.3 to 5.2.2 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 4.1.3 to 5.2.2. <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.2</h2> <h2><a href="https://github.com/react-hook-form/resolvers/compare/v5.2.1...v5.2.2">5.2.2</a> (2025-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>zod:</strong> fix output type for Zod 4 resolver (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/803">#803</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/e95721d3c8c6d6e555508b0e7b21c6ac801360cf">e95721d</a>)</li> </ul> <h2>v5.2.1</h2> <h2><a href="https://github.com/react-hook-form/resolvers/compare/v5.2.0...v5.2.1">5.2.1</a> (2025-07-29)</h2> <h3>Bug Fixes</h3> <ul> <li>discriminated union for zod v4 mini (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/784">#784</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/49a0d7ba939f58e04ca2d01a98949fc70f50b53e">49a0d7b</a>)</li> <li>zod v4 peer deps (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/798">#798</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/2d28e6aca611b042e07da0ae4cf448adbe78e1f3">2d28e6a</a>)</li> <li><strong>zod:</strong> fix output type for Zod 4 resolver (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/801">#801</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/bc09647a5eec21d07097a8ccf89fb52ebf50a1ec">bc09647</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/resolvers/commit/e95721d3c8c6d6e555508b0e7b21c6ac801360cf"><code>e95721d</code></a> fix(zod): fix output type for Zod 4 resolver (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/803">#803</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/49a0d7ba939f58e04ca2d01a98949fc70f50b53e"><code>49a0d7b</code></a> fix: discriminated union for zod v4 mini (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/784">#784</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/bc09647a5eec21d07097a8ccf89fb52ebf50a1ec"><code>bc09647</code></a> fix(zod): fix output type for Zod 4 resolver (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/801">#801</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/2d28e6aca611b042e07da0ae4cf448adbe78e1f3"><code>2d28e6a</code></a> fix: zod v4 peer deps (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/798">#798</a>)</li> <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>Additional commits viewable in <a href="https://github.com/react-hook-form/resolvers/compare/v4.1.3...v5.2.2">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=4.1.3&new-version=5.2.2)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-13 12:18:10 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1098