Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.atlassian.commonmark:commonmark to v0.17.0 #353

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.atlassian.commonmark:commonmark 0.15.2 -> 0.17.0 age adoption passing 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 2 times, most recently from a3ad033 to dc45c5d Compare March 4, 2024 10:01
@renovate renovate bot force-pushed the renovate/commonmark.version branch from dc45c5d to 2ad9a50 Compare March 4, 2024 10:33
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