Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate pulldown-cmark-to-cmark to v20 #5

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2024

This PR contains the following updates:

Package Type Update Change
pulldown-cmark-to-cmark dependencies major 19.0.0 -> 20.0.0

Release Notes

Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark)

v20.0.0

Compare Source

Bug Fixes (BREAKING)
  • Add structured error handling for cmark(), cmark_resume() etc
    When cmark_resume_with_options(), which serves as basis for the other
    cmark* functions, finds an inconsistent event stream (for example, two
    consecutive heading start tags), it panics.

    Introduce a custom error type Error in the crate and change the return
    type of all public functions from fmt::Result<_> to Result<_, Error>.

    The next commit adds an integration test.

Commit Statistics
  • 4 commits contributed to the release.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​91
Commit Details
view details
  • #​91
    • Revert "fix: harden again manufactured input which could previously trigger assertion failures." (a442910)
  • Uncategorized
    • Merge pull request #​93 from cip999/resume-error-handling (21f0f5d)
    • Add integration test for CmarkError::UnexpectedEvent (4766cc1)
    • Add structured error handling for cmark(), cmark_resume() etc (fdc5859)

v19.0.1

Compare Source

Bug Fixes
  • harden again manufactured input which could previously trigger assertion failures.
Commit Statistics
  • 4 commits contributed to the release.
  • 19 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​91
Commit Details
view details
  • #​91
    • Harden again manufactured input which could previously trigger assertion failures. (a368f0f)
  • Uncategorized

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.

@erhanbaris erhanbaris merged commit c9e19be into main Dec 15, 2024
1 check passed
@erhanbaris erhanbaris deleted the renovate/pulldown-cmark-to-cmark-20.x branch December 15, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant