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

   Bumps [postcss](https://github.com/postcss/postcss) and 
[autoprefixer](https://github.com/postcss/autoprefixer). These dependencies 
needed to be updated together.
   Updates `postcss` from 7.0.39 to 8.5.15
   <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.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>
   <ul>
   <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with 
some tools (by <a 
href="https://github.com/JounQin";><code>@​JounQin</code></a>).</li>
   </ul>
   <h2>8.5.4</h2>
   <ul>
   <li>Fixed Parcel compatibility issue (by <a 
href="https://github.com/git-sumitchaudhary";><code>@​git-sumitchaudhary</code></a>).</li>
   </ul>
   <h2>8.5.3</h2>
   <ul>
   <li>Added more details to <code>Unknown word</code> error (by <a 
href="https://github.com/hiepxanh";><code>@​hiepxanh</code></a>).</li>
   <li>Fixed types (by <a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/catnipan";><code>@​catnipan</code></a>).</li>
   </ul>
   <h2>8.5.2</h2>
   <ul>
   <li>Fixed end position of rules with semicolon (by <a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   </ul>
   <h2>8.5.1</h2>
   <ul>
   <li>Fixed backwards compatibility for complex cases (by <a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   </ul>
   <h2>8.5 “Duke Alloces”</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.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>
   <ul>
   <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with 
some tools (by <a 
href="https://github.com/JounQin";><code>@​JounQin</code></a>).</li>
   </ul>
   <h2>8.5.4</h2>
   <ul>
   <li>Fixed Parcel compatibility issue (by <a 
href="https://github.com/git-sumitchaudhary";><code>@​git-sumitchaudhary</code></a>).</li>
   </ul>
   <h2>8.5.3</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss/commit/eae46db765d752cf8f40c4fa2b0b85030079c43d";><code>eae46db</code></a>
 Release 8.5.15 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/79508ffa59e42c02056aca61b88bc393c8b516c4";><code>79508ff</code></a>
 Update CI actions</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/b128e2131288a411c6e28071d0929542c49e74eb";><code>b128e21</code></a>
 Speed up declaration parsing by avoiding creating new array on each token</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/9825dca02c33cf610e2a842be767468b67fbecf9";><code>9825dca</code></a>
 Fix code format</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/55789c865281e2be194fa5b4e41dd046be3a2307";><code>55789c8</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/84fbbe9009cb3cc3bbb4cc3a9b65d468f4844d95";><code>84fbbe9</code></a>
 Install older pnpm action for old Node.js</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/9f860bd78ec1dbc4f0ae72d693f03f956baa38cb";><code>9f860bd</code></a>
 Revert pnpm action for old Node.js</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/08771986d47359545f502e009763e223b66bfcf6";><code>0877198</code></a>
 Update CI actions</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/b2d1a335cea818f8b27e5cfb90147648afe3e582";><code>b2d1a33</code></a>
 Fix linter warnings</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/0700dac92283bc259977dff2743ca74a00f58267";><code>0700dac</code></a>
 Merge pull request <a 
href="https://redirect.github.com/postcss/postcss/issues/2088";>#2088</a> from 
rootvector2/add-oss-fuzz-harness</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss/compare/7.0.39...8.5.15";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `autoprefixer` from 9.8.8 to 10.5.0
   <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.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>
   <ul>
   <li>Fixed <code>user-select: contain</code> prefixes.</li>
   </ul>
   <h2>10.4.16</h2>
   <ul>
   <li>Improved performance (by <a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/coliff";><code>@​coliff</code></a>).</li>
   </ul>
   <h2>10.4.15</h2>
   <ul>
   <li>Fixed <code>::backdrop</code> prefixes (by <a 
href="https://github.com/yisibl";><code>@​yisibl</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/coliff";><code>@​coliff</code></a>).</li>
   </ul>
   <h2>10.4.14</h2>
   <ul>
   <li>Improved startup time and reduced JS bundle size (by <a 
href="https://github.com/Knagis";><code>@​Knagis</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/postcss/autoprefixer/blob/main/CHANGELOG.md";>autoprefixer's
 changelog</a>.</em></p>
   <blockquote>
   <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>
   <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>
   <ul>
   <li>Fixed <code>user-select: contain</code> prefixes.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/faf456a4be572dbcb60cbe5d76a8927e23809ef5";><code>faf456a</code></a>
 Release 10.5 version</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/b841fc53575a2e8c3dd8d04b0bc5998ee11e7587";><code>b841fc5</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/47d6e68b27009f7cb60513172f765783b55bb000";><code>47d6e68</code></a>
 Update email</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/45cfc0827012fda39b809f1654136e1d5ab7ab25";><code>45cfc08</code></a>
 Replace ESLint and Prettier to oxlint and oxfmt</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/7e3ec7db7274289ccc385fb788bc48f14a4e1dd8";><code>7e3ec7d</code></a>
 Add prefixing support for mask-position-x and mask-position-y (<a 
href="https://redirect.github.com/postcss/autoprefixer/issues/1548";>#1548</a>)</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/360f2d9ecbad3315fbabc61fb2131ac939fee211";><code>360f2d9</code></a>
 Release 10.4.27 version</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/ab5260c30de086760abf7f666bb52f9267ff387e";><code>ab5260c</code></a>
 Update clean-publish</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/09e9dd12c023a02a90d05db46c3c75166525674c";><code>09e9dd1</code></a>
 Release 10.4.26 version</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/ec7554060076640e1261e16d3af8f81c3a2b17cf";><code>ec75540</code></a>
 Ignore local patches</li>
   <li><a 
href="https://github.com/postcss/autoprefixer/commit/59601b89582c2ca286a5e2a545ba98fb0004a5aa";><code>59601b8</code></a>
 Update c8 and clean-publish</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/autoprefixer/compare/9.8.8...10.5.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 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-www/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