Skip to content

Update dependency org.commonmark:commonmark to v0.29.0#440

Merged
EricWittmann merged 1 commit into
mainfrom
renovate/org.commonmark-commonmark-0.x
Jun 22, 2026
Merged

Update dependency org.commonmark:commonmark to v0.29.0#440
EricWittmann merged 1 commit into
mainfrom
renovate/org.commonmark-commonmark-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.commonmark:commonmark 0.28.00.29.0 age confidence

Release Notes

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

v0.29.0

Added
  • Support rendering GFM task list items to Markdown (#​433)
  • Support rendering YAML front matter to Markdown (#​434)
  • Alerts
    • Allow customizing HTML attributes for alert title <p> tag via AttributeProvider (#​427)
    • New configuration for AlertsExtension to allow authors to provide custom
      titles per alert. See the
      custom titles section of the alerts README
      for more information. (#​430)
    • New configuration for AlertsExtension to allow alerts to be nested within
      other blocks (including other alerts). See
      this section of the alerts README
      for more information. (#​430)
    • New configuration for AlertsExtension to allow the set of alert types
      (including standard GFM types) to be completely overwritten. (#​435)
      var extension = AlertsExtension.builder()
              .setAllowedTypes(Map.ofEntries(
                      Map.entry("IMPORTANT", "Important"),
                      Map.entry("WARNING", "Warning")
                      Map.entry("BUG", "Known Bug")
              ))
              .build();
    • Support rendering alerts to text (#​437)

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 added area/dependencies Dependency updates update/minor Minor version dependency update labels Jun 20, 2026
@EricWittmann EricWittmann merged commit 9c6e1b9 into main Jun 22, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/org.commonmark-commonmark-0.x branch June 22, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Dependency updates update/minor Minor version dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant