Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Comments

fix(deps): update dependency org.commonmark:commonmark to v0.26.0#44

Merged
daspositioned merged 1 commit intomainfrom
renovate/org.commonmark-commonmark-0.x
Sep 24, 2025
Merged

fix(deps): update dependency org.commonmark:commonmark to v0.26.0#44
daspositioned merged 1 commit intomainfrom
renovate/org.commonmark-commonmark-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
org.commonmark:commonmark 0.24.0 -> 0.26.0 age confidence

Release Notes

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

v0.26.0

Changed
  • A LinkProcessor using replaceWith now also stops outer links from being
    parsed as links, same as with wrapTextIn. This prevents nested links, see
    footnotes change below.
Fixed
  • Fix rendering of image alt text to include contents of code spans (`code`). (#​398)
  • footnotes: Fix footnotes nested within links. Before, both the link and the
    footnote reference would be parsed and lead to nested <a> elements, which
    is disallowed. Now, only the footnote is parsed and the outer link becomes
    plain text; this matches the behavior of links. (#​400)

v0.25.1

Fixed
  • footnotes: Fix parsing of footnote definitions containing multiple paragraphs
    separated by blank lines. Before it only worked if paragraphs were separated
    by lines of 4 spaces. (#​388)

v0.25.0

Added
  • Include OSGi metadata in jars (META-INF/MANIFEST.MF files) (#​378)
  • More documentation with examples for Node classes (#​370)
Changed
  • GitHub tables: Tables are now parsed even if there's no blank line before the
    table heading, matching GitHub's behavior. (#​381)
Fixed
  • MarkdownRenderer: Fix precedence for nodeRendererFactory: Factories passed
    to the builder can now override rendering for core node types. (#​368)
  • MarkdownRenderer: Fix exception with ordered lists with a long first number
    followed by a shorter one (#​382)
  • Fix warning in Eclipse about "missing 'requires transitive'" (#​358)
  • Fix Android incompatibility with requireNonNullElseGet (#​369)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency org.commonmark:commonmark to v0.25.0 fix(deps): update dependency org.commonmark:commonmark to v0.25.1 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/org.commonmark-commonmark-0.x branch from 32e3552 to 07a1c48 Compare August 1, 2025 15:14
@renovate renovate bot force-pushed the renovate/org.commonmark-commonmark-0.x branch from 07a1c48 to 3252ba1 Compare September 24, 2025 17:33
@renovate renovate bot changed the title fix(deps): update dependency org.commonmark:commonmark to v0.25.1 fix(deps): update dependency org.commonmark:commonmark to v0.26.0 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/org.commonmark-commonmark-0.x branch from 3252ba1 to 2b67006 Compare September 24, 2025 17:33
@daspositioned daspositioned merged commit 9192e2f into main Sep 24, 2025
@daspositioned daspositioned deleted the renovate/org.commonmark-commonmark-0.x branch September 24, 2025 17:34
daspositioned pushed a commit that referenced this pull request Sep 24, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
daspositioned pushed a commit that referenced this pull request Oct 6, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant