Update Rust crate pulldown-cmark-to-cmark to v19 #319
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.0.0
->19.0.0
Release Notes
Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark)
v19.0.0
Compare Source
New Features (BREAKING)
State
struct non-exhaustiveThat way, future additions to the rather internal state won't be a reason for breaking changes anymore.
Bug Fixes (BREAKING)
drasticly improve escaping
!
,#
, and|
Raises spec tests from 578 to 580. It handles cases that look like these
Commit Statistics
Commit Details
view details
daef56b
)a85fe39
)Cow<'a, str>
to minimize allocations for pipe escaping (022fa11
)c9ecdd2
)State
struct non-exhaustive (13785fe
)e7f0784
)37e8dcb
)edcac27
)f6fba5f
)4690885
)!
,#
, and|
(76c24a1
)v18.0.0
Compare Source
Chore
TextMergeStream
for round-trip testsThis increases the amount of passing tests to 578.
It doesn't strictly improve the quality of implementation,
but since separate text events aren't supposed to be semantic,
these failures seem spurrious.
New Features
Increases passing spec tests from 473 to 477.
Bug Fixes
New Features (BREAKING)
This raises the number of passing spec tests from 459 to 473.
Commit Statistics
Commit Details
view details
6c8bc4d
)81ac29b
)TextMergeStream
for round-trip tests (b3d7df2
)d8f22c1
)d5323a8
)33ce10d
)2f75de2
)848abc3
)3fdf308
)db76794
)8a9573d
)v17.0.0
Compare Source
New Features (BREAKING)
This raises the number of passing spec tests from 436 to 459.
Bug Fixes (BREAKING)
Commit Statistics
Commit Details
view details
55fe0bc
)98818fa
)ed4ff6f
)3170061
)c3a0f32
)210a0be
)Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.