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

Replace commonmark.version with org.commonmark:commonmark #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 Type Update Change Age Adoption Passing Confidence
com.atlassian.commonmark:commonmark compile replacement 0.15.2 -> 0.17.0
com.atlassian.commonmark:commonmark compile minor 0.15.2 -> 0.17.0 age adoption passing confidence

This is a special PR that replaces com.atlassian.commonmark:commonmark with the community suggested minimal stable replacement version.


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 these updates 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 from 01c18da to d72257f Compare February 11, 2025 13:30
@renovate renovate bot force-pushed the renovate/commonmark.version branch from d72257f to 046bbca Compare February 11, 2025 13:41
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