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

Update Rust crate pulldown-cmark to 0.13.0 #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

This PR contains the following updates:

Package Type Update Change
pulldown-cmark dependencies minor 0.9.3 -> 0.13.0

Release Notes

raphlinus/pulldown-cmark (pulldown-cmark)

v0.13.0

Compare Source

Breaking Changes

New Features

Bug Fixes and Code Enhancements

Docs

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.2...v0.13.0

v0.12.2: 0.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.1...v0.12.2

v0.12.1: 0.12.1

Compare Source

Security

New features

Developers

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.0...v0.12.1

v0.12.0: 0.12.0

Compare Source

Thanks to all contributors! This release mainly adds the long awaited commonmark-hs description lists (under a flag) and enables the blockquote kind in TagEnd reverted in 0.11.2.

Breaking changes

New features

Other changes

Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.2...v0.12.0

v0.11.3: 0.11.3

Compare Source

Security

Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.2...v0.11.3

v0.11.2

Compare Source

Revert BlockQuote kind to avoid breaking change.

v0.11.1

Compare Source

Thanks to all people involved in this release! The main change of this release is the reduction of the MSRV to 1.71.1, but it also includes a lot of bug fixes and a new mdBook for user-friendly documentation.

Breaking changes

What's Changed

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.0...v0.11.1

v0.11.0: 0.11.0

Compare Source

Finally, the so long awaited math mode is here! Enable the option to use it.

This release also includes other improvements and bugfixes, please see the changelog below for more details. Thanks to all contributors that has made possible this release!

Breaking changes

New features

  • Math mode

Bugfixes

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.3...v0.11.0

v0.10.3

Compare Source

The main change of this release is the simd feature was not being used in the escape functions since the version 0.10 due to a mistake during the separation of the crate pulldown-cmark-escape.

The crate pulldown-cmark-escape has been updated to the version 0.10.1.

What's Changed

Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.2...v0.10.3

v0.10.2

New release with some fixes and improvements. Note the 0.10.1 is missing (yanked from crates.io) due to a conflict with the clap version and the Rust minimum version (1.74 now instead of 1.70).

Thanks to all people that contributed to this release!

What's Changed

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.0...v0.10.2

v0.10.0

Compare Source

This is a huge release after a a long time without a major release, with many bugfixes and several new features. Thanks to all people involved!

Breaking Changes

New Features

Bugfixes

Other Changes

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.9.6...v0.10.0

v0.9.6: 0.9.6

Compare Source

cargo build fails when --locked is passed for 0.9.4 and 0.9.5 #​833

v0.9.5: 0.9.5

Compare Source

Set range end to Paragraph if returned early because of footnote definition #​831

v0.9.4: 0.9.4

Compare Source

  • Allow footnote definitions to not be separated by blank lines #​825
  • chore: Update bitflags from 1.3.x to 2.x #​694

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from d02cd2b to 9bff2dc Compare January 28, 2024 10:54
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.9.4 Update Rust crate pulldown-cmark to 0.9.5 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from 9bff2dc to 408434a Compare January 29, 2024 13:00
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.9.5 Update Rust crate pulldown-cmark to 0.9.6 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from 408434a to a993dd6 Compare February 3, 2024 19:16
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.9.6 Update Rust crate pulldown-cmark to 0.10.0 Feb 3, 2024
Copy link
Contributor Author

renovate bot commented Feb 3, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path gardener/Cargo.toml --package [email protected] --precise 0.10.3
    Updating crates.io index
error: failed to select a version for the requirement `pulldown-cmark = "^0.9.3"`
candidate versions found which didn't match: 0.10.3
location searched: crates.io index
required by package `obsidian-export v23.12.0`
    ... which satisfies dependency `obsidian-export = "^23.12.0"` (locked to 23.12.0) of package `gardener v0.1.0 (/tmp/renovate/repos/github/ofalvai/homecooked/gardener)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from a993dd6 to 16a36bc Compare April 3, 2024 14:53
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.10.0 Update Rust crate pulldown-cmark to 0.10.2 Apr 3, 2024
Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
homecooked ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 4:41pm

@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from 16a36bc to 8515b86 Compare April 23, 2024 07:52
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.10.2 Update Rust crate pulldown-cmark to 0.10.3 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from 8515b86 to a100089 Compare May 5, 2024 09:04
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.10.3 Update Rust crate pulldown-cmark to 0.10.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from a100089 to 902045e Compare May 16, 2024 00:02
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.10.0 Update Rust crate pulldown-cmark to 0.11.0 May 16, 2024
Copy link
Contributor Author

renovate bot commented May 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path gardener/Cargo.toml --package [email protected] --precise 0.13.0
    Updating crates.io index
error: failed to select a version for the requirement `pulldown-cmark = "^0.9.3"`
candidate versions found which didn't match: 0.13.0
location searched: crates.io index
required by package `obsidian-export v23.12.0`
    ... which satisfies dependency `obsidian-export = "^23.12.0"` (locked to 23.12.0) of package `gardener v0.1.0 (/tmp/renovate/repos/github/ofalvai/homecooked/gardener)`

@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from 902045e to 9604113 Compare August 17, 2024 10:28
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.11.0 Update Rust crate pulldown-cmark to 0.12.0 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/pulldown-cmark-0.x branch from 9604113 to 71e821e Compare February 12, 2025 16:40
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.12.0 Update Rust crate pulldown-cmark to 0.13.0 Feb 12, 2025
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.

0 participants