Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
comrak dependencies minor =0.41.1 -> =0.42.0

Release Notes

kivikakk/comrak (comrak)

v0.42.0

Compare Source

New APIs:

  • cm::escape_inline (aliased at crate level as escape_commonmark_inline)
    is added; escapes input text suitable for inclusion in a CommonMark
    document where regular inline processing takes place. (by @​kivikakk in
    #​602)
  • cm::escape_link_destination (aliased at crate level as
    escape_commonmark_link_destination) is added; escapes input URL suitable
    for use as a link destination in a CommonMark document. (by @​kivikakk in
    #​605)

Changed APIs:

  • html::collect_text now returns a String. html::collect_text_append is
    added if you still want to start with your own (String) buffer. (by
    @​kivikakk in #​600)
    • There was no particular reason for this populating a Vec<u8> instead of a
      String; it was just old.
  • Anchorizer::anchorizer now takes &str instead of a String. (by
    @​kivikakk in #​603)
    • As above.

Updates:

Behind the scenes:

Diff: kivikakk/comrak@v0.41.1...v0.42.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@Turbo87 Turbo87 merged commit d90d3ab into main Sep 24, 2025
10 checks passed
@Turbo87 Turbo87 deleted the renovate/comrak-0.x branch September 24, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants