dylanowen / mdbook-graphviz

Mozilla Public License 2.0
44 stars 9 forks source link

Update Rust crate pulldown-cmark-to-cmark to v12 - autoclosed #111

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pulldown-cmark-to-cmark dependencies major 11.2 -> 12.0

Release Notes

Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark) ### [`v12.0.0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1200-2024-03-16) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v11.2.0...v12.0.0) ##### Other - update pulldown-cmark dependency ##### New Features (BREAKING) - upgrade to pulldown-cmark v0.10 This comes with a variety of changes to the `State` type, which is the reason this is a breaking release. The overall correctness is improved though, bringing the amount of successful tests of the spec to 435/649 (up by 4). ##### Commit Statistics - 17 commits contributed to the release over the course of 34 calendar days. - 48 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Upgrade to pulldown-cmark v0.10 ([`640148b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/640148b354eb7325e1fbeec2acbd4867d3c536fc)) - Avoid allocations ([`366f304`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/366f304104ec27e96f185ead57658532ecaecaa7)) - Allow State to borrow from events ([`b3bfd40`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/b3bfd404951c19314e110ee2764ea69b8cd4a9e2)) - Remove State::last_was_html ([`42739b5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/42739b5996a2490c61b792cfc32b980614892ae0)) - Test custom attributes ([`8152f81`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8152f815f8692feec1a5b194feb77028a39bc5dd)) - Adjust snapshots ([`1c21b70`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1c21b70685bd1e85a9c0ed2862d6f6fb2f97f142)) - Remove trailing whitespace in snapshots (seems to be a pulldown-cmark parsing change) ([`b09ce73`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/b09ce73a997f4bbb0abe237bfc603980f532753d)) - Fix handling of HTML blocks ([`6afb4cd`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6afb4cdf66344b3701cdc30d393aec7d0356480a)) - Clippy ([`4a66292`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/4a6629280441b14f85222f133efda26ae8ec46b0)) - Fix EndTag tests ([`38bb5dd`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/38bb5dddc8b5603849c6ce006f96d4f93f83784c)) - Comment out end tag tests that aren't triviably updateable ([`82110a4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/82110a4cc62d2fac7fa5d12842807b9264e45deb)) - Support heading attributes ([`fc30c6d`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/fc30c6dbc2457bf2c68ea70b66be80fd64016d5a)) - Fix test ([`ea2608e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ea2608e88cabcbc9962b08360e624e176b780c19)) - Fix easily-updateable tests ([`ebf9b69`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ebf9b6914c9eccbc0efc9bfed3d26ccfb64ff3c5)) - Add link/image stacks and track current header ([`3090b8a`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/3090b8a7c3026e2a5fa3b2fbaf4fe9753ec662a9)) - Metadata blocks ([`a26731c`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/a26731caaaa89960528b8c72d6c051c7c30d4660)) - Update pulldown-cmark dependency ([`b90defb`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/b90defbf6ade8b3c1c0585f7933421f086eeb123))

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.