Update dependency org.commonmark:commonmark-ext-autolink to v0.22.0 - autoclosed #405
No reviewers
Labels
No labels
antville.org
bug
compatibility
dependency
duplicate
enhancement
help wanted
invalid
java
javascript
major
needs feedback
needs work
no-issue-activity
runtime
security
urgent
usability
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: antville/antville#405
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/org.commonmark-commonmark-ext-autolink-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.21.0->0.22.0Release Notes
commonmark/commonmark-java (org.commonmark:commonmark-ext-autolink)
v0.22.0Added
MarkdownRendererfor rendering nodes to Markdown (CommonMark)!Note that while care is taken to produce equivalent Markdown, some differences
in the original Markdown (if parsed) are not preserved, such as:
so jlink can be used; the old
Automatic-Module-Namemanifest entries were removedorg.commonmark.parser.betacontaining classes that are not part ofthe stable API but are exported from the module because they might be useful for
extension parsers
org.commonmark.textfor text related utilities that are useful forboth parsing and rendering
TableCellnow hasgetWidthreturning the number of dash and colon charactersin the delimiter row, useful for rendering proportional width tables (#296)
ThematicBreaknow hasgetLiteralcontaining the string that was used in thesource when parsing (#309)
ListItemnow hasgetMarkerIndentandgetContentIndentfor retrieving thespace between the start of the line and the marker/content
BulletList,OrderedList,FencedCodeBlockand replaced with nullable ones because they might not be set when constructing
these nodes manually instead of via parsing
Changed
Fixed
LinkReferenceDefinitionhaving nullSourceSpanwhen title is presentand parsing with source spans option enabled (#310)
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.
Pull request closed