google / mdbook-i18n-helpers

Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.
Apache License 2.0
130 stars 25 forks source link

Bump pulldown-cmark-to-cmark from 11.2.0 to 13.0.0 #190

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps pulldown-cmark-to-cmark from 11.2.0 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 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)
kdarkhan commented 4 months ago

Superseded by https://github.com/google/mdbook-i18n-helpers/pull/183

dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.