Update CommonMark packages to v0.30.0 #537
No reviewers
Labels
No labels
antville.org
bug
compatibility
dependency
duplicate
enhancement
help wanted
invalid
java
javascript
major
needs feedback
needs work
no-issue-activity
runtime
security
urgent
usability
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
antville/antville!537
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/commonmark-packages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.28.0->0.30.00.28.0->0.30.00.28.0->0.30.00.28.0->0.30.00.28.0->0.30.00.28.0->0.30.0Release Notes
commonmark/commonmark-java (org.commonmark:commonmark-ext-gfm-tables)
v0.30.0Added
lineSeparatorforMarkdownRenderer.Builderto change the default lineseparator from
\n(e.g. to\r\n) (#442)do the YAML parsing using a library (instead of the limited built-in parsing) (#391)
Changed
see option
maxCellsinTablesExtension.Builder. Parsing will throw an error if thelimit would be exceeded, to protect against malicious input.
maxOpenBlockParsersforParser.Builderis now 100; configure theoption to remove the limit.
maxInlineNestinginParser.Builder; configure the option to remove the limit. This covers emphasis-likedelimiters (e.g.
*or the ins extension's+) as well as images, which can otherwisenest arbitrarily deep for a small amount of input. Anything over the limit is treated as
plain text instead.
Fixed
node is used repeatedly but never finished):
"x <!--".repeat(100_000)(#447)"<".repeat(100_000)"a**b" + "c* ".repeat(100_000)depth during parsing (see
maxInlineNestingabove). This can happen with emphasis, e.g."*".repeat(n) + "x" + "*".repeat(n)or"*a ".repeat(n) + " b*".repeat(n), as well as withimages, e.g.
"".repeat(n)|)v0.29.0Added
<p>tag viaAttributeProvider(#427)AlertsExtensionto allow authors to provide customtitles per alert. See the
custom titles section of the alerts README
for more information. (#430)
AlertsExtensionto allow alerts to be nested withinother blocks (including other alerts). See
this section of the alerts README
for more information. (#430)
AlertsExtensionto allow the set of alert types(including standard GFM types) to be completely overwritten. (#435)
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.
02e6db97a1to1c5925af86Update CommonMark packages to v0.29.0to Update CommonMark packages to v0.30.0View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.