Update CommonMark packages to v0.27.0 #506

Open
renovate-bot wants to merge 1 commit from renovate/commonmark-packages into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.commonmark:commonmark-ext-gfm-tables 0.24.0 -> 0.27.0 age adoption passing confidence
org.commonmark:commonmark-ext-gfm-strikethrough 0.24.0 -> 0.27.0 age adoption passing confidence
org.commonmark:commonmark-ext-autolink 0.24.0 -> 0.27.0 age adoption passing confidence
org.commonmark:commonmark 0.24.0 -> 0.27.0 age adoption passing confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.27.0

Added
  • Autolink extension: Now supports configuration of different link types that
    should be recognized and converted to links. See AutolinkExtension#builder

    Type Default? Description
    URL Yes URL with a protocol such as https://example.com
    EMAIL Yes Email address such as foo@example.com
    WWW Yes Address beginning with www such as www.example.com

    Note that this changes the behavior of AutolinkExtension.create() to now also
    include WWW links by default. To re-enable the previous behavior, use:

    AutolinkExtension.builder().linkTypes(AutolinkType.URL, AutolinkType.EMAIL).build();
    

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 these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java) | `0.24.0` -> `0.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark-ext-gfm-tables/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.commonmark:commonmark-ext-gfm-tables/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.commonmark:commonmark-ext-gfm-tables/0.24.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.commonmark:commonmark-ext-gfm-tables/0.24.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.commonmark:commonmark-ext-gfm-strikethrough](https://github.com/commonmark/commonmark-java) | `0.24.0` -> `0.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark-ext-gfm-strikethrough/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.commonmark:commonmark-ext-gfm-strikethrough/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.commonmark:commonmark-ext-gfm-strikethrough/0.24.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.commonmark:commonmark-ext-gfm-strikethrough/0.24.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.commonmark:commonmark-ext-autolink](https://github.com/commonmark/commonmark-java) | `0.24.0` -> `0.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark-ext-autolink/0.27.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.27.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.24.0/0.27.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.24.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) | `0.24.0` -> `0.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.commonmark:commonmark/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.commonmark:commonmark/0.24.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.commonmark:commonmark/0.24.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>commonmark/commonmark-java (org.commonmark:commonmark-ext-gfm-tables)</summary> ### [`v0.27.0`](https://github.com/commonmark/commonmark-java/blob/HEAD/CHANGELOG.md#0270---2025-10-12) ##### Added - Autolink extension: Now supports configuration of different link types that should be recognized and converted to links. See `AutolinkExtension#builder` | Type | Default? | Description | |---------|----------|--------------------------------------------------------| | `URL` | Yes | URL with a protocol such as `https://example.com` | | `EMAIL` | Yes | Email address such as `foo@example.com` | | `WWW` | Yes | Address beginning with `www` such as `www.example.com` | Note that this changes the behavior of `AutolinkExtension.create()` to now also include `WWW` links by default. To re-enable the previous behavior, use: ```java AutolinkExtension.builder().linkTypes(AutolinkType.URL, AutolinkType.EMAIL).build(); ``` ### [`v0.26.0`](https://github.com/commonmark/commonmark-java/blob/HEAD/CHANGELOG.md#0260---2025-09-13) ##### 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` ``). ([#&#8203;398](https://github.com/commonmark/commonmark-java/issues/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. ([#&#8203;400](https://github.com/commonmark/commonmark-java/issues/400)) ### [`v0.25.1`](https://github.com/commonmark/commonmark-java/blob/HEAD/CHANGELOG.md#0251---2025-08-01) ##### 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. ([#&#8203;388](https://github.com/commonmark/commonmark-java/issues/388)) ### [`v0.25.0`](https://github.com/commonmark/commonmark-java/blob/HEAD/CHANGELOG.md#0250---2025-06-20) ##### Added - Include OSGi metadata in jars (`META-INF/MANIFEST.MF` files) ([#&#8203;378](https://github.com/commonmark/commonmark-java/issues/378)) - More documentation with examples for `Node` classes ([#&#8203;370](https://github.com/commonmark/commonmark-java/issues/370)) ##### Changed - GitHub tables: Tables are now parsed even if there's no blank line before the table heading, matching GitHub's behavior. ([#&#8203;381](https://github.com/commonmark/commonmark-java/issues/381)) ##### Fixed - `MarkdownRenderer`: Fix precedence for `nodeRendererFactory`: Factories passed to the builder can now override rendering for core node types. ([#&#8203;368](https://github.com/commonmark/commonmark-java/issues/368)) - `MarkdownRenderer`: Fix exception with ordered lists with a long first number followed by a shorter one ([#&#8203;382](https://github.com/commonmark/commonmark-java/issues/382)) - Fix warning in Eclipse about "missing 'requires transitive'" ([#&#8203;358](https://github.com/commonmark/commonmark-java/issues/358)) - Fix Android incompatibility with `requireNonNullElseGet` ([#&#8203;369](https://github.com/commonmark/commonmark-java/issues/369)) </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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5IiwiamF2YSIsInJ1bnRpbWUiXX0=-->
renovate-bot added the
dependency
java
runtime
labels 2025-06-20 13:42:33 +00:00
renovate-bot added 1 commit 2025-06-20 13:42:33 +00:00
renovate-bot changed title from Update CommonMark packages to v0.25.0 to Update CommonMark packages to v0.25.1 2025-08-01 12:42:31 +00:00
renovate-bot force-pushed renovate/commonmark-packages from 1d20674b14 to 07b72ee436 2025-08-01 12:42:31 +00:00 Compare
renovate-bot changed title from Update CommonMark packages to v0.25.1 to Update CommonMark packages to v0.26.0 2025-09-13 00:42:36 +00:00
renovate-bot changed title from Update CommonMark packages to v0.26.0 to Update CommonMark packages to v0.27.0 2026-01-02 14:43:48 +00:00
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/commonmark-packages:renovate/commonmark-packages
git checkout renovate/commonmark-packages
Sign in to join this conversation.
No description provided.