chore(deps): bump comrak from 0.39.0 to 0.43.0 in /backend#145
chore(deps): bump comrak from 0.39.0 to 0.43.0 in /backend#145dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
This PR upgrades the comrak CommonMark parsing library from version0.39.0 to 0.43.0 in the Rust backend. The comrak library is used for Markdown processing in the Atuin Desktop application, likely for rendering runbook content and documentation. This update includes breaking API changes where format functions now expect std::fmt::Write instead of std::io::Write, and some text collection functions return String instead of Vec<u8>. While this is routine dependency maintenance via Dependabot, the breaking changes need verification against existing code usage.
Important Files Changed
Changed Files
| Filename | Score | Overview |
|---|---|---|
| backend/Cargo.toml | 3/5 | Updates comrak dependency from 0.39.0 to 0.43.0 with breaking API changes |
Key concerns:
- Breaking API changes in comrak may cause compilation failures
- Format functions changed from
std::io::Writetostd::fmt::Write - Text collection functions changed return type from
Vec<u8>toString - Need to verify existing comrak usage in codebase is compatible
Confidence Score: 3/5 - Standard dependency update but includes breaking changes that require code review to ensure compatibility.
1 file reviewed, no comments
9b2fe87 to
1890f06
Compare
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.39.0 to 0.43.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/CHANGELOG.md) - [Commits](kivikakk/comrak@v0.39.0...v0.43.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1890f06 to
c1ef5fc
Compare
|
Superseded by #165. |
Bumps comrak from 0.39.0 to 0.43.0.
Release notes
Sourced from comrak's releases.
... (truncated)
Changelog
Sourced from comrak's changelog.
... (truncated)
Commits
e626b7cMerge pull request #613 from kivikakk/release/v0.43.0051c7a2.github/workflows/release: brranch!ac438e1CHANGELOG.md: finish 0.43.0.a8b5ba9CHANGELOG.md: add generated portion.abe4f3eCargo.toml: v0.43.0.9aaf3ba.github/workflows/release: remove non-functional part.6197f8bMerge pull request #593 from kivikakk/push-ouwkwyxwmrupc0bb09fCHANGELOG.md: add this PR.f70e197CHANGELOG.md: it's Markdown!136e0e9inlines: relax "left-flanking delimiter run" for superscript/subscript.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)