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 11.2 #101

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pulldown-cmark-to-cmark dependencies minor 11.0 -> 11.2

Release Notes

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

v11.2.0

Compare Source

New Features
  • introduce calculate_code_block_token_count(), along with DEFAULT_CODE_BLOCK_TOKEN_COUNT.
    That way it's possible to correctly determine the amount of fenced code-block tokens
    needed to render all given events such that code-blocks are retained.
Commit Statistics
  • 3 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge branch 'fix_count_code_block_tokens' (ee42335)
    • Introduce calculate_code_block_token_count(), along with DEFAULT_CODE_BLOCK_TOKEN_COUNT. (e339365)
    • Change the return type of count_code_block_tokens (ef1c276)

v11.1.0

Compare Source

New Features
  • add count_code_block_tokens() function.
    It allows to calculate the amount of backticks around a code block for given events
    to assure code-blocks are reproduced correctly when rendering the same events.
Commit Statistics
  • 6 commits contributed to the release over the course of 59 calendar days.
  • 61 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Release pulldown-cmark-to-cmark v11.1.0 (d236e29)
    • Add count_code_block_tokens() function. (10b855f)
    • Refactor (c0f631d)
    • Add check_code_block_token_count function (f119d77)
    • Merge pull request #​64 from max-heller/readme-links (b926264)
    • Update pulldown-cmark and mdbook links in README (31e8bb5)

v11.0.2

Compare Source

Bug Fixes
  • Escape double quotes in link titles.
Commit Statistics
  • 5 commits contributed to the release.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​62
Commit Details
view details
  • #​62
    • Escape double quotes in link titles. (9a64f6b)
  • Uncategorized
    • Release pulldown-cmark-to-cmark v11.0.2 (befdaab)
    • Address code review comments (4767b2f)
    • Escape double quotes in link titles (74f0abe)
    • Failing test for link titles with interior punctuation (e891ea4)

v11.0.1

Compare Source

Fix
  • properly format multi-line footnotes. Merge branch 'multiline-footnotes' (f6b5348)
Commit Statistics
  • 5 commits contributed to the release.
  • 92 days passed between releases.
  • 0 commits were understood as conventional.
  • 1 unique issue was worked on: #​61
Commit Details
view details
  • #​61
    • Fix: properly format multi-line footnotes. Merge branch 'multiline-footnotes' (f6b5348)
  • Uncategorized
    • Release pulldown-cmark-to-cmark v11.0.1 (b1f77e0)
    • Prepare changelog (323cbc0)
    • Multiline footnote fix (4768ad5)
    • Failing multiline footnote test (e187313)

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 has been generated by Mend Renovate. View repository job log here.

@dylanowen dylanowen merged commit 938b105 into master Jan 29, 2024
9 checks passed
@dylanowen dylanowen deleted the renovate/pulldown-cmark-to-cmark-11.x branch January 29, 2024 00:55
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