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

Bump pulldown-cmark-to-cmark from 10.0.4 to 11.0.0 #168

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Bumps pulldown-cmark-to-cmark from 10.0.4 to 11.0.0.

Release notes

Sourced from pulldown-cmark-to-cmark's releases.

v11.0.0

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

  • 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)

... (truncated)

Changelog

Sourced from pulldown-cmark-to-cmark's changelog.

11.0.0 (2023-08-18)

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

  • 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)

... (truncated)

Commits
  • 6f23621 Release pulldown-cmark-to-cmark v11.0.0
  • b889953 Merge branch 'lic'
  • d9eb454 feat: add apache-2 license text to crate as well
  • 9ea32f4 add license text
  • c2a0113 fix: improve handling of inline code spans with multiple backticks
  • 1cd68a4 refactor
  • 8f81a30 thanks clippy
  • 3437734 Use necessary amount of backticks for inline code
  • 1e76c95 Always use backticks for inline code blocks
  • 2263c2f feat!: Options to choose the ordered list marker and to auto-increment the or...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 22, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/pulldown-cmark-to-cmark-11.0.0 branch from aabe21a to 1944845 Compare September 22, 2023 09:33
@zoni
Copy link
Owner

zoni commented Sep 22, 2023

@dependabot squash and merge

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 10.0.4 to 11.0.0.
- [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases)
- [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md)
- [Commits](Byron/pulldown-cmark-to-cmark@v10.0.4...v11.0.0)

---
updated-dependencies:
- dependency-name: pulldown-cmark-to-cmark
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/pulldown-cmark-to-cmark-11.0.0 branch from 1944845 to c35f178 Compare September 22, 2023 09:39
@dependabot dependabot bot merged commit ae87431 into main Sep 22, 2023
8 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/pulldown-cmark-to-cmark-11.0.0 branch September 22, 2023 09:42
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.

1 participant