dependabot[bot] opened a new pull request, #7027: URL: https://github.com/apache/gravitino/pull/7027
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.2 to 7.56.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.56.0</h2> <p>⏰ feat: introduce isReady state for subscription (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12568">#12568</a>)</p> <pre lang="tsx"><code>const { formState: { isReady }, setValue } = useForm() <p>useEffect(() => { // form subscription setup is ready if (isReady) setValue('test', 'value') }, [isReady]) </code></pre></p> <p>🌗 feat: support reactive mode and reValidateMode (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12743">#12743</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12741">#12741</a> regression on move/swap on useFieldArray input update (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12749">#12749</a>) 🐞 fix: use useIsomorphicLayoutEffect to address warning in SSR (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12738">#12738</a>)</p> <h2>Version 7.56.0-next.0</h2> <p>⏰ feat: introduce isReady state for subscription (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12568">#12568</a>)</p> <pre lang="tsx"><code>const { formState: { isReady }, setValue } = useForm() <p>useEffect(() => { // form subscription setup is ready if (isReady) setValue('test', 'value') }, [isReady]) </code></pre></p> <p>🌗 feat: support reactive mode and reValidateMode (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12743">#12743</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12741">#12741</a> regression on move/swap on useFieldArray input update (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12749">#12749</a>) 🐞 fix: use useIsomorphicLayoutEffect to address warning in SSR (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12738">#12738</a>)</p> <h2>Version 7.55.0</h2> <p>⚡️ <code>createFormControl</code></p> <ul> <li>Allow us to start subscribing outside of the React component</li> </ul> <pre lang="tsx"><code>const { formControl, control } = createFormControl(props) <p>function App() { const { register } = useForm({ formControl, })</p> <p>return <form /> }</p> <p>function Test() { useFormState({ </tr></table> </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/3a968fed139b2c3c08b01396f2592ddd26d8eb9c"><code>3a968fe</code></a> 7.56.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/9ffe5cbe3b490ab89633929719edde662f724a7d"><code>9ffe5cb</code></a> 7.56.0-next.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/c3b6f745a87491d1e39679e53f483ac3af08aee3"><code>c3b6f74</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12741">#12741</a> regression on move/swap on useFieldArray input update (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12749">#12749</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/c757a97d06d1ec8af58392d0c22a9c25b1a5e389"><code>c757a97</code></a> 🦁 update app deps (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12746">#12746</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/b4e89792dab52203f58d652f92588eaf9e11482f"><code>b4e8979</code></a> 🌗 feat: support reactive <code>mode</code> and <code>reValidateMode</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12743">#12743</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/047cd734c3f544f7caa51463e2e0758a8b36ee8e"><code>047cd73</code></a> ⏰ feat: introduce <code>isReady</code> state for subscription (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12568">#12568</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/8bb2a9970c00c2cd606bf74af17e680c22b908c5"><code>8bb2a99</code></a> 🐞 fix: use <code>useIsomorphicLayoutEffect</code> to address warning in SSR (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12738">#12738</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/a66b52a4f0d5c0de3c09307c074371e3e881ce73"><code>a66b52a</code></a> 7.55.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/22287a0550b9f808612684e89c38b22e50be724b"><code>22287a0</code></a> 7.55.0-next.9</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/cbd9fc6ef02685f578c0f99f9b59b0e3456ad8a9"><code>cbd9fc6</code></a> 🫡 fix: improve type inference for <code>useFormContext</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12689">#12689</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.54.2...v7.56.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]
