dependabot[bot] opened a new pull request, #10952: URL: https://github.com/apache/gravitino/pull/10952
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.0 to 7.74.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.74.0</h2> <p>🪇 feat: setValues (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13201">#13201</a>)</p> <pre lang="tsx"><code>setValues((data) => { return { ...data, name: 'test' } }) <p>setValues(formValues);<br /> </code></pre></p> <p>🐞 fix: preserve previous field value when useController name changes (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13395">#13395</a>) 🐞 fix: handle null parent when unregistering nested field (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13396">#13396</a>) 🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13388">#13388</a>) 🪢 fix build to exclude test files (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13387">#13387</a>)</p> <p>thanks to <a href="https://github.com/Yihao-G"><code>@Yihao-G</code></a> & <a href="https://github.com/mixelburg"><code>@mixelburg</code></a></p> <h2>Version 7.73.1</h2> <p>⚡perf: memoize submit (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13378">#13378</a>) 🚉 perf: improve deepEqual performance (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13362">#13362</a>) 👀 perf: skip re-render in setValue when value is unchanged (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13352">#13352</a>) ✂️ remove unneeded flag check for shouldDirty 🚨 fix: safely access field._f during register (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13365">#13365</a>) 🧹 close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13298">#13298</a>: improve fieldState errors when resolver uses dot-notation string keys (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13350">#13350</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13178">#13178</a>: update state correctly in watch callback with Controller, trigger, and reset (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13180">#13180</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13331">#13331</a>: skip field array validation when mode is onBlur (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13333">#13333</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13334">#13334</a> sDirty remains false after deletion an item with shouldDirty: true (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13357">#13357</a>) 🐞 fix: handle nested field when parent defaultValue is null (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13348">#13348</a>)</p> <p>thanks to <a href="https://github.com/Prasadzoman"><code>@Prasadzoman</code></a>, <a href="https://github.com/cyphercodes"><code>@cyphercodes</code></a>, <a href="https://github.com/lorenzoceglia"><code>@lorenzoceglia</code></a>, <a href="https://github.com/rizwan-rizu"><code>@rizwan-rizu</code></a>, <a href="https://github.com/tomeelog"><code>@tomeelog</code></a> & <a href="https://github.com/ap0nia"><code>@ap0nia</code></a></p> <h2>Version 7.72.1</h2> <p>🐞 fix: add isDirty check for numeric string keys in defaultValues (issue <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13346">#13346</a>) (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13347">#13347</a>) 🐞 fix: prevent setValue with shouldDirty from polluting unrelated dirty fields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13326">#13326</a>) 🐞 fix: memoize control in HookFormControlContext to prevent render conflicts (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13272">#13272</a>) (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13312">#13312</a>) 🐞 fix: isNameInFieldArray should check all ancestor paths for nested field arrays (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13318">#13318</a>) 🐞 fix: <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13320">#13320</a> formState.isValid incorrect on Controller re-mount (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13324">#13324</a>)</p> <p>thanks to <a href="https://github.com/6810779s"><code>@6810779s</code></a>, <a href="https://github.com/candymask0712"><code>@candymask0712</code></a>, <a href="https://github.com/olagokemills"><code>@olagokemills</code></a>, <a href="https://github.com/shahmir-oscilar"><code>@shahmir-oscilar</code></a> & <a href="https://github.com/bae080311"><code>@bae080311</code></a></p> <h2>Version 7.72.0</h2> <p>⚓️ feat: built-in form level validate (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13195">#13195</a>)</p> <pre lang="tsx"><code>useForm({ validate: async ({ formValues }: FormValidateResult) => { </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/8a816ede4921ace497cbe335008cd151ecdcd888"><code>8a816ed</code></a> 7.74.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/ef641fec04bb1d88a99d4617f68e0b76ef8b85bd"><code>ef641fe</code></a> 🐞 fix: preserve previous field value when useController name changes (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13395">#13395</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/a08a8e80f97912867c0b81f9c361f4c56381df52"><code>a08a8e8</code></a> 🐞 fix: handle null parent when unregistering nested field (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13396">#13396</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/2374a64c1e9e645043f0444f37654b048d0ec7d7"><code>2374a64</code></a> 📖 thanks KANAME for the support over the years</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6737b9963273f62e2932fe636c172f76d5a83a7c"><code>6737b99</code></a> 🌡️ test: cover valueAsNumber NaN required validation in validateField (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13391">#13391</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/29cdd0870119d5c5dd163906f539e0713e1f325f"><code>29cdd08</code></a> 🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13388">#13388</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/44df01d539d8a77b390d0b7bfa2ff7454e48da79"><code>44df01d</code></a> Revert "Revert "🪢 fix build to exclude test files (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13387">#13387</a>)""</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/bf525c13523710756dacc7898cf202cfe030a4a0"><code>bf525c1</code></a> Revert "Revert "🪇 feat: setValues (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13201">#13201</a>)""</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6cd9e45978aa6265cd4d1b24d9295b33ec8fe1c4"><code>6cd9e45</code></a> 7.73.1</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/9b07561693289f96c6282bfd880e875ad22fefe5"><code>9b07561</code></a> Revert "🪢 fix build to exclude test files (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13387">#13387</a>)"</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.62.0...v7.74.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 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]
