Update CommonMark packages to v0.25.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.25.0 age adoption passing confidence
org.commonmark:commonmark-ext-gfm-strikethrough 0.24.0 -> 0.25.0 age adoption passing confidence
org.commonmark:commonmark-ext-autolink 0.24.0 -> 0.25.0 age adoption passing confidence
org.commonmark:commonmark 0.24.0 -> 0.25.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.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.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark-ext-gfm-tables/0.25.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.25.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.25.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.25.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.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark-ext-gfm-strikethrough/0.25.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.25.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.25.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.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.commonmark:commonmark-ext-autolink](https://github.com/commonmark/commonmark-java) | `0.24.0` -> `0.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark-ext-autolink/0.25.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.25.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.25.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.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) | `0.24.0` -> `0.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.commonmark:commonmark/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.commonmark:commonmark/0.25.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.25.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.25.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.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
This pull request can be merged automatically.
You are not authorized to merge this pull request.
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.