danieleades / mdbook-d2

D2 diagram generator plugin for MdBook
MIT License
26 stars 8 forks source link

Bump pulldown-cmark-to-cmark from 13.0.0 to 15.0.1 #65

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

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

Release notes

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

v15.0.1

Bug Fixes

  • tables render more correctly

Commit Statistics

  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 2 unique issues were worked on: #70, #76

Commit Details

  • #70
    • Tables render more correctly (2ac7472)
  • #76
    • Tables render more correctly (2ac7472)
  • Uncategorized
    • Fix emitting :: for centered column in table. (33811dc)

v15.0.0

[!NOTE] This release adds support for Math expressions, and notification boxes like the one this text is written in.

New Features (BREAKING)

  • Update to pulldown-cmark v0.11 for math-expression support and special block quotes Update pulldown cmark

Commit Statistics

  • 19 commits contributed to the release over the course of 4 calendar days.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare changelog prior to release (d72bfd3)

... (truncated)

Changelog

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

15.0.1 (2024-06-16)

Bug Fixes

  • tables render more correctly

Commit Statistics

  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 2 unique issues were worked on: #70, #76

Commit Details

  • #70
    • Tables render more correctly (2ac7472)
  • #76
    • Tables render more correctly (2ac7472)
  • Uncategorized
    • Fix emitting :: for centered column in table. (33811dc)

15.0.0 (2024-06-15)

[!NOTE] This release adds support for Math expressions, and notification boxes like the one this text is written in.

New Features (BREAKING)

  • Update to pulldown-cmark v0.11 for math-expression support and special block quotes Update pulldown cmark

Commit Statistics

  • 20 commits contributed to the release over the course of 4 calendar days.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

... (truncated)

Commits
  • 7cc274e Release pulldown-cmark-to-cmark v15.0.1
  • 2ac7472 fix: tables render more correctly (#76) (#70)
  • 33811dc Fix emitting :: for centered column in table.
  • e6c8c3e Release pulldown-cmark-to-cmark v15.0.0
  • d72bfd3 prepare changelog prior to release
  • d8cbd37 upgrade dev-dependencies
  • bff28af feat!: Update to pulldown-cmark v0.11 for math-expression support and special...
  • 6d05a28 merge blockquote kind parsing
  • 89d5dd5 remove unused import
  • d55ac5d remove support for dollar surrounding backtick
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

danieleades commented 2 months ago

@dependabot recreate

dependabot[bot] commented 2 months ago

Looks like pulldown-cmark-to-cmark is up-to-date now, so this is no longer needed.