Update dependency org.commonmark:commonmark-ext-autolink to v0.22.0 - autoclosed #405

Closed
obotobot wants to merge 1 commit from renovate/org.commonmark-commonmark-ext-autolink-0.x into main
obotobot commented 2024-03-16 01:11:25 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.commonmark:commonmark-ext-autolink 0.21.0 -> 0.22.0 age adoption passing confidence

Release Notes

commonmark/commonmark-java (org.commonmark:commonmark-ext-autolink)

v0.22.0

Added
  • New MarkdownRenderer for 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:
    • The type of heading used
    • The type of link used (reference links will be rendered as inline links)
    • Whether special characters are escaped or not
    • Leading and trailing whitespace
  • Modular JAR (JPMS): All artifacts now include module descriptors (module-info)
    so jlink can be used; the old Automatic-Module-Name manifest entries were removed
  • New package org.commonmark.parser.beta containing classes that are not part of
    the stable API but are exported from the module because they might be useful for
    extension parsers
  • New package org.commonmark.text for text related utilities that are useful for
    both parsing and rendering
  • TableCell now has getWidth returning the number of dash and colon characters
    in the delimiter row, useful for rendering proportional width tables (#​296)
  • ThematicBreak now has getLiteral containing the string that was used in the
    source when parsing (#​309)
  • ListItem now has getMarkerIndent and getContentIndent for retrieving the
    space between the start of the line and the marker/content
  • Deprecated a some properties of BulletList, OrderedList, FencedCodeBlock
    and replaced with nullable ones because they might not be set when constructing
    these nodes manually instead of via parsing
Changed
  • Java 11 or later is now required (dropping support for Java 8)
  • Update to CommonMark spec 0.31.2
Fixed
  • Fix LinkReferenceDefinition having null SourceSpan when title is present
    and 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.


  • If you want to rebase/retry this PR, check this box

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.commonmark:commonmark-ext-autolink](https://togithub.com/commonmark/commonmark-java) | `0.21.0` -> `0.22.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark-ext-autolink/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.commonmark:commonmark-ext-autolink/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.commonmark:commonmark-ext-autolink/0.21.0/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.commonmark:commonmark-ext-autolink/0.21.0/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>commonmark/commonmark-java (org.commonmark:commonmark-ext-autolink)</summary> ### [`v0.22.0`](https://togithub.com/commonmark/commonmark-java/blob/HEAD/CHANGELOG.md#0220---2024-03-15) ##### Added - New `MarkdownRenderer` for 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: - The type of heading used - The type of link used (reference links will be rendered as inline links) - Whether special characters are escaped or not - Leading and trailing whitespace - Modular JAR (JPMS): All artifacts now include module descriptors (module-info) so jlink can be used; the old `Automatic-Module-Name` manifest entries were removed - New package `org.commonmark.parser.beta` containing classes that are not part of the stable API but are exported from the module because they might be useful for extension parsers - New package `org.commonmark.text` for text related utilities that are useful for both parsing and rendering - `TableCell` now has `getWidth` returning the number of dash and colon characters in the delimiter row, useful for rendering proportional width tables ([#&#8203;296](https://togithub.com/commonmark/commonmark-java/issues/296)) - `ThematicBreak` now has `getLiteral` containing the string that was used in the source when parsing ([#&#8203;309](https://togithub.com/commonmark/commonmark-java/issues/309)) - `ListItem` now has `getMarkerIndent` and `getContentIndent` for retrieving the space between the start of the line and the marker/content - Deprecated a some properties of `BulletList`, `OrderedList`, `FencedCodeBlock` and replaced with nullable ones because they might not be set when constructing these nodes manually instead of via parsing ##### Changed - Java 11 or later is now required (dropping support for Java 8) - Update to CommonMark spec 0.31.2 ##### Fixed - Fix `LinkReferenceDefinition` having null `SourceSpan` when title is present and parsing with source spans option enabled ([#&#8203;310](https://togithub.com/commonmark/commonmark-java/issues/310)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/antville/antville). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Pull request closed

Sign in to join this conversation.
No description provided.