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

   Bumps [linkify-it](https://github.com/markdown-it/linkify-it) to 5.0.1 and 
updates ancestor dependency 
[markdown-it](https://github.com/markdown-it/markdown-it). These dependencies 
need to be updated together.
   
   Updates `linkify-it` from 3.0.3 to 5.0.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md";>linkify-it's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.0.1 / 2026-05-23</h2>
   <ul>
   <li>Fixed DoS in fuzzy links/emails search.</li>
   <li>Reworked search logic - check each pattern separate, use <code>g</code> 
regexes instead
   of slice.</li>
   <li>Removed internal cache - useless overcomplication.</li>
   </ul>
   <h2>5.0.0 / 2023-12-01</h2>
   <ul>
   <li>Rewrite to ESM.</li>
   </ul>
   <h2>4.0.1 / 2022-05-02</h2>
   <ul>
   <li>Fix <code>http://</code> incorrectly returned as a link by 
matchStart.</li>
   </ul>
   <h2>4.0.0 / 2022-04-22</h2>
   <ul>
   <li>Add <code>matchAtStart</code> method to match full URLs at the start of 
the string.</li>
   <li>Fixed paired symbols (<code>()</code>, <code>{}</code>, 
<code>&quot;&quot;</code>, etc.) after punctuation.</li>
   <li><code>---</code> option now affects parsing of emails  (e.g. 
<code>[email protected]</code>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/0b72d37950f8eb373f8c233070af4b31ebfec285";><code>0b72d37</code></a>
 5.0.1 released</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/2dbe0e78f698b99422532e6859b078374f08864f";><code>2dbe0e7</code></a>
 Add funding field to  ackage.json</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/6be6d15e0641bf1daeaa977d500cabc743166159";><code>6be6d15</code></a>
 Fix fuzzy link/email scan perfomance</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/8e887d5bace3f5b09b1d1f70492fa0364ef1793d";><code>8e887d5</code></a>
 Update .github configs</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/5e79093543092562b4348ea58395110357f3d296";><code>5e79093</code></a>
 5.0.0 released</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/b2a11794bbe6df50601dfac77b42434f78946c9b";><code>b2a1179</code></a>
 Code cleanup</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/d4eeb3a1f0449af4da2bd7c6a92b846a416719f2";><code>d4eeb3a</code></a>
 orphaned scripts cleanup</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/5826ab2c1c8c9eadbe38be6d78b5591a036ffae4";><code>5826ab2</code></a>
 readme: require =&gt; import</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/50092f683a905c4fc9694fe8c0ee4597d5f7d8a2";><code>50092f6</code></a>
 eslint: switch to standard base</li>
   <li><a 
href="https://github.com/markdown-it/linkify-it/commit/a7755db7f86898a2f2d8d5da8cb84ec11b9b0cbf";><code>a7755db</code></a>
 lint: fix indent</li>
   <li>Additional commits viewable in <a 
href="https://github.com/markdown-it/linkify-it/compare/3.0.3...5.0.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `markdown-it` from 12.3.2 to 14.2.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md";>markdown-it's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[14.2.0] - 2026-05-24</h2>
   <h3>Added</h3>
   <ul>
   <li><code>isPunctCharCode</code> to utilities.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Don't end HTML comment blocks on a blank line, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1155";>#1155</a>.</li>
   <li>Properly recognize astral chars (surrogates) in delimiter scans for
   emphasis-like markers, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1072";>#1072</a>.
 Big thanks to <a href="https://github.com/tats-u";><code>@​tats-u</code></a> 
for his global efforts
   with improving CJK support.</li>
   <li>Preserve unicode whitespaces when trimm headings/paragraphs, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1074";>#1074</a>.</li>
   <li>More strict entities decode to avoid false positives <code>;</code>, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1096";>#1096</a>.</li>
   <li>Restore block parser state on fail in <code>lheading</code> rule, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1131";>#1131</a>.</li>
   </ul>
   <h3>Security</h3>
   <ul>
   <li>Fixed poor smartquotes perfomance on &gt; 70k quotes in single block</li>
   <li>Bumped linkify-it to 5.0.1 with fixed potential perfomance issues.</li>
   </ul>
   <h2>[14.1.1] - 2026-01-11</h2>
   <h3>Security</h3>
   <ul>
   <li>Fixed regression from v13 in linkify inline rule. Specific patterns could
   cause high CPU use. Thanks to <a 
href="https://github.com/ltduc147";><code>@​ltduc147</code></a> for report.</li>
   </ul>
   <h2>[14.1.0] - 2024-03-19</h2>
   <h3>Changed</h3>
   <ul>
   <li>Updated CM spec compatibility to 0.31.2, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1009";>#1009</a>.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed quadratic complexity when parsing references, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/996";>#996</a>.</li>
   <li>Fixed quadratic output size with pathological user input in tables, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1000";>#1000</a>.</li>
   </ul>
   <h2>[14.0.0] - 2023-12-08</h2>
   <h3>Changed</h3>
   <ul>
   <li>Drop ancient browsers support (use <code>.fromCodePoint</code> and other 
features).</li>
   <li>Rewrite to ESM (including all plugins/deps). CJS fallback still 
available.
   No signatures changed, except <code>markdown-it-emoji</code> plugin.</li>
   <li>Dropped <code>dist/</code> folder from repo, build on package 
publish.</li>
   <li>Set <code>punicode.js</code> as external dependency.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Html tokens inside img alt are now rendered as their original text, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/896";>#896</a>.</li>
   <li>Hardbreaks inside img alt are now rendered as newlines.</li>
   </ul>
   <h2>[13.0.2] - 2023-09-26</h2>
   <h3>Security</h3>
   <ul>
   <li>Fixed crash/infinite loop caused by linkify inline rule, <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/957";>#957</a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/829797aa00353ce0b62ddeb9b4583b837b1ffd9b";><code>829797a</code></a>
 14.2.0 released</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/9ce2087562c45d1e5ddd9f76b990f4b3fbe040e5";><code>9ce2087</code></a>
 Fix smartquotes perfomance</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/02e73b88fdbaddf7ecee7e567a3da62b98e57a4d";><code>02e73b8</code></a>
 linkify-it bump</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/68cfb8c0792ba87992d21ffb4d22ee6cf635afb7";><code>68cfb8c</code></a>
 fix: don't end HTML comment blocks on a blank line (<a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1155";>#1155</a>)</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/108313756cfffba31166df0140e27dd58e4da115";><code>1083137</code></a>
 Readme cleanup</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/97c7ca2571f4255ff1d0f465958dda5293d20fe8";><code>97c7ca2</code></a>
 Update funding info</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/c471b55c10501aba7b62817df613adc5f451da43";><code>c471b55</code></a>
 Changelog update</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/77696210d1c7c56e4ffd49ff28ba15b460cb01e4";><code>7769621</code></a>
 isPunctChar =&gt; isPunctCharCode</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/aa2aa70b3001ed6aea67c22f1ff52e1ca158d2e1";><code>aa2aa70</code></a>
 fix: always reset parentType in lheading rule (<a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1131";>#1131</a>)</li>
   <li><a 
href="https://github.com/markdown-it/markdown-it/commit/59955f2ad35cbb0e3f41ad779c7363a94b4bf38e";><code>59955f2</code></a>
 Polish PRs <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1072";>#1072</a>,
 <a 
href="https://redirect.github.com/markdown-it/markdown-it/issues/1074";>#1074</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/markdown-it/markdown-it/compare/12.3.2...14.2.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-handbook/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