dependabot[bot] opened a new pull request, #483: URL: https://github.com/apache/doris-opentelemetry-demo/pull/483
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 14.2.0 and updates ancestor dependency [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). These dependencies need to be updated together. Updates `markdown-it` from 13.0.1 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 > 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 => 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/13.0.1...14.2.0">compare view</a></li> </ul> </details> <br /> Updates `markdownlint-cli` from 0.37.0 to 0.49.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/igorshubovych/markdownlint-cli/releases">markdownlint-cli's releases</a>.</em></p> <blockquote> <h2>v0.49.0</h2> <ul> <li>Update <code>markdownlint</code> dependency to <code>0.41.0</code> <ul> <li>Improve <code>MD022</code>/<code>MD028</code>/<code>MD035</code>/<code>MD042</code>/<code>MD051</code>/<code>MD060</code></li> <li>Remove handling of inline directive syntax (frequent false positives)</li> <li>Remove support for end-of-life Node version 20</li> </ul> </li> <li>Update all dependencies via <code>Dependabot</code></li> </ul> <h2>v0.48.0</h2> <ul> <li>Update all dependencies via <code>Dependabot</code></li> </ul> <h2>v0.47.0</h2> <ul> <li>Add output and exit code support for warnings</li> <li>Update <code>markdownlint</code> dependency to <code>0.40.0</code> <ul> <li>Improve <code>MD011</code>/<code>MD013</code>/<code>MD051</code>/<code>MD060</code></li> </ul> </li> <li>Update all dependencies via <code>Dependabot</code></li> </ul> <h2>v0.46.0</h2> <ul> <li>Replace <code>glob</code> dependency with <code>tinyglobby</code> (smaller and fewer dependencies)</li> <li>Update <code>markdownlint</code> dependency to <code>0.39.0</code> <ul> <li>Add <code>MD060</code>/<code>table-column-style</code></li> <li>Improve <code>MD001</code>/<code>MD007</code>/<code>MD009</code>/<code>MD010</code>/<code>MD029</code>/<code>MD033</code>/<code>MD037</code>/<code>MD059</code></li> </ul> </li> <li>Update all dependencies via <code>Dependabot</code></li> </ul> <h2>v0.45.0</h2> <ul> <li>Update <code>markdownlint</code> dependency to <code>0.38.0</code> <ul> <li>Add <code>MD059</code>/<code>descriptive-link-text</code></li> <li>Improve <code>MD025</code>/<code>MD027</code>/<code>MD036</code>/<code>MD038</code>/<code>MD041</code>/<code>MD043</code>/<code>MD045</code>/<code>MD051</code>/<code>MD052</code></li> <li>Remove support for end-of-life Node version 18</li> </ul> </li> <li>Update all dependencies via <code>Dependabot</code></li> </ul> <h2>v0.44.0</h2> <ul> <li>Update <code>markdownlint</code> dependency to <code>0.37.4</code> <ul> <li>Convert module to ECMAScript (breaking change)</li> <li>Stop using <code>require</code>, convert to <code>import</code></li> <li>Improve <code>MD032</code></li> </ul> </li> <li>Update all dependencies via <code>Dependabot</code></li> </ul> <h2>v0.43.0</h2> <ul> <li>Update <code>markdownlint</code> dependency to <code>0.36.1</code> <ul> <li>Improve <code>MD051</code></li> <li>Make <code>micromark</code> parser available to custom rules</li> <li>Improve performance</li> </ul> </li> <li>Update all dependencies via <code>Dependabot</code></li> </ul> <h2>v0.42.0</h2> <ul> <li>Update <code>markdownlint</code> dependency to <code>0.35.0</code> <ul> <li>Add <code>MD058</code>/<code>blanks-around-tables</code></li> <li>Use <code>micromark</code> in <code>MD001</code>/<code>MD003</code>/<code>MD009</code>/<code>MD010</code>/<code>MD013</code>/<code>MD014</code>/<code>MD019</code>/<code>MD021</code>/<code>MD023</code>/<code>MD024</code>/<code>MD025</code>/<code>MD039</code>/<code>MD042</code>/<code>MD043</code></li> <li>Improve <code>MD018</code>/<code>MD020</code>/<code>MD031</code>/<code>MD034</code>/<code>MD044</code></li> <li><code>markdown-it</code> parser no longer invoked by default</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/a4d5d37e66ebcd6b3705204a1d6dbb56dea66338"><code>a4d5d37</code></a> Bump version 0.49.0</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/503f2642b6f92a515da4184196edacb16ef8cb4c"><code>503f264</code></a> Delete and recreate package-lock.json via "npm install".</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/7a245930f5bc46f67cb592a558604025ed07105d"><code>7a24593</code></a> Bump markdownlint from 0.40.0 to 0.41.0</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/c7c1c7640e610068e8e4754e9f1bf109bd987dc7"><code>c7c1c76</code></a> Bump commander from 14.0.3 to 15.0.0</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/83f5f301814577a1196f600d70f0628ce301bf9d"><code>83f5f30</code></a> Bump tinyglobby from 0.2.16 to 0.2.17</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/74b98decb9416d560a990960ba5efa5b3e098aac"><code>74b98de</code></a> Bump js-yaml from 4.1.1 to 4.2.0</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/d36813544180cf94269aa8f1fb3dc145aab76d79"><code>d368135</code></a> Bump markdown-it from 14.1.1 to 14.2.0</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/dd34288d0608e7b8825ee7e4e8c406e0a9780cf7"><code>dd34288</code></a> Bump ava from 8.0.0 to 8.0.1</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/1e363dc0ddba97b89ae57f33c85d1b2f6715c346"><code>1e363dc</code></a> Bump brace-expansion from 5.0.5 to 5.0.6</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/2f092d251b357b114d133ce472675970640237d7"><code>2f092d2</code></a> Bump ava from 7.0.0 to 8.0.0</li> <li>Additional commits viewable in <a href="https://github.com/igorshubovych/markdownlint-cli/compare/v0.37.0...v0.49.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/doris-opentelemetry-demo/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]
