Skip to content

Bump comrak from 0.51.0 to 0.52.0 in /autorust#766

Merged
johnbatty merged 1 commit into
mainfrom
dependabot/cargo/autorust/comrak-0.52.0
Apr 12, 2026
Merged

Bump comrak from 0.51.0 to 0.52.0 in /autorust#766
johnbatty merged 1 commit into
mainfrom
dependabot/cargo/autorust/comrak-0.52.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

Copy link
Copy Markdown
Contributor

Bumps comrak from 0.51.0 to 0.52.0.

Release notes

Sourced from comrak's releases.

v0.52.0

Happy April!

Reverts:

  • I had to remove the Typst formatter I was so happy about in the last release! This is very unfortunate. It turned out to be LLM-generated, and I just haven't had the time or energy to replace it myself. (by @​kivikakk in kivikakk/comrak#781)

Changed APIs:

  • Deprecate the option name header_ids in favor of header_id_prefix, to make it clear that the option value actually adds a prefix to the id attribute, and add the header_id_prefix_in_href option, which adds the same prefix to generated hrefs. (by @​miketheman in kivikakk/comrak#776)
  • Decouple greentext handling from blockquote parsing. (by @​Martin005 in kivikakk/comrak#789)
    • This means a lone > amongst blockquotes won't trigger greentext when enabled.

New APIs:

Dependency updates:

  • Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. (by @dependabot[bot] in kivikakk/comrak#778)
  • I've lengthened the dependency cooldown in Dependabot to 90 days, given gestures aimlessly the state of everything. (15c22fa2)

Documentation:

  • Added a CONTRIBUTING.md that directs the reader to the README's contributing section. (ddae1558)

Build changes:

  • Set codegen-units = 1 for release builds. (suggested by @​zamazan4ik, added in ea026ef3)

Behind the scenes:

New Contributors

Diff: kivikakk/comrak@v0.51.0...v0.52.0

Changelog

Sourced from comrak's changelog.

[v0.52.0] - 2026-04-04

Happy April!

Reverts:

  • I had to remove the Typst formatter I was so happy about in the last release! This is very unfortunate. It turned out to be LLM-generated, and I just haven't had the time or energy to replace it myself. (by @​kivikakk in kivikakk/comrak#781)

Changed APIs:

  • Deprecate the option name header_ids in favor of header_id_prefix, to make it clear that the option value actually adds a prefix to the id attribute, and add the header_id_prefix_in_href option, which adds the same prefix to generated hrefs. (by @​miketheman in kivikakk/comrak#776)
  • Decouple greentext handling from blockquote parsing. (by @​Martin005 in kivikakk/comrak#789)
    • This means a lone > amongst blockquotes won't trigger greentext when enabled.

New APIs:

Dependency updates:

  • Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. (by @dependabot[bot] in kivikakk/comrak#778)
  • I've lengthened the dependency cooldown in Dependabot to 90 days, given gestures aimlessly the state of everything. (15c22fa2)

Documentation:

  • Added a CONTRIBUTING.md that directs the reader to the README's contributing section. (ddae1558)

Build changes:

  • Set codegen-units = 1 for release builds. (suggested by @​zamazan4ik, added in ea026ef3)

Behind the scenes:

New Contributors

Diff: kivikakk/comrak@v0.51.0...v0.52.0

Commits
  • 60a4fae Merge pull request #790 from kivikakk/release/v0.52.0
  • 764b309 CHANGELOG: finish v0.52.0.
  • 47d8c61 CHANGELOG.md: add generated portion.
  • 5ea5419 Cargo.toml: v0.52.0.
  • fda506d Merge pull request #789 from Martin005/decouple-greentext-from-blockquote
  • a20e310 feat: Decouple greentext handling from blockquote parsing
  • 15c22fa .github/dependabot: adjust cooldown to 90 days.
  • ae703d5 Merge pull request #782 from P-SiZK/add-block-directive-extension
  • 6a7bd9b Add block directive extension
  • f4bd2af Merge pull request #781 from kivikakk/push-vqtooktkrqox
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/CHANGELOG.md)
- [Commits](kivikakk/comrak@v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 9, 2026
@johnbatty johnbatty merged commit 9b9057e into main Apr 12, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/autorust/comrak-0.52.0 branch April 12, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant