dependabot[bot] opened a new pull request, #9842:
URL: https://github.com/apache/gravitino/pull/9842

   Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) 
from 7.62.0 to 7.71.1.
   <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 v7.71.1</h2>
   <p>๐Ÿž fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13250";>#13250</a>
 issue with booleans_as_integers (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13252";>#13252</a>)</p>
   <h2>Version 7.71.0</h2>
   <p>โšก perf: memoize FormProvider context value to prevent unnecessary 
rerenders (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13235";>#13235</a>)
   ๐Ÿš„ perf: separate control context to prevent unnecessary rerenders (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13234";>#13234</a>)
   ๐Ÿž fix: update isValid when field disabled state changes (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13231";>#13231</a>)
   ๐Ÿ‘Œ chore: optimize bundle size via safe terser options (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13243";>#13243</a>)
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13244";>#13244</a>)</p>
   <p>thanks to <a 
href="https://github.com/kamja44";><code>@โ€‹kamja44</code></a>, <a 
href="https://github.com/a28689604";><code>@โ€‹a28689604</code></a> &amp; <a 
href="https://github.com/newsiberian";><code>@โ€‹newsiberian</code></a></p>
   <h2>Version 7.70.0</h2>
   <p>โœ… watch type improvement (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13228";>#13228</a>)
   ๐Ÿž fix: prevent field array ghost elements with keepDirtyValues (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13188";>#13188</a>)
   ๐Ÿž fix: improve invalid date handling in deepEqual and validation (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13230";>#13230</a>)
   ๐Ÿž fix(types): handle branded types correctly in DeepPartial (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13222";>#13222</a>)
   ๐Ÿž fix native validation focus issue (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13220";>#13220</a>)
   ๐Ÿž change spread operator to set name with depricated names prop, then 
override with new name prop is supplied (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13214";>#13214</a>)
   ๐Ÿž fix: prevent duplicate subscription trigger in setValue (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13206";>#13206</a>)
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13209";>#13209</a>)
   ๐Ÿ‘Œ chore: fix lib type check include tests (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13229";>#13229</a>)</p>
   <p>thanks to <a 
href="https://github.com/EdwardEB";><code>@โ€‹EdwardEB</code></a>, <a 
href="https://github.com/constantly-dev";><code>@โ€‹constantly-dev</code></a> 
&amp; <a href="https://github.com/a28689604";><code>@โ€‹a28689604</code></a></p>
   <h2>๐ŸŽ„ Version 7.69.0</h2>
   <p>๐Ÿ“ feat: align <!-- raw HTML omitted --> API with useWatch (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13192";>#13192</a>)
   ๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ chore: update <a 
href="https://github.com/deprecated";><code>@โ€‹deprecated</code></a> names prop 
on <!-- raw HTML omitted --> (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13198";>#13198</a>)
   ๐Ÿฅ chore: safely call function methods on elements (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13190";>#13190</a>)
   ๐Ÿช– chore: cve-2025-67779 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13196";>#13196</a>)
   ๐Ÿช– chore: cve-2025-55184 &amp; cve-2025-55183 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13194";>#13194</a>)
   ๐Ÿช– chore: CVE-2025-55182 Critical RCE vulnerabilty (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13175";>#13175</a>)
   ๐Ÿ”ฌ test: add regression tests for <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12837";>#12837</a>
 and <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13136";>#13136</a>
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13187";>#13187</a>)
   ๐Ÿž fix(reset): preserve isValid state when keepIsValid option is used (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13173";>#13173</a>)
   ๐Ÿž fix: ensure each createFormControl.subscribe subscription listens only to 
the changes it subscribes to (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12968";>#12968</a>)
   ๐Ÿž fix(validation): batch isValidating state updates with validation result 
(<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13181";>#13181</a>)
   ๐Ÿž fix(createFormControl): resolve race condition between setError and 
setFocus (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13138";>#13138</a>)
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13169";>#13169</a>)
   ๐Ÿงฟ fix <!-- raw HTML omitted --> control prop type (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13189";>#13189</a>)
   ๐Ÿ”” chore: clean cloneObject logic (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13179";>#13179</a>)</p>
   <p>thanks to <a 
href="https://github.com/PierreCrb";><code>@โ€‹PierreCrb</code></a>, <a 
href="https://github.com/a28689604";><code>@โ€‹a28689604</code></a>, <a 
href="https://github.com/AnuragM7666";><code>@โ€‹AnuragM7666</code></a>, <a 
href="https://github.com/ap0nia";><code>@โ€‹ap0nia</code></a>, <a 
href="https://github.com/dusan233";><code>@โ€‹dusan233</code></a> &amp; <a 
href="https://github.com/hlongc";><code>@โ€‹hlongc</code></a></p>
   <h2>Version 7.68.0</h2>
   <p>๐ŸŽง feat: <code>&lt;FormStateSubscribe /&gt;</code> component (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13142";>#13142</a>)</p>
   <pre lang="tsx"><code>import { useForm, FormStateSubscribe } from 
'react-hook-form';
   <p>const App = () =&gt; {<br />
   const { register, control } = useForm();</p>
   <p>return (<br />
   &lt;/tr&gt;&lt;/table&gt;<br />
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/51589c50baa008e58f0fad71e5ef3d13314a3018";><code>51589c5</code></a>
 7.71.1</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/fc57a6282563425052abcb1785218b76fd3b1e93";><code>fc57a62</code></a>
 ๐Ÿž fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13250";>#13250</a>
 issue with booleans_as_integers (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13252";>#13252</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/195139d5a969eaf3628f7b5194d2e415ce25d46b";><code>195139d</code></a>
 7.71.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/e26f88650dfd68aa7733905f4429d4331923b1a4";><code>e26f886</code></a>
 ๐Ÿ‘Œ chore: optimize bundle size via safe terser options (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13243";>#13243</a>)
 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13244";>#13244</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/17c85ed7b3f51429217c205535a8b716ed385960";><code>17c85ed</code></a>
 ๐Ÿš„ perf: separate control context to prevent unnecessary rerenders (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13234";>#13234</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/a084dcb8597d5fb872ef54c0e8425133d490a711";><code>a084dcb</code></a>
 โšก perf: memoize FormProvider context value to prevent unnecessary rerenders 
(...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/65c78bc561e431861e4e48f6b3d2d78f73f0f084";><code>65c78bc</code></a>
 ๐Ÿž fix: update isValid when field disabled state changes (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13231";>#13231</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/d810ff523c896281a14db31255044f7b232bcef9";><code>d810ff5</code></a>
 7.70.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/c54ebf9bc46dfacee2dc65a96ff1f57400b1a2fa";><code>c54ebf9</code></a>
 ๐Ÿž fix: prevent field array ghost elements with keepDirtyValues (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13188";>#13188</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/3966596e8a3eca2e04ce428695f07b696feb3830";><code>3966596</code></a>
 โœ… watch type improvement (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13228";>#13228</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react-hook-form/react-hook-form/compare/v7.62.0...v7.71.1";>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.62.0&new-version=7.71.1)](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]

Reply via email to