Skip to content

⬆️ Bump pulldown-cmark-to-cmark from 14.0.1 to 22.0.0#230

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/pulldown-cmark-to-cmark-22.0.0
Open

⬆️ Bump pulldown-cmark-to-cmark from 14.0.1 to 22.0.0#230
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/pulldown-cmark-to-cmark-22.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps pulldown-cmark-to-cmark from 14.0.1 to 22.0.0.

Release notes

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

v22.0.0

New Features

  • Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items

New Features (BREAKING)

  • Add support for super/subscript without html Superscript and subscript can be presented in markdown as: ^superscript^ and subscript respectively. This is not always turned on, and many people prefer the HTML tag form, however in order to round-trip markdown which uses the symbolic form we need an option to enable that.

    This feature is enabled via a new field in the Options struct.

Commit Statistics

  • 7 commits contributed to the release.
  • 43 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #107 from kinnison/super-sub-not-html (15e7a74)
    • Refactor (aba929c)
    • Add testing support for symbolic super/subscript (463b65a)
    • Add support for super/subscript without html (ffa22b3)
    • Merge pull request #108 from Byron/copilot/add-documentation-and-deny-attrs (077d5d0)
    • Refactor (6d09f44)
    • Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items (9b55c82)

v21.1.0

New Features

  • Improve CommonMark conformance testing output This is a major improvement to the rendering of the failing CommonMark conformance test output, that should make it easier to read and understand when pulldown-cmark-to-cmark is producing erroneous output.

    Additionally, this introduces a way to force the printing of the CommonMark failure report from the command line:

... (truncated)

Changelog

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

22.0.0 (2025-12-23)

New Features

  • Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items

New Features (BREAKING)

  • Add support for super/subscript without html Superscript and subscript can be presented in markdown as: ^superscript^ and subscript respectively. This is not always turned on, and many people prefer the HTML tag form, however in order to round-trip markdown which uses the symbolic form we need an option to enable that.

    This feature is enabled via a new field in the Options struct.

Commit Statistics

  • 7 commits contributed to the release.
  • 43 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #107 from kinnison/super-sub-not-html (15e7a74)
    • Refactor (aba929c)
    • Add testing support for symbolic super/subscript (463b65a)
    • Add support for super/subscript without html (ffa22b3)
    • Merge pull request #108 from Byron/copilot/add-documentation-and-deny-attrs (077d5d0)
    • Refactor (6d09f44)
    • Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items (9b55c82)

21.1.0 (2025-11-09)

New Features

... (truncated)

Commits
  • d04ad95 Release pulldown-cmark-to-cmark v22.0.0
  • 15e7a74 Merge pull request #107 from kinnison/super-sub-not-html
  • aba929c refactor
  • 463b65a Add testing support for symbolic super/subscript
  • ffa22b3 feat!: Add support for super/subscript without html
  • 077d5d0 Merge pull request #108 from Byron/copilot/add-documentation-and-deny-attrs
  • 6d09f44 refactor
  • 9b55c82 feat: Add #![deny(missing_docs)] attribute to enable missing documentation ch...
  • 4fa1f9e Release pulldown-cmark-to-cmark v21.1.0
  • d69f748 Release pulldown-cmark-to-cmark v21.0.0
  • 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 <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)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 29, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/pulldown-cmark-to-cmark-22.0.0 branch from 40adeca to 5f03559 Compare December 30, 2025 19:38
Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 14.0.1 to 22.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@v14.0.1...v22.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/pulldown-cmark-to-cmark-22.0.0 branch from 5f03559 to ad1394f Compare January 8, 2026 01:28
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.

0 participants