This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump react-hook-form from 7.51.4 to 7.52.0 (#2677)
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.4 to 7.52.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>v7.52.0</h2> <p>⚛️ close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11932">#11932</a> enable react 19 peer dependency (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11935">#11935</a>) 👮♀️ close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11954">#11954</a> getFieldState remove unnessaried inValidating and touched subscription (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11995">#11995</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11985">#11985</a> logic createFormControl check field before usage (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11986">#11986</a>) ⌨️ fix: enforce type safety for deps property in RegisterOptions (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11969">#11969</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11922">#11922</a> keep dirty on reset with dirty fields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11958">#11958</a>) 🚔 close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11937">#11937</a> add validation in the cleanup process in useController (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11938">#11938</a>) Revert "⌨️ close: correct type of error field in getFieldState return object (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11831">#11831</a>)" 📖 fix: change info.values type in WatchObserver (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11917">#11917</a>)</p> <p>thanks to <a href="https://github.com/nakaakist"><code>@nakaakist</code></a>, <a href="https://github.com/IdoBouskila"><code>@IdoBouskila</code></a>, <a href="https://github.com/pincy"><code>@pincy</code></a> and <a href="https://github.com/peinguin"><code>@peinguin</code></a></p> <h2>v7.51.5</h2> <p>📖 fix broken link to examples in README.md (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11805">#11805</a>) ⌨️ close: correct type of error field in getFieldState return object (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11831">#11831</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11842">#11842</a> radio buttons not disabled when multiple share a name (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11873">#11873</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11821">#11821</a> set value with disabled false before mount (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11880">#11880</a>) 🐞 fix setError to preserve existing errors elsewhere in the object (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11888">#11888</a>) ⌨️ fix: add info.value type to WatchObserver (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11872">#11872</a>) 🫡 fix issue with internal <code>set</code> api (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11915">#11915</a>)</p> <p>thanks to <a href="https://github.com/mjr2595"><code>@mjr2595</code></a> <a href="https://github.com/erashu212"><code>@erashu212</code></a> <a href="https://github.com/SimonJTurner"><code>@SimonJTurner</code></a> and <a href="https://github.com/peinguin"><code>@peinguin</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/a4370c31f2d2c1fdc8e9f5c85379f7f3ce1ea208"><code>a4370c3</code></a> 7.52.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/dfb8dda84e945fb0e2b09d29411db070301ad2b1"><code>dfb8dda</code></a> 🌅 update README.md (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12019">#12019</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/1d0503b46cfe0589b188c4c0d9fa75f247271cf7"><code>1d0503b</code></a> 👮♀️ close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11954">#11954</a> getFieldState remove unnessaried inValidating and touched s...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/f13f0609df265aaeb49ae02f605e8760503327db"><code>f13f060</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11985">#11985</a> logic createFormControl check field before usage (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11986">#11986</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/e90d26467efc8b6ecd289b0cc04fed847535138b"><code>e90d264</code></a> ⌨️ fix: enforce type safety for <code>deps</code> property in <code>RegisterOptions</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11969">#11969</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/e9f6ddb6ec345ece986757cd4d57fe30562eb8bd"><code>e9f6ddb</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11922">#11922</a> keep dirty on reset with dirty fields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11958">#11958</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/aff0bb9fff265d16fb4bf567b76f0945b7e43738"><code>aff0bb9</code></a> 🚔 close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11937">#11937</a> add validation in the cleanup process in <code>useController</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11938">#11938</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/b491b29387ec1aadccebef12c97bac992aff5f43"><code>b491b29</code></a> ⚛️ close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11932">#11932</a> allow react 19 peer dependency (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11935">#11935</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/927535bf87412b2baa91faefb4c7ded327126c2b"><code>927535b</code></a> Revert "⌨️ close: correct type of <code>error</code> field in <code>getFieldState</code> return obj...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/bed340ce9edea586cf26dfa7c4784902227d4556"><code>bed340c</code></a> 📖 fix: change info.values type in WatchObserver (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11917">#11917</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.51.4...v7.52.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.51.4&new-version=7.52.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> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates `react-hook-form` to version 7.52.0 for improved functionality and compatibility with other packages. ### Detailed summary - Updated `react-hook-form` to version 7.52.0 - Updated dependencies related to `react-hook-form` to match the new version - Updated peer dependencies for `react` to include version 19 > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information