dependabot[bot] opened a new pull request, #60984: URL: https://github.com/apache/airflow/pull/60984
Bumps the core-ui-package-updates group with 2 updates in the /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: [@testing-library/react](https://github.com/testing-library/react-testing-library) and [happy-dom](https://github.com/capricorn86/happy-dom). Updates `@testing-library/react` from 16.3.1 to 16.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@testing-library/react</code>'s releases</a>.</em></p> <blockquote> <h2>v16.3.2</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2">16.3.2</a> (2026-01-19)</h2> <h3>Bug Fixes</h3> <ul> <li>Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1438">#1438</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53">f32bd1b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53"><code>f32bd1b</code></a> fix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...</li> <li>See full diff in <a href="https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2">compare view</a></li> </ul> </details> <br /> Updates `happy-dom` from 20.3.1 to 20.3.3 <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.3.3</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Add "which" property to <code>KeyboardEvent</code> - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1897">#1897</a></li> <li><code>Node.getRootNode()</code> returns correct root for detached shadow trees - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1941">#1941</a></li> <li>Fixes issue that prevented <code>Node.contains()</code> to work for <code><select></code> and <code><form></code> elements - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1876">#1876</a></li> <li>Replace <code>setTimeout()</code> with <code>queueMicrotask()</code> where appropriate - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1880">#1880</a></li> <li>Optimize <code>XMLEncodeUtility</code> with pre-compiled <code>RegExp</code> and lookup tables - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1983">#1983</a></li> <li>Use <code>parseFloat()</code> for "Cache-Control" header max-age parsing - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1985">#1985</a></li> <li>Remove redundant <code>RegExp</code> flags in <code>HTMLParser</code> - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1981">#1981</a></li> <li>Widen "types/node" version range to support Node 24+ - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1966">#1966</a></li> </ul> <h2>v20.3.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Use <code>PropertySymbol.body</code> to set body in <code>cloneBodyStream</code> - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1963">#1963</a></li> <li>Optimize <code>DOMTokenList</code> add/remove with Set for O - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1989">#1989</a></li> <li>Allow paths in <code>WebSocket</code> URLs - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1975">#1975</a></li> <li>Decode named HTML entities correctly - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1951">#1951</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capricorn86/happy-dom/commit/d368d4e9d5efef571704b38848e96738b128702d"><code>d368d4e</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1897">#1897</a> Add which property to KeyboardEvent (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1992">#1992</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/b2ee4fd8717c02e34c0e40f0fe25d6bd24bb50ac"><code>b2ee4fd</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1941">#1941</a> Node.getRootNode returns correct root for detached shadow trees ...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/0e4b92d550f9ce0ad3353f41e04bc8c849b3e9f2"><code>0e4b92d</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1876">#1876</a> Use proxy in Node.contains() for HTMLFormElement/HTMLSelectEleme...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/54bf6e7bf8c125d9f5bf800d731528426c6e05fb"><code>54bf6e7</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1880">#1880</a> Replace setTimeout with queueMicrotask where appropriate (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1881">#1881</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/74a94fd2c3ffbf52cee65081ad23b94865e9165b"><code>74a94fd</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1983">#1983</a> Optimize XMLEncodeUtility with pre-compiled RegExp and lookup ta...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/87b15b9a06e9d7a7eaac3c0f7e52840311378394"><code>87b15b9</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1985">#1985</a> Use parseFloat for Cache-Control max-age parsing (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1986">#1986</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/c594edba2c613a0206986eaba78f422982c2db1c"><code>c594edb</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1981">#1981</a> Remove redundant RegExp flags in HTMLParser (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1982">#1982</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/2175b74545cc92a5442e5386bee5e0f3412146f1"><code>2175b74</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1966">#1966</a> Widen <code>@types/node</code> version range to support Node 24+ (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2002">#2002</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/0c0eb53e8e08a514b5929d25f02357ea4f8ecc49"><code>0c0eb53</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1963">#1963</a> Use PropertySymbol.body to set body in cloneBodyStream (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1995">#1995</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/d8f9f94bb5c11f67dfcb4eb507988bca7a066d5e"><code>d8f9f94</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1989">#1989</a> Optimize DOMTokenList add/remove with Set for O(1) lookups (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1990">#1990</a>)</li> <li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v20.3.1...v20.3.3">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 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 <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]
