dependabot[bot] opened a new pull request, #62039: URL: https://github.com/apache/airflow/pull/62039
Bumps the fab-ui-package-updates group with 2 updates in the /providers/fab/src/airflow/providers/fab/www directory: [stylelint](https://github.com/stylelint/stylelint) and [webpack](https://github.com/webpack/webpack). Updates `stylelint` from 17.1.1 to 17.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>17.2.0</h2> <p>It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a <a href="https://stylelint.io/CONTRIBUTING">contributor guide</a>. If you'd like to help out and contribute to Stylelint, that's the place to start.</p> <ul> <li>Fixed: performance of config augmentation and module imports (<a href="https://redirect.github.com/stylelint/stylelint/issues/9021">#9021</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: performance of config override matching (<a href="https://redirect.github.com/stylelint/stylelint/issues/9023">#9023</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: performance of config resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9033">#9033</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: performance of rule resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9022">#9022</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false negatives for math functions (<a href="https://redirect.github.com/stylelint/stylelint/issues/9011">#9011</a>) (<a href="https://github.com/ragini-pandey"><code>@ragini-pandey</code></a>).</li> <li>Fixed: <code>no-duplicate-selectors</code> false negatives for matching escaped selectors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8953">#8953</a>) (<a href="https://github.com/bjnewman"><code>@bjnewman</code></a>).</li> <li>Fixed: <code>no-invalid-position-at-import-rule</code> false negatives for layers with blocks (<a href="https://redirect.github.com/stylelint/stylelint/issues/9026">#9026</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>17.2.0 - 2026-02-10</h2> <p>It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a <a href="https://github.com/stylelint/stylelint/blob/main/CONTRIBUTING.md">contributor guide</a>. If you'd like to help out and contribute to Stylelint, that's the place to start.</p> <ul> <li>Fixed: performance of config augmentation and module imports (<a href="https://redirect.github.com/stylelint/stylelint/pull/9021">#9021</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: performance of config override matching (<a href="https://redirect.github.com/stylelint/stylelint/pull/9023">#9023</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: performance of config resolution (<a href="https://redirect.github.com/stylelint/stylelint/pull/9033">#9033</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: performance of rule resolution (<a href="https://redirect.github.com/stylelint/stylelint/pull/9022">#9022</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false negatives for math functions (<a href="https://redirect.github.com/stylelint/stylelint/pull/9011">#9011</a>) (<a href="https://github.com/ragini-pandey"><code>@ragini-pandey</code></a>).</li> <li>Fixed: <code>no-duplicate-selectors</code> false negatives for matching escaped selectors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8953">#8953</a>) (<a href="https://github.com/bjnewman"><code>@bjnewman</code></a>).</li> <li>Fixed: <code>no-invalid-position-at-import-rule</code> false negatives for layers with blocks (<a href="https://redirect.github.com/stylelint/stylelint/pull/9026">#9026</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/ae6b4d68bb5217faf1ed0949f59766ded9f623ec"><code>ae6b4d6</code></a> Release 17.2.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9041">#9041</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/6d7dc4105d8767af26db2bf321c4dab74474a765"><code>6d7dc41</code></a> Revert removal of CommonJS module resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9038">#9038</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/82dd4f17fdd2be55beb7e0dc379ad6f37f613d58"><code>82dd4f1</code></a> Add custom syntax generation to system benchmark tool (<a href="https://redirect.github.com/stylelint/stylelint/issues/9034">#9034</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5ec538d62e8010bafb37ea221fd799ccab5b8536"><code>5ec538d</code></a> Fix <code>no-duplicate-selectors</code> false negatives for matching escaped selectors (...</li> <li><a href="https://github.com/stylelint/stylelint/commit/bc66fe5bddd9efe0f2076a08760d2ff33ad927e3"><code>bc66fe5</code></a> Fix unsupported CJS module resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9018">#9018</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/34c3f5eee7e9bb1cd2b898aafed31eb91ac2dd7e"><code>34c3f5e</code></a> Refactor to replace <code>existsSync</code> with <code>fs.access</code> in async contexts (<a href="https://redirect.github.com/stylelint/stylelint/issues/9035">#9035</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/8ea57a9cdef015e47b9bbb2152c0c369ac906f66"><code>8ea57a9</code></a> Fix <code>declaration-property-value-no-unknown</code> false negatives for math function...</li> <li><a href="https://github.com/stylelint/stylelint/commit/dfca970f37dcf3bf7275712390b12e13c2ee6398"><code>dfca970</code></a> Document pull request review in contributing guide (<a href="https://redirect.github.com/stylelint/stylelint/issues/9031">#9031</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/83614bb1fcca6abf45f5bbe9af86c77a09167a18"><code>83614bb</code></a> Fix performance of config override matching (<a href="https://redirect.github.com/stylelint/stylelint/issues/9023">#9023</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/09aebb6225d5b315289c561aa7c68a3b759ee5ec"><code>09aebb6</code></a> Fix performance of config resolution by reusing cosmiconfig instance (<a href="https://redirect.github.com/stylelint/stylelint/issues/9033">#9033</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/17.1.1...17.2.0">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 5.105.0 to 5.105.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.105.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <code>WebpackPluginInstance</code> type regression. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20440">#20440</a>)</li> </ul> <h2>v5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require("node:...")</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require("node:events");</code>. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.105.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <code>WebpackPluginInstance</code> type regression. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20440">#20440</a>)</li> </ul> <h2>5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require("node:...")</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require("node:events");</code>. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/0756c7eb697a7759afe081a1fcf8f5481ea06bc3"><code>0756c7e</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20441">#20441</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ff2847641571401ad9c800239725f2891129eb45"><code>ff28476</code></a> chore(deps): bump CodSpeedHQ/action in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/20442">#20442</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/4d3ed666db37c85bda6259f4e8fff4c8cf571e2d"><code>4d3ed66</code></a> ci: discord using curl</li> <li><a href="https://github.com/webpack/webpack/commit/004550adc69ec3be0ae9ea304bf975d2d1ac72ce"><code>004550a</code></a> ci: discord fix</li> <li><a href="https://github.com/webpack/webpack/commit/44bf97bb2186409ee53277deacfea3dbcf671bd9"><code>44bf97b</code></a> ci: emulate release for discord using other approach</li> <li><a href="https://github.com/webpack/webpack/commit/9c71a09e14f04b43833c2c35f83814fe4f359aca"><code>9c71a09</code></a> ci: emulate release for discord</li> <li><a href="https://github.com/webpack/webpack/commit/02d3bc9a334cb626172b51910413e1a7fe5e9873"><code>02d3bc9</code></a> ci: allow to run release announcement</li> <li><a href="https://github.com/webpack/webpack/commit/6c62c28283d3b58b75529687fbb67c4133f8b574"><code>6c62c28</code></a> ci: fix discord</li> <li><a href="https://github.com/webpack/webpack/commit/900219d4e2d88914c9281b745d599de57b1b3d75"><code>900219d</code></a> fix: type regression (<a href="https://redirect.github.com/webpack/webpack/issues/20440">#20440</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/8e50ef2035b9cb727aeaa97d7561545d1c102b91"><code>8e50ef2</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20429">#20429</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.105.0...v5.105.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]
