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

   Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates 
ancestor dependencies [braces](https://github.com/micromatch/braces), 
[webpack](https://github.com/webpack/webpack), 
[file-loader](https://github.com/webpack-contrib/file-loader) and 
[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin).
 These dependencies need to be updated together.
   
   Updates `braces` from 3.0.2 to 3.0.3
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d";><code>74b2db2</code></a>
 3.0.3</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e";><code>88f1429</code></a>
 update eslint. lint, fix unit tests.</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff";><code>415d660</code></a>
 Snyk js braces 6838727 (<a 
href="https://redirect.github.com/micromatch/braces/issues/40";>#40</a>)</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6";><code>190510f</code></a>
 fix tests, skip 1 test in test/braces.expand</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856";><code>716eb9f</code></a>
 readme bump</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3";><code>a5851e5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/micromatch/braces/issues/37";>#37</a> from 
coderaiser/fix/vulnerability</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538";><code>2092bd1</code></a>
 feature: braces: add maxSymbols (<a 
href="https://github.com/micromatch/braces/issues/";>https://github.com/micromatch/braces/issues/</a>...</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3";><code>9f5b4cf</code></a>
 fix: vulnerability (<a 
href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727";>https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d";><code>98414f9</code></a>
 remove funding file</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14";><code>665ab5d</code></a>
 update keepEscaping doc (<a 
href="https://redirect.github.com/micromatch/braces/issues/27";>#27</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack` from 4.43.0 to 5.92.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/releases";>webpack's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.92.0</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Correct tidle range's comutation for module federation</li>
   <li>Consider runtime for pure expression dependency update hash</li>
   <li>Return value in the <code>subtractRuntime</code> function for runtime 
logic</li>
   <li>Fixed failed to resolve promise when eager import a dynamic cjs</li>
   <li>Avoid generation extra code for external modules when remapping is not 
required</li>
   <li>The <code>css/global</code> type now handles the exports name</li>
   <li>Avoid hashing for <code>@keyframe</code> and <code>@property</code> 
at-rules in <code>css/global</code> type</li>
   <li>Fixed mangle with destructuring for JSON modules</li>
   <li>The <code>stats.hasWarnings()</code> method now respects the 
<code>ignoreWarnings</code> option</li>
   <li>Fixed <code>ArrayQueue</code> iterator</li>
   <li>Correct behavior of 
<code>__webpack_exports_info__.a.b.canMangle</code></li>
   <li>Changed to the correct plugin name for the 
<code>CommonJsChunkFormatPlugin</code> plugin</li>
   <li>Set the <code>chunkLoading</code> option to the <code>import</code> when 
environment is unknown and output is module</li>
   <li>Fixed when runtimeChunk has no exports when <code>module</code> 
chunkFormat used</li>
   <li>[CSS] Fixed parsing minimized CSS import</li>
   <li>[CSS] URLs in CSS files now have correct public path</li>
   <li>[CSS] The <code>css</code> module type should not allow parser to switch 
mode</li>
   <li>[Types] Improved context module types</li>
   </ul>
   <h2>New Features</h2>
   <ul>
   <li>Added platform target properties to compiler</li>
   <li>Improved multi compiler cache location and validating it</li>
   <li>Support <code>import attributes</code> spec (<code>with</code> 
keyword)</li>
   <li>Support <code>node:</code> prefix for Node.js core modules in runtime 
code</li>
   <li>Support prefetch/preload for module chunk format</li>
   <li>Support &quot;...&quot; in the <code>importsFields</code> option for 
resolver</li>
   <li>Root module is less prone to be wrapped in IIFE</li>
   <li>Export <code>InitFragment</code> class for plugins</li>
   <li>Export <code>compileBooleanMatcher</code> util for plugins</li>
   <li>Export <code>InputFileSystem</code> and <code>OutputFileSystem</code> 
types</li>
   <li>[CSS] Support the <code>esModule</code> generator option for CSS 
modules</li>
   <li>[CSS] Support CSS when chunk format is module</li>
   </ul>
   <h2>v5.91.0</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Deserializer for ignored modules doesn't crash</li>
   <li>Allow the <code>unsafeCache</code> option to be a proxy object</li>
   <li>Normalize the <code>snapshot.unmanagedPaths</code> option</li>
   <li>Fixed <code>fs</code> types</li>
   <li>Fixed resolve's plugins types</li>
   <li>Fixed wrongly calculate postOrderIndex</li>
   <li>Fixed watching types</li>
   <li>Output import attrbiutes/import assertions for external JS imports</li>
   <li>Throw an error when DllPlugin needs to generate multiple manifest files, 
but the path is the same</li>
   <li>[CSS] Output <code>layer</code>/<code>supports</code>/<code>media</code> 
for external CSS imports</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/34e2561addb0f65a7a6fb0ce7ae1aea4cd1d599f";><code>34e2561</code></a>
 chore(release): 5.92.0</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/796bb6b9c65381b5cf5604827437c1d316b43e48";><code>796bb6b</code></a>
 chore(deps): update</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/65b36844288e7a03d26e0bb6b501c630f5169b0c";><code>65b3684</code></a>
 ci: fix</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/5da27ad9c8752c2f014a72b0dd9b6bf6a482fca1";><code>5da27ad</code></a>
 ci: fix</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/09afe04a4052492bbb6cb78b7ca5b4d7c9e9cd06";><code>09afe04</code></a>
 ci: fix</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/9d899d41c9c45b7668d24a0e1192f5c17f65fa88";><code>9d899d4</code></a>
 chore: small fixes</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/de6d4b2f4c6f1fc4b722f4c36754ffd4040c40d3";><code>de6d4b2</code></a>
 style: fix</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/195423771653bd53e2dafa5bb07d76878b6ea8e9";><code>1954237</code></a>
 chore: fix lint and types</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/7acd348938b9821ad05c658d5e3dc7b680da2b9f";><code>7acd348</code></a>
 revert: changes in examples</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ab3e93b19ead869727592d09d36f94e649eb9d83";><code>ab3e93b</code></a>
 style: fix</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v4.43.0...v5.92.0";>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/~evilebottnawi";>evilebottnawi</a>, a new releaser 
for webpack since your current version.</p>
   </details>
   <br />
   
   Updates `file-loader` from 4.3.0 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack-contrib/file-loader/releases";>file-loader's 
releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v6.1.1...v6.2.0";>6.2.0</a>
 (2020-10-27)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>sourceFilename</code> property to asset info with 
original filename (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/393";>#393</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/654e0d641ec067089f6a2d12e30ec3520f00d808";>654e0d6</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>immutable flag when the <code>name</code> option have hash in query 
string (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/392";>#392</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/381d8bda3f2494487bfe840386e365b97b6025fe";>381d8bd</a>)</li>
   </ul>
   <h2>v6.1.1</h2>
   <h3><a 
href="https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1";>6.1.1</a>
 (2020-10-09)</h3>
   <h3>Chore</h3>
   <ul>
   <li>update <code>schema-utils</code></li>
   </ul>
   <h2>v6.1.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v6.0.0...v6.1.0";>6.1.0</a>
 (2020-08-31)</h2>
   <h3>Features</h3>
   <ul>
   <li>pass immutable flag to asset info (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/383";>#383</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/40fcde81681d4f8ee19d2ee3845fd34e24459195";>40fcde8</a>)</li>
   </ul>
   <h2>v6.0.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v5.1.0...v6.0.0";>6.0.0</a>
 (2020-03-17)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>use <code>md4</code> by default for hashing (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/369";>#369</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/ad3902284d28adeddf667212a39faa4c6bfb2964";>ad39022</a>)</li>
   </ul>
   <h2>v5.1.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v5.0.2...v5.1.0";>5.1.0</a>
 (2020-02-19)</h2>
   <h3>Features</h3>
   <ul>
   <li>support the <code>query</code> template for the <code>name</code> option 
(<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/366";>#366</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/cd8698b1d9fd560d85e912acca9a1e24f00e18f8";>cd8698b</a>)</li>
   </ul>
   <h2>v5.0.2</h2>
   <h3><a 
href="https://github.com/webpack-contrib/file-loader/compare/v5.0.1...v5.0.2";>5.0.2</a>
 (2019-11-25)</h3>
   <h3>Chore</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md";>file-loader's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v6.1.1...v6.2.0";>6.2.0</a>
 (2020-10-27)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>sourceFilename</code> property to asset info with 
original filename (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/393";>#393</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/654e0d641ec067089f6a2d12e30ec3520f00d808";>654e0d6</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>immutable flag when the <code>name</code> option have hash in query 
string (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/392";>#392</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/381d8bda3f2494487bfe840386e365b97b6025fe";>381d8bd</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1";>6.1.1</a>
 (2020-10-09)</h3>
   <h3>Chore</h3>
   <ul>
   <li>update <code>schema-utils</code></li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v6.0.0...v6.1.0";>6.1.0</a>
 (2020-08-31)</h2>
   <h3>Features</h3>
   <ul>
   <li>pass immutable flag to asset info (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/383";>#383</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/40fcde81681d4f8ee19d2ee3845fd34e24459195";>40fcde8</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v5.1.0...v6.0.0";>6.0.0</a>
 (2020-03-17)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>use <code>md4</code> by default for hashing (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/369";>#369</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/ad3902284d28adeddf667212a39faa4c6bfb2964";>ad39022</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/file-loader/compare/v5.0.2...v5.1.0";>5.1.0</a>
 (2020-02-19)</h2>
   <h3>Features</h3>
   <ul>
   <li>support the <code>query</code> template for the <code>name</code> option 
(<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/366";>#366</a>)
 (<a 
href="https://github.com/webpack-contrib/file-loader/commit/cd8698b1d9fd560d85e912acca9a1e24f00e18f8";>cd8698b</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/file-loader/compare/v5.0.1...v5.0.2";>5.0.2</a>
 (2019-11-25)</h3>
   <h3>Chore</h3>
   <ul>
   <li>add the <code>funding</code> field in <code>package.json</code></li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/file-loader/compare/v5.0.0...v5.0.1";>5.0.1</a>
 (2019-11-25)</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/c423008dce1b16e1253b89b792f03774ffeb47de";><code>c423008</code></a>
 chore(release): 6.2.0</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/654e0d641ec067089f6a2d12e30ec3520f00d808";><code>654e0d6</code></a>
 feat: added the <code>sourceFilename</code> property to asset info with 
original filenam...</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/381d8bda3f2494487bfe840386e365b97b6025fe";><code>381d8bd</code></a>
 fix: immutable flag when the <code>name</code> option have hash in query 
string (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/392";>#392</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/14ed4c9b47f2e580f5b04b71f742cafe9e554565";><code>14ed4c9</code></a>
 ci: updated webpack versions (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/389";>#389</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/6fadfbe9fe43ca86095c836a3c521dfbbac408aa";><code>6fadfbe</code></a>
 chore(release): 6.1.1</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/60508cf17c2689a8c96d8f56ffc6bbc0ed82d553";><code>60508cf</code></a>
 chore(deps): update</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/25e2668f75ae3e8f78adeb99297caa258b2479f3";><code>25e2668</code></a>
 chore(release): 6.1.0</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/6e22f6e78fe17eea052a20a0b417640035e919b3";><code>6e22f6e</code></a>
 test: fix</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/40fcde81681d4f8ee19d2ee3845fd34e24459195";><code>40fcde8</code></a>
 feat: pass immutable flag to asset info (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/383";>#383</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/file-loader/commit/718aef5f992d325945b1d13b675ac8c6d187a3bb";><code>718aef5</code></a>
 chore(deps): update (<a 
href="https://redirect.github.com/webpack-contrib/file-loader/issues/375";>#375</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack-contrib/file-loader/compare/v4.3.0...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `mini-css-extract-plugin` from 0.8.2 to 2.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/releases";>mini-css-extract-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.9.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.0";>2.9.0</a>
 (2024-04-16)</h2>
   <h3>Features</h3>
   <ul>
   <li>add support for link preload/prefetch (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1043";>#1043</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ee25e51a8d06292dd8643f5bf1d6c4faa51c4f4c";>ee25e51</a>)</li>
   <li>added the <code>defaultExport</code> option to generate default and 
named export together (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1084";>#1084</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/74ae78184fb5bfeec23b9d254ff8304c6fc854d6";>74ae781</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>avoid reloading all csses when hot load (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1090";>#1090</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1a56673d01c441967134beb5d9500a7d6d62e4de";>1a56673</a>)</li>
   </ul>
   <h2>v2.8.1</h2>
   <h3><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.0...v2.8.1";>2.8.1</a>
 (2024-02-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add <code>nonce</code> if <code>__webpack_nonce__</code> has been 
defined (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/c7f0aee5feaa1b8d047f575e94a91662eb8c314c";>c7f0aee</a>)</li>
   </ul>
   <h2>v2.8.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.7...v2.8.0";>2.8.0</a>
 (2024-02-01)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>beforeTagInsert</code> hook (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1054";>#1054</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/6313bf629c1c76ec7b07dc60fef06e39702a63d9";>6313bf6</a>)</li>
   <li>support named exports with any characters (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/b656c5c98dcffcae51f5208e961ce089be6607a8";>b656c5c</a>)</li>
   </ul>
   <h2>v2.7.7</h2>
   <h3><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.6...v2.7.7";>2.7.7</a>
 (2024-01-10)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add ';' to import media queries (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1051";>#1051</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/98acf2bbd08ba0988318c6d364b9aa14f84ed79a";>98acf2b</a>)</li>
   <li>add <code>ChunkLoadError</code> name to chunk loading error (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1073";>#1073</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/e3f837574bdad9dc583028c6f9a9a2f3082d9ecb";>e3f8375</a>)</li>
   <li>adding media, supports and layer for external import (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1072";>#1072</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/60c53311c125425d2e742414ed6dbd59cea8cbe4";>60c5331</a>)</li>
   <li>css experiment detection (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1067";>#1067</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/82f4a47f3ddc7cdbba311bee50d85dd4b3e6bfb1";>82f4a47</a>)</li>
   </ul>
   <h2>v2.7.6</h2>
   <h3><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.5...v2.7.6";>2.7.6</a>
 (2023-05-19)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>compatibility with built-in CSS support (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1035";>#1035</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/f576ed6a530db555d7442ebab1f9a09f3acff13f";>f576ed6</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md";>mini-css-extract-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.0";>2.9.0</a>
 (2024-04-16)</h2>
   <h3>Features</h3>
   <ul>
   <li>add support for link preload/prefetch (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1043";>#1043</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ee25e51a8d06292dd8643f5bf1d6c4faa51c4f4c";>ee25e51</a>)</li>
   <li>added the <code>defaultExport</code> option to generate default and 
named export together (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1084";>#1084</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/74ae78184fb5bfeec23b9d254ff8304c6fc854d6";>74ae781</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>avoid reloading all csses when hot load (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1090";>#1090</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1a56673d01c441967134beb5d9500a7d6d62e4de";>1a56673</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.0...v2.8.1";>2.8.1</a>
 (2024-02-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add <code>nonce</code> if <code>__webpack_nonce__</code> has been 
defined (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/c7f0aee5feaa1b8d047f575e94a91662eb8c314c";>c7f0aee</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.7...v2.8.0";>2.8.0</a>
 (2024-02-01)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>beforeTagInsert</code> hook (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1054";>#1054</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/6313bf629c1c76ec7b07dc60fef06e39702a63d9";>6313bf6</a>)</li>
   <li>support named exports with any characters (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/b656c5c98dcffcae51f5208e961ce089be6607a8";>b656c5c</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.6...v2.7.7";>2.7.7</a>
 (2024-01-10)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add ';' to import media queries (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1051";>#1051</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/98acf2bbd08ba0988318c6d364b9aa14f84ed79a";>98acf2b</a>)</li>
   <li>add <code>ChunkLoadError</code> name to chunk loading error (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1073";>#1073</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/e3f837574bdad9dc583028c6f9a9a2f3082d9ecb";>e3f8375</a>)</li>
   <li>adding media, supports and layer for external import (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1072";>#1072</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/60c53311c125425d2e742414ed6dbd59cea8cbe4";>60c5331</a>)</li>
   <li>css experiment detection (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1067";>#1067</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/82f4a47f3ddc7cdbba311bee50d85dd4b3e6bfb1";>82f4a47</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.5...v2.7.6";>2.7.6</a>
 (2023-05-19)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>compatibility with built-in CSS support (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1035";>#1035</a>)
 (<a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/f576ed6a530db555d7442ebab1f9a09f3acff13f";>f576ed6</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.4...v2.7.5";>2.7.5</a>
 (2023-03-16)</h3>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/7cc27899d6695e083027de1988aa2e21d47a2334";><code>7cc2789</code></a>
 chore(release): 2.9.0</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/29f0b91375a3a97bc1b10c7f4e37728862964d92";><code>29f0b91</code></a>
 test: fix (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1096";>#1096</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ee25e51a8d06292dd8643f5bf1d6c4faa51c4f4c";><code>ee25e51</code></a>
 feat: add support for link preload/prefetch (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1043";>#1043</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1a56673d01c441967134beb5d9500a7d6d62e4de";><code>1a56673</code></a>
 fix: avoid reloading all csses when hot load (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1090";>#1090</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/e73061d06f43e7b8e3ee14acdc5b7e999dbc04f5";><code>e73061d</code></a>
 chore: update dependencies to the latest version (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1095";>#1095</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/74ae78184fb5bfeec23b9d254ff8304c6fc854d6";><code>74ae781</code></a>
 fix: added the <code>defaultExport</code> option to generate default and named 
export to...</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/92c7eb3b3f84172019e024656d69c9b6c2156464";><code>92c7eb3</code></a>
 chore(deps-dev): bump express from 4.18.2 to 4.19.2 (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1093";>#1093</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/51065cc5892122f20a372dcd5bd9442234401b15";><code>51065cc</code></a>
 chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1091";>#1091</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/8bf0ad6344d063df89151359a9c729977aa4f5df";><code>8bf0ad6</code></a>
 chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1088";>#1088</a>)</li>
   <li><a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/717acf197953c6c40c36f2c9ac21d6e9d8441286";><code>717acf1</code></a>
 chore: upgrade dependencies to latest version (<a 
href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1086";>#1086</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.2...v2.9.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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