dependabot[bot] opened a new pull request, #71597: URL: https://github.com/apache/airflow/pull/71597
Bumps the 3-3-auth-ui-package-updates group with 3 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), [eslint](https://github.com/eslint/eslint) and [happy-dom](https://github.com/capricorn86/happy-dom). Updates `react-hook-form` from 7.84.0 to 7.85.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.85.0</h2> <h3>✨ Improvements</h3> <ul> <li>support React <code><Activity /></code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13633">#13633</a>)</li> </ul> <h3>🐞 Fixes</h3> <ul> <li>fix min/max validation being skipped for <code>valueAsDate</code> fields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13646">#13646</a>)</li> <li>fix field array root errors being lost during <code>append</code>, <code>prepend</code>, <code>insert</code>, and <code>remove</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13645">#13645</a>)</li> <li>fix stale renders recreating field array paths after field array actions (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13644">#13644</a>)</li> <li>fix <code>useWatch</code> preferring form <code>defaultValues</code> over the hook's own <code>defaultValue</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13635">#13635</a>)</li> <li>fix <code>setValue</code> emitting duplicate <code>values</code> state notifications (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13637">#13637</a>)</li> <li>fix TypeScript <code>getFieldState</code> error resolution for field paths (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13632">#13632</a>)</li> </ul> <h3>🏗️ Chores</h3> <ul> <li>remove <code>tinybench</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13647">#13647</a>)</li> <li>remove dead code and stale API Extractor report (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13643">#13643</a>)</li> </ul> <p>Thanks to <a href="https://github.com/zigzagdev"><code>@zigzagdev</code></a>, <a href="https://github.com/bluebill1049"><code>@bluebill1049</code></a>, <a href="https://github.com/anshusaurav"><code>@anshusaurav</code></a>, <a href="https://github.com/saulo-silva"><code>@saulo-silva</code></a>, <a href="https://github.com/EduardF1"><code>@EduardF1</code></a>, and <a href="https://github.com/candymask0712"><code>@candymask0712</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.85.0] - 2026-08-08</h2> <h3>Added</h3> <ul> <li>Support <code><Activity /></code></li> </ul> <h3>Fixed</h3> <ul> <li><code>getFieldState</code> error resolution from a field path</li> <li><code>useWatch</code> discarding <code>useForm({ defaultValues })</code> in favor of its own <code>defaultValue</code> before the form mounts</li> <li><code>setValue</code> emitting a duplicate <code>values</code> state notification for fields without a native input ref</li> <li>Stale render re-creating a field array path vacated by an array action</li> <li><code>useFieldArray</code> root-level error (<code>errors.name.root</code>) being lost on <code>append</code>/<code>prepend</code>/<code>insert</code>/<code>remove</code></li> <li><code>min</code>/<code>max</code> validation being skipped for <code>valueAsDate</code> fields</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/371432c39271aab739358d19c406793771565ab3"><code>371432c</code></a> 7.85.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/d7118f40a50aa7783481e9a9b77a703302b94814"><code>d7118f4</code></a> 🐞 fix: min/max validation being skipped for <code>valueAsDate</code> fields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13646">#13646</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/47546bbc80557aa5cc4eb2daf2062a27c557137b"><code>47546bb</code></a> 🐞 fix: field array root error being lost on append/prepend/insert/remove (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13">#13</a>...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/c96ab19818519c7560b43cb712539a0c8cae48ac"><code>c96ab19</code></a> 🚮 chore: remove tinybench (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13647">#13647</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/5e9e02453d86c856de3e362e404aee8ad52921e9"><code>5e9e024</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13641">#13641</a> stale render re-creating field array path vacated by array actio...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6a77f43afa04285972755ead7b41f642a83f69a2"><code>6a77f43</code></a> 🧹 chore: remove dead code and stale api-extractor report (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13643">#13643</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/9fde5f38cc912d59e264fa63f657ac5111c49457"><code>9fde5f3</code></a> 🛹 feat: support <code>\<Activity /></code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13633">#13633</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/f634d249d80c5db91c7a9372290ec2c20c5e6a6a"><code>f634d24</code></a> 🐞 fix <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13636">#13636</a> emit values state only once per setValue (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13637">#13637</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/4e83cf74fbd3d2347b8ce163c0d13507d38640df"><code>4e83cf7</code></a> 🐞 fix(useWatch): prefer form defaultValues over the hook's own defaultValue (...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6994484a2b94ffbef5fb44f2bfc6b27ffdcd096c"><code>6994484</code></a> ⌨️ fix(types): resolve getFieldState error from field path (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13632">#13632</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.84.0...v7.85.0">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 10.8.0 to 10.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v10.8.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/18eb0a7e787b9fac3049ef3dad0e845d2bd940a4"><code>18eb0a7</code></a> fix: prevent ASI hazard in <code>no-unused-labels</code> autofix (<a href="https://redirect.github.com/eslint/eslint/issues/21173">#21173</a>) (dongkyu lee)</li> <li><a href="https://github.com/eslint/eslint/commit/151ba3f5834a0909e8b9b1736f4889ac694c0104"><code>151ba3f</code></a> fix: false positives in <code>getter-return</code> and <code>accessor-pairs</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21163">#21163</a>) (Grit)</li> <li><a href="https://github.com/eslint/eslint/commit/6898df9364639ee64b9448a4cb6b08a30c16bd37"><code>6898df9</code></a> fix: ignore meta-property names in <code>id-denylist</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21166">#21166</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/4d7db6628e2badf0857cb88734fe641c3874bce9"><code>4d7db66</code></a> fix: ignore meta-property names in <code>id-match</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21167">#21167</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/677214e7eea83d8bc6e4b79eea871577e1369d5f"><code>677214e</code></a> fix: handle ASI hazards in no-unused-vars removeVar suggestion (<a href="https://redirect.github.com/eslint/eslint/issues/20935">#20935</a>) (kuldeep kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7d0cbf81cfdb7526b5c4cb7b222ddc7f257db560"><code>7d0cbf8</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/0a05812adb12598b32e85297b98df5ad14501d60"><code>0a05812</code></a> docs: add missing backticks to <code>no-duplicate-imports.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21183">#21183</a>) (Lee Daeun)</li> <li><a href="https://github.com/eslint/eslint/commit/678c90b55da2889d4400cbf6e2584ab683faf202"><code>678c90b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/8a104242e8e1c5614940fab7324346974cff7d26"><code>8a10424</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/69bb948061105426dbe6e3c931fcda783286e020"><code>69bb948</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/0a148005051fded2ef1d14cc228ae505251b4b10"><code>0a14800</code></a> chore: update github/codeql-action action to v4.37.4 (<a href="https://redirect.github.com/eslint/eslint/issues/21196">#21196</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/05adcb13542061dc7fadde5cd58d23d405a96d93"><code>05adcb1</code></a> test: fix failing ecosystem test for <code>eslint-plugin-unicorn</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21191">#21191</a>) (Lazizbek Ergashev)</li> <li><a href="https://github.com/eslint/eslint/commit/56110356652dd614b3cf0933538abb551fc6bd6f"><code>5611035</code></a> test: add error locations info to <code>no-void</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21185">#21185</a>) (Lee Daeun)</li> <li><a href="https://github.com/eslint/eslint/commit/ee47333aa681cfc3cb54df08c38f211ea219cc2a"><code>ee47333</code></a> ci: bump github/codeql-action from 4 to 4.37.3 (<a href="https://redirect.github.com/eslint/eslint/issues/21176">#21176</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/f131c034ad91bbf06bcbb6b5e931447a8e419a46"><code>f131c03</code></a> chore: improve ecosystem test failure reporting (<a href="https://redirect.github.com/eslint/eslint/issues/20937">#20937</a>) (crimsonjay0)</li> <li><a href="https://github.com/eslint/eslint/commit/1f6eddee609b369b50993eab08d437dda4700991"><code>1f6edde</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21182">#21182</a>) (ESLint Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/d3266fb26c719c6b90a6cbe54bb120c9335ad19c"><code>d3266fb</code></a> chore: unpin <code>webpack</code> dependency (<a href="https://redirect.github.com/eslint/eslint/issues/21172">#21172</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/65a6519cc8733b4688558a8611397cf9d01dd55d"><code>65a6519</code></a> chore: add allowScripts field to package.json (<a href="https://redirect.github.com/eslint/eslint/issues/21092">#21092</a>) (GiHoon Noh)</li> <li><a href="https://github.com/eslint/eslint/commit/22e52568536e0009d4493dc888736bc163220c4b"><code>22e5256</code></a> ci: add <code>triage:no</code> label to Dependabot PRs (<a href="https://redirect.github.com/eslint/eslint/issues/21141">#21141</a>) (lumir)</li> <li><a href="https://github.com/eslint/eslint/commit/55c9038836c91b6bd5617f0c97bea2274c9cc0bf"><code>55c9038</code></a> ci: bump actions/labeler from 6 to 7 (<a href="https://redirect.github.com/eslint/eslint/issues/21159">#21159</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/7280e78183d4711a49916b6a49ba5efaa651a991"><code>7280e78</code></a> chore: update dependency prettier to v3.9.6 (<a href="https://redirect.github.com/eslint/eslint/issues/21162">#21162</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/eddbad60158d8cda86830fbe934a9d2282273b32"><code>eddbad6</code></a> test: fix failing ecosystem test for <code>eslint-plugin-unicorn</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21156">#21156</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/60a178d5ef1b0c471be0831031ed7347f8f81dc2"><code>60a178d</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21150">#21150</a>) (ESLint Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f9f61dc6112836f46a58a410c38b8c2faf10973f"><code>f9f61dc</code></a> test: add error locations to <code>no-unreachable</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21151">#21151</a>) (JIYEON)</li> <li><a href="https://github.com/eslint/eslint/commit/d08629382b0a6aaa042823b796e5100e60053b54"><code>d086293</code></a> test: add error locations to <code>no-undef</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21147">#21147</a>) (JIYEON)</li> <li><a href="https://github.com/eslint/eslint/commit/cc01b67061bbf558aa25746883ea1cad847f7cf2"><code>cc01b67</code></a> test: add error locations to <code>no-useless-catch</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21144">#21144</a>) (devoil)</li> <li><a href="https://github.com/eslint/eslint/commit/688e75ede01b295d51f2f86c9d82da020a4c887e"><code>688e75e</code></a> chore: add missing backticks in JSDoc (<a href="https://redirect.github.com/eslint/eslint/issues/21143">#21143</a>) (Bo Hyun Kim)</li> <li><a href="https://github.com/eslint/eslint/commit/7c1e17543ad396f50f65b003cf9142d43d3c63b0"><code>7c1e175</code></a> test: add error locations to <code>require-await</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21145">#21145</a>) (Grit)</li> <li><a href="https://github.com/eslint/eslint/commit/588a26ddce3c5a20f5b3f3d51ba1353cce7b4b0c"><code>588a26d</code></a> test: add error locations to <code>no-extra-label</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21139">#21139</a>) (dongkyu lee)</li> <li><a href="https://github.com/eslint/eslint/commit/059aa895743639e3ab53d14f9d944ff4be042233"><code>059aa89</code></a> test: add error locations to <code>no-useless-concat</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21140">#21140</a>) (dongkyu lee)</li> <li><a href="https://github.com/eslint/eslint/commit/5a452a8ba53917d65c9d83c3959ed35c2f890613"><code>5a452a8</code></a> test: add error locations to <code>no-const-assign</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21138">#21138</a>) (dongkyu lee)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/c049dc3c4294da7afe3d920a1a5fdeba388f4983"><code>c049dc3</code></a> 10.8.1</li> <li><a href="https://github.com/eslint/eslint/commit/a3f78269412f033ec018be06296390a582afd132"><code>a3f7826</code></a> Build: changelog update for 10.8.1</li> <li><a href="https://github.com/eslint/eslint/commit/18eb0a7e787b9fac3049ef3dad0e845d2bd940a4"><code>18eb0a7</code></a> fix: prevent ASI hazard in <code>no-unused-labels</code> autofix (<a href="https://redirect.github.com/eslint/eslint/issues/21173">#21173</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/0a148005051fded2ef1d14cc228ae505251b4b10"><code>0a14800</code></a> chore: update github/codeql-action action to v4.37.4 (<a href="https://redirect.github.com/eslint/eslint/issues/21196">#21196</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7d0cbf81cfdb7526b5c4cb7b222ddc7f257db560"><code>7d0cbf8</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/05adcb13542061dc7fadde5cd58d23d405a96d93"><code>05adcb1</code></a> test: fix failing ecosystem test for <code>eslint-plugin-unicorn</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21191">#21191</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/56110356652dd614b3cf0933538abb551fc6bd6f"><code>5611035</code></a> test: add error locations info to <code>no-void</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21185">#21185</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ee47333aa681cfc3cb54df08c38f211ea219cc2a"><code>ee47333</code></a> ci: bump github/codeql-action from 4 to 4.37.3 (<a href="https://redirect.github.com/eslint/eslint/issues/21176">#21176</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f131c034ad91bbf06bcbb6b5e931447a8e419a46"><code>f131c03</code></a> chore: improve ecosystem test failure reporting (<a href="https://redirect.github.com/eslint/eslint/issues/20937">#20937</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/0a05812adb12598b32e85297b98df5ad14501d60"><code>0a05812</code></a> docs: add missing backticks to <code>no-duplicate-imports.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21183">#21183</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.8.0...v10.8.1">compare view</a></li> </ul> </details> <br /> Updates `happy-dom` from 20.11.1 to 20.11.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/capricorn86/happy-dom/releases">happy-dom's releases</a>.</em></p> <blockquote> <h2>v20.11.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>MutationObserver callback being GC'd due to orphaned WeakRef - By <strong><a href="https://github.com/mixelburg"><code>@mixelburg</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2264">#2264</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capricorn86/happy-dom/commit/576a8bcf8cc7857428955ec14bebb768855eaf95"><code>576a8bc</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2264">#2264</a> MutationObserver callback being GC'd due to orphaned WeakRef (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2">#2</a>...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/084afd6773bedc99903e04a693b69b7eb375dec6"><code>084afd6</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2251">#2251</a> Updates the contribution guidelines (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2252">#2252</a>)</li> <li>See full diff in <a href="https://github.com/capricorn86/happy-dom/compare/v20.11.1...v20.11.2">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]
