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 11.0.2 to 13.0.0 #234

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps pulldown-cmark-to-cmark from 11.0.2 to 13.0.0.

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)

v12.0.0

Other

  • update pulldown-cmark dependency

New Features (BREAKING)

  • upgrade to pulldown-cmark v0.10 This comes with a variety of changes to the State type, which is the reason this is a breaking release.

    The overall correctness is improved though, bringing the amount of successful tests of the spec to 435/649 (up by 4).

... (truncated)

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

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 11.0.2 to 13.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@v11.0.2...v13.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 18, 2024
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.

None yet

0 participants