Skip to content

fix(deps): update dependency com.atlassian.commonmark:commonmark to v0.17.0#353

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commonmark.version
Open

fix(deps): update dependency com.atlassian.commonmark:commonmark to v0.17.0#353
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commonmark.version

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2022

This PR contains the following updates:

Package Change Age Confidence
com.atlassian.commonmark:commonmark 0.15.20.17.0 age confidence

Release Notes

atlassian/commonmark-java (com.atlassian.commonmark:commonmark)

v0.17.0

Changed
  • ACTION REQUIRED: Maven groupId has changed from com.atlassian.commonmark to org.commonmark
    • To continue getting new versions of commonmark-java, change the Maven coordinates in your dependencies:
    • Old: <groupId>com.atlassian.commonmark</groupId>
    • New: <groupId>org.commonmark</groupId>

v0.16.1

Added
  • Support for including source spans on block and inline nodes (#​1):
    • Answer for "Where in the source input (line/column position and length) does this node come from?"
    • Useful for things like editors that want to keep the input and rendered output scrolled to the same lines,
      or start editing on the node that was selected.
    • Use includeSourceSpans on Parser.Builder to enable,
      either with IncludeSourceSpans.BLOCKS or IncludeSourceSpans.BLOCKS_AND_INLINES
    • Read data with Node.getSourceSpans
    • Note that enabling this has a small performance impact on parsing (about 10%)
Changed
  • In order to support source spans (see above), a few of the extension
    APIs changed. It should only affect users implementing their own
    extensions. See the Javadoc to see what changed.
  • YAML front matter extension: Support dots in key names

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 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 force-pushed the renovate/commonmark.version branch 4 times, most recently from b4d53ef to 11079f6 Compare December 6, 2022 14:31
@renovate renovate bot force-pushed the renovate/commonmark.version branch from 11079f6 to 63471c8 Compare June 9, 2023 06:43
@renovate renovate bot force-pushed the renovate/commonmark.version branch 5 times, most recently from fd1d4e6 to ce638c0 Compare August 29, 2023 14:24
@renovate renovate bot force-pushed the renovate/commonmark.version branch from ce638c0 to e198e25 Compare September 13, 2023 07:06
@renovate renovate bot force-pushed the renovate/commonmark.version branch from e198e25 to 8fb6d54 Compare January 18, 2024 09:10
@renovate renovate bot force-pushed the renovate/commonmark.version branch 3 times, most recently from dc45c5d to 2ad9a50 Compare March 4, 2024 10:33
@renovate renovate bot force-pushed the renovate/commonmark.version branch from 2ad9a50 to 01c18da Compare January 30, 2025 17:09
@renovate renovate bot changed the title Update dependency com.atlassian.commonmark:commonmark to v0.17.0 Replace commonmark.version with org.commonmark:commonmark Jan 30, 2025
@renovate renovate bot force-pushed the renovate/commonmark.version branch 2 times, most recently from d72257f to 046bbca Compare February 11, 2025 13:41
@renovate renovate bot force-pushed the renovate/commonmark.version branch 2 times, most recently from 4ba35b5 to 50ad6d5 Compare May 22, 2025 12:11
@renovate renovate bot force-pushed the renovate/commonmark.version branch 2 times, most recently from 96a03bc to 919fbcc Compare November 4, 2025 11:06
@renovate renovate bot force-pushed the renovate/commonmark.version branch 7 times, most recently from f8a6562 to f310154 Compare November 27, 2025 14:16
@renovate renovate bot force-pushed the renovate/commonmark.version branch 4 times, most recently from fb0134f to 14bfcf6 Compare November 27, 2025 22:35
@renovate renovate bot force-pushed the renovate/commonmark.version branch 3 times, most recently from a07db45 to c396894 Compare January 23, 2026 12:36
@renovate renovate bot changed the title Replace commonmark.version with org.commonmark:commonmark fix(deps): replace commonmark.version with org.commonmark:commonmark Jan 23, 2026
@renovate renovate bot force-pushed the renovate/commonmark.version branch from c396894 to 293c5c0 Compare February 9, 2026 10:12
@renovate renovate bot changed the title fix(deps): replace commonmark.version with org.commonmark:commonmark fix(deps): update dependency com.atlassian.commonmark:commonmark to v0.17.0 Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants