Update commonMarkVersion to v0.24.0 #80

Merged
renovate-bot merged 1 commit from renovate/commonmarkversion into main 2024-10-24 21:14:23 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
org.commonmark:commonmark-ext-yaml-front-matter dependencies minor 0.23.0 -> 0.24.0
org.commonmark:commonmark-ext-task-list-items dependencies minor 0.23.0 -> 0.24.0
org.commonmark:commonmark-ext-image-attributes dependencies minor 0.23.0 -> 0.24.0
org.commonmark:commonmark-ext-heading-anchor dependencies minor 0.23.0 -> 0.24.0
org.commonmark:commonmark-ext-gfm-tables dependencies minor 0.23.0 -> 0.24.0
org.commonmark:commonmark-ext-gfm-strikethrough dependencies minor 0.23.0 -> 0.24.0
org.commonmark:commonmark-ext-autolink dependencies minor 0.23.0 -> 0.24.0
org.commonmark:commonmark dependencies minor 0.23.0 -> 0.24.0

Release Notes

commonmark/commonmark-java (org.commonmark:commonmark-ext-yaml-front-matter)

v0.24.0

Added
  • SourceSpan on nodes now have a getInputIndex to get the index within the
    original input string (in addition to the existing line/column indexes).
    This is useful when looking up the input source: It can now be done using
    substring instead of having to split the input into lines first (#​348)
  • Configurable line break rendering for TextContentRenderer via lineBreakRendering
    on the builder; e.g. LineBreakRendering.SEPARATE_BLOCKS will render an empty
    line between blocks (#​344)
Changed
  • Adopted small changes from OpenJDK vendoring to make updates easier for them (#​343)
Fixed
  • Enable overriding of built-in node rendering for TextContentRenderer (#​346)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | Type | Update | Change | |---|---|---|---| | [org.commonmark:commonmark-ext-yaml-front-matter](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | | [org.commonmark:commonmark-ext-task-list-items](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | | [org.commonmark:commonmark-ext-image-attributes](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | | [org.commonmark:commonmark-ext-heading-anchor](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | | [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | | [org.commonmark:commonmark-ext-gfm-strikethrough](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | | [org.commonmark:commonmark-ext-autolink](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | | [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) | dependencies | minor | `0.23.0` -> `0.24.0` | --- ### Release Notes <details> <summary>commonmark/commonmark-java (org.commonmark:commonmark-ext-yaml-front-matter)</summary> ### [`v0.24.0`](https://github.com/commonmark/commonmark-java/blob/HEAD/CHANGELOG.md#0240---2024-10-21) ##### Added - `SourceSpan` on nodes now have a `getInputIndex` to get the index within the original input string (in addition to the existing line/column indexes). This is useful when looking up the input source: It can now be done using `substring` instead of having to split the input into lines first ([#&#8203;348](https://github.com/commonmark/commonmark-java/issues/348)) - Configurable line break rendering for `TextContentRenderer` via `lineBreakRendering` on the builder; e.g. `LineBreakRendering.SEPARATE_BLOCKS` will render an empty line between blocks ([#&#8203;344](https://github.com/commonmark/commonmark-java/issues/344)) ##### Changed - Adopted small changes from OpenJDK vendoring to make updates easier for them ([#&#8203;343](https://github.com/commonmark/commonmark-java/issues/343)) ##### Fixed - Enable overriding of built-in node rendering for `TextContentRenderer` ([#&#8203;346](https://github.com/commonmark/commonmark-java/issues/346)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMS4xIiwidXBkYXRlZEluVmVyIjoiMzguMTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-10-21 13:02:37 +00:00
Update commonMarkVersion to v0.24.0
Some checks failed
Build & Test / Validate (pull_request) Successful in 20s
Build & Test / Run Unit Tests (pull_request) Successful in 14m13s
Build & Test / Run UI Tests (pull_request) Failing after 18m40s
e9c39f4b1e
renovate-bot scheduled this pull request to auto merge when all checks succeed 2024-10-21 13:02:37 +00:00
renovate-bot force-pushed renovate/commonmarkversion from e9c39f4b1e to 9bc220d5bb 2024-10-24 20:03:02 +00:00 Compare
renovate-bot merged commit 9bc220d5bb into main 2024-10-24 21:14:23 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wbrawner/SimpleMarkdown#80
No description provided.