dependabot[bot] opened a new pull request, #331:
URL: https://github.com/apache/cassandra-website/pull/331

   Bumps [postcss](https://github.com/postcss/postcss) to 8.5.19 and updates 
ancestor dependencies [postcss](https://github.com/postcss/postcss), 
[autoprefixer](https://github.com/postcss/autoprefixer), 
[cssnano](https://github.com/cssnano/cssnano), 
[gulp-postcss](https://github.com/postcss/gulp-postcss), 
[postcss-calc](https://github.com/postcss/postcss-calc), 
[postcss-custom-properties](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-properties),
 [postcss-import](https://github.com/postcss/postcss-import), 
[postcss-url](https://github.com/postcss/postcss-url) and 
[stylelint](https://github.com/stylelint/stylelint). These dependencies need to 
be updated together.
   
   Updates `postcss` from 7.0.35 to 8.5.19
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/releases";>postcss's 
releases</a>.</em></p>
   <blockquote>
   <h2>8.5.19</h2>
   <ul>
   <li>Fixed cleaning <code>before</code> for new nodes inserted to 
<code>Root</code> (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <h2>8.5.18</h2>
   <ul>
   <li>Restricted loading previous source maps file to the 
<code>opts.from</code> folder for security reasons (use <code>unsafeMap: 
true</code> to disable the check).</li>
   </ul>
   <h2>8.5.17</h2>
   <ul>
   <li>Fixed <code>Maximum call stack size exceeded</code> error.</li>
   <li>Fixed Prototype hijacking for <code>postcss.fromJSON()</code>.</li>
   <li>Fixed <code>Input#origin()</code> for unmapped end position (by <a 
href="https://github.com/chatman-media";><code>@​chatman-media</code></a>).</li>
   </ul>
   <h2>8.5.16</h2>
   <ul>
   <li>Fixed <code>Input#origin()</code> position (by <a 
href="https://github.com/mizdra";><code>@​mizdra</code></a>).</li>
   <li>Fixed <code>raws</code> after rehydrating a JSON AST (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed putting parent-less node in <code>nodes</code> of new node (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   <li>Fixed computing <code>offset</code> in <code>positionBy()</code> (by <a 
href="https://github.com/greymoth-jp";><code>@​greymoth-jp</code></a>).</li>
   <li>Fixed <code>rangeBy()</code> on <code>index: 0</code> (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.15</h2>
   <ul>
   <li>Fixed declaration parsing performance (by <a 
href="https://github.com/homanp";><code>@​homanp</code></a>).</li>
   </ul>
   <h2>8.5.14</h2>
   <ul>
   <li>Fixed custom syntax regression (by <a 
href="https://github.com/43081j";><code>@​43081j</code></a>).</li>
   </ul>
   <h2>8.5.13</h2>
   <ul>
   <li>Fixed <code>postcss-scss</code> commend regression.</li>
   </ul>
   <h2>8.5.12</h2>
   <ul>
   <li>Fixed reading any file via user-generated CSS.</li>
   <li>Added <code>opts.unsafeMap</code> to disable checks.</li>
   </ul>
   <h2>8.5.11</h2>
   <ul>
   <li>Fixed nested brackets parsing performance (by <a 
href="https://github.com/offset";><code>@​offset</code></a>).</li>
   </ul>
   <h2>8.5.10</h2>
   <ul>
   <li>Fixed XSS via unescaped <code>&lt;/style&gt;</code> in non-bundler cases 
(by <a href="https://github.com/TharVid";><code>@​TharVid</code></a>).</li>
   </ul>
   <h2>8.5.9</h2>
   <ul>
   <li>Speed up source map encoding paring in case of the error.</li>
   </ul>
   <h2>8.5.8</h2>
   <ul>
   <li>Fixed <code>Processor#version</code>.</li>
   </ul>
   <h2>8.5.7</h2>
   <ul>
   <li>Improved source map annotation cleaning performance (by CodeAnt AI).</li>
   </ul>
   <h2>8.5.6</h2>
   <ul>
   <li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a 
href="https://github.com/Goodwine";><code>@​Goodwine</code></a>).</li>
   </ul>
   <h2>8.5.5</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md";>postcss's 
changelog</a>.</em></p>
   <blockquote>
   <h2>8.5.19</h2>
   <ul>
   <li>Fixed cleaning <code>before</code> for new nodes inserted to 
<code>Root</code> (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <h2>8.5.18</h2>
   <ul>
   <li>Restricted loading previous source maps file to the 
<code>opts.from</code> folder for security reasons (use <code>unsafeMap: 
true</code> to disable the check).</li>
   </ul>
   <h2>8.5.17</h2>
   <ul>
   <li>Fixed <code>Maximum call stack size exceeded</code> error.</li>
   <li>Fixed Prototype hijacking for <code>postcss.fromJSON()</code>.</li>
   <li>Fixed <code>Input#origin()</code> for unmapped end position (by <a 
href="https://github.com/chatman-media";><code>@​chatman-media</code></a>).</li>
   </ul>
   <h2>8.5.16</h2>
   <ul>
   <li>Fixed <code>Input#origin()</code> position (by <a 
href="https://github.com/mizdra";><code>@​mizdra</code></a>).</li>
   <li>Fixed <code>raws</code> after rehydrating a JSON AST (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed putting parent-less node in <code>nodes</code> of new node (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   <li>Fixed computing <code>offset</code> in <code>positionBy()</code> (by <a 
href="https://github.com/greymoth-jp";><code>@​greymoth-jp</code></a>).</li>
   <li>Fixed <code>rangeBy()</code> on <code>index: 0</code> (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.15</h2>
   <ul>
   <li>Fixed declaration parsing performance (by <a 
href="https://github.com/homanp";><code>@​homanp</code></a>).</li>
   </ul>
   <h2>8.5.14</h2>
   <ul>
   <li>Fixed custom syntax regression (by <a 
href="https://github.com/43081j";><code>@​43081j</code></a>).</li>
   </ul>
   <h2>8.5.13</h2>
   <ul>
   <li>Fixed <code>postcss-scss</code> commend regression.</li>
   </ul>
   <h2>8.5.12</h2>
   <ul>
   <li>Fixed reading any file via user-generated CSS.</li>
   <li>Added <code>opts.unsafeMap</code> to disable checks.</li>
   </ul>
   <h2>8.5.11</h2>
   <ul>
   <li>Fixed nested brackets parsing performance (by <a 
href="https://github.com/offset";><code>@​offset</code></a>).</li>
   </ul>
   <h2>8.5.10</h2>
   <ul>
   <li>Fixed XSS via unescaped <code>&lt;/style&gt;</code> in non-bundler cases 
(by <a href="https://github.com/TharVid";><code>@​TharVid</code></a>).</li>
   </ul>
   <h2>8.5.9</h2>
   <ul>
   <li>Speed up source map encoding paring in case of the error.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss/commit/9543b22769bef5bcd47600fbca752204c106cda8";><code>9543b22</code></a>
 Release 8.5.19 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/3d13bf9360652922de0535f6257e1648187363f0";><code>3d13bf9</code></a>
 Fix CI on Windows too</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/00d0dd2322162f6083d507ea6954685e1c92f165";><code>00d0dd2</code></a>
 Keep explicitly set raws.before when inserting nodes into root (<a 
href="https://redirect.github.com/postcss/postcss/issues/2111";>#2111</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/7a05b33e7a15d6f80d90098784170ad3dca39180";><code>7a05b33</code></a>
 Temporary fix CI</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/4c0d194c136fd374495d0993c890d794cab65b81";><code>4c0d194</code></a>
 Release 8.5.18 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/92b4e7891ec7b811821d01acc8aa0f010caf41e2";><code>92b4e78</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/95663d3eb7ba26f4854dd19d3b4f4425760cf56c";><code>95663d3</code></a>
 Limit where source map can be loaded for security reasons</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/74e25ae9f4efaa56a41a449064a655d7da78072c";><code>74e25ae</code></a>
 Release 8.5.17 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/d1518afd5a88f42728b30b87f8917210f363f9f1";><code>d1518af</code></a>
 Fix Maximum call stack size exceeded error</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/2421312ffea96ba77b35ce24a1b2d9c2e22b5e83";><code>2421312</code></a>
 Fix linter</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss/compare/7.0.35...8.5.19";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for postcss since your current version.</p>
   </details>
   <br />
   
   Updates `autoprefixer` from 9.8.6 to 10.5.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/autoprefixer/releases";>autoprefixer's 
releases</a>.</em></p>
   <blockquote>
   <h2>10.5.4</h2>
   <ul>
   <li>Fixed prefixed rule duplication (by <a 
href="https://github.com/xianjianlf2";><code>@​xianjianlf2</code></a>).</li>
   </ul>
   <h2>10.5.3</h2>
   <ul>
   <li>Fixed brackets and gradient parser (<a 
href="https://github.com/alanturing881";><code>@​alanturing881</code></a>).</li>
   </ul>
   <h2>10.5.2</h2>
   <ul>
   <li>Moved <code>-webkit-fill-available</code> before 
<code>-moz-available</code>, so Firefox
   will use <code>-webkit-</code> version which is closer to 
<code>stretch</code>.</li>
   </ul>
   <h2>10.5.1</h2>
   <ul>
   <li>Fixed <code>grid-area</code> span reset for overriding areas (by <a 
href="https://github.com/puneetdixit200";><code>@​puneetdixit200</code></a>).</li>
   </ul>
   <h2>10.5.0 “Each Endeavouring, All Achieving”</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Added <code>mask-position-x</code> and <code>mask-position-y</code> 
support (by <a 
href="https://github.com/toporek";><code>@​toporek</code></a>).</li>
   </ul>
   <h2>10.4.27</h2>
   <ul>
   <li>Removed development key from <code>package.json</code>.</li>
   </ul>
   <h2>10.4.26</h2>
   <ul>
   <li>Reduced package size.</li>
   </ul>
   <h2>10.4.25</h2>
   <ul>
   <li>Fixed broken gradients on CSS Custom Properties (by <a 
href="https://github.com/serger777";><code>@​serger777</code></a>).</li>
   </ul>
   <h2>10.4.24</h2>
   <ul>
   <li>Made Autoprefixer a little faster (by <a 
href="https://github.com/Cherry";><code>@​Cherry</code></a>).</li>
   </ul>
   <h2>10.4.23</h2>
   <ul>
   <li>Reduced dependencies (by <a 
href="https://github.com/hyperz111";><code>@​hyperz111</code></a>).</li>
   </ul>
   <h2>10.4.22</h2>
   <ul>
   <li>Fixed <code>stretch</code> prefixes on new Can I Use database.</li>
   <li>Updated <code>fraction.js</code>.</li>
   </ul>
   <h2>10.4.21</h2>
   <ul>
   <li>Fixed old <code>-moz-</code> prefix for <code>:placeholder-shown</code> 
(by <a 
href="https://github.com/Marukome0743";><code>@​Marukome0743</code></a>).</li>
   </ul>
   <h2>10.4.20</h2>
   <ul>
   <li>Fixed <code>fit-content</code> prefix for Firefox.</li>
   </ul>
   <h2>10.4.19</h2>
   <ul>
   <li>Removed <code>end value has mixed support, consider using 
flex-end</code> warning since <code>end</code>/<code>start</code> now have good 
support.</li>
   </ul>
   <h2>10.4.18</h2>
   <ul>
   <li>Fixed removing <code>-webkit-box-orient</code> on 
<code>-webkit-line-clamp</code> (<a 
href="https://github.com/Goodwine";><code>@​Goodwine</code></a>).</li>
   </ul>
   <h2>10.4.17</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md";>autoprefixer's
 changelog</a>.</em></p>
   <blockquote>
   <h2>10.5.4</h2>
   <ul>
   <li>Fixed prefixed rule duplication (by <a 
href="https://github.com/xianjianlf2";><code>@​xianjianlf2</code></a>).</li>
   </ul>
   <h2>10.5.3</h2>
   <ul>
   <li>Fixed brackets and gradient parser (<a 
href="https://github.com/alanturing881";><code>@​alanturing881</code></a>).</li>
   </ul>
   <h2>10.5.2</h2>
   <ul>
   <li>Moved <code>-webkit-fill-available</code> before 
<code>-moz-available</code>, so Firefox
   will use <code>-webkit-</code> version which is closer to 
<code>stretch</code>.</li>
   </ul>
   <h2>10.5.1</h2>
   <ul>
   <li>Fixed <code>grid-area</code> span reset for overriding areas (by <a 
href="https://github.com/puneetdixit200";><code>@​puneetdixit200</code></a>).</li>
   </ul>
   <h2>10.5.0 “Each Endeavouring, All Achieving”</h2>
   <ul>
   <li>Added <code>mask-position-x</code> and <code>mask-position-y</code> 
support (by <a 
href="https://github.com/toporek";><code>@​toporek</code></a>).</li>
   </ul>
   <h2>10.4.27</h2>
   <ul>
   <li>Removed development key from <code>package.json</code>.</li>
   </ul>
   <h2>10.4.26</h2>
   <ul>
   <li>Reduced package size.</li>
   </ul>
   <h2>10.4.25</h2>
   <ul>
   <li>Fixed broken gradients on CSS Custom Properties (by <a 
href="https://github.com/serger777";><code>@​serger777</code></a>).</li>
   </ul>
   <h2>10.4.24</h2>
   <ul>
   <li>Made Autoprefixer a little faster (by <a 
href="https://github.com/Cherry";><code>@​Cherry</code></a>).</li>
   </ul>
   <h2>10.4.23</h2>
   <ul>
   <li>Reduced dependencies (by <a 
href="https://github.com/hyperz111";><code>@​hyperz111</code></a>).</li>
   </ul>
   <h2>10.4.22</h2>
   <ul>
   <li>Fixed <code>stretch</code> prefixes on new Can I Use database.</li>
   <li>Updated <code>fraction.js</code>.</li>
   </ul>
   <h2>10.4.21</h2>
   <ul>
   <li>Fixed old <code>-moz-</code> prefix for <code>:placeholder-shown</code> 
(by <a 
href="https://github.com/Marukome0743";><code>@​Marukome0743</code></a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/4cad00f0e839f3d7bbcdcc00b7df6fc448fb28f3";><code>4cad00f</code></a>
 Release 10.5.4 version</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/e62a4b1782f4ece51070feba79b0ff19f4305c68";><code>e62a4b1</code></a>
 Update CI config</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/c8f0d0ae00f5bb28bbcc3413f70b088020007469";><code>c8f0d0a</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/cae35771dc4a4dfeda637a31dc1795ace6d9d28b";><code>cae3577</code></a>
 Move back to latest pnpm 11</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/fd31eb33b56ab9663d298b5bf08ae4ff47f76878";><code>fd31eb3</code></a>
 Fix duplicated prefixed selectors on reformatted CSS (<a 
href="https://redirect.github.com/postcss/autoprefixer/issues/1552";>#1552</a>)</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/958d390787c31c3044c1fb68ec37efc29637e26b";><code>958d390</code></a>
 Release 10.5.3 version</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/21d2adb4d1fc6103c1e3cc39c991de59fdb5496e";><code>21d2adb</code></a>
 Fix gradient parser</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/f7ddae99f0ebfa3961a5c14bd9ecb7d4310601a6";><code>f7ddae9</code></a>
 Fix bracket parser</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/10ea5e7b8511a3e07aeb8a0f50f61496bc3faf4f";><code>10ea5e7</code></a>
 Update dependencies and remove patch</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/b6e8a2a4672cafafcb3bb2c72cd0027a31b1a320";><code>b6e8a2a</code></a>
 Update Dev Container</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/autoprefixer/compare/9.8.6...10.5.4";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for autoprefixer since your current version.</p>
   </details>
   <br />
   
   Updates `cssnano` from 4.1.10 to 8.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/cssnano/cssnano/releases";>cssnano's 
releases</a>.</em></p>
   <blockquote>
   <h2>v8.0.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>perf(postcss-unique-selectors): add fast paths for the common cases by 
<a href="https://github.com/dkryaklin";><code>@​dkryaklin</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1813";>cssnano/cssnano#1813</a></li>
   <li>perf(postcss-discard-duplicates): bucket rules by selector by <a 
href="https://github.com/dkryaklin";><code>@​dkryaklin</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1815";>cssnano/cssnano#1815</a></li>
   <li>perf(postcss-merge-longhand): skip processors with no relevant decls by 
<a href="https://github.com/dkryaklin";><code>@​dkryaklin</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1814";>cssnano/cssnano#1814</a></li>
   <li>Include postcss-discard-overridden types in package by <a 
href="https://github.com/itosa-kazu";><code>@​itosa-kazu</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1817";>cssnano/cssnano#1817</a></li>
   <li>fix: preserve apostrophes in svg data uris by <a 
href="https://github.com/pupuking723";><code>@​pupuking723</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1819";>cssnano/cssnano#1819</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cssnano/cssnano/compare/[email protected]@8.0.2";>https://github.com/cssnano/cssnano/compare/[email protected]@8.0.2</a></p>
   <h2>v8.0.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(postcss-minify-selectors): reject :is() fold when divergent middle 
contains a combinator under a non-empty prefix (closes <a 
href="https://redirect.github.com/cssnano/cssnano/issues/1786";>#1786</a>) by <a 
href="https://github.com/dkryaklin";><code>@​dkryaklin</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1798";>cssnano/cssnano#1798</a></li>
   <li>fix(postcss-minify-selectors): tighten :is() fold acceptance to a strict 
allowlist by <a 
href="https://github.com/dkryaklin";><code>@​dkryaklin</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1799";>cssnano/cssnano#1799</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cssnano/cssnano/compare/[email protected]@8.0.1";>https://github.com/cssnano/cssnano/compare/[email protected]@8.0.1</a></p>
   <h2>v8.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Move declaration sorter to advanced preset by <a 
href="https://github.com/ludofischer";><code>@​ludofischer</code></a> and <a 
href="https://github.com/Goodwine";><code>@​Goodwine</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1793";>cssnano/cssnano#1793</a></li>
   <li>Drop node 20 by <a 
href="https://github.com/ludofischer";><code>@​ludofischer</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1794";>cssnano/cssnano#1794</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cssnano/cssnano/compare/[email protected]@8.0.0";>https://github.com/cssnano/cssnano/compare/[email protected]@8.0.0</a></p>
   <h2>v7.1.9</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Reject :is() fold for unknown pseudo-classes with arguments by <a 
href="https://github.com/dkryaklin";><code>@​dkryaklin</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1791";>cssnano/cssnano#1791</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cssnano/cssnano/compare/[email protected]@7.1.9";>https://github.com/cssnano/cssnano/compare/[email protected]@7.1.9</a></p>
   <h2>v7.1.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(postcss-minify-selectors): reject :is() fold for :nth-child(... of 
S) to preserve cascade by <a 
href="https://github.com/dkryaklin";><code>@​dkryaklin</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1785";>cssnano/cssnano#1785</a></li>
   <li>Update postcss and <code>@​colordx/core</code> by <a 
href="https://github.com/ludofischer";><code>@​ludofischer</code></a> in <a 
href="https://redirect.github.com/cssnano/cssnano/pull/1786";>cssnano/cssnano#1786</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cssnano/cssnano/compare/[email protected]@7.1.8";>https://github.com/cssnano/cssnano/compare/[email protected]@7.1.8</a></p>
   <h2>v.7.1.7</h2>
   <p>This release is idnetical to the previous one, but is being published to 
ensure that the latest versions of <code>postcss-normalize-repeat-style</code> 
and <code>postcss-normalize-positions</code> are uploaded to the npm 
registry.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/185e1c790ac307a14f4385c506b2f2e0f4563c7e";><code>185e1c7</code></a>
 Publish cssnano 8.0.2</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/2ce8c2d5a8edeeadc42a4160b2f4ae6d488484de";><code>2ce8c2d</code></a>
 chore: update the postcs peer dependency</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/99bd9c1d159df2c2a104d6a97dfdf2bc90f3614a";><code>99bd9c1</code></a>
 docs: update website dependencies</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/2ca8d4af063142af1218e00424ff4ea720b8f9e7";><code>2ca8d4a</code></a>
 chore: update development deps</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/b245a0b130346e9c806e4fb8128c19b4547f51c0";><code>b245a0b</code></a>
 fix: update caniuse-api</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/3bf3f4d702f136279ecdec37fadbd4efc7e5df7a";><code>3bf3f4d</code></a>
 chore: update postcss-selector-parser</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/7343c87e383a27b4d85bd9ca94ce0dd708e4ef7e";><code>7343c87</code></a>
 fix: preserve apostrophes in svg data uris (<a 
href="https://redirect.github.com/cssnano/cssnano/issues/1819";>#1819</a>)</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/964b9dbce2b01f9bdf2cea1e5943e08fb11072df";><code>964b9db</code></a>
 chore(util): add benchmark + cpuprofile tooling (<a 
href="https://redirect.github.com/cssnano/cssnano/issues/1812";>#1812</a>)</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/54a8db285d63bbe9046a143c1e9f4597129a2db8";><code>54a8db2</code></a>
 Include postcss-discard-overridden types in package</li>
   <li><a 
href="https://github.com/cssnano/cssnano/commit/e0e39ae652115103d8b6d71a8b14410413b05fa7";><code>e0e39ae</code></a>
 perf(postcss-merge-longhand): skip processors with no relevant decls</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cssnano/cssnano/compare/[email protected]";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for cssnano since your current version.</p>
   </details>
   <br />
   
   Updates `gulp-postcss` from 8.0.0 to 10.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/gulp-postcss/releases";>gulp-postcss's 
releases</a>.</em></p>
   <blockquote>
   <h2>10.0.0</h2>
   <p>Same changes as <a 
href="https://github.com/postcss/gulp-postcss/releases/tag/9.1.0";>https://github.com/postcss/gulp-postcss/releases/tag/9.1.0</a>,
 published with the major version bump because of a breaking change.</p>
   <h2>9.1.0 (deprecated)</h2>
   <p><strong>Deprecated, republished as <a 
href="https://github.com/postcss/gulp-postcss/releases/tag/10.0.0";>10.0.0</a> 
to follow semver, because of the breaking change to drop support for node 
&lt;18</strong></p>
   <ul>
   <li>Bump postcss-load-config to ^5.0.0</li>
   <li>Ensure options are passed to plugins when using postcss.config.js <a 
href="https://redirect.github.com/postcss/gulp-postcss/issues/170";>#170</a></li>
   <li>Update deps</li>
   <li>Drop support for node &lt;18</li>
   <li>Add flake.nix for local dev with nix develop</li>
   </ul>
   <h2>9.0.1</h2>
   <ul>
   <li>Bump postcss-load-config to ^3.0.0</li>
   </ul>
   <h2>9.0.0</h2>
   <ul>
   <li>Bump PostCSS to 8.0</li>
   <li>Drop Node 6 support</li>
   <li>PostCSS is now a peer dependency</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/46533ec1ced0e8db61af609f4d5075ab9396e17b";><code>46533ec</code></a>
 Bump to 10.0.0</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/77ed79a333bb5e88023de311bcbd3d75b4a67f09";><code>77ed79a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/postcss/gulp-postcss/issues/187";>#187</a> 
from postcss/update-deps</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/687f29fb4b4ff55351ad383b87986347a599bbb6";><code>687f29f</code></a>
 Bump to 9.1.0</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/c21fca918c8e87d8d2b77fe1672cef2581e90da0";><code>c21fca9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/postcss/gulp-postcss/issues/170";>#170</a> 
from JohnAlbin/pass-options-to-plugins</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/bd9d4c018183c6c3132c23be7aaaf9fad978ea02";><code>bd9d4c0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/postcss/gulp-postcss/issues/186";>#186</a> 
from postcss/bump-postcss-load-config</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/0f154142ccdfb41857d2bdd07ae9d8f54f3e8178";><code>0f15414</code></a>
 Bump postcss-load-config</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/83dcfcd25d471c0bc1c0390be8d0f028563c1b61";><code>83dcfcd</code></a>
 Merge branch 'main' into pass-options-to-plugins</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/70dfabe8ab65c4e2a7a5fca6f25156b1076b40c7";><code>70dfabe</code></a>
 Release 9.0.1</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/5d3bf7a6a11e290db110638942b9797c82881b70";><code>5d3bf7a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/postcss/gulp-postcss/issues/176";>#176</a> 
from postcss/switch-to-github-workflows</li>
   <li><a 
href="https://github.com/postcss/gulp-postcss/commit/22e8c3a5175cc41f8f6be5338c98ac04f37fbf3e";><code>22e8c3a</code></a>
 Switch to github workflow for testing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/gulp-postcss/compare/8.0.0...10.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `postcss-calc` from 7.0.5 to 10.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss-calc/releases";>postcss-calc's 
releases</a>.</em></p>
   <blockquote>
   <h2>10.1.1</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>fix: handle calc keywords correctly by <a 
href="https://github.com/ludofischer";><code>@​ludofischer</code></a> in <a 
href="https://redirect.github.com/postcss/postcss-calc/pull/234";>postcss/postcss-calc#234</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/postcss/postcss-calc/compare/v10.1.0...v10.1.1";>https://github.com/postcss/postcss-calc/compare/v10.1.0...v10.1.1</a></p>
   <h2>10.1.0</h2>
   <h2>Features</h2>
   <ul>
   <li>add support for lh &amp; rlh units (<a 
href="https://github.com/postcss/postcss-calc/commit/9b6d7a16553f9d61ef8097f4e5425ae0c8a7574f";>9b6d7a1</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Ignore calc-size from detection (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/230";>#230</a>) 
(<a 
href="https://github.com/postcss/postcss-calc/commit/cac6f39951617b45bc5bed84be3ed099df619bbf";>cac6f39</a>)</li>
   </ul>
   <h2>10.0.2</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>fix: add support for svh, lvh, dvh, svw, lvw, dvw, svmin, lvmin, dvmin, 
svmax, lvmax, dvmax units by <a 
href="https://github.com/geecko86";><code>@​geecko86</code></a> in <a 
href="https://redirect.github.com/postcss/postcss-calc/pull/218";>postcss/postcss-calc#218</a></li>
   </ul>
   <h2>10.0.1</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>add support for container query units (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/214";>#214</a>) 
(<a 
href="https://github.com/postcss/postcss-calc/commit/3f2b43a9d65589c907fa8cbb79a6141603c56c3d";>3f2b43a</a>),
 closes <a 
href="https://redirect.github.com/postcss/postcss-calc/issues/199";>#199</a></li>
   <li>update postcss-selector-parser (<a 
href="https://github.com/postcss/postcss-calc/commit/3606777a1611bdfa67672e4dadd6c1b1871e163f";>3606777</a>)</li>
   <li>update postcss-selector-parser (<a 
href="https://github.com/postcss/postcss-calc/commit/a03fb73c0d60845c2f98918d8108e231b8f7f80d";>a03fb73</a>)</li>
   </ul>
   <h2>10.0.0</h2>
   <h2>Breaking changes</h2>
   <p>Drop support for Node.js 14, 16, 19 and 21. The release is otherwise 
identical to the previous one.</p>
   <h2>9.0.1</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>fix disappearing <code>calc()</code> expression when source contains 
extra brackets (<a 
href="https://github.com/postcss/postcss-calc/commit/18bb47bd095d2a5b224b0a60521e52f620474b3d";>18bb47bd0</a>)</li>
   </ul>
   <h2>9.0.0</h2>
   <h2>Breaking Changes</h2>
   <p>This release should be functionally identical to the previous (8.2.4) 
release, except that it officially drops compatibility with Node older than 
Node 14.</p>
   <h2>8.2.3</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>improve types (<a 
href="https://github.com/postcss/postcss-calc/commit/f2cce1bc1d47af7ab02891c61b4c1485d6e6dfd3";>f2cce1b</a>)</li>
   </ul>
   <h2>8.2.2</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>respect CSS var when reducing (<a 
href="https://github.com/postcss/postcss-calc/commit/99d9fa53a7fba3586590d0c45a0982b09e8bf5c6";>99d9fa5</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md";>postcss-calc's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/postcss/postcss-calc/compare/v10.1.0...v10.1.1";>10.1.1</a>
 (2025-01-31)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>handle calc keywords correctly (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/234";>#234</a>) 
(<a 
href="https://github.com/postcss/postcss-calc/commit/87d57ef74d897fb2b9f1ecc759bedaecee3989e6";>87d57ef</a>),
 closes <a 
href="https://redirect.github.com/postcss/postcss-calc/issues/210";>#210</a></li>
   </ul>
   <h2><a 
href="https://github.com/postcss/postcss-calc/compare/v10.0.2...v10.1.0";>10.1.0</a>
 (2025-01-07)</h2>
   <h3>Features</h3>
   <ul>
   <li>add support for lh &amp; rlh units (<a 
href="https://github.com/postcss/postcss-calc/commit/9b6d7a16553f9d61ef8097f4e5425ae0c8a7574f";>9b6d7a1</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Ignore calc-size from detection (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/230";>#230</a>) 
(<a 
href="https://github.com/postcss/postcss-calc/commit/cac6f39951617b45bc5bed84be3ed099df619bbf";>cac6f39</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/postcss/postcss-calc/compare/v10.0.1...v10.0.2";>10.0.2</a>
 (2024-08-16)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add support for svh, lvh, dvh, svw, lvw, dvw, svmin, lvmin, dvmin, 
svmax, lvmax, dvmax units (<a 
href="https://github.com/postcss/postcss-calc/commit/f5eaea129f0546451638c6508009a5cfff1a6ddc";>f5eaea1</a>)</li>
   </ul>
   <h1><a 
href="https://github.com/postcss/postcss-calc/compare/v10.0.0...v10.0.1";>11.0.1</a>
 (2024-08-05)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li>add support for container query units (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/214";>#214</a>) 
(<a 
href="https://github.com/postcss/postcss-calc/commit/3f2b43a9d65589c907fa8cbb79a6141603c56c3d";>3f2b43a</a>),
 closes <a 
href="https://redirect.github.com/postcss/postcss-calc/issues/199";>#199</a></li>
   <li>update postcss-selector-parser (<a 
href="https://github.com/postcss/postcss-calc/commit/3606777a1611bdfa67672e4dadd6c1b1871e163f";>3606777</a>)</li>
   <li>update postcss-selector-parser (<a 
href="https://github.com/postcss/postcss-calc/commit/a03fb73c0d60845c2f98918d8108e231b8f7f80d";>a03fb73</a>)</li>
   </ul>
   <h1>10.0.0 (2024-04-26)</h1>
   <h2>Breaking Changes</h2>
   <ul>
   <li>drop support for Node.js 14, 16, 19 and 21</li>
   </ul>
   <h1>9.0.1 (2023-05-05)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li>fix disappearing calc expression when source contains extra brackets (<a 
href="https://github.com/postcss/postcss-calc/commit/18bb47bd095d2a5b224b0a60521e52f620474b3d";>18bb47bd0</a>)</li>
   </ul>
   <h1>9.0.0 (2023-04-29)</h1>
   <h2>Breaking Changes</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/a74462a16d2ed8bb10c37c12bdac008ad24f2dcb";><code>a74462a</code></a>
 chore(release): 10.1.1</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/ea24bcd33e62699b6093e0be4fa27eca6b5313ad";><code>ea24bcd</code></a>
 chore: update pnpm</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/8eb0bc86835a9819673c6f046e4c0dcfe0b1643a";><code>8eb0bc8</code></a>
 chore: reformat</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/87d57ef74d897fb2b9f1ecc759bedaecee3989e6";><code>87d57ef</code></a>
 fix: handle calc keywords correctly (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/234";>#234</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/b1f5339b2238389d4a83b229a465bb17445892d7";><code>b1f5339</code></a>
 chore: update GitHub actions (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/232";>#232</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/13106da0eff40b398d75e03b0f976b4104dee116";><code>13106da</code></a>
 chore: update development dependencies (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/231";>#231</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/b59cc8599cfc667c20c9333c0d30e3c77d5b094d";><code>b59cc85</code></a>
 chore(release): 10.1.0</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/cac6f39951617b45bc5bed84be3ed099df619bbf";><code>cac6f39</code></a>
 Fix: Ignore calc-size from detection (<a 
href="https://redirect.github.com/postcss/postcss-calc/issues/230";>#230</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/bbedb092584254e105a8700695a3b23c9a75eb2b";><code>bbedb09</code></a>
 chore: update development dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss-calc/commit/9cfb1cd6fb2682d97f55241c3da548a6df70f3ac";><code>9cfb1cd</code></a>
 chore: update development dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss-calc/compare/v7.0.5...v10.1.1";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~ludovicofischer";>ludovicofischer</a>, a new 
releaser for postcss-calc since your current version.</p>
   </details>
   <br />
   
   Updates `postcss-custom-properties` from 9.1.1 to 15.0.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-properties/CHANGELOG.md";>postcss-custom-properties's
 changelog</a>.</em></p>
   <blockquote>
   <h3>15.0.1</h3>
   <p><em>February 21, 2026</em></p>
   <ul>
   <li>Fix importance of custom media in anonymous cascade layers.</li>
   </ul>
   <h3>15.0.0</h3>
   <p><em>January 14, 2026</em></p>
   <ul>
   <li>Updated: Support for Node <code>20.19.0</code> or later (major).</li>
   <li>Removed: <code>commonjs</code> API. In supported Node versions 
<code>require(esm)</code> will work without needing to make code changes.</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer";><code>@csstools/css-tokenizer</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#400";><code>4.0.0</code></a>
 (major)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/utilities";><code>@csstools/utilities</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/utilities/CHANGELOG.md#300";><code>3.0.0</code></a>
 (major)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms";><code>@csstools/css-parser-algorithms</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#400";><code>4.0.0</code></a>
 (major)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser";><code>@csstools/cascade-layer-name-parser</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#300";><code>3.0.0</code></a>
 (major)</li>
   </ul>
   <h3>14.0.6</h3>
   <p><em>June 5, 2025</em></p>
   <ul>
   <li>Fix infinite loop for comments that contain variables (e.g. 
<code>var(--foo) /* var(--bar) */</code>)</li>
   </ul>
   <h3>14.0.5</h3>
   <p><em>May 27, 2025</em></p>
   <ul>
   <li>Improve the implementation of how comments are preserved when 
transpiling</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer";><code>@csstools/css-tokenizer</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304";><code>3.0.4</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms";><code>@csstools/css-parser-algorithms</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#305";><code>3.0.5</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser";><code>@csstools/cascade-layer-name-parser</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#205";><code>2.0.5</code></a>
 (patch)</li>
   </ul>
   <h3>14.0.4</h3>
   <p><em>November 1, 2024</em></p>
   <ul>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer";><code>@csstools/css-tokenizer</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303";><code>3.0.3</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms";><code>@csstools/css-parser-algorithms</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304";><code>3.0.4</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser";><code>@csstools/cascade-layer-name-parser</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#204";><code>2.0.4</code></a>
 (patch)</li>
   </ul>
   <h3>14.0.3</h3>
   <p><em>October 23, 2024</em></p>
   <ul>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms";><code>@csstools/css-parser-algorithms</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#303";><code>3.0.3</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser";><code>@csstools/cascade-layer-name-parser</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#203";><code>2.0.3</code></a>
 (patch)</li>
   </ul>
   <h3>14.0.2</h3>
   <p><em>October 10, 2024</em></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-properties";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~romainmenke";>romainmenke</a>, a new releaser for 
postcss-custom-properties since your current version.</p>
   </details>
   <br />
   
   Updates `postcss-import` from 12.0.1 to 16.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss-import/releases";>postcss-import's 
releases</a>.</em></p>
   <blockquote>
   <h2>14.0.0 / 2020-12-14</h2>
   <p>This release should not have breaking changes for the vast majority of 
users; only those with <code>@charset</code> statements in their CSS may be 
affected.</p>
   <ul>
   <li><strong>BREAKING:</strong> Error if multiple incompatible 
<code>@charset</code> statements (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/447";>#447</a>)</li>
   <li><strong>BREAKING:</strong> Warn if <code>@charset</code> statements are 
not at the top of files (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/447";>#447</a>)</li>
   <li>Fix handing of <code>@charset</code> (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/436";>#436</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/issues/447";>#447</a>)</li>
   </ul>
   <h2>13.0.0 / 2020-10-20</h2>
   <ul>
   <li><strong>BREAKING:</strong> Require Node 10+ (<a 
href="https://redirect.github.com/postcss/postcss-import/pull/429";>#429</a>)</li>
   <li><strong>BREAKING:</strong> Upgrade to postcss v8 and require it as a 
<code>peerDependency</code> (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/427";>#427</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/432";>#432</a>)</li>
   <li>Update dependencies</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md";>postcss-import's
 changelog</a>.</em></p>
   <blockquote>
   <h1>16.1.1 / 2025-06-17</h1>
   <ul>
   <li>Fix incorrect cascade layer order when some resources can not be inlined 
(<a 
href="https://redirect.github.com/postcss/postcss-import/issues/567";>#567</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/574";>#574</a>)</li>
   </ul>
   <h1>16.1.0 / 2024-03-20</h1>
   <ul>
   <li>Allow bundling URLs with fragments (useful for Vite users) (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/560";>#560</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/561";>#561</a>)</li>
   </ul>
   <h1>16.0.1 / 2024-02-14</h1>
   <ul>
   <li>Fix crash when handling some <code>@import</code>s with media conditions 
(<a 
href="https://redirect.github.com/postcss/postcss-import/issues/557";>#557</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/558";>#558</a>)</li>
   </ul>
   <h1>16.0.0 / 2024-01-02</h1>
   <ul>
   <li><strong>BREAKING:</strong> Require Node.js v18+ (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/550";>#550</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/551";>#551</a>)</li>
   <li><strong>BREAKING:</strong> Signifigant rewrite, with small behavioral 
tweaks in a number of edge cases</li>
   <li>Support for <code>@supports</code> conditional imports added (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/532";>#532</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/548";>#548</a>)</li>
   <li>When <code>skipDuplicates</code> is <code>false</code>, handles import 
cycles correctly (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/462";>#462</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/535";>#535</a>)</li>
   <li>Add <code>warnOnEmpty</code> option to allow disabling warnings for 
empty files (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/84";>#84</a>, <a 
href="https://redirect.github.com/postcss/postcss-import/pull/541";>#541</a>)</li>
   <li>Use proper <code>node.error</code>s (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/518";>#518</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/540";>#540</a>)</li>
   </ul>
   <p>Huge thanks to <a 
href="https://github.com/romainmenke";><code>@romainmenke</code></a> for all the 
hard work he put into this release.</p>
   <h1>15.1.0 / 2022-12-07</h1>
   <ul>
   <li>Add <code>data:</code> URL support (this is not useful for most 
consumers) (<a 
href="https://redirect.github.com/postcss/postcss-import/pull/515";>#515</a>)</li>
   </ul>
   <h1>15.0.1 / 2022-12-01</h1>
   <ul>
   <li>Preserve layer in ignored <code>@import</code>s (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/510";>#510</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/511";>#511</a>)</li>
   <li>Join media queries in the correct order (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/512";>#512</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/513";>#513</a>)</li>
   </ul>
   <h1>15.0.0 / 2022-08-30</h1>
   <ul>
   <li><strong>BREAKING:</strong> Require Node.js v14+ (<a 
href="https://redirect.github.com/postcss/postcss-import/pull/497";>#497</a>)</li>
   <li><strong>BREAKING:</strong> Require <code>nameLayer</code> option for 
handling anonymous layers (<a 
href="https://redirect.github.com/postcss/postcss-import/pull/496";>#496</a>)</li>
   <li>Fix handling of <code>@media</code> queries inside layered imports (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/495";>#495</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/496";>#496</a>)</li>
   </ul>
   <h1>14.1.0 / 2022-03-22</h1>
   <ul>
   <li>Add <code>@layer</code> support (<a 
href="https://redirect.github.com/postcss/postcss-import/pull/483";>#483</a>)</li>
   </ul>
   <h1>14.0.2 / 2021-05-10</h1>
   <ul>
   <li>Remove remaining direct import of <code>postcss</code> package (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/455";>#455</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/456";>#456</a>)</li>
   </ul>
   <h1>14.0.1 / 2021-03-31</h1>
   <ul>
   <li>Fix bug with <code>@charset</code> statements in media imports (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/448";>#448</a>, 
<a 
href="https://redirect.github.com/postcss/postcss-import/pull/453";>#453</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/4ae9894edc6bced4ad983c5556de493d77c8cc6d";><code>4ae9894</code></a>
 16.1.1</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/a3f38897da54e61bcb4a34484dc6a6c0543134bc";><code>a3f3889</code></a>
 Test on modern Node versions (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/577";>#577</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/10325fc02498da689d3c6f2821c6448c6064831c";><code>10325fc</code></a>
 Upgrade eslint &amp; config; use flat config (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/576";>#576</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/92276420402a400566f30d7b494f8b51ef76b0f1";><code>9227642</code></a>
 Migrate config renovate.json (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/575";>#575</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/25441554913ca9f4f8469636ef7001d9cdbdb832";><code>2544155</code></a>
 Update dependency prettier to ~3.5.0 (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/572";>#572</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/83108aa207e96eeac159dde08e2153cddeb7172e";><code>83108aa</code></a>
 Fix incorrect cascade layer order when some resources can not be inlined (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/574";>#574</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/cad00220bf02f881be6475e943c499906b623241";><code>cad0022</code></a>
 Update dependency sugarss to v5 (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/568";>#568</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/32deb082c687c0d324e5812b3593f7e44af10166";><code>32deb08</code></a>
 Update dependency c8 to v10 (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/565";>#565</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/d43ca1506d65d9943a3c4bb885aff94dc809d69c";><code>d43ca15</code></a>
 Update dependency prettier to ~3.4.0 (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/569";>#569</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-import/commit/9af465e598b51f933ac15baeab09caf086c3083b";><code>9af465e</code></a>
 Update dependency prettier to ~3.3.0 (<a 
href="https://redirect.github.com/postcss/postcss-import/issues/564";>#564</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss-import/compare/12.0.1...16.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~romainmenke";>romainmenke</a>, a new releaser for 
postcss-import since your current version.</p>
   </details>
   <br />
   
   Updates `postcss-url` from 8.0.0 to 10.1.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss-url/releases";>postcss-url's 
releases</a>.</em></p>
   <blockquote>
   <h2>10.1.4</h2>
   <p>Fixed: update minimatch dependency to address CVEs <a 
href="https://nvd.nist.gov/vuln/detail/CVE-2026-27903";>https://nvd.nist.gov/vuln/detail/CVE-2026-27903</a>
 <a 
href="https://nvd.nist.gov/vuln/detail/CVE-2026-27904";>https://nvd.nist.gov/vuln/detail/CVE-2026-27904</a>
 <a 
href="https://nvd.nist.gov/vuln/detail/CVE-2026-26996";>https://nvd.nist.gov/vuln/detail/CVE-2026-26996</a>
 by <a href="https://github.com/diegocr";><code>@​diegocr</code></a></p>
   <h2>10.1.3</h2>
   <p>Fixed: update mime version</p>
   <h2>10.1.2</h2>
   <p>Fixed: tilde operator for dependencies to allow for newer patch 
version</p>
   <h2>10.1.1</h2>
   <p>Fixed: updated mime and xxhashjs versions
   Fixed: postcss peerDependency version <code>8.1.2 -&gt; 8.0.0</code></p>
   <h2>10.1.0</h2>
   <p>Fixed: Replaced mkdirp with make-dir (<a 
href="https://redirect.github.com/postcss/postcss-url/pull/152";>PR#152</a>)
   Fixed: updated dev dependencies, resolved <code>npm audit</code> issues
   Fixed: unlock <code>postcss</code> in <code>peerDependecies</code></p>
   <h2>10.0.0</h2>
   <p>Added: support for PostCSS 8 (<a 
href="https://redirect.github.com/postcss/postcss-url/pull/148";>PR#148</a>)
   Fixed: path resolution when to/from paths match (<a 
href="https://redirect.github.com/postcss/postcss-url/pull/136";>PR#136</a>)</p>
   <h1>9.0.0 - beta - 2019-04-17</h1>
   <p>Added: async api (<a 
href="https://redirect.github.com/postcss/postcss-url/pull/134";>PR#134</a>)</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss-url/blob/main/CHANGELOG.md";>postcss-url's
 changelog</a>.</em></p>
   <blockquote>
   <h1>10.1.4 - 2026-05-21</h1>
   <p>Fixed: update minimatch dependency to address CVEs <a 
href="https://nvd.nist.gov/vuln/detail/CVE-2026-27903";>https://nvd.nist.gov/vuln/detail/CVE-2026-27903</a>
 <a 
href="https://nvd.nist.gov/vuln/detail/CVE-2026-27904";>https://nvd.nist.gov/vuln/detail/CVE-2026-27904</a>
 <a 
href="https://nvd.nist.gov/vuln/detail/CVE-2026-26996";>https://nvd.nist.gov/vuln/detail/CVE-2026-26996</a>
 by <a href="https://github.com/diegocr";><code>@​diegocr</code></a></p>
   <h1>10.1.3 - 2021-03-19</h1>
   <p>Fixed: update mime version</p>
   <h1>10.1.2 - 2021-03-19</h1>
   <p>Fixed: tilde operator for dependencies to allow for newer patch 
version</p>
   <h1>10.1.1 - 2020-11-26</h1>
   <p>Fixed: updated mime and xxhashjs versions
   Fixed: postcss peerDependency version <code>8.1.2 -&gt; 8.0.0</code></p>
   <h1>10.1.0 - 2020-11-04</h1>
   <p>Fixed: Replaced mkdirp with make-dir (<a 
href="https://redirect.github.com/postcss/postcss-url/pull/152";>PR#152</a>)
   Fixed: updated dev dependencies, resolved <code>npm audit</code> issues</p>
   <h1>10.0.0 - 2020-10-23</h1>
   <p>Added: support for PostCSS 8 (<a 
href="https://redirect.github.com/postcss/postcss-url/pull/148";>PR#148</a>)
   Fixed: path resolution when to/from paths match (<a 
href="https://redirect.github.com/postcss/postcss-url/pull/136";>PR#136</a>)</p>
   <h1>9.0.0 - 2019-04-17</h1>
   <p>Fixed: Async API
   Added: support for PostCSS 8</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/4a729fb2fc6782813b024b1805d3b43de57631ef";><code>4a729fb</code></a>
 10.1.4</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/98c9de0482e3763c8d22e2a6e530796e83880769";><code>98c9de0</code></a>
 Update dev deps &amp; package-lock.json</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/ff8a5b690a21303c33f5a3aa76f8628a20cd06b0";><code>ff8a5b6</code></a>
 Bump minimatch to sort CVEs (<a 
href="https://redirect.github.com/postcss/postcss-url/issues/185";>#185</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/c2523fb55497ca9bce1df5e2df5a40b8e41ee66a";><code>c2523fb</code></a>
 chore: update changelog</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/fc52c8826498c5d3261e0e22da003a5af8aa5dd8";><code>fc52c88</code></a>
 10.1.3</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/6c061a27ed78557bdb97f0a54ea995f9ecf7704a";><code>6c061a2</code></a>
 fix: sync package-lock</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/87db4b721a9225ff4cfb3311e953e5836e096c4e";><code>87db4b7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/postcss/postcss-url/issues/158";>#158</a> from 
realityking/mime</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/fdff9b123fe663dac79ac0bb98acb46caceacd8b";><code>fdff9b1</code></a>
 Upgrade mime to 2.5 again</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/a843ca0eda2998f23535544068b082ea81c0e0d0";><code>a843ca0</code></a>
 Correctly configure save-prefix</li>
   <li><a 
href="https://github.com/postcss/postcss-url/commit/301e5729f317d0848f1356f50f49766c473dc332";><code>301e572</code></a>
 chore: update changelog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss-url/compare/8.0.0...10.1.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `stylelint` from 13.6.1 to 17.14.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.14.0</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: performance of getting module paths (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9354";>#9354</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: performance by dynamically importing <code>TIMING</code> only on 
use (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9356";>#9356</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>function-calc-no-unspaced-operator</code> false negatives 
for unspaced <code>+</code> and <code>-</code> operators following a 
<code>*</code> or <code>/</code> operator (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9357";>#9357</a>) 
(<a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>17.13.0</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false 
negatives for interleaved non-consecutive duplicates with <code>ignore: 
[&quot;consecutive-duplicates(-*)&quot;]</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9324";>#9324</a>) 
(<a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed: <code>selector-max-type</code> false positives for nested 
selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9319";>#9319</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>selector-type-no-unknown</code> false positives for 
<code>install</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9308";>#9308</a>) 
(<a href="https://github.com/Mouvedia";><code>@​Mouvedia</code></a>).</li>
   </ul>
   <h2>17.12.0</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: <code>block-no-empty</code> reported range when using comments 
(<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9294";>#9294</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
negatives for custom properties defined in reference files (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9292";>#9292</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>value-keyword-layout-mappings</code> false positives for 
<code>caption-side</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9293";>#9293</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   </ul>
   <h2>17.11.1</h2>
   <p>It fixes 2 bugs.</p>
   <ul>
   <li>Fixed: <code>node_modules</code> ignore for <code>codeFilename</code> 
paths containing a dot-prefixed directory (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9282";>#9282</a>) 
(<a href="https://github.com/tuhtah";><code>@​tuhtah</code></a>).</li>
   <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> 
range for contiguous redundant longhand properties (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9273";>#9273</a>) 
(<a 
href="https://github.com/pamelalozano16";><code>@​pamelalozano16</code></a>).</li>
   </ul>
   <h2>17.11.0</h2>
   <p>It adds 2 features, including a <code>loader</code> property to 
<code>referenceFiles: {}</code> for when the order of appearance in the 
reference styles matters.</p>
   <ul>
   <li>Added: <code>loader</code> to experimental <code>referenceFiles: 
{}</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9251";>#9251</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Added: <code>autofixed</code> to the result object (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8771";>#8771</a>) 
(<a href="https://github.com/Rob";><code>@​Rob</code></a>--W).</li>
   </ul>
   <h2>17.10.0</h2>
   <p>It adds 3 rules and fixes 4 bugs. You can use the 
<code>*-layout-mappings</code> rules to enforce logical or physical properties, 
units and keywords.</p>
   <ul>
   <li>Added: <code>selector-no-invalid</code> rule (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9232";>#9232</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Added: <code>unit-layout-mappings</code> rule (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9229";>#9229</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Added: <code>value-keyword-layout-mappings</code> rule (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9233";>#9233</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: inconsistent error messages when module is not found (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9260";>#9260</a>) 
(<a href="https://github.com/ybiquitous";><code>@​ybiquitous</code></a>).</li>
   <li>Fixed: <code>property-layout-mappings</code> false negatives for 
property names in declaration values (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9222";>#9222</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>property-layout-mappings</code> false positives for 
<code>@page</code> properties (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9223";>#9223</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for 
nested <code>webkit-scrollbar</code> part (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9259";>#9259</a>) 
(<a href="https://github.com/rkdfx";><code>@​rkdfx</code></a>).</li>
   </ul>
   <h2>17.9.1</h2>
   <p>It fixes 4 bugs. We also documented the <code>messageArgs</code> each 
rule provides to the <code>message</code> configuration property.</p>
   <ul>
   <li>Fixed: <code>ConfigurationError</code> regression for custom syntaxes 
(<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9245";>#9245</a>) 
(<a href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: MD5 hash algorithm to SHA256 for caching (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9241";>#9241</a>) 
(<a href="https://github.com/rkdfx";><code>@​rkdfx</code></a>).</li>
   <li>Fixed: <code>property-no-deprecated</code> autofix for 
<code>page-break-*: always</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9214";>#9214</a>) 
(<a href="https://github.com/rkdfx";><code>@​rkdfx</code></a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.14.0 - 2026-06-25</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: performance of getting module paths (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9354";>#9354</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: performance by dynamically importing <code>TIMING</code> only on 
use (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9356";>#9356</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: <code>function-calc-no-unspaced-operator</code> false negatives 
for unspaced <code>+</code> and <code>-</code> operators following a 
<code>*</code> or <code>/</code> operator (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9357";>#9357</a>) (<a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>17.13.0 - 2026-06-06</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false 
negatives for interleaved non-consecutive duplicates with <code>ignore: 
[&quot;consecutive-duplicates(-*)&quot;]</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9324";>#9324</a>) (<a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed: <code>selector-max-type</code> false positives for nested 
selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9319";>#9319</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>selector-type-no-unknown</code> false positives for 
<code>install</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9308";>#9308</a>) (<a 
href="https://github.com/Mouvedia";><code>@​Mouvedia</code></a>).</li>
   </ul>
   <h2>17.12.0 - 2026-05-20</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: <code>block-no-empty</code> reported range when using comments 
(<a href="https://redirect.github.com/stylelint/stylelint/pull/9294";>#9294</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
negatives for custom properties defined in reference files (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9292";>#9292</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>value-keyword-layout-mappings</code> false positives for 
<code>caption-side</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9293";>#9293</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   </ul>
   <h2>17.11.1 - 2026-05-14</h2>
   <p>It fixes 2 bugs.</p>
   <ul>
   <li>Fixed: <code>node_modules</code> ignore for <code>codeFilename</code> 
paths containing a dot-prefixed directory (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9282";>#9282</a>) (<a 
href="https://github.com/tuhtah";><code>@​tuhtah</code></a>).</li>
   <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> 
range for contiguous redundant longhand properties (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9273";>#9273</a>) (<a 
href="https://github.com/pamelalozano16";><code>@​pamelalozano16</code></a>).</li>
   </ul>
   <h2>17.11.0 - 2026-05-05</h2>
   <p>It adds 2 features, including a <code>loader</code> property to 
<code>referenceFiles: {}</code> for when the order of appearance in the 
reference styles matters.</p>
   <ul>
   <li>Added: <code>loader</code> to experimental <code>referenceFiles: 
{}</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9251";>#9251</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Added: <code>autofixed</code> to the result object (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8771";>#8771</a>) (<a 
href="https://github.com/Rob--W";><code>@​Rob--W</code></a>).</li>
   </ul>
   <h2>17.10.0 - 2026-05-03</h2>
   <p>It adds 3 rules and fixes 4 bugs. You can use the 
<code>*-layout-mappings</code> rules to enforce logical or physical properties, 
units and keywords.</p>
   <ul>
   <li>Added: <code>selector-no-invalid</code> rule (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9232";>#9232</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Added: <code>unit-layout-mappings</code> rule (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9229";>#9229</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Added: <code>value-keyword-layout-mappings</code> rule (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9233";>#9233</a>) (<a 
href="https://github.com/jeddy3";><code>@​jeddy3</code></a>).</li>
   <li>Fixed: inconsistent error messages when module is not found (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9260";>#9260</a>) (<a 
href="https://github.com/ybiquitous";><code>@​ybiquitous</code></a>).</li>
   <...
   
   _Description has been truncated_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to