tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.86k stars 500 forks source link

build(deps): update pulldown-cmark-to-cmark requirement from 10.0.1 to 13.0.0 #1073

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on pulldown-cmark-to-cmark to permit the latest version.

Release notes

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

v13.0.0

New Features

  • add newlines_after_metadata option

Bug Fixes

  • set correct yaml metablock end tag

Test

  • add frontmatter snapshot

New Features (BREAKING)

  • support for controlling the amount of newlines after metadata blocks.

Commit Statistics

  • 5 commits contributed to the release.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Support for controlling the amount of newlines after metadata blocks. (834c74b)
    • Refactor (b8ae359)
    • Add frontmatter snapshot (5d94036)
    • Add newlines_after_metadata option (8d39a30)
    • Set correct yaml metablock end tag (7b27baa)
Changelog

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

13.0.0 (2024-03-17)

New Features

  • add newlines_after_metadata option

Bug Fixes

  • set correct yaml metablock end tag

Test

  • add frontmatter snapshot

New Features (BREAKING)

  • support for controlling the amount of newlines after metadata blocks.

Commit Statistics

  • 5 commits contributed to the release.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Support for controlling the amount of newlines after metadata blocks. (834c74b)
    • Refactor (b8ae359)
    • Add frontmatter snapshot (5d94036)
    • Add newlines_after_metadata option (8d39a30)
    • Set correct yaml metablock end tag (7b27baa)

12.0.0 (2024-03-16)

Other

  • update pulldown-cmark dependency

New Features (BREAKING)

... (truncated)

Commits
  • daeb618 Release pulldown-cmark-to-cmark v13.0.0
  • 834c74b feat!: support for controlling the amount of newlines after metadata blocks.
  • b8ae359 refactor
  • 5d94036 test: add frontmatter snapshot
  • 8d39a30 feat: add newlines_after_metadata option
  • 7b27baa fix: set correct yaml metablock end tag
  • 002be03 Release pulldown-cmark-to-cmark v12.0.0
  • 640148b feat!: upgrade to pulldown-cmark v0.10
  • 366f304 avoid allocations
  • b3bfd40 allow State to borrow from events
  • Additional commits viewable in compare view


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 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[bot] commented 3 months ago

Superseded by #1084.