modxorg / DocsApp

Slim app to serve MODX documentation as markdown, with support for different versions and stuff. Also mirrored at docs.modx.org.
https://docs.modx.com/
10 stars 16 forks source link

Bump league/commonmark from 1.6.7 to 2.3.9 #313

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps league/commonmark from 1.6.7 to 2.3.9.

Release notes

Sourced from league/commonmark's releases.

2.3.9

Fixed

  • Fixed autolink extension not detecting some URIs with underscores (#956)

2.3.8

Fixed

  • Fixed parsing issues when mb_internal_encoding() is set to something other than UTF-8 (#951)

2.3.7

Fixed

  • Fixed TaskListItemMarkerRenderer not including HTML attributes set on the node by other extensions (#947)

2.3.6

Fixed

  • Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a .) (#943)

2.3.5

Fixed

  • Fixed error using InlineParserEngine when no inline parsers are registered in the Environment (#908)

2.3.4

Changed

  • Made a number of small tweaks to the embed extension's parsing behavior to fix #898:
    • Changed EmbedStartParser to always capture embed-like lines in container blocks, regardless of parent block type
    • Changed EmbedProcessor to also remove Embed blocks that aren't direct children of the Document
    • Increased the priority of EmbedProcessor to 1010

Fixed

  • Fixed EmbedExtension not parsing embeds following a list block (#898)

2.3.3

Fixed

  • Fixed DomainFilteringAdapter not reindexing the embed list (#884, #885)

2.3.2

Fixed

  • Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)

2.3.1

Fixed

... (truncated)

Changelog

Sourced from league/commonmark's changelog.

Change Log

All notable changes to this project will be documented in this file. Updates should follow the Keep a CHANGELOG principles.

[Unreleased][unreleased]

Commits
  • c1e114f Prepare to release 2.3.9
  • 4b78f59 Merge pull request #956 from LeSuisse/fix-autolink-extension-detection
  • ce719fd Fix autolink extension URL detection
  • 7354509 Fix Psalm violations
  • 0d523d9 Fix incorrect alignment in table docs (closes #958)
  • c493585 Prepare to release 2.3.8
  • 733b51f Merge pull request #952 from thephpleague/fix-mbstring-usage
  • 9f6b98a Workaround BC check failures
  • bbca454 Add custom phpstan rule to enforce explicit encodings in mbstring function calls
  • 719f458 Explicitly set expected encoding in mbstring function calls
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #329.