dylanowen / mdbook-graphviz

Mozilla Public License 2.0
44 stars 9 forks source link

Update Rust crate pulldown-cmark-to-cmark to v11 #82

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pulldown-cmark-to-cmark dependencies major 10.0 -> 11.0

Release Notes

Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark) ### [`v11.0.0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1100-2023-08-18) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v10.0.4...v11.0.0) ##### New Features - add apache-2 license text to crate as well ##### Bug Fixes - improve handling of inline code spans with multiple backticks Merge pull request [#​56](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/56) from mgeisler/inline-code ##### New Features (BREAKING) - Options to choose the ordered list marker and to auto-increment the ordered list numbers. - Based on the commonmark list spec an ordered list can use `.` or `)` as the ordered list marker. Now users can configure the marker they want to use with the `ordered_list_token` option. - Previously we'd always output the same number for each bullet, based on the first bullet in the list. Now when setting `increment_ordered_list_bullets=true` in th options we'll output auto-incremented numbers with proper support for nesting. ##### Commit Statistics - 13 commits contributed to the release over the course of 232 calendar days. - 342 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Thanks Clippy [Clippy](https://togithub.com/rust-lang/rust-clippy) helped 2 times to make code idiomatic. ##### Commit Details
view details - **Uncategorized** - Merge branch 'lic' ([`b889953`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/b889953135053db9763458cb471d5b7bd55c3272)) - Add apache-2 license text to crate as well ([`d9eb454`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d9eb45477fc23da0960cdb24f9f20d67bfac0784)) - Add license text ([`9ea32f4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/9ea32f403d250ee5f3dc68373b3e37c8f690436b)) - Improve handling of inline code spans with multiple backticks ([`c2a0113`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c2a0113cc649af32288c916026c47e63fbccb6ec)) - Refactor ([`1cd68a4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1cd68a41be3079b55179507ca3ececa385b59698)) - Thanks clippy ([`8f81a30`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8f81a30c659f21a14d814a6a4505699ac4eda757)) - Use necessary amount of backticks for inline code ([`3437734`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/343773455fb08f20817f6de74b0bf8f067a90ba1)) - Always use backticks for inline code blocks ([`1e76c95`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1e76c955ebd59190a3198ff5a62cd840023486d1)) - Options to choose the ordered list marker and to auto-increment the ordered list numbers. ([`2263c2f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/2263c2f33d9fb546881c0837f391bf266528f8d2)) - Thanks clippy ([`6bde374`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6bde37483b7578ef554952775e9e0c3332ecf4aa)) - Correct indentation for a nested list in a doc comment ([`ce1fb72`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ce1fb72ab7d9db2647e142916e8af0bccc0ec97e)) - Add option to increment ordered list number ([`f2fae4b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f2fae4b5c64d44d624cb2dff16a70b31306e60ce)) - Allow users to specify a custom ordered list marker ([`981c86a`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/981c86adc847eb8df0c1616b0e7377536f7f59e2))
### [`v10.0.4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1004-2022-09-10) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v10.0.3...v10.0.4) ##### Bug Fixes - add newlines where needed to produce valid codeblocks ##### Commit Statistics - 6 commits contributed to the release over the course of 1 calendar day. - 1 day passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#​48](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/48) ##### Commit Details
view details - **[#​48](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/48)** - Add newlines where needed to produce valid codeblocks ([`f3b4370`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f3b43705ecf5c3760f964680c2975b14cf92a990)) - **Uncategorized** - Release pulldown-cmark-to-cmark v10.0.4 ([`5f6ec45`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/5f6ec453d5c44d45d09100749d1c1e2891e05bf7)) - Cargo fmt ([`89b557a`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/89b557a46786f2efebccec010f8c115ad21910e3)) - Fix typo ([`1833cfb`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1833cfb3f45591cc866851ebd0ca22d4cf6b4819)) - Inserts a newline if there is no newline before code block termination fence ([`ef4c401`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ef4c4014b4bc2d6e26240a99a9afd49e60b320f3)) - Add a test case to verify that indented code blocks without trailing `\n` are rendered correctly ([`6c6f492`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6c6f4926df13496bf307f7059af6342647e889d3))
### [`v10.0.3`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1003-2022-09-09) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v10.0.2...v10.0.3) ##### Bug Fixes - duplicated shortcut link definitions are only printed once. ##### Other - Replace `.travis.yml` with `.github/workflows/rust.yml` We have already migrated from Travis CI to GitHub Actions. ##### Commit Statistics - 5 commits contributed to the release. - 73 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#​46](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/46) ##### Commit Details
view details - **[#​46](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/46)** - Duplicated shortcut link definitions are only printed once. ([`ff4050f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ff4050f4981f300d79b4d3214bdfe6c3c99ef205)) - **Uncategorized** - Release pulldown-cmark-to-cmark v10.0.3 ([`4e7c91b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/4e7c91bb7d032921d56330663c3f4a9f6027e722)) - De-duplicate shortcut link definitions ([`32d9466`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/32d94668ec4c294f5161ccc8cdba94ada78713d4)) - Add a test case to verify that repeated reference links are rendered correctly ([`eb6ab63`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/eb6ab631b1dac766012625db44384eeb3df74f70)) - Replace `.travis.yml` with `.github/workflows/rust.yml` ([`e214cc1`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e214cc1be5305f9b43738affff4d1ca22242af37))
### [`v10.0.2`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1002-2022-06-28) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v10.0.1...v10.0.2) ##### Fixes - support for backticks within inline-backticks, see this [this comment](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/20#issuecomment-1165798752) for details. ##### Commit Statistics - 4 commits contributed to the release over the course of 2 calendar days. - 108 days passed between releases. - 0 commits were 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 v10.0.2 ([`341f46e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/341f46e63d7a4276cda013251bf43b18b493494f)) - Update changelog ([`0fa8688`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/0fa8688e422cd18839d06d400660df9a457ed34c)) - Add space aroudn backticks ([`6f68331`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6f683310f2e6965c6d1d3ee09c3b36eefff5c1a3)) - Fix double-backtick issue ([`09a35a9`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/09a35a96002cb2ca00e0769c0ae4cc8927698ccd))
### [`v10.0.1`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1001-2022-03-12) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v10.0.0...v10.0.1) ##### Fixes - add `cmark_resume()`, completing the API transition started with the major version change. ##### Commit Statistics - 6 commits contributed to the release. - 42 days passed between releases. - 0 commits were 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 v10.0.1 ([`d2d1e6e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d2d1e6ee90543aba85d83a7a08f1adda6c8ba0da)) - Update changelog ([`eb88b2e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/eb88b2e2f3c4de46bff0c55418f3359eb62bf747)) - Add clippy to Makefile/CI ([`7bb9a68`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7bb9a68a98bcec55879379dcda669593129a006a)) - Fix misc Clippy lints ([`118df17`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/118df1747be21cd4b323bf76d22c6736117af0f9)) - Re-order to logically group cmark\* functions ([`16f06eb`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/16f06eb10bfc084c7e79e6d6e76703452517ae0f)) - Add cmark_with_options() and fix comments ([`53efeb8`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/53efeb83c158978331303d6889a24f6192e40dea))

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.