dependabot[bot] opened a new pull request, #71225: URL: https://github.com/apache/airflow/pull/71225
Bumps the 3-3-auth-ui-package-updates group with 1 update in the /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `react-hook-form` from 7.83.0 to 7.84.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.84.0</h2> <h3>✨ Improvements</h3> <ul> <li>enhance <code><Form /></code> submit behavior (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13605">#13605</a>)</li> <li>improve performance and reduce bundle size (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13591">#13591</a>)</li> </ul> <h3>🐞 Fixes</h3> <ul> <li>fix: <code>values</code> + <code>keepDirtyValues</code> silently corrupting arrays and freezing objects on refetch (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13628">#13628</a>)</li> <li>fix: <code>setValue</code> not updating <code>FieldArray</code> values correctly (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13623">#13623</a>)</li> <li>fix: <code>FormState</code> type definitions (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13620">#13620</a>)</li> <li>fix: <code>FieldArray</code> and <code>FormState</code> exports (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13619">#13619</a>)</li> </ul> <h3>🧪 Tests</h3> <ul> <li>add <code>Blob</code> coverage for <code>FieldErrors</code> type tests (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13624">#13624</a>)</li> </ul> <h3>♻️ Refactors</h3> <ul> <li>extract shared <code>ErrorNamespacePath</code> type (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13615">#13615</a>)</li> </ul> <h3>🏗️ Chores</h3> <ul> <li>rename <code><FormStateSubscribe /></code> back to <code><FormState /></code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13602">#13602</a>)</li> <li>bump <code>@babel/core</code> from 7.26.0 to 7.29.7 (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13614">#13614</a>)</li> </ul> <p>Thanks to <a href="https://github.com/candymask0712"><code>@candymask0712</code></a>, <a href="https://github.com/EduardF1"><code>@EduardF1</code></a>, <a href="https://github.com/in-ch"><code>@in-ch</code></a>, <a href="https://github.com/johnstrand"><code>@johnstrand</code></a>, <a href="https://github.com/wanxiankai"><code>@wanxiankai</code></a>, <a href="https://github.com/nobu-da"><code>@nobu-da</code></a>, and <a href="https://github.com/bluebill1049"><code>@bluebill1049</code></a> for their contributions! 🎉</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md">react-hook-form's changelog</a>.</em></p> <blockquote> <h2>[7.84.0] - 2026-08-01</h2> <h3>Improvements</h3> <ul> <li><code>handleSubmit</code> returns the typed result of the <code>onValid</code> callback instead of discarding it</li> <li><code><Form /></code> supports a function-based <code>action</code> (Server Action style) in addition to URL-string actions</li> <li>Improve performance and reduce bundle size</li> </ul> <h3>Fixed</h3> <ul> <li><code>reset()</code> with <code>resetOptions.keepDirtyValues</code> freezing clean sibling fields in a nested object when another field in that object is dirty</li> <li>Restore missing <code>FieldArray</code> and <code>FormState</code> type exports</li> <li><code>setValues</code> not notifying <code>useFieldArray</code> subscribers, leaving rendered fields stale</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/81b9a4c069dd45a322bc7cd58ae756113a6c8761"><code>81b9a4c</code></a> 7.84.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/8b5162173446e33648cf0d6ee28eb43a987c3af2"><code>8b51621</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13627">#13627</a> issue values + keepDirtyValues silently corrupts arrays and free...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/41f32af3e3ea90a16e8e61d30f285d152e7ccd4b"><code>41f32af</code></a> 🧪 test: cover Blob in FieldErrors type tests (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13624">#13624</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/9705dc6725c1b4df23d6c6f7744a331f6cfea7ae"><code>9705dc6</code></a> 🐞 <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13621">#13621</a> fix setValues not update fieldArrays (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13623">#13623</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/e2444e784d920ff6662681645dbf29823a3129ab"><code>e2444e7</code></a> 🤧 fix FormState type (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13620">#13620</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/ab77353c6617c14c53f9548d556f81f60e5e0875"><code>ab77353</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13618">#13618</a> FieldArray & FormState export (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13619">#13619</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/d349d082b62a71de81f51db8f86a863406c9778f"><code>d349d08</code></a> ♻️ refactor(types): extract shared ErrorNamespacePath (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13615">#13615</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/e47b090247bc7af98d5c5f11df991ac6d15f6002"><code>e47b090</code></a> 📖 update changelog v7.83.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/c51f3d86029268e6a713cce6f45419a502f254d6"><code>c51f3d8</code></a> 🦦 perf: improve perf and save bundle size (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13591">#13591</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/86c529a642ce8a4f023fa036d6a8fb6368319ca4"><code>86c529a</code></a> 🐲 feat: enhance <Form /> submit (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13605">#13605</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.83.0...v7.84.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
