Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps pulldown-cmark-to-cmark from 21.1.0 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)
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)
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...
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pulldown-cmark-to-cmark [>= 15.0.a, < 15.1]
pulldown-cmark-to-cmark [>= 16.a, < 17]
pulldown-cmark-to-cmark [>= 17.a, < 18]
pulldown-cmark-to-cmark [>= 18.a, < 19]
pulldown-cmark-to-cmark [>= 19.a, < 20]
pulldown-cmark-to-cmark [>= 21.a, < 22]
pulldown-cmark-to-cmark [>= 20.a, < 21]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 21.1.0 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@v21.1.0...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 added dependencies rust Pull requests that update Rust code labels Jan 5, 2026
@prql-bot prql-bot enabled auto-merge (squash) January 5, 2026 17:06
@prql-bot prql-bot merged commit 0b86402 into main Jan 5, 2026
95 of 110 checks passed
@prql-bot prql-bot deleted the dependabot/cargo/pulldown-cmark-to-cmark-22.0.0 branch January 5, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants