Commit 338fdb9
authored
chore(deps): bump comrak from 0.53.0 to 0.54.0 in /bots/glambot (#370)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.53.0 to
0.54.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kivikakk/comrak/releases">comrak's
releases</a>.</em></p>
<blockquote>
<h2>v0.54.0</h2>
<p>Changed APIs:</p>
<ul>
<li>Header/anchor renders been changed to improve accessibility (by <a
href="https://github.com/aozerova"><code>@aozerova</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/808">kivikakk/comrak#808</a>)
<ul>
<li>The anchor no longer has <code>aria-hidden</code>, and gets a proper
<code>aria-label</code>. It also now appears at the <em>end</em> of the
header, not the front.</li>
</ul>
</li>
<li><code>html::collect_text</code> has been moved onto
<code>Node</code> (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/818">kivikakk/comrak#818</a>)</li>
<li>All items marked as deprecated has been removed. You've been warned!
(by <a href="https://github.com/kivikakk"><code>@kivikakk</code></a> in
<a
href="https://redirect.github.com/kivikakk/comrak/pull/823">kivikakk/comrak#823</a>)</li>
</ul>
<p>New APIs:</p>
<ul>
<li>LaTeX-style math delimiters are now supported with an option! (by <a
href="https://github.com/blib"><code>@blib</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/809">kivikakk/comrak#809</a>)</li>
<li>Attribute support has been added! (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/814">kivikakk/comrak#814</a>,
<a
href="https://redirect.github.com/kivikakk/comrak/pull/816">kivikakk/comrak#816</a>)
<ul>
<li>They aren't exposed in any formatter yet, so you'll need a custom
formatter.</li>
<li>Attribute parsing can be enabled on headers, fenced code blocks,
inline code spans, and links and images.</li>
<li>Aaaand the parsing code was cleaned up a bit :) (by <a
href="https://github.com/KevSlashNull"><code>@KevSlashNull</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/817">kivikakk/comrak#817</a>)</li>
</ul>
</li>
<li>Semantic HTML for alerts/admonitions can now be used! (by <a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/822">kivikakk/comrak#822</a>)</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fix a CommonMark roundtripping failure when whitespace entities are
place at emphasis boundaries (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/750">kivikakk/comrak#750</a>)</li>
<li>Fix a crash in the CommonMark renderer with ordered lists nested in
blockquotes (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/815">kivikakk/comrak#815</a>)</li>
</ul>
<p>Dependency updates:</p>
<ul>
<li>Bump toml from <code>1.1.0+spec-1.1.0</code> to
<code>1.1.2+spec-1.1.0</code> (by <code>@dependabot[bot]</code> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/819">kivikakk/comrak#819</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/blib"><code>@blib</code></a> made their
first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/809">kivikakk/comrak#809</a></li>
<li><a
href="https://github.com/KevSlashNull"><code>@KevSlashNull</code></a>
made their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/817">kivikakk/comrak#817</a></li>
<li><a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a>
made their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/822">kivikakk/comrak#822</a></li>
</ul>
<p>Diff: <a
href="https://github.com/kivikakk/comrak/compare/v0.53.0...v0.54.0">https://github.com/kivikakk/comrak/compare/v0.53.0...v0.54.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kivikakk/comrak/blob/main/CHANGELOG.md">comrak's
changelog</a>.</em></p>
<blockquote>
<h1>[v0.54.0] - 2026-07-12</h1>
<p>Changed APIs:</p>
<ul>
<li>Header/anchor renders been changed to improve accessibility (by <a
href="https://github.com/aozerova"><code>@aozerova</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/808">kivikakk/comrak#808</a>)
<ul>
<li>The anchor no longer has <code>aria-hidden</code>, and gets a proper
<code>aria-label</code>. It also now appears at the <em>end</em> of the
header, not the front.</li>
</ul>
</li>
<li><code>html::collect_text</code> has been moved onto
<code>Node</code> (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/818">kivikakk/comrak#818</a>)</li>
<li>All items marked as deprecated has been removed. You've been warned!
(by <a href="https://github.com/kivikakk"><code>@kivikakk</code></a> in
<a
href="https://redirect.github.com/kivikakk/comrak/pull/823">kivikakk/comrak#823</a>)</li>
</ul>
<p>New APIs:</p>
<ul>
<li>LaTeX-style math delimiters are now supported with an option! (by <a
href="https://github.com/blib"><code>@blib</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/809">kivikakk/comrak#809</a>)</li>
<li>Attribute support has been added! (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/814">kivikakk/comrak#814</a>,
<a
href="https://redirect.github.com/kivikakk/comrak/pull/816">kivikakk/comrak#816</a>)
<ul>
<li>They aren't exposed in any formatter yet, so you'll need a custom
formatter.</li>
<li>Attribute parsing can be enabled on headers, fenced code blocks,
inline code spans, and links and images.</li>
<li>Aaaand the parsing code was cleaned up a bit :) (by <a
href="https://github.com/KevSlashNull"><code>@KevSlashNull</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/817">kivikakk/comrak#817</a>)</li>
</ul>
</li>
<li>Semantic HTML for alerts/admonitions can now be used! (by <a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/822">kivikakk/comrak#822</a>)</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fix a CommonMark roundtripping failure when whitespace entities are
place at emphasis boundaries (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/750">kivikakk/comrak#750</a>)</li>
<li>Fix a crash in the CommonMark renderer with ordered lists nested in
blockquotes (by <a
href="https://github.com/kivikakk"><code>@kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/815">kivikakk/comrak#815</a>)</li>
</ul>
<p>Dependency updates:</p>
<ul>
<li>Bump toml from <code>1.1.0+spec-1.1.0</code> to
<code>1.1.2+spec-1.1.0</code> (by <code>@dependabot[bot]</code> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/819">kivikakk/comrak#819</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/blib"><code>@blib</code></a> made their
first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/809">kivikakk/comrak#809</a></li>
<li><a
href="https://github.com/KevSlashNull"><code>@KevSlashNull</code></a>
made their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/817">kivikakk/comrak#817</a></li>
<li><a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a>
made their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/822">kivikakk/comrak#822</a></li>
</ul>
<p>Diff: <a
href="https://github.com/kivikakk/comrak/compare/v0.53.0...v0.54.0">https://github.com/kivikakk/comrak/compare/v0.53.0...v0.54.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kivikakk/comrak/commit/172c2ee7d2c5c262a28be3e407aadf705daea2b7"><code>172c2ee</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/824">#824</a>
from kivikakk/release/v0.54.0</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/ca0377828fa200890f4b9d1f980fc923994fe37c"><code>ca03778</code></a>
CHANGELOG.md: finish v0.54.0.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/49712b7a7a5ed32a9c9e89e754d82408843f79ee"><code>49712b7</code></a>
CHANGELOG.md: add generated portion.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/2c038db74bd3fa25b22d7b74ac92e58f0fcdca5a"><code>2c038db</code></a>
Cargo.toml: v0.54.0.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/c1d3c259227e38d788d9085c1a428f71527571e7"><code>c1d3c25</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/823">#823</a>
from kivikakk/push-orlpwlpryykn</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/0623dd32477520b34124edf878ed7e95ab0fcaa0"><code>0623dd3</code></a>
remove deprecated items.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/087b0ce20e058f3d97d50e81caaad48d13dbb021"><code>087b0ce</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/822">#822</a>
from flying-sheep/pa/alert-semantic-html</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/d2e4a46f9abbd3b2fec981fb56f977f857a8e16b"><code>d2e4a46</code></a>
oop! doctest.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/07bec36aefea547fcfe1eb233896d5d2be906dd6"><code>07bec36</code></a>
add cli option.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/5ecc991aa214bf15785adfa9d6cee3fcc41d703f"><code>5ecc991</code></a>
cargo fmt.</li>
<li>Additional commits viewable in <a
href="https://github.com/kivikakk/comrak/compare/v0.53.0...v0.54.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2ffefda commit 338fdb9
2 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments