dependabot[bot] opened a new pull request, #8766: URL: https://github.com/apache/gravitino/pull/8766
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.0 to 7.64.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>Version 7.64.0</h2> <p>🚏 Support optional array fields in <code>PathValueImpl</code> type (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13057">#13057</a>) 🐞 fix: preserve Controller's defaultValue with <code>shouldUnregister</code> prop (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13063">#13063</a>) ✂ chore: remove unused field ids ref in <code>useFieldArray</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13066">#13066</a>)</p> <p>thanks to <a href="https://github.com/MPrieur-chaps"><code>@MPrieur-chaps</code></a>, <a href="https://github.com/gynekolog"><code>@gynekolog</code></a> & <a href="https://github.com/uk960214"><code>@uk960214</code></a></p> <h2>Version 7.63.0</h2> <p>🥢 feat: extract form values by form state (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12936">#12936</a>)</p> <pre lang="tsx"><code>getValues(undefined, { dirtyFields: true }); // return only dirty fields getValues(undefined, { touchedFields: true }); // return only touched fields </code></pre> <p>🦍 feat: improve get dirty fields logic (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13049">#13049</a>) 🐿️ chore: remove duplicated function isMessage (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13050">#13050</a>) 🐞 fix: use field name to update isValidating fields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13000">#13000</a>) 🐞 fix: unregister previous field when switching conditional Controllers (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13041">#13041</a>) 🐞 fix: only excuse trigger function when deps has a valid array (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13056">#13056</a>)</p> <p>thanks to <a href="https://github.com/candymask0712"><code>@candymask0712</code></a>, <a href="https://github.com/GorkemKir"><code>@GorkemKir</code></a>, <a href="https://github.com/kimtaejin3"><code>@kimtaejin3</code></a>, <a href="https://github.com/m2na7"><code>@m2na7</code></a> & <a href="https://github.com/abnud11"><code>@abnud11</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/87d8b772d09528679d7b35a89d1e79534a38b33e"><code>87d8b77</code></a> 7.64.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6c3b8f73891496daabb7289fe7de3389998289ac"><code>6c3b8f7</code></a> 🥃 chore: upgrade dev deps (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13076">#13076</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/23c699a07aba2a5f9ad64aa7a0bb047273fc43e7"><code>23c699a</code></a> ✂ chore: remove unused field ids ref in useFieldArray (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13066">#13066</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/37f51ac10b49d45f73871d388db7312a50b4cae4"><code>37f51ac</code></a> 🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13063">#13063</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/8d61561b422c9974baf92fbafab570d1764e91bd"><code>8d61561</code></a> 🚏 Support optional array fields in PathValueImpl type (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13057">#13057</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/b5b732952ebbc00cfc815189cef878d516190282"><code>b5b7329</code></a> 7.63.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/86a7fb36dde4496530a1b56fd6bebe793ddb2009"><code>86a7fb3</code></a> 🐞 fix: only excuse trigger function when deps has a valid array (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13056">#13056</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/4bfd420e00112b351c3474b96ff1cffb4d7ccf1e"><code>4bfd420</code></a> 🏔️ chore: major dev deps upgrade (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13053">#13053</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/66b7dafe1b37fff8d8179ae510cb8550d992e4a9"><code>66b7daf</code></a> 🔩 chore: lib dev deps upgrade (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13051">#13051</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/62b26d8e8ebcfb70be8072dafbc3d327faba534d"><code>62b26d8</code></a> 🐿️ chore: remove duplicated function isMessage (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13050">#13050</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.62.0...v7.64.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
