dependabot[bot] opened a new pull request, #8807: URL: https://github.com/apache/gravitino/pull/8807
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.0 to 7.65.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.65.0</h2> <p>🧿 feat: <code><Watch /></code> component (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12986">#12986</a>)</p> <pre lang="tsx"><code>import { useForm, Watch } from 'react-hook-form'; <p>const App = () => { const { register, control } = useForm();</p> <p>return ( <div> <form> <input {...register('foo')} /> <input {...register('bar')} /> </form> {/* re-render only when value of <code>foo</code> changes */} <Watch control={control} names={['foo']} render={([foo]) => <span>{foo}</span>} /> </div> ); }; </code></pre></p> <p>🐞 fix: respect parent-provided <code>useFieldArray</code> rules (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13082">#13082</a>) (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13083">#13083</a> 🐞 fix: <code>getDirtyFields</code> submit fields with null values when using <code>useForm</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13079">#13079</a>)</p> <p>thanks to <a href="https://github.com/tesseractjh"><code>@tesseractjh</code></a>, <a href="https://github.com/Han5991"><code>@Han5991</code></a> & <a href="https://github.com/jonathanarnault"><code>@jonathanarnault</code></a></p> <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>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/1ebe316f71eb90ca6bf4c55c0881754f2d868ccf"><code>1ebe316</code></a> 7.65.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/ded8e1151540f47f699d11262ccc14f60f467b5a"><code>ded8e11</code></a> 🐞 fix: respect parent-provided useFieldArray rules (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13082">#13082</a>) (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13083">#13083</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/c2a3509a9eefedb89fbe6c398252e48250b7fbfb"><code>c2a3509</code></a> 🐞 fix: <code>getDirtyFields</code> submit fields with null values when using useForm (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/1">#1</a>...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/da6bd715997c5f13f3d4c52f6c928d0ec7472a29"><code>da6bd71</code></a> 🧿 type: minor improvement on <Watch /> component (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13077">#13077</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/c14131fab972159c4b645973ac15539b0fd9b1d6"><code>c14131f</code></a> 🧿 feat: <code>\<Watch /></code> component (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12986">#12986</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/7c752c96500c352f616ac010eaffe53b05894c8f"><code>7c752c9</code></a> ❤️ thank you so much for the past sponsors</li> <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>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.62.0...v7.65.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]
