dependabot[bot] opened a new pull request, #6811: URL: https://github.com/apache/gravitino/pull/6811
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.2 to 7.55.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.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() {<br /> const { register } = useForm({<br /> formControl,<br /> })</p> <p>return <form /><br /> }</p> <p>function Test() {<br /> useFormState({<br /> control // no longer need context api<br /> })<br /> }<br /> </code></pre></p> <p>⚡️ <code>subscribe</code></p> <ul> <li>subscribe form state update without re-render</li> <li>subscribe outside of the react component</li> </ul> <pre lang="tsx"><code>const { formControl } = createFormControl(props) <p>formControl.subscribe({<br /> formState: { isDirty: true },<br /> callback: (formState) => {<br /> if (formState.isDirty) {<br /> // do something here<br /> }<br /> }<br /> })</p> <p>function App() {<br /> const { register } = useForm({<br /> formControl,<br /> })</p> <p>return <form /><br /> }<br /> </code></pre></p> <p>🪲 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12680">react-hook-form/react-hook-form#12680</a>: Update Fieldarray Unmount Status (<a href="https://redirect.github.com/react-hook-form/react-hook-form/pull/12690">react-hook-form/react-hook-form#12690</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/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><a href="https://github.com/react-hook-form/react-hook-form/commit/a711056a7810a944e49c8b5b29794e14e526d1d8"><code>a711056</code></a> 🪲 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12680">#12680</a>: Update Fieldarray Unmount Status (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12690">#12690</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/2b922ef411dffae5fd8e05cd8fa3c83d043346de"><code>2b922ef</code></a> ⚽️ chore: update prettier configuration and apply formatting (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12650">#12650</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/094f4f8bdaf1b1d23f7528109d7d165cbcd3c621"><code>094f4f8</code></a> 7.55.0-next.8</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/7aed67d5c9b63264154adcf8a76c83a7d8e8e57b"><code>7aed67d</code></a> 👮♂️ feat: infer resolver output types (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12638">#12638</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/ba2df7b80c1bbe92c20decd288dd9d839da2dbc1"><code>ba2df7b</code></a> 🐞 fix(useForm): make <code>values</code> and <code>defaultValues</code> work correctly with `create...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/d9e7e4d8efcf1715fee580b198cdc8bc701c3f8a"><code>d9e7e4d</code></a> 🥹 close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12665">#12665</a> issue with values not populate form</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/662421ee528ab6c2766c7bde9feaa5c5672573d8"><code>662421e</code></a> 7.55.0-next.7</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.54.2...v7.55.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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org