dependabot[bot] opened a new pull request, #525:
URL: https://github.com/apache/echarts-doc/pull/525

   Bumps [postcss](https://github.com/postcss/postcss) to 8.5.25 and updates 
ancestor dependencies [postcss](https://github.com/postcss/postcss), 
[css-loader](https://github.com/webpack/css-loader) and 
[vue-loader](https://github.com/vuejs/vue-loader). These dependencies need to 
be updated together.
   
   Updates `postcss` from 8.5.6 to 8.5.25
   <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.25</h2>
   <ul>
   <li>Fixed 8.5.17 visitor regression.</li>
   <li>Fixed <code>list.split()</code> for non-string values (by <a 
href="https://github.com/amir-rezaei";><code>@​amir-rezaei</code></a>).</li>
   </ul>
   <h2>8.5.24</h2>
   <ul>
   <li>Preserve the BOM after the processing (by <a 
href="https://github.com/hdimer";><code>@​hdimer</code></a>).</li>
   </ul>
   <h2>8.5.23</h2>
   <ul>
   <li>Do not load source map without <code>opts.from</code> for security 
reasons.</li>
   </ul>
   <h2>8.5.22</h2>
   <ul>
   <li>Fixed custom property losing semicolon before a comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.21</h2>
   <ul>
   <li>Fixed childless at-rule losing semicolon before comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/isker";><code>@​isker</code></a>).</li>
   </ul>
   <h2>8.5.20</h2>
   <ul>
   <li>Fixed missing space if <code>AtRule#params</code> is set after (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed mixing AST error on warnings (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <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>
   </ul>
   <!-- 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.25</h2>
   <ul>
   <li>Fixed 8.5.17 visitor regression.</li>
   <li>Fixed <code>list.split()</code> for non-string values (by <a 
href="https://github.com/amir-rezaei";><code>@​amir-rezaei</code></a>).</li>
   </ul>
   <h2>8.5.24</h2>
   <ul>
   <li>Preserve the BOM after the processing (by <a 
href="https://github.com/hdimer";><code>@​hdimer</code></a>).</li>
   </ul>
   <h2>8.5.23</h2>
   <ul>
   <li>Do not load source map without <code>opts.from</code> for security 
reasons.</li>
   </ul>
   <h2>8.5.22</h2>
   <ul>
   <li>Fixed custom property losing semicolon before a comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   </ul>
   <h2>8.5.21</h2>
   <ul>
   <li>Fixed childless at-rule losing semicolon before comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/isker";><code>@​isker</code></a>).</li>
   </ul>
   <h2>8.5.20</h2>
   <ul>
   <li>Fixed missing space if <code>AtRule#params</code> is set after (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed mixing AST error on warnings (by <a 
href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a>).</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss/commit/08c989c43cc87edb1ed71408c2f5164c54fc21df";><code>08c989c</code></a>
 Release 8.5.25 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/24f681471645cd960ee760ab7f9e348fbabfd42c";><code>24f6814</code></a>
 Fix 8.5.17 visitor regression</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/f2fa53f11daab3a16c7eb8bcaf5a945142341df3";><code>f2fa53f</code></a>
 Add supply chain security requirement to PostCSS plugin guide</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/10edf0b0606f97b1510e040c27bfd078c48d6ea7";><code>10edf0b</code></a>
 fix: return empty array for empty string in list.split (<a 
href="https://redirect.github.com/postcss/postcss/issues/2121";>#2121</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/0ebe8ad591621ab4e48311da47a76974617571f9";><code>0ebe8ad</code></a>
 Release 8.5.24 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/73218c64245be53e25d58150e0cc7e984f1d162d";><code>73218c6</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/9a114f62b0deb37be859102f93b414b49385805a";><code>9a114f6</code></a>
 Preserve the BOM when stringifying (<a 
href="https://redirect.github.com/postcss/postcss/issues/2119";>#2119</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/90692619125cb9424f5eafd8c64bc76b2da23db1";><code>9069261</code></a>
 Fix types check</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/eb9e1fe793740bb3280bdf5bf98147f857f011bd";><code>eb9e1fe</code></a>
 Release 8.5.23 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/9d19c78ac91108b3f7d7130e55c6fa806c0efb84";><code>9d19c78</code></a>
 Update dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss/compare/8.5.6...8.5.25";>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 `css-loader` from 3.6.0 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>
   <h2>v7.1.3</h2>
   <h3><a 
href="https://github.com/webpack/css-loader/compare/v7.1.2...v7.1.3";>7.1.3</a> 
(2026-01-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>allow to use <code>module</code> class name (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1649";>#1649</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/01869bcace63d17c4bfafedbc29c11965e62360d";>01869bc</a>)</li>
   <li>use official <code>createHash</code> for hashes (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1618";>#1618</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/06587e54c6a580ee0c20e47021943aa9989acd5c";>06587e5</a>)</li>
   <li>use official <code>hash*</code> options for hashes (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1619";>#1619</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/9544c3e9a90c1c58476d3d87188f8ff39105294f";>9544c3e</a>)</li>
   </ul>
   <h2>v7.1.2</h2>
   <h3><a 
href="https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2";>7.1.2</a>
 (2024-05-22)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>keep order of <code>@import</code>s with the <code>webpackIgnore</code> 
comment (<a 
href="https://redirect.github.com/webpack-contrib/css-loader/issues/1600";>#1600</a>)
 (<a 
href="https://github.com/webpack-contrib/css-loader/commit/76757ef30ec37f88ccf9d8b82d8d84b7625c5d66";>76757ef</a>)</li>
   </ul>
   <h2>v7.1.1</h2>
   <h3><a 
href="https://github.com/webpack-contrib/css-loader/compare/v7.1.0...v7.1.1";>7.1.1</a>
 (2024-04-10)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>automatically rename class <code>default</code> to <code>_default</code> 
when named export is enabled (<a 
href="https://redirect.github.com/webpack-contrib/css-loader/issues/1590";>#1590</a>)
 (<a 
href="https://github.com/webpack-contrib/css-loader/commit/d6c31a17a0dde3e2bcf2b5e55f913c3645d32868";>d6c31a1</a>)</li>
   </ul>
   <h2>v7.1.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/css-loader/compare/v7.0.0...v7.1.0";>7.1.0</a>
 (2024-04-08)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>getJSON</code> option to output CSS modules mapping (<a 
href="https://redirect.github.com/webpack-contrib/css-loader/issues/1577";>#1577</a>)
 (<a 
href="https://github.com/webpack-contrib/css-loader/commit/af834b43b375f336108d74ff7bd9ed13bc79200a";>af834b4</a>)</li>
   </ul>
   <h2>v7.0.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/css-loader/compare/v6.11.0...v7.0.0";>7.0.0</a>
 (2024-04-04)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>The <code>modules.namedExport</code> option is <code>true</code> by 
default if you enable the <code>esModule</code> option</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>
   <h3><a 
href="https://github.com/webpack/css-loader/compare/v7.1.2...v7.1.3";>7.1.3</a> 
(2026-01-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>allow to use <code>module</code> class name (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1649";>#1649</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/01869bcace63d17c4bfafedbc29c11965e62360d";>01869bc</a>)</li>
   <li>use official <code>createHash</code> for hashes (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1618";>#1618</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/06587e54c6a580ee0c20e47021943aa9989acd5c";>06587e5</a>)</li>
   <li>use official <code>hash*</code> options for hashes (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1619";>#1619</a>) 
(<a 
href="https://github.com/webpack/css-loader/commit/9544c3e9a90c1c58476d3d87188f8ff39105294f";>9544c3e</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2";>7.1.2</a>
 (2024-05-22)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>keep order of <code>@import</code>s with the <code>webpackIgnore</code> 
comment (<a 
href="https://redirect.github.com/webpack-contrib/css-loader/issues/1600";>#1600</a>)
 (<a 
href="https://github.com/webpack-contrib/css-loader/commit/76757ef30ec37f88ccf9d8b82d8d84b7625c5d66";>76757ef</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/css-loader/compare/v7.1.0...v7.1.1";>7.1.1</a>
 (2024-04-10)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>automatically rename class <code>default</code> to <code>_default</code> 
when named export is enabled (<a 
href="https://redirect.github.com/webpack-contrib/css-loader/issues/1590";>#1590</a>)
 (<a 
href="https://github.com/webpack-contrib/css-loader/commit/d6c31a17a0dde3e2bcf2b5e55f913c3645d32868";>d6c31a1</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/css-loader/compare/v7.0.0...v7.1.0";>7.1.0</a>
 (2024-04-08)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>getJSON</code> option to output CSS modules mapping (<a 
href="https://redirect.github.com/webpack-contrib/css-loader/issues/1577";>#1577</a>)
 (<a 
href="https://github.com/webpack-contrib/css-loader/commit/af834b43b375f336108d74ff7bd9ed13bc79200a";>af834b4</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/css-loader/compare/v6.11.0...v7.0.0";>7.0.0</a>
 (2024-04-04)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>The <code>modules.namedExport</code> option is <code>true</code> by 
default if you enable the <code>esModule</code> option</li>
   </ul>
   <p>Migration guide:</p>
   <p>Before:</p>
   <pre lang="js"><code>import style from &quot;./style.css&quot;;
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </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><a 
href="https://github.com/webpack/css-loader/commit/b2b2de789d69fbfc02832d48b4f1abefadbcbbcf";><code>b2b2de7</code></a>
 chore(release): 7.1.3</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/01869bcace63d17c4bfafedbc29c11965e62360d";><code>01869bc</code></a>
 fix: allow to use <code>module</code> class name (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1649";>#1649</a>)</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/7dd15ec0d2327b8ead619a138b16c608e37ff6f4";><code>7dd15ec</code></a>
 chore(deps): bump js-yaml (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1648";>#1648</a>)</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/db262022fa42f799194479926e235e3f0dbdaf10";><code>db26202</code></a>
 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1647";>#1647</a>)</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/7daf1b88f659bec709839cf414764497b2f3efbc";><code>7daf1b8</code></a>
 Update CONTRIBUTING link to point to GitHub page</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/de1e63339114704e161bc60628d5d5e1b9f2e2ce";><code>de1e633</code></a>
 chore: correct link path (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1645";>#1645</a>)</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/563ad63cd48601c80a8e508349d53d947e83aa40";><code>563ad63</code></a>
 chore: migrate from contrib and swap branches (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1644";>#1644</a>)</li>
   <li><a 
href="https://github.com/webpack/css-loader/commit/e68bf7eb59f3d404bcb2263c32f5d563d9cd85d4";><code>e68bf7e</code></a>
 chore: update github actions/checkout from v4 to v5 (<a 
href="https://redirect.github.com/webpack/css-loader/issues/1642";>#1642</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/css-loader/compare/v3.6.0...v7.1.4";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `vue-loader` from 15.11.1 to 17.4.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/vue-loader/releases";>vue-loader's 
releases</a>.</em></p>
   <blockquote>
   <h2>v17.3.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>do not skip style post loader for v-bind() in non-scoped CSS (<a 
href="https://github.com/vuejs/vue-loader/commit/d7071bbdeb45518c053bdae8eb7de52fc598adc6";>d7071bb</a>),
 closes <a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2061";>#2061</a></li>
   </ul>
   <h2>v17.3.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>re-use ident of vue rule for template compiler, fixes <a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2029";>#2029</a> (<a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2030";>#2030</a>) (<a 
href="https://github.com/vuejs/vue-loader/commit/b50fa5665f2cbc1c0b8e18f65dd3adf1dfe848dc";>b50fa56</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>skip normal css files without scoped flag in stylePostLoader (<a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2053";>#2053</a>) (<a 
href="https://github.com/vuejs/vue-loader/commit/98782e794fadca83b600b047b55aa6f0c230cc25";>98782e7</a>)</li>
   </ul>
   <h2>v17.2.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix: windows path for <code>experiments.css</code> by <a 
href="https://github.com/h-a-n-a";><code>@​h-a-n-a</code></a> in <a 
href="https://redirect.github.com/vuejs/vue-loader/pull/2049";>vuejs/vue-loader#2049</a></li>
   </ul>
   <h2>v17.2.1</h2>
   <h3>Features</h3>
   <ul>
   <li>A new <code>experimentalInlineMatchResource</code> option (webpack 5 
only), which leverages webpack 5's <a 
href="https://webpack.js.org/api/loaders/#inline-matchresource";>inline 
matchResource</a> feature in the underlying implementation, and works well with 
the <a 
href="https://webpack.js.org/configuration/experiments/#experimentscss";><code>experiments.css</code></a>
 feature This also makes <code>vue-loader</code> compatible with <a 
href="https://www.rspack.dev/guide/vue";>Rspack</a> (<a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2046";>#2046</a>) (<a 
href="https://github.com/vuejs/vue-loader/commit/3149f6d69c2f456bdcfa23acc0da93473a93a764";>3149f6d</a>).</li>
   </ul>
   <p>Note: v17.2.0 was released by accident; it has the same content as 
v17.1.2, therefore not included in the Releases page.</p>
   <h2>v17.1.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>keep build stable when run in a different path (<a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2040";>#2040</a>) (<a 
href="https://github.com/vuejs/vue-loader/commit/a81dc0f573d216eefa13b0275f3fc147bf3e2ef3";>a81dc0f</a>)</li>
   <li>properly close the watcher after webpack 4 tests (<a 
href="https://github.com/vuejs/vue-loader/commit/40b93b9c2722e85a000de62e3eb8bc02facafd10";>40b93b9</a>)</li>
   </ul>
   <h2>v17.1.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>support experimental <code>propsDestructure</code> and 
<code>defineModel</code> options (<a 
href="https://github.com/vuejs/vue-loader/commit/6269698f9fda37f0e3849db3e8b8e67ad1862f57";>6269698</a>)</li>
   </ul>
   <h2>v17.1.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix: reference project compiler, fixes <a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2031";>#2031</a> by <a 
href="https://github.com/heywhy";><code>@​heywhy</code></a> in <a 
href="https://redirect.github.com/vuejs/vue-loader/pull/2038";>vuejs/vue-loader#2038</a></li>
   <li>fix: do not throw when <code>Rule.layer</code> is used by <a 
href="https://github.com/nolimitdev";><code>@​nolimitdev</code></a> in <a 
href="https://redirect.github.com/vuejs/vue-loader/pull/2000";>vuejs/vue-loader#2000</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>support 3.3 imported types hmr (<a 
href="https://github.com/vuejs/vue-loader/commit/bbd98fc8bdc17fcbffb456a5ffe772bc184f22e4";>bbd98fc</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/vuejs/vue-loader/compare/v17.0.1...v17.1.0";>https://github.com/vuejs/vue-loader/compare/v17.0.1...v17.1.0</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/vue-loader/blob/main/CHANGELOG.md";>vue-loader's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/vuejs/vue-loader/compare/v17.4.1...v17.4.2";>17.4.2</a> 
(2023-12-30)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>pass compilerOptions to sfc parse &amp; re-enable AST reuse (<a 
href="https://github.com/vuejs/vue-loader/commit/d2a2e051c3d985d1ae6bb468749b24543631b482";>d2a2e05</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/vuejs/vue-loader/compare/v17.4.0...v17.4.1";>17.4.1</a> 
(2023-12-30)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>(temporarily) disable template ast reuse (<a 
href="https://github.com/vuejs/vue-loader/commit/31b03af121edbe70337f538b1def95acbef4d0f1";>31b03af</a>)</li>
   </ul>
   <h1><a 
href="https://github.com/vuejs/vue-loader/compare/v17.3.1...v17.4.0";>17.4.0</a> 
(2023-12-25)</h1>
   <h3>Features</h3>
   <ul>
   <li>leverage ast reuse in 3.4 (<a 
href="https://github.com/vuejs/vue-loader/commit/479835fe751691a39c62cda12bffeef9e6830443";>479835f</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/vuejs/vue-loader/compare/v17.3.0...v17.3.1";>17.3.1</a> 
(2023-10-31)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>do not skip style post loader for v-bind() in CSS (<a 
href="https://github.com/vuejs/vue-loader/commit/d7071bbdeb45518c053bdae8eb7de52fc598adc6";>d7071bb</a>),
 closes <a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2061";>#2061</a></li>
   </ul>
   <h1><a 
href="https://github.com/vuejs/vue-loader/compare/v17.2.2...v17.3.0";>17.3.0</a> 
(2023-10-07)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>re-use ident of vue rule for template compiler, fixes <a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2029";>#2029</a> (<a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2030";>#2030</a>) (<a 
href="https://github.com/vuejs/vue-loader/commit/b50fa5665f2cbc1c0b8e18f65dd3adf1dfe848dc";>b50fa56</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>skip normal css files without scoped flag in stylePostLoader (<a 
href="https://redirect.github.com/vuejs/vue-loader/issues/2053";>#2053</a>) (<a 
href="https://github.com/vuejs/vue-loader/commit/98782e794fadca83b600b047b55aa6f0c230cc25";>98782e7</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/vuejs/vue-loader/compare/v17.2.1...v17.2.2";>17.2.2</a> 
(2023-06-02)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/1c0324f46ba86c6cdaa630642b1034b4786f7389";><code>1c0324f</code></a>
 v17.4.2</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/d2a2e051c3d985d1ae6bb468749b24543631b482";><code>d2a2e05</code></a>
 fix: pass compilerOptions to sfc parse &amp; re-enable AST reuse</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/071f30d9a043b4e71bec63bc092505f5187a027f";><code>071f30d</code></a>
 chore: bump to vue 3.4.3</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/94e778e660fb8461ba0b9c08f27ac7212d1fc97e";><code>94e778e</code></a>
 chore: 17.4.1 changelog</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/284a333a4ff2e4f48aa540a14cc7e394c2f9f3af";><code>284a333</code></a>
 17.4.1</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/31b03af121edbe70337f538b1def95acbef4d0f1";><code>31b03af</code></a>
 fix: (temporarily) disable template ast reuse</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/50699e687e4750acc53a8412f7cba2c47a5464fd";><code>50699e6</code></a>
 chore: set <code>compilerOptions</code> in example</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/59a05709a05dc25e421be3120527b1023c3d7182";><code>59a0570</code></a>
 chore: changelog for 17.4.0</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/1bce3f8fa80d86b77dc21d60693bf78aa5cab06b";><code>1bce3f8</code></a>
 v17.4.0</li>
   <li><a 
href="https://github.com/vuejs/vue-loader/commit/f71cb1d263649dbb72d22b31a94a1f08571fa35e";><code>f71cb1d</code></a>
 chore: update caniuse db</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/vue-loader/compare/v15.11.1...v17.4.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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/echarts-doc/network/alerts).
   
   </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]


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

Reply via email to