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 v11 #82

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pulldown-cmark-to-cmark dependencies major 10.0 -> 11.0

Release Notes

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

v11.0.0

Compare Source

New Features
  • add apache-2 license text to crate as well
Bug Fixes
  • improve handling of inline code spans with multiple backticks
    Merge pull request #​56 from mgeisler/inline-code
New Features (BREAKING)
  • Options to choose the ordered list marker and to auto-increment the ordered list numbers.
    • Based on the commonmark list spec an ordered list can use . or )
      as the ordered list marker. Now users can configure the marker they want
      to use with the ordered_list_token option.
    • Previously we'd always output the same number for each bullet, based on
      the first bullet in the list.
      Now when setting increment_ordered_list_bullets=true in th options we'll
      output auto-incremented numbers with proper support for nesting.
Commit Statistics
  • 13 commits contributed to the release over the course of 232 calendar days.
  • 342 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy

Clippy helped 2 times to make code idiomatic.

Commit Details
view details
  • Uncategorized
    • Merge branch 'lic' (b889953)
    • Add apache-2 license text to crate as well (d9eb454)
    • Add license text (9ea32f4)
    • Improve handling of inline code spans with multiple backticks (c2a0113)
    • Refactor (1cd68a4)
    • Thanks clippy (8f81a30)
    • Use necessary amount of backticks for inline code (3437734)
    • Always use backticks for inline code blocks (1e76c95)
    • Options to choose the ordered list marker and to auto-increment the ordered list numbers. (2263c2f)
    • Thanks clippy (6bde374)
    • Correct indentation for a nested list in a doc comment (ce1fb72)
    • Add option to increment ordered list number (f2fae4b)
    • Allow users to specify a custom ordered list marker (981c86a)

v10.0.4

Compare Source

Bug Fixes
  • add newlines where needed to produce valid codeblocks
Commit Statistics
  • 6 commits contributed to the release over the course of 1 calendar day.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​48
Commit Details
view details
  • #​48
    • Add newlines where needed to produce valid codeblocks (f3b4370)
  • Uncategorized
    • Release pulldown-cmark-to-cmark v10.0.4 (5f6ec45)
    • Cargo fmt (89b557a)
    • Fix typo (1833cfb)
    • Inserts a newline if there is no newline before code block termination fence (ef4c401)
    • Add a test case to verify that indented code blocks without trailing \n are rendered correctly (6c6f492)

v10.0.3

Compare Source

Bug Fixes
  • duplicated shortcut link definitions are only printed once.
Other
  • Replace .travis.yml with .github/workflows/rust.yml
    We have already migrated from Travis CI to GitHub Actions.
Commit Statistics
  • 5 commits contributed to the release.
  • 73 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #​46
Commit Details
view details
  • #​46
    • Duplicated shortcut link definitions are only printed once. (ff4050f)
  • Uncategorized
    • Release pulldown-cmark-to-cmark v10.0.3 (4e7c91b)
    • De-duplicate shortcut link definitions (32d9466)
    • Add a test case to verify that repeated reference links are rendered correctly (eb6ab63)
    • Replace .travis.yml with .github/workflows/rust.yml (e214cc1)

v10.0.2

Compare Source

Fixes
  • support for backticks within inline-backticks, see this this
    comment

    for details.
Commit Statistics
  • 4 commits contributed to the release over the course of 2 calendar days.
  • 108 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Release pulldown-cmark-to-cmark v10.0.2 (341f46e)
    • Update changelog (0fa8688)
    • Add space aroudn backticks (6f68331)
    • Fix double-backtick issue (09a35a9)

v10.0.1

Compare Source

Fixes
  • add cmark_resume(), completing the API transition started with the major version change.
Commit Statistics
  • 6 commits contributed to the release.
  • 42 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Release pulldown-cmark-to-cmark v10.0.1 (d2d1e6e)
    • Update changelog (eb88b2e)
    • Add clippy to Makefile/CI (7bb9a68)
    • Fix misc Clippy lints (118df17)
    • Re-order to logically group cmark* functions (16f06eb)
    • Add cmark_with_options() and fix comments (53efeb8)

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 79fea98 into master Aug 19, 2023
9 checks passed
@dylanowen dylanowen deleted the renovate/pulldown-cmark-to-cmark-11.x branch August 19, 2023 13:33
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