dependabot[bot] opened a new pull request, #9592: URL: https://github.com/apache/gravitino/pull/9592
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.0 to 7.69.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.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 & 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> & <a href="https://github.com/hlongc"><code>@hlongc</code></a></p> <h2>Version 7.68.0</h2> <p>🎧 feat: <code><FormStateSubscribe /></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 = () => {<br /> const { register, control } = useForm();</p> <p>return (<br /> <div><br /> <form><br /> <input {...register('foo')} /><br /> <input {...register('bar')} /><br /> </form><br /> {/* re-render only when formState of <code>foo</code> changes */}<br /> <FormStateSubscribe<br /> control={control}<br /> name={"foo"}<br /> render={({errors}) => <span>{errors.foo?.message}</span>}<br /> /><br /> </div><br /> );<br /> };<br /> </code></pre></p> <p>🐞 fix: clear validation errors synchronously in reset() to fix Next.js 16 Server Actions issue (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13139">#13139</a>) Revert "✨ fix(types): allow undefined value with async defaultValues in Contr…" (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13171">#13171</a>)</p> <p>thanks to <a href="https://github.com/xiangnuans"><code>@xiangnuans</code></a>, <a href="https://github.com/abnud11"><code>@abnud11</code></a>, <a href="https://github.com/ntatoud"><code>@ntatoud</code></a> & <a href="https://github.com/ap0nia"><code>@ap0nia</code></a></p> <h2>Version 7.67.0</h2> <!-- 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/3e6f6815f7ac8f4ef3df429a7157844f69e514fb"><code>3e6f681</code></a> 7.69.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/0fa39b40a73b63201c35f1bdfd9228d5d6bea2fe"><code>0fa39b4</code></a> 👌 chore: update dev deps (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13200">#13200</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/5c5f710ddb392b85e5954be982f84c3bf045f977"><code>5c5f710</code></a> 🤦🏻♂️ chore: update <a href="https://github.com/deprecated"><code>@deprecated</code></a> names prop on <code>\<Watch /></code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13198">#13198</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/1e27637d35600e5fff20a7e986648dcb50f4a69c"><code>1e27637</code></a> 🪖 fix: cve-2025-67779 (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13196">#13196</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/0676cc7d9db4c78071da56c872c3dd359162ff23"><code>0676cc7</code></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>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/2a681a95a528248b6873cb8276e1d92cbc86280a"><code>2a681a9</code></a> 📏 feat: align <code>\<Watch /></code> API with <code>useWatch</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13192">#13192</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/1eabdc685ef7319f75f474cfb43f5a4ceeac81c6"><code>1eabdc6</code></a> 🪖 fix: cve-2025-55184 & cve-2025-55183 (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13194">#13194</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/aa79ac9f1b8c8e903948d866da2da2228620a473"><code>aa79ac9</code></a> 🏥 chore: safely call function methods on elements (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13190">#13190</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/3f821acbf2c58fbda1cb67adfa2487298e240293"><code>3f821ac</code></a> 🧿 fix <code>\<Watch /></code> control prop type (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13189">#13189</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/64eec9b256490760a20c29731e8772ee549f2e6e"><code>64eec9b</code></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>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.62.0...v7.69.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]
