TheOpenDictionary / odict

A blazingly-fast, offline-first format and toolchain for lexical data 📖
https://odict.org
GNU General Public License v3.0
90 stars 5 forks source link

fix(deps): update rust crate pulldown-cmark to v0.11.2 #903

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pulldown-cmark dependencies patch 0.11.0 -> 0.11.2

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

raphlinus/pulldown-cmark (pulldown-cmark) ### [`v0.11.2`](https://togithub.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.11.2) [Compare Source](https://togithub.com/raphlinus/pulldown-cmark/compare/v0.11.1...v0.11.2) Revert BlockQuote kind to avoid breaking change. ### [`v0.11.1`](https://togithub.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.11.1) [Compare Source](https://togithub.com/raphlinus/pulldown-cmark/compare/v0.11.0...v0.11.1) 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. #### What's Changed - fix: CowStr deserialization when escaping by [@​aatifsyed](https://togithub.com/aatifsyed) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/895](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/895) - fix(test): fix generating spec tests doesn't work on Windows due to line-endings by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/903](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/903) - feat: add `-G` CLI option to enable GFM support by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/905](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/905) - feat: set `DefaultBrokenLinkCallback` as the default broken link callback of `OffsetIter` by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/901](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/901) - chore(doc): use `cargo add` to instruct how to install this crate as dependency by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/904](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/904) - fix typo by [@​jmbhughes](https://togithub.com/jmbhughes) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/909](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/909) - Fix parsing blocks inside alert body by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/908](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/908) - fuzz: fix building fuzzer and improve fuzzing coverage by enabling more parse options by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/910](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/910) - fix: fix warnings reported from nightly rustc by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/911](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/911) - fix: fix infinite loop when metadata delimiter is indented by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/913](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/913) - Raise the link cutoff from 5 to 32 by [@​notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/917](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/917) - Reduce MSRV to 1.71.1 by separating benchmarks into a new crate with CI enhancements by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/916](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/916) - Add guide book and deploy script for it by [@​notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/883](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/883) - ci: fix deploying the document to GitHub Pages and make the deploy job faster by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/920](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/920) - Fix lone task list item bug by [@​notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/924](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/924) - Fix offset range around footnotes that look like images by [@​notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/925](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/925) - Update old footnote format to interrupt paragraph by [@​notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/928](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/928) - Add BlockQuoteKind to BlockQuote TagEnd by [@​notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/926](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/926) - Fix confusing bug with back-to-back footnotes by [@​notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/930](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/930) - Add reproduction cases for [#​927](https://togithub.com/raphlinus/pulldown-cmark/issues/927) by [@​zoni](https://togithub.com/zoni) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/929](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/929) - Add regression test for [#​655](https://togithub.com/raphlinus/pulldown-cmark/issues/655) by [@​ollpu](https://togithub.com/ollpu) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/932](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/932) - Renovate the superlinear time fuzzer by [@​ollpu](https://togithub.com/ollpu) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/935](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/935) #### New Contributors - [@​aatifsyed](https://togithub.com/aatifsyed) made their first contribution in [https://github.com/pulldown-cmark/pulldown-cmark/pull/895](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/895) - [@​jmbhughes](https://togithub.com/jmbhughes) made their first contribution in [https://github.com/pulldown-cmark/pulldown-cmark/pull/909](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/909) - [@​zoni](https://togithub.com/zoni) made their first contribution in [https://github.com/pulldown-cmark/pulldown-cmark/pull/929](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/929) **Full Changelog**: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.11.0...v0.11.1

Configuration

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

🚦 Automerge: Enabled.

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.



This PR was generated by Mend Renovate. View the repository job log.