Skip to content

fix(deps): update rust crate comrak to 0.54.0#3406

Merged
GuillaumeGomez merged 1 commit into
mainfrom
renovate/comrak-0.x
Jul 13, 2026
Merged

fix(deps): update rust crate comrak to 0.54.0#3406
GuillaumeGomez merged 1 commit into
mainfrom
renovate/comrak-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
comrak dependencies minor 0.53.00.54.0

Release Notes

kivikakk/comrak (comrak)

v0.54.0

Compare Source

Changed APIs:

  • Header/anchor renders been changed to improve accessibility (by @​aozerova in #​808)
    • The anchor no longer has aria-hidden, and gets a proper aria-label. It also now appears at the end of the header, not the front.
  • html::collect_text has been moved onto Node (by @​kivikakk in #​818)
  • All items marked as deprecated has been removed. You've been warned! (by @​kivikakk in #​823)

New APIs:

  • LaTeX-style math delimiters are now supported with an option! (by @​blib in #​809)
  • Attribute support has been added! (by @​kivikakk in #​814, #​816)
    • They aren't exposed in any formatter yet, so you'll need a custom formatter.
    • Attribute parsing can be enabled on headers, fenced code blocks, inline code spans, and links and images.
    • Aaaand the parsing code was cleaned up a bit :) (by @​KevSlashNull in #​817)
  • Semantic HTML for alerts/admonitions can now be used! (by @​flying-sheep in #​822)

Bug fixes:

  • Fix a CommonMark roundtripping failure when whitespace entities are place at emphasis boundaries (by @​kivikakk in #​750)
  • Fix a crash in the CommonMark renderer with ordered lists nested in blockquotes (by @​kivikakk in #​815)

Dependency updates:

  • Bump toml from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0 (by @dependabot[bot] in #​819)

New Contributors

Diff: kivikakk/comrak@v0.53.0...v0.54.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner July 13, 2026 00:43
@github-actions github-actions Bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Jul 13, 2026
@github-actions github-actions Bot removed the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Jul 13, 2026
@GuillaumeGomez GuillaumeGomez merged commit 68023d4 into main Jul 13, 2026
16 checks passed
@GuillaumeGomez GuillaumeGomez deleted the renovate/comrak-0.x branch July 13, 2026 09:52
@github-actions github-actions Bot added the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant