Skip to content

fix(deps): update dependency league/commonmark to v2

This MR contains the following updates:

Package Type Update Change
league/commonmark (source) require major ^1.0 -> ^2.0

Release Notes

thephpleague/commonmark

v2.3.5

Compare Source

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

v2.3.4

Compare Source

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)

v2.3.3

Compare Source

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

v2.3.2

Compare Source

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

v2.3.1

Compare Source

Fixed
  • Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#​867)

v2.3.0

Compare Source

Added
  • Added new EmbedExtension (#​805)
  • Added DocumentRendererInterface as a replacement for the now-deprecated MarkdownRendererInterface
Deprecated
  • Deprecated MarkdownRendererInterface; use DocumentRendererInterface instead

v2.2.5

Compare Source

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

v2.2.4

Compare Source

Fixed
  • Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#​867)

v2.2.3

Compare Source

Fixed
  • Fixed front matter parsing with Windows line endings (#​821)

v2.2.2

Compare Source

Fixed
  • Fixed double-escaping of image alt text (#​806, #​810)
  • Fixed Psalm typehints for event class names

v2.2.1

Compare Source

Fixed
  • Fixed symfony/deprecation-contracts constraint
Removed
  • Removed deprecation trigger from MarkdownConverterInterface to reduce noise

v2.2.0

Compare Source

Added
  • Added new ConverterInterface
  • Added new MarkdownToXmlConverter class
  • Added new HtmlDecorator class which can wrap existing renderers with additional HTML tags
  • Added new table/wrap config to apply an optional wrapping/container element around a table (#​780)
Changed
  • HtmlElement contents can now consist of any Stringable, not just HtmlElement and string
Deprecated
  • Deprecated MarkdownConverterInterface and its convertToHtml() method; use ConverterInterface and convert() instead

v2.1.3

Compare Source

Fixed
  • Fixed front matter parsing with Windows line endings (#​821)

v2.1.2

Compare Source

Fixed
  • Fixed double-escaping of image alt text (#​806, #​810)
  • Fixed Psalm typehints for event class names

v2.1.1

Compare Source

Added
  • Added missing return type to Environment::dispatch() to fix deprecation warning (#​778)

v2.1.0

Compare Source

Added
  • Added support for ext-yaml in FrontMatterExtension (#​715)
  • Added support for symfony/yaml v6.0 in FrontMatterExtension (#​739)
  • Added new heading_permalink/aria_hidden config option (#​741)
Fixed

v2.0.4

Compare Source

Fixed
  • Fixed front matter parsing with Windows line endings (#​821)

v2.0.3

Compare Source

Fixed
  • Fixed double-escaping of image alt text (#​806, #​810)
  • Fixed Psalm typehints for event class names

v2.0.2

Compare Source

Changed
  • Bumped minimum version of league/config to support PHP 8.1
Fixed
  • Fixed ability to register block parsers that identify lines starting with letters (#​706)

v2.0.1

Compare Source

Fixed
  • Fixed nested autolinks (#​689)
  • Fixed description lists being parsed incorrectly (#​692)
  • Fixed Table of Contents not respecting Heading Permalink prefixes (#​690)

v2.0.0

Compare Source

No changes were introduced since the previous RC2 release. See all entries below for a list of changes between 1.x and 2.0.


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 MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Jednotné přihlášení test

Merge request reports