Skip to content

Bump comrak from 0.40.0 to 0.52.0 in /src-tauri#10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/comrak-0.52.0
Open

Bump comrak from 0.40.0 to 0.52.0 in /src-tauri#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/comrak-0.52.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps comrak from 0.40.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

v0.51.0

新年快乐! :) What a lovely assortment of improvements, fixes, and new contributors we have in this release. Of particular note, Comrak has gained initial support for formatting to Typst, thanks to @​neilberkman! This is a first cut and there are some known issues — see the PR — but I'm super happy to have folks testing it sooner rather than later!

Changed APIs:

... (truncated)

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

[v0.51.0] - 2026-03-10

新年快乐! :) What a lovely assortment of improvements, fixes, and new contributors we have in this release. Of particular note, Comrak has gained initial support for formatting to Typst, thanks to @​neilberkman! This is a first cut and there are some known issues — see the PR — but I'm super happy to have folks testing it sooner rather than later!

Changed APIs:

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 10, 2026
@dependabot dependabot Bot changed the title Build(deps): Bump comrak from 0.40.0 to 0.52.0 in /src-tauri Chore(deps): Bump comrak from 0.40.0 to 0.52.0 in /src-tauri May 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/src-tauri/comrak-0.52.0 branch from 122c9f1 to 5eda556 Compare May 10, 2026 15:15
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.40.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.40.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 changed the title Chore(deps): Bump comrak from 0.40.0 to 0.52.0 in /src-tauri Bump comrak from 0.40.0 to 0.52.0 in /src-tauri May 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/src-tauri/comrak-0.52.0 branch from 5eda556 to ad07253 Compare May 13, 2026 16:06
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.

0 participants