dependabot[bot] opened a new pull request, #61688: URL: https://github.com/apache/airflow/pull/61688
Bumps the core-ui-package-updates group with 6 updates in the /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: | Package | From | To | | --- | --- | --- | | [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `3.31.0` | `3.32.0` | | [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.91.1` | `0.92.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.13` | | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.2.2` | `4.2.3` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.4.0` | `5.5.0` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.4.0` | `20.5.0` | Updates `@chakra-ui/react` from 3.31.0 to 3.32.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/releases"><code>@chakra-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@chakra-ui/react</code><a href="https://github.com/3"><code>@3</code></a>.32.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10590">#10590</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/4b651950cc34fb195378e5872e166ee5c417631f"><code>4b65195</code></a> Thanks <a href="https://github.com/kalisaNkevin"><code>@kalisaNkevin</code></a>! - Add new Marquee component</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/0b15d10c34f3ed8e51ad66121429d3afc5b5ee92"><code>0b15d10</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - - <strong>Styled System</strong>: Fixed backdrop blur not applying when using <code>backdropFilter="auto"</code> with <code>backdropBlur</code>. This now works as expected:</p> <pre lang="tsx"><code><Dialog.Backdrop backdropFilter="auto" backdropBlur="md" /> </code></pre> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/7f30a7b7eebae236b55fe639a202bbf354677143"><code>7f30a7b</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Fixed issue where <code>useBreakpointValue</code> does not respect <code>base</code> value during SSR.</p> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/11c2004a67857fd0084c04035a46bd2da3651fef"><code>11c2004</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Fixed collapse-width keyframe animating <code>height</code> instead of <code>width</code>. The keyframe now correctly animates the width property for horizontal collapse transitions.</p> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/a871bc5d70cd66f4f7df16b581afdd26d6bcfd0f"><code>a871bc5</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Fix issue where <code>Dialog</code> appears below <code>Popover</code> when triggered from within it.</p> <p>Unified z-index for overlay components (<code>Dialog</code>, <code>Drawer</code>, <code>Menu</code>, <code>HoverCard</code>) to use <code>zIndex.popover</code> and <code>--layer-index</code> for proper stacking.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md"><code>@chakra-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>3.32.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10590">#10590</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/4b651950cc34fb195378e5872e166ee5c417631f"><code>4b65195</code></a> Thanks <a href="https://github.com/kalisaNkevin"><code>@kalisaNkevin</code></a>! - Add new Marquee component</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/0b15d10c34f3ed8e51ad66121429d3afc5b5ee92"><code>0b15d10</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - - <strong>Styled System</strong>: Fixed backdrop blur not applying when using <code>backdropFilter="auto"</code> with <code>backdropBlur</code>. This now works as expected:</p> <pre lang="tsx"><code><Dialog.Backdrop backdropFilter="auto" backdropBlur="md" /> </code></pre> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/7f30a7b7eebae236b55fe639a202bbf354677143"><code>7f30a7b</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Fixed issue where <code>useBreakpointValue</code> does not respect <code>base</code> value during SSR.</p> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/11c2004a67857fd0084c04035a46bd2da3651fef"><code>11c2004</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Fixed collapse-width keyframe animating <code>height</code> instead of <code>width</code>. The keyframe now correctly animates the width property for horizontal collapse transitions.</p> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/a871bc5d70cd66f4f7df16b581afdd26d6bcfd0f"><code>a871bc5</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Fix issue where <code>Dialog</code> appears below <code>Popover</code> when triggered from within it.</p> <p>Unified z-index for overlay components (<code>Dialog</code>, <code>Drawer</code>, <code>Menu</code>, <code>HoverCard</code>) to use <code>zIndex.popover</code> and <code>--layer-index</code> for proper stacking.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/a0fc4e0f8d5b7dbae94902cebb24521cf42a80e7"><code>a0fc4e0</code></a> Version Packages (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10595">#10595</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/12a4db4e3c3b6f48548f5fa6a76e02c6f9471c60"><code>12a4db4</code></a> fix: radio card recipe</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/0b15d10c34f3ed8e51ad66121429d3afc5b5ee92"><code>0b15d10</code></a> fix: backdrop blur</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/11c2004a67857fd0084c04035a46bd2da3651fef"><code>11c2004</code></a> fix: collapse width</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/c6dd70f4699fca2567f060b698e9ff69dbbc72c7"><code>c6dd70f</code></a> chore: update marquee</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/aa0393b0df5225e3b68ed0b2f976a7ba02617aa1"><code>aa0393b</code></a> fix(deps): update react to v19.2.4 (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10614">#10614</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/7f30a7b7eebae236b55fe639a202bbf354677143"><code>7f30a7b</code></a> fix: use breakpoint value</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/a871bc5d70cd66f4f7df16b581afdd26d6bcfd0f"><code>a871bc5</code></a> refactor: docs and examples</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/c6544eca636781399a5a5c39ae8a647e5553a4e6"><code>c6544ec</code></a> docs: refactor marquee example</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/4b651950cc34fb195378e5872e166ee5c417631f"><code>4b65195</code></a> feat(marquee): Marquee component (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10590">#10590</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/react">compare view</a></li> </ul> </details> <br /> Updates `@hey-api/openapi-ts` from 0.91.1 to 0.92.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hey-api/openapi-ts/releases"><code>@hey-api/openapi-ts</code>'s releases</a>.</em></p> <blockquote> <h2><code>@hey-api/openapi-ts</code><a href="https://github.com/0"><code>@0</code></a>.92.3</h2> <h3>Patch Changes</h3> <ul> <li><strong>plugin(zod)</strong>: use namespace import for zod v4 (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3325">#3325</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/e54db3e7e34e86c17d5c1fba90d9df9778c4b32d"><code>e54db3e</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></li> </ul> <h2><code>@hey-api/openapi-ts</code><a href="https://github.com/0"><code>@0</code></a>.92.2</h2> <h3>Minor Changes</h3> <ul> <li><strong>BREAKING:</strong> <strong>symbol</strong>: replace <code>exportFrom</code> array with <code>getExportFromFilePath()</code> function (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3312">#3312</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8"><code>cd44523</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></li> </ul> <h3>Updated Symbol interface</h3> <p>The <code>exportFrom</code> property has been replaced with the <code>getExportFromFilePath()</code> function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.</p> <h3>Patch Changes</h3> <ul> <li> <p><strong>config</strong>: rename <code>exportFromIndex</code> option to <code>includeInEntry</code> (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3312">#3312</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8"><code>cd44523</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></p> </li> <li> <p><strong>config</strong>: <code>includeInEntry</code> accepts function in addition to primitive value (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3312">#3312</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8"><code>cd44523</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></p> </li> <li> <p><strong>parser</strong>: add <code>getExportFromFilePath()</code> hook (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3312">#3312</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8"><code>cd44523</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></p> </li> <li> <p><strong>plugin</strong>: add <code>comments</code> option to all plugins (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3317">#3317</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/7b3c8f20a70115b7130807eb39410c0ba03c5275"><code>7b3c8f2</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></p> </li> <li> <p><strong>types</strong>: improve <code>defineConfig()</code> types (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3312">#3312</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8"><code>cd44523</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></p> </li> <li> <p><strong>config</strong>: rename <code>output.indexFile</code> to <code>output.entryFile</code> (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3312">#3312</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8"><code>cd44523</code></a>) by <a href="https://github.com/mrlubos"><code>@mrlubos</code></a></p> </li> <li> <p><strong>fix</strong>: improve dev mode detection causing builds to fail (<a href="https://redirect.github.com/hey-api/openapi-ts/pull/3300">#3300</a>) (<a href="https://github.com/hey-api/openapi-ts/commit/be2f3fbaee1b3bcbd50efce057d68f206bbb8efb"><code>be2f3fb</code></a>) by <a href="https://github.com/apps/copilot-swe-agent"><code>@copilot-swe-agent</code></a></p> </li> </ul> <h3>Updated Dependencies:</h3> <ul> <li><code>@hey-api/shared</code><a href="https://github.com/0"><code>@0</code></a>.1.2</li> <li><code>@hey-api/codegen-core</code><a href="https://github.com/0"><code>@0</code></a>.7.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hey-api/openapi-ts/commit/e223fa8241861aea677522716ab85befb879ff82"><code>e223fa8</code></a> Merge pull request <a href="https://redirect.github.com/hey-api/openapi-ts/issues/3326">#3326</a> from hey-api/changeset-release/main</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/3dc934476d3641700db9568ed554b373696380db"><code>3dc9344</code></a> ci: release</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/a715512d8bca34fd3c6c1fc2f42d4e52f5352309"><code>a715512</code></a> Merge pull request <a href="https://redirect.github.com/hey-api/openapi-ts/issues/3325">#3325</a> from hey-api/fix/zod-v4-asterisk</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/e54db3e7e34e86c17d5c1fba90d9df9778c4b32d"><code>e54db3e</code></a> fix: use namespace import for zod v4</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/1581c11b8359303b575fd34a84cf8f97fa7ad40f"><code>1581c11</code></a> Merge pull request <a href="https://redirect.github.com/hey-api/openapi-ts/issues/3323">#3323</a> from hey-api/changeset-release/main</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/9a7c46a623c0f5c2b1f9c3160751c58106e56660"><code>9a7c46a</code></a> ci: release</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/e0c14539818b7d0f60f47752bd880cf874638244"><code>e0c1453</code></a> Merge pull request <a href="https://redirect.github.com/hey-api/openapi-ts/issues/3324">#3324</a> from hey-api/ci/fix-publish-2</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/734621e7b38c25e788c0318a388be1733176c767"><code>734621e</code></a> ci: add snapshot releases</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/0e7dd853eecdb96e703ee903b47c491ef41b44b3"><code>0e7dd85</code></a> Merge pull request <a href="https://redirect.github.com/hey-api/openapi-ts/issues/3322">#3322</a> from hey-api/revert-3319-changeset-release/main</li> <li><a href="https://github.com/hey-api/openapi-ts/commit/bfd43ec6d638bfc97b6905dd9dee2c911ccea3e0"><code>bfd43ec</code></a> Revert "ci: release"</li> <li>Additional commits viewable in <a href="https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected]">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 19.2.10 to 19.2.13 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-react-swc` from 4.2.2 to 4.2.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md"><code>@vitejs/plugin-react-swc</code>'s changelog</a>.</em></p> <blockquote> <h2>4.2.3 (2026-02-02)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/12914fa8c1d32323db6a134d46cd0ca83db91cd1"><code>12914fa</code></a> release: [email protected]</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/99e480cf01323268b6f7d5e582ba1662728845d9"><code>99e480c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1090">#1090</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/4a858ea0539ec5a85cbf733287713730560ce268"><code>4a858ea</code></a> chore(deps): update dependency <code>@types/react</code> to ^19.2.10 (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1088">#1088</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/45da3a89b96a5fa16c7d8094272da0d9331b18ff"><code>45da3a8</code></a> fix(deps): update swc monorepo (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1089">#1089</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/77f5e429d49b53c4115581abccaa9f5405bdf079"><code>77f5e42</code></a> fix(deps): update react 19.2.4 (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1084">#1084</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/e327da491fcc0eb9e10b98d7dd674b8375cb0f4f"><code>e327da4</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1083">#1083</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/8528e98bb94da1ba32f24d24966ccb89d6cfd006"><code>8528e98</code></a> chore(deps): update dependency <code>@types/react</code> to ^19.2.9 (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1082">#1082</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/58dfb9d70f3d12db529c2e3da8e80ad36168cceb"><code>58dfb9d</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1066">#1066</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/fefad3dfd9a8505cb8e99d48848d56aa56a7bb48"><code>fefad3d</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1048">#1048</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/a5124db7210019b8c2a3f170d8a218262eba8da4"><code>a5124db</code></a> chore(deps): update dependency <code>@types/react</code> to ^19.2.8 (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc/issues/1047">#1047</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react-swc">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-perfectionist` from 5.4.0 to 5.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/azat-io/eslint-plugin-perfectionist/releases">eslint-plugin-perfectionist's releases</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>sort-classes</strong>: Improve dependency detection algorithm - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/8bcbc88"><!-- raw HTML omitted -->(8bcbc)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Prevent spread operator reordering in sort-sets and sort-array-includes - by <a href="https://github.com/azat-io"><code>@azat-io</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/06b0f73"><!-- raw HTML omitted -->(06b0f)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.4.0...v5.5.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md">eslint-plugin-perfectionist's changelog</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.4.0...v5.5.0">compare changes</a></p> <h3>🚀 Features</h3> <ul> <li><strong>sort-classes:</strong> Improve dependency detection algorithm (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/8bcbc88a">8bcbc88a</a>)</li> </ul> <h3>🐞 Bug Fixes</h3> <ul> <li>Prevent spread operator reordering in sort-sets and sort-array-includes (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/06b0f73e">06b0f73e</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Azat S. (<a href="https://github.com/azat-io"><code>@azat-io</code></a>)</li> <li>Hugo (<a href="https://github.com/hugop95"><code>@hugop95</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/53f96103d5411bb25985e6a3d698c52be7941783"><code>53f9610</code></a> build: publish v5.5.0</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/f2fff07378f601808c5a89a14e5a350df4c2e5ec"><code>f2fff07</code></a> chore: update github actions</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/f2a35604db690d46ce20f5f6d5ebc23a4319e05d"><code>f2a3560</code></a> chore: update dependencies</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/06b0f73e6e7ebe2046c8fa8b3db1b3966a7991de"><code>06b0f73</code></a> fix: prevent spread operator reordering in sort-sets and sort-array-includes</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/55f6169778cf8f5767084f9537618669b7933b28"><code>55f6169</code></a> chore: update github actions</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a7ff1c266533a1dfb15c436bad7a329927eca3b3"><code>a7ff1c2</code></a> chore: update prettier config</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/749aeeb3fdda8f11a45d75ec97f75d082a756e58"><code>749aeeb</code></a> docs: update year in copyright</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/8bcbc88a14af5b1ff5eb2301ef53fb7b8154be6e"><code>8bcbc88</code></a> feat(sort-classes): improve dependency detection algorithm</li> <li>See full diff in <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.4.0...v5.5.0">compare view</a></li> </ul> </details> <br /> Updates `happy-dom` from 20.4.0 to 20.5.0 <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.5.0</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Removes circular dependencies internally - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2055">#2055</a> <ul> <li>Compilers can handle simpler circular dependencies, but warnings may be outputted</li> </ul> </li> <li>Changes naming of types used internally to follow a consistent pattern - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2055">#2055</a></li> <li>Enforces use of the "type" modifier internally in the source code (e.g. <code>import type</code> and <code>export type</code>) - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2055">#2055</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capricorn86/happy-dom/commit/f070566d8fb3780fdc3344a467c03802f4e8e620"><code>f070566</code></a> feat: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2055">#2055</a> Changes internal types to follow a consistent pattern (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2056">#2056</a>)</li> <li>See full diff in <a href="https://github.com/capricorn86/happy-dom/compare/v20.4.0...v20.5.0">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]
