Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.commonmark:commonmark-ext-gfm-tables to v0.22.0 - autoclosed #403

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

commonmark/commonmark-java (org.commonmark:commonmark-ext-gfm-tables)

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.

@renovate renovate bot added build java Pull requests that update Java code runtime labels Mar 15, 2024
@p3k p3k removed the build label Mar 24, 2024
@renovate renovate bot force-pushed the renovate/org.commonmark-commonmark-ext-gfm-tables-0.x branch from 7cef4a6 to efc3405 Compare March 24, 2024 12:28
@p3k p3k added dependency Pull request that updates a dependency file and removed dependencies labels Mar 24, 2024
@renovate renovate bot force-pushed the renovate/org.commonmark-commonmark-ext-gfm-tables-0.x branch from efc3405 to b506812 Compare March 24, 2024 12:45
@renovate renovate bot changed the title Update dependency org.commonmark:commonmark-ext-gfm-tables to v0.22.0 Update dependency org.commonmark:commonmark-ext-gfm-tables to v0.22.0 - autoclosed May 30, 2024
@renovate renovate bot closed this May 30, 2024
@renovate renovate bot deleted the renovate/org.commonmark-commonmark-ext-gfm-tables-0.x branch May 30, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Pull request that updates a dependency file java Pull requests that update Java code runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant