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

fix(deps): update rust crate pulldown-cmark to 0.9.3 - autoclosed #42

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
pulldown-cmark dependencies patch 0.9.2 -> 0.9.3

Release Notes

raphlinus/pulldown-cmark (pulldown-cmark)

v0.9.3: 0.9.3

Compare Source

This patch prepares the release of the minor version 0.9.3. It's forked off 5c7881c and includes a cherry-pick of 48b5931.

Changelog

Parser

Even though this is a minor release, it changes changes how some inputs are parsed. These changes are made to comply with the CommonMark and GitHub Flavored Markdown specifications.

First, pulldown-cmark now supports strikethrough with a pair of single tildes in addition to double tildes, if the strikethrough option is enabled. For example, ~this~ is now equal to ~~this~~ and will be parsed like this.

The second change fixes a bug in the parser where a specific edge case with brackets and inline code ([`]`]) was incorrectly parsed as a link. This change should not affect most users of pulldown-cmark.

impl Debug for Everything

All public types in the pulldown-cmark library now implement the Debug trait.

PRs included in this release

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.9.2...v0.9.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@tertsdiepraam
Copy link
Member

This will close automatically once #44 is merged

@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.9.3 fix(deps): update rust crate pulldown-cmark to 0.9.3 Dec 2, 2023
@renovate renovate bot changed the title fix(deps): update rust crate pulldown-cmark to 0.9.3 fix(deps): update rust crate pulldown-cmark to 0.9.3 - autoclosed Dec 2, 2023
@renovate renovate bot closed this Dec 2, 2023
@renovate renovate bot deleted the renovate/pulldown-cmark-0.x branch December 2, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant