dylanowen / mdbook-graphviz

Mozilla Public License 2.0
44 stars 9 forks source link

Update Rust crate pulldown-cmark-to-cmark to 11.2 #101

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pulldown-cmark-to-cmark dependencies minor 11.0 -> 11.2

Release Notes

Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark) ### [`v11.2.0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1120-2024-01-27) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v11.1.0...v11.2.0) ##### New Features - introduce `calculate_code_block_token_count()`, along with `DEFAULT_CODE_BLOCK_TOKEN_COUNT`. That way it's possible to correctly determine the amount of fenced code-block tokens needed to render all given events such that code-blocks are retained. ##### Commit Statistics - 3 commits contributed to the release. - 1 day passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Merge branch 'fix_count_code_block_tokens' ([`ee42335`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ee4233527dd46b963d5a553c18bcc7b876f75fa1)) - Introduce `calculate_code_block_token_count()`, along with `DEFAULT_CODE_BLOCK_TOKEN_COUNT`. ([`e339365`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e33936543e4db169fb7734cc0ce83127a0c04e8b)) - Change the return type of count_code_block_tokens ([`ef1c276`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ef1c2766c1f91ba226063e4f914646f0d32172da))
### [`v11.1.0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1110-2024-01-25) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v11.0.2...v11.1.0) ##### New Features - add `count_code_block_tokens()` function. It allows to calculate the amount of backticks around a code block for given events to assure code-blocks are reproduced correctly when rendering the same events. ##### Commit Statistics - 6 commits contributed to the release over the course of 59 calendar days. - 61 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Release pulldown-cmark-to-cmark v11.1.0 ([`d236e29`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d236e29395304f40c988813b4bf7b76e8dd2bfbe)) - Add `count_code_block_tokens()` function. ([`10b855f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/10b855fc6433ba1aa70add57be261d8be3fc2249)) - Refactor ([`c0f631d`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c0f631d68a9373bf662302296044d90eaac4c8b6)) - Add check_code_block_token_count function ([`f119d77`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f119d7735fa1ed762fedf4a614a76bd0c7fbb33f)) - Merge pull request [#​64](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/64) from max-heller/readme-links ([`b926264`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/b9262648473b2ec8c0aaf5fc2f23c41ccdfcc58a)) - Update pulldown-cmark and mdbook links in README ([`31e8bb5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/31e8bb56781633b25dbe685d622f209afaa097ec))
### [`v11.0.2`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1102-2023-11-24) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v11.0.1...v11.0.2) ##### Bug Fixes - Escape double quotes in link titles. ##### Commit Statistics - 5 commits contributed to the release. - 4 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#​62](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/62) ##### Commit Details
view details - **[#​62](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/62)** - Escape double quotes in link titles. ([`9a64f6b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/9a64f6bc8fafe22bfd4d3fc6704a097719a10566)) - **Uncategorized** - Release pulldown-cmark-to-cmark v11.0.2 ([`befdaab`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/befdaabc5c024d6d22332cf6e6e65baaa3b92a72)) - Address code review comments ([`4767b2f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/4767b2fe2dea1c4f0a563d3e71cdb54bd8efc8bc)) - Escape double quotes in link titles ([`74f0abe`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/74f0abee0dcfde1148af57e2acc0451b12ce1308)) - Failing test for link titles with interior punctuation ([`e891ea4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e891ea423ee7e1425dd4866e0d6e0fd74554a9e6))
### [`v11.0.1`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1101-2023-11-19) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v11.0.0...v11.0.1) ##### Fix - properly format multi-line footnotes. Merge branch 'multiline-footnotes' ([`f6b5348`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f6b53488417f65a30bf833c165c9112a37b393b7)) ##### Commit Statistics - 5 commits contributed to the release. - 92 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#​61](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/61) ##### Commit Details
view details - **[#​61](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/61)** - Fix: properly format multi-line footnotes. Merge branch 'multiline-footnotes' ([`f6b5348`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f6b53488417f65a30bf833c165c9112a37b393b7)) - **Uncategorized** - Release pulldown-cmark-to-cmark v11.0.1 ([`b1f77e0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/b1f77e0526b59a04234c0874cf00493720da550a)) - Prepare changelog ([`323cbc0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/323cbc077267bb7ef370687d5c9d589758853e32)) - Multiline footnote fix ([`4768ad5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/4768ad54fee48046974dc7b76d3768b62161e959)) - Failing multiline footnote test ([`e187313`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e18731327065297e4d2ac9d8e24bb6b6db5bbaf0))

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.



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