dependabot[bot] opened a new pull request, #1420:
URL: https://github.com/apache/airflow-site/pull/1420

   Bumps the npm-dependencies group with 6 updates in the /landing-pages 
directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [p5](https://github.com/processing/p5.js) | `2.2.0` | `2.2.1` |
   | [css-loader](https://github.com/webpack/css-loader) | `7.1.3` | `7.1.4` |
   | [postcss-loader](https://github.com/webpack/postcss-loader) | `8.2.0` | 
`8.2.1` |
   | [rimraf](https://github.com/isaacs/rimraf) | `6.1.2` | `6.1.3` |
   | [stylelint](https://github.com/stylelint/stylelint) | `17.1.1` | `17.3.0` |
   | [webpack](https://github.com/webpack/webpack) | `5.105.0` | `5.105.2` |
   
   
   Updates `p5` from 2.2.0 to 2.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/processing/p5.js/releases";>p5's releases</a>.</em></p>
   <blockquote>
   <h2>v2.2.1</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <p>This patch includes documentation, bugfixes, and dependency updates. A <a 
href="https://redirect.github.com/processing/p5.js/pull/8314";>flatter 
p5.strands API</a> is also included as part of ongoing incremental strands 
API.</p>
   <p>You can get started with the features in this release using these 
sketches:</p>
   <ul>
   <li><a href="https://editor.p5js.org/neill0/sketches/LO7V38ZUL";>p5 2.2.1 
starter/demo with p5.strands buildFilterShader</a> - demonstrates a filter 
shader using p5.strands</li>
   <li><a href="https://editor.p5js.org/neill0/sketches/GRupGwnp1";>p5 2.2.1 
starter with WEBGPU</a> - the WebGPU mode is new in 2.2, and released 
experimentally for community testing</li>
   </ul>
   <p>The focus of this patch is performance improvements to WebGPU core 
add-on. You can load both p5.js and WebGPU mode by adding these two script tags 
to your sketch:</p>
   <pre lang="html"><code>&lt;script 
src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js&quot;&gt;&lt;/script&gt;
   &lt;script 
src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.webgpu.js&quot;&gt;&lt;/script&gt;
   </code></pre>
   <p>Then load WebGPU mode in <code>createCanvas</code>:</p>
   <pre lang="js"><code>async function setup() {
     await createCanvas(400, 400, WEBGPU);
   }
   </code></pre>
   <p>Read more about how it works and where we plan on taking it <a 
href="https://github.com/processing/p5.js/blob/dev-2.0/contributor_docs/webgpu.md";>here</a>!</p>
   <h3>What's Changed 🎊</h3>
   <ul>
   <li>Fix rotation transformations outside of push/pop applying to main canvas 
in WebGPU by <a 
href="https://github.com/davepagurek";><code>@​davepagurek</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8423";>processing/p5.js#8423</a></li>
   <li>Make sure getTexture works in vertex shaders by <a 
href="https://github.com/davepagurek";><code>@​davepagurek</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8424";>processing/p5.js#8424</a></li>
   <li>Performance improvements for colors by <a 
href="https://github.com/davepagurek";><code>@​davepagurek</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8355";>processing/p5.js#8355</a></li>
   <li>fix textToModel regression for space characters by <a 
href="https://github.com/skyash-dev";><code>@​skyash-dev</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8429";>processing/p5.js#8429</a></li>
   <li>add unit tests for HSB color space by <a 
href="https://github.com/Piyushrathoree";><code>@​Piyushrathoree</code></a> in 
<a 
href="https://redirect.github.com/processing/p5.js/pull/8376";>processing/p5.js#8376</a></li>
   <li>Experiment: flatter strands API by <a 
href="https://github.com/davepagurek";><code>@​davepagurek</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8314";>processing/p5.js#8314</a></li>
   <li>Auto return shader hooks by <a 
href="https://github.com/vietnguyen2358";><code>@​vietnguyen2358</code></a> in 
<a 
href="https://redirect.github.com/processing/p5.js/pull/8384";>processing/p5.js#8384</a></li>
   <li>Fix <code>noiseDetail()</code> in p5.js 2.x so that the 
<code>falloff</code> parameter defaults to <code>0.5</code> when omitted. by <a 
href="https://github.com/shuklaaryan367-byte";><code>@​shuklaaryan367-byte</code></a>
 in <a 
href="https://redirect.github.com/processing/p5.js/pull/8417";>processing/p5.js#8417</a></li>
   <li>Normalize strands noise output range to match JS noise() by <a 
href="https://github.com/rakesh2OO5";><code>@​rakesh2OO5</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8430";>processing/p5.js#8430</a></li>
   <li>fix  createColorPicker ignores initial colour arg on chrome by <a 
href="https://github.com/Piyushrathoree";><code>@​Piyushrathoree</code></a> in 
<a 
href="https://redirect.github.com/processing/p5.js/pull/8363";>processing/p5.js#8363</a></li>
   <li>Add WebGL visual regression tests for transform functions by <a 
href="https://github.com/aashu2006";><code>@​aashu2006</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8465";>processing/p5.js#8465</a></li>
   <li>Fix gifs in WebGL mode by <a 
href="https://github.com/davepagurek";><code>@​davepagurek</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8472";>processing/p5.js#8472</a></li>
   <li>feat(webgl): add global property support for p5.strands by <a 
href="https://github.com/avinxshKD";><code>@​avinxshKD</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8211";>processing/p5.js#8211</a></li>
   <li>Webgpu perf updates by <a 
href="https://github.com/davepagurek";><code>@​davepagurek</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8480";>processing/p5.js#8480</a></li>
   <li>docs(p5.strands): document smoothstep by <a 
href="https://github.com/jjnawaaz";><code>@​jjnawaaz</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8459";>processing/p5.js#8459</a></li>
   <li>gitignore vscode local.code-workspace allowing users project-specific 
overrides by <a href="https://github.com/nbogie";><code>@​nbogie</code></a> in 
<a 
href="https://redirect.github.com/processing/p5.js/pull/8479";>processing/p5.js#8479</a></li>
   <li>fix(webgl): normalize nearly identical vertices before tessellation by 
<a href="https://github.com/avinxshKD";><code>@​avinxshKD</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8221";>processing/p5.js#8221</a></li>
   <li>Remove deprecated, unmaintained vscode extension &quot;npm&quot; from 
recommendations by <a 
href="https://github.com/nbogie";><code>@​nbogie</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8497";>processing/p5.js#8497</a></li>
   <li>Use --shallow in doc build to prevent documentation.js from processing 
GLSL imports by <a href="https://github.com/nbogie";><code>@​nbogie</code></a> 
in <a 
href="https://redirect.github.com/processing/p5.js/pull/8500";>processing/p5.js#8500</a></li>
   <li>Dependencies updates by <a 
href="https://github.com/limzykenneth";><code>@​limzykenneth</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8360";>processing/p5.js#8360</a></li>
   <li>Add visual regression tests for WebGL 3D primitives by <a 
href="https://github.com/aashu2006";><code>@​aashu2006</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8485";>processing/p5.js#8485</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/processing/p5.js/commit/276a96aa9ecb8fc2c0d3005e1936042dabb80758";><code>276a96a</code></a>
 2.2.1</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/8fb3748a3f12532144727f30d4f60fd37dbc2772";><code>8fb3748</code></a>
 2.2.1-rc.1</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/ad26404e9abb34b92dc75ad6a3934d788de86a30";><code>ad26404</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8446";>#8446</a> from 
nbogie/strands-add-doc-getTexture</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/a6e5bd3a726db5ca3b8d0aed2db315eed4974329";><code>a6e5bd3</code></a>
 Merge branch 'dev-2.0' into strands-add-doc-getTexture</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/5dbbab91309ac49af84c517de1520b3699dfe87d";><code>5dbbab9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8504";>#8504</a> from 
LuLaValva/8356-chainable-ts</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/8faec62ec69f8e2ee4e7d35d572862394994c3e6";><code>8faec62</code></a>
 Merge branch 'dev-2.0' into 8356-chainable-ts</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/612a5f991588438b29fd8122069b4d41351459a6";><code>612a5f9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8510";>#8510</a> from 
processing/webgpu-perf</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/4182f65da5582d0e689bb2d88b4a5733e0a0b8c6";><code>4182f65</code></a>
 Fix find and replace bug</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/7b53f51bef76049c7101ccd1462546316263ede4";><code>7b53f51</code></a>
 Use slightly faster cache key</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/cda147580882a2e9b9947d2c1e37715f64acf319";><code>cda1475</code></a>
 Reuse dynamic entry offsets</li>
   <li>Additional commits viewable in <a 
href="https://github.com/processing/p5.js/compare/v2.2.0...v2.2.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `css-loader` from 7.1.3 to 7.1.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/css-loader/releases";>css-loader's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.1.4</h2>
   <h3><a 
href="https://github.com/webpack/css-loader/compare/v7.1.3...v7.1.4";>7.1.4</a> 
(2026-02-16)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update peer dependency for <code>@​rspack/core</code> v2 (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1652";>#1652</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/aeddefee8feb6fe22dd3f98cd2fc2bac50dc7c45";>aeddefe</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/css-loader/blob/main/CHANGELOG.md";>css-loader's
 changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/webpack/css-loader/compare/v7.1.3...v7.1.4";>7.1.4</a> 
(2026-02-16)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update peer dependency for <code>@​rspack/core</code> v2 (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1652";>#1652</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/aeddefee8feb6fe22dd3f98cd2fc2bac50dc7c45";>aeddefe</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/css-loader/commit/5b795afc2fb928e548a06040b1964304f101a2fc";><code>5b795af</code></a>
 chore(release): 7.1.4</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/aeddefee8feb6fe22dd3f98cd2fc2bac50dc7c45";><code>aeddefe</code></a>
 fix: update peer dependency for <code>@​rspack/core</code> v2 (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1652";>#1652</a>)</li>
   <li>See full diff in <a 
href="https://github.com/webpack/css-loader/compare/v7.1.3...v7.1.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `postcss-loader` from 8.2.0 to 8.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/postcss-loader/releases";>postcss-loader's 
releases</a>.</em></p>
   <blockquote>
   <h2>v8.2.1</h2>
   <h3><a 
href="https://github.com/webpack/postcss-loader/compare/v8.2.0...v8.2.1";>8.2.1</a>
 (2026-02-15)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update peer dependency for <code>@​rspack/core</code> v2 (<a 
href="https://redirect.github.com/webpack/postcss-loader/issues/717";>#717</a>) 
(<a 
href="https://github.com/webpack/postcss-loader/commit/a3ed7e236b6414efdb89084fb90861a16db84b6a";>a3ed7e2</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md";>postcss-loader's
 changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/webpack/postcss-loader/compare/v8.2.0...v8.2.1";>8.2.1</a>
 (2026-02-15)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update peer dependency for <code>@​rspack/core</code> v2 (<a 
href="https://redirect.github.com/webpack/postcss-loader/issues/717";>#717</a>) 
(<a 
href="https://github.com/webpack/postcss-loader/commit/a3ed7e236b6414efdb89084fb90861a16db84b6a";>a3ed7e2</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/postcss-loader/commit/583677e2500b33ed273e1562c89daf07a188eb94";><code>583677e</code></a>
 chore(release): 8.2.1</li>
   <li><a 
href="https://github.com/webpack/postcss-loader/commit/a3ed7e236b6414efdb89084fb90861a16db84b6a";><code>a3ed7e2</code></a>
 fix: update peer dependency for <code>@​rspack/core</code> v2 (<a 
href="https://redirect.github.com/webpack/postcss-loader/issues/717";>#717</a>)</li>
   <li><a 
href="https://github.com/webpack/postcss-loader/commit/c984ff482d35874a3aecb0bbf1bf5fe0d92fffda";><code>c984ff4</code></a>
 test: fix (<a 
href="https://redirect.github.com/webpack/postcss-loader/issues/715";>#715</a>)</li>
   <li><a 
href="https://github.com/webpack/postcss-loader/commit/cc01d2b544d94b57e7e8c2a65c8855188b782035";><code>cc01d2b</code></a>
 ci: fix</li>
   <li><a 
href="https://github.com/webpack/postcss-loader/commit/d4faa346d101f8698df9081407ff4808cb129d12";><code>d4faa34</code></a>
 docs: update contributing</li>
   <li><a 
href="https://github.com/webpack/postcss-loader/commit/b1e4fa591bbc665938d876bdd061794b44df1912";><code>b1e4fa5</code></a>
 chore: correct link (<a 
href="https://redirect.github.com/webpack/postcss-loader/issues/713";>#713</a>)</li>
   <li><a 
href="https://github.com/webpack/postcss-loader/commit/d99016849d0120e5ef5704fb169c862442ee841a";><code>d990168</code></a>
 chore: migration to main org and branch (<a 
href="https://redirect.github.com/webpack/postcss-loader/issues/712";>#712</a>)</li>
   <li>See full diff in <a 
href="https://github.com/webpack/postcss-loader/compare/v8.2.0...v8.2.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rimraf` from 6.1.2 to 6.1.3
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/f738c781d14fa7bc06f8e39e062d78f701fde3f1";><code>f738c78</code></a>
 6.1.3</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/a164a85093f78e40d8f995b0d8ff3a1856324768";><code>a164a85</code></a>
 update deps</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/4635ba7498849cade724bd34c1ec9feae4b56236";><code>4635ba7</code></a>
 update deps</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/509c53f8b0298508c3a536dc121bbc0652d3e56f";><code>509c53f</code></a>
 limit ci workflow permissions</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/68ce04f9bfb436e66356428e2970c78fa2a76d02";><code>68ce04f</code></a>
 formatting</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/37680c5d7f0104042ab8e8fae3e77484dc7687ca";><code>37680c5</code></a>
 add warning to not pass untrusted input to this method ever</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/786563d3901763fa77090271d239233aa27e7a3a";><code>786563d</code></a>
 remove contributing doc, already covered by .github repo</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/dbeef7399038d0cc467dbac5f91074cd0dc847dd";><code>dbeef73</code></a>
 contributing</li>
   <li><a 
href="https://github.com/isaacs/rimraf/commit/84d27afdbf7a211ecce6e9e73530aeb7278ea5d2";><code>84d27af</code></a>
 update workflows and standard project junk</li>
   <li>See full diff in <a 
href="https://github.com/isaacs/rimraf/compare/v6.1.2...v6.1.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `stylelint` from 17.1.1 to 17.3.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.3.0</h2>
   <p>It fixes 17 bugs. 3 related to supporting <code>calc()</code> in 
<code>declaration-property-value-no-unknown</code>, and 13 performance ones 
that make Stylelint a further 3x faster when using the rules in our <a 
href="https://www.npmjs.com/package/stylelint-config-standard";>standard 
config</a>.</p>
   <ul>
   <li>Fixed: performance of rule sequencing (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9055";>#9055</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>*-list</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9056";>#9056</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>*-notation</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9044";>#9044</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-max-values</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9057";>#9057</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> 
performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9058";>#9058</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
negatives for math functions inside of non-math functions (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9064";>#9064</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
positives for <code>calc()</code> with mixed operations (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9064";>#9064</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> performance 
(<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9062";>#9062</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> reported 
ranges for multiple math functions (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9064";>#9064</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>length-zero-no-unit</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9046";>#9046</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>named-grid-areas-no-invalid</code> false positives for mix 
of tabs and spaces (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9039";>#9039</a>) 
(<a 
href="https://github.com/adalinesimonian";><code>@​adalinesimonian</code></a>).</li>
   <li>Fixed: <code>no-unknown-custom-media</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9059";>#9059</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>selector-max-*</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9042";>#9042</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>shorthand-property-no-redundant-values</code> performance 
(<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9047";>#9047</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>syntax-string-no-invalid</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9061";>#9061</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>time-min-milliseconds</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9060";>#9060</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>value-keyword-case</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9048";>#9048</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   </ul>
   <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.3.0 - 2026-02-13</h2>
   <p>It fixes 17 bugs. 3 related to supporting <code>calc()</code> in 
<code>declaration-property-value-no-unknown</code>, and 13 performance ones 
that make Stylelint a further 3x faster when using the rules in our <a 
href="https://www.npmjs.com/package/stylelint-config-standard";>standard 
config</a>.</p>
   <ul>
   <li>Fixed: performance of rule sequencing (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9055";>#9055</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>*-list</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9056";>#9056</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>*-notation</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9044";>#9044</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-max-values</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9057";>#9057</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> 
performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9058";>#9058</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
negatives for math functions inside of non-math functions (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9064";>#9064</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
positives for <code>calc()</code> with mixed operations (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9064";>#9064</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> performance 
(<a href="https://redirect.github.com/stylelint/stylelint/pull/9062";>#9062</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> reported 
ranges for multiple math functions (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9064";>#9064</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>length-zero-no-unit</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9046";>#9046</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>named-grid-areas-no-invalid</code> false positives for mix 
of tabs and spaces (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9039";>#9039</a>) (<a 
href="https://github.com/adalinesimonian";><code>@​adalinesimonian</code></a>).</li>
   <li>Fixed: <code>no-unknown-custom-media</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9059";>#9059</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>selector-max-*</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9042";>#9042</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>shorthand-property-no-redundant-values</code> performance 
(<a href="https://redirect.github.com/stylelint/stylelint/pull/9047";>#9047</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>syntax-string-no-invalid</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9061";>#9061</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>time-min-milliseconds</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9060";>#9060</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>value-keyword-case</code> performance (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9048";>#9048</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   </ul>
   <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/6f1b66717bfbb573e2d9c275ed0b8f8e4a6e9a6f";><code>6f1b667</code></a>
 Release 17.3.0 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9078";>#9078</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/10ea2260f0f9b5140b60db3ce5d948589809a52c";><code>10ea226</code></a>
 Refactor to consolidate <code>walk*</code> filter regexes (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9074";>#9074</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/a7b7cf92f9a1d085b6a6272edf97d57a96d891b2";><code>a7b7cf9</code></a>
 Bump <code>@csstools/css-calc</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9076";>#9076</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/a604c39b659214931ae148196308bc5ba95438f1";><code>a604c39</code></a>
 Document using <code>languageOptions</code> over secondary in 
`declaration-property-valu...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/ff24683e2df685c29285eff55a913b6e5169f859";><code>ff24683</code></a>
 Document extending syntax in applicable <code>*-no-unknown</code> rules (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9072";>#9072</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/801f1f916414c383a91b2f2ebc615bbf6e1d7ac9";><code>801f1f9</code></a>
 Document relationship between overlapping <code>*-no-unknown</code> rules (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9071";>#9071</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/bd952e7b4d33067d349e5ffe70b28dc3ec39f4d9";><code>bd952e7</code></a>
 Fix <code>named-grid-areas-no-invalid</code> false positives for mix of tabs 
and spaces ...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/239297d37e76162cb12b91874ed309992a3c161f";><code>239297d</code></a>
 Fix  <code>declaration-property-value-no-unknown</code> false 
negatives/positives for ma...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/fcd18a5c6d24d7bca38c8457fde03ec51acb73ae";><code>fcd18a5</code></a>
 Refactor CSSTree lexer creation (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9067";>#9067</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/e65319d0d007689032abd48be9e5360cd041c81f";><code>e65319d</code></a>
 Refactor typing via <code>noUnusedLocals</code> in <code>tsconfig.json</code> 
(<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9069";>#9069</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/stylelint/stylelint/compare/17.1.1...17.3.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(&quot;node:...&quot;)</code> to keep compatibility with those 
modules exports, e.g. <code>const EventEmitter = 
require(&quot;node:events&quot;);</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(&quot;node:...&quot;)</code> to keep compatibility with those 
modules exports, e.g. <code>const EventEmitter = 
require(&quot;node:events&quot;);</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]


Reply via email to