dependabot[bot] opened a new pull request, #69717: URL: https://github.com/apache/airflow/pull/69717
Bumps the auth-ui-package-updates group with 4 updates 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), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `react-hook-form` from 7.80.0 to 7.81.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.81.0</h2> <p>⚜️ feat: FieldArray component (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13394">#13394</a>)</p> <pre lang="tsx"><code><FieldArray control={control} name="test" render={({ fields }) => null} /> </code></pre> <p>🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13538">#13538</a> useFieldArray min 1 item validation error changes its location in the errors object (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13539">#13539</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13569">#13569</a> calling reset triggers subscribe with latest name instead of undefined (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13574">#13574</a>) 🐞 fix(useController): reflect cleared parent object in controlled fields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13550">#13550</a>) (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13553">#13553</a>) 🐞 fix(flatten): preserve Date values as leaf nodes (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13566">#13566</a>) 🐛 fix(unset): guard against prototype keyword path traversal (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13559">#13559</a>) (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13560">#13560</a>) 🏸 improve setValue api with shrink value (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13576">#13576</a>) 👝 close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13577">#13577</a> improve re-render with useFieldArray reset (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13578">#13578</a>) 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13575">#13575</a> issue: clearErrors changes the name value from form.subscribe (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13579">#13579</a>)</p> <p>thanks to <a href="https://github.com/DakshSinghDhami"><code>@DakshSinghDhami</code></a>, <a href="https://github.com/JSap0914"><code>@JSap0914</code></a>, <a href="https://github.com/tran-simon"><code>@tran-simon</code></a> & <a href="https://github.com/EduardF1"><code>@EduardF1</code></a></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.81.0] - 2026-07-05</h2> <h3>Added</h3> <ul> <li><code>FieldArray</code> component built on <code>useFieldArray</code> for controlled field-array rendering</li> </ul> <h3>Fixed</h3> <ul> <li><code>clearErrors</code> changing the <code>name</code> value from <code>form.subscribe</code></li> <li><code>reset</code> triggering <code>subscribe</code> with the latest name instead of <code>undefined</code></li> <li><code>setValues</code> leaving stale elements behind when shrinking a field array</li> <li><code>flatten</code> preserving <code>Date</code> values as leaf nodes</li> <li><code>useFieldArray</code> min length validation error changing location in the <code>errors</code> object</li> <li><code>useController</code> not reflecting a cleared parent object in controlled fields</li> </ul> <h3>Security</h3> <ul> <li>Harden <code>unset()</code> against prototype-path traversal (<code>__proto__</code> / <code>constructor</code> / <code>prototype</code>), matching the existing <code>set()</code> guard</li> </ul> <h3>Performance</h3> <ul> <li>Improve re-render with <code>useFieldArray</code> reset</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/46b217e034dd92f7aa3cb3a478815556b416b299"><code>46b217e</code></a> 7.81.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6595a91232cadd2e9d9a4b475137d6213b1702bf"><code>6595a91</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13575">#13575</a> issue: clearErrors changes the name value from form.subscribe (#...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/cae5dfe2d60f1f19e2d9e40314ddef858064347f"><code>cae5dfe</code></a> 👝 close <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13577">#13577</a> improve re-render with useFieldArray reset (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13578">#13578</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/5b2b74318a8549e266cc243e249ab401b5809331"><code>5b2b743</code></a> 🏸 improve setValue api with shrink value (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13576">#13576</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6112441b8e61e943a612b2a75a23b2821c09d93d"><code>6112441</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13569">#13569</a> calling reset triggers subscribe with latest name instead of und...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/f89388f5f60b8a8222a42b340f49b38e77d9ed26"><code>f89388f</code></a> 🐞 fix(flatten): preserve Date values as leaf nodes (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13566">#13566</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/46381fa8fe690fc16d17afde8a43738a55b2c6e6"><code>46381fa</code></a> Revert "docs: fix grammar in demo descriptions (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13565">#13565</a>)" (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13568">#13568</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/d4c804ad3d8ec90aa7ff053b9843fc3648f14d07"><code>d4c804a</code></a> Revert "test: remove duplicate UseFieldArray slug (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13564">#13564</a>)" (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13567">#13567</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/63ec54fab07384e3947bd950eff0d7bd30e86597"><code>63ec54f</code></a> test: remove duplicate UseFieldArray slug (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13564">#13564</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/08792ad0bafa6804f686f3b0fa19e160cba2eb89"><code>08792ad</code></a> docs: fix grammar in demo descriptions (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13565">#13565</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.80.0...v7.81.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">@vitest/coverage-v8's releases</a>.</em></p> <blockquote> <h2>v4.1.10</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Check fs access in builtin commands [backport to v4] - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Hiroshi Ogawa</strong> and <strong>OpenCode (claude-opus-4-8)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10680">vitest-dev/vitest#10680</a> <a href="https://github.com/vitest-dev/vitest/commit/5c18dd267"><!-- raw HTML omitted -->(5c18d)<!-- raw HTML omitted --></a></li> <li><strong>vm</strong>: Fix external module resolve error with deps optimizer query for encoded URI [backport to v4] - by <a href="https://github.com/SveLil"><code>@SveLil</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10661">vitest-dev/vitest#10661</a> <a href="https://github.com/vitest-dev/vitest/commit/bae52b511"><!-- raw HTML omitted -->(bae52)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/db616d227b6e0cb07a94f5d1bba262ee95db7e46"><code>db616d2</code></a> chore: release v4.1.10 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/10718">#10718</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `vite` from 8.1.2 to 8.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v8.1.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v8.1.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v8.1.2...v8.1.3">8.1.3</a> (2026-07-02)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> inject inlined CSS after the shebang line (<a href="https://redirect.github.com/vitejs/vite/issues/22717">#22717</a>) (<a href="https://github.com/vitejs/vite/commit/1534d362794e856cc718b123cb245e0efcf36b9a">1534d36</a>)</li> <li><strong>deps:</strong> bump <code>es-module-lexer</code> to 2.3.0 (<a href="https://redirect.github.com/vitejs/vite/issues/22838">#22838</a>) (<a href="https://github.com/vitejs/vite/commit/7103c3af795396e2ad87e1125eb3fc20d60d9430">7103c3a</a>)</li> <li>preload css for nested dynamic imports (<a href="https://redirect.github.com/vitejs/vite/issues/22759">#22759</a>) (<a href="https://github.com/vitejs/vite/commit/2c530542da1c50b95b7f0cb17adf82f64ecf97f3">2c53054</a>)</li> <li><strong>ssr:</strong> correct stacktrace column position for first line (<a href="https://redirect.github.com/vitejs/vite/issues/22828">#22828</a>) (<a href="https://github.com/vitejs/vite/commit/c4acd6982a051fa10dbd7e3a37e00f0c467793b8">c4acd69</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/578ffb80d46940f3b99cd96ed609f8b3a0ac5ede"><code>578ffb8</code></a> release: v8.1.3</li> <li><a href="https://github.com/vitejs/vite/commit/7103c3af795396e2ad87e1125eb3fc20d60d9430"><code>7103c3a</code></a> fix(deps): bump <code>es-module-lexer</code> to 2.3.0 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22838">#22838</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1534d362794e856cc718b123cb245e0efcf36b9a"><code>1534d36</code></a> fix(css): inject inlined CSS after the shebang line (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22717">#22717</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c4acd6982a051fa10dbd7e3a37e00f0c467793b8"><code>c4acd69</code></a> fix(ssr): correct stacktrace column position for first line (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22828">#22828</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/2c530542da1c50b95b7f0cb17adf82f64ecf97f3"><code>2c53054</code></a> fix: preload css for nested dynamic imports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22759">#22759</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v8.1.3/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.9 to 4.1.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v4.1.10</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Check fs access in builtin commands [backport to v4] - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Hiroshi Ogawa</strong> and <strong>OpenCode (claude-opus-4-8)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10680">vitest-dev/vitest#10680</a> <a href="https://github.com/vitest-dev/vitest/commit/5c18dd267"><!-- raw HTML omitted -->(5c18d)<!-- raw HTML omitted --></a></li> <li><strong>vm</strong>: Fix external module resolve error with deps optimizer query for encoded URI [backport to v4] - by <a href="https://github.com/SveLil"><code>@SveLil</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10661">vitest-dev/vitest#10661</a> <a href="https://github.com/vitest-dev/vitest/commit/bae52b511"><!-- raw HTML omitted -->(bae52)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/db616d227b6e0cb07a94f5d1bba262ee95db7e46"><code>db616d2</code></a> chore: release v4.1.10 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10718">#10718</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bae52b5112a6fd8200101b88bf8af9685d077295"><code>bae52b5</code></a> fix(vm): fix external module resolve error with deps optimizer query for enco...</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest">compare view</a></li> </ul> </details> <br /> 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]
