repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
519 stars 106 forks source link

Bump league/commonmark from 1.6.2 to 2.0.2 #498

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps league/commonmark from 1.6.2 to 2.0.2.

Release notes

Sourced from league/commonmark's releases.

2.0.2

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)

2.0.1

Fixed

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

2.0.0

No changes were introduced since the previous 2.0.0-rc2 release.

Please refer to the full Changelog for a list of all changes between 1.x and 2.0. An upgrading guide is also available.

2.0.0-rc2

Fixed

  • Fixed Mentions inside of links creating nested links against the spec's rules (#688)

2.0.0-rc1

No changes were introduced since the previous release.

2.0.0-beta3

Changed

  • Any leading UTF-8 BOM will be stripped from the input
  • The getEnvironment() method of CommonMarkConverter and GithubFlavoredMarkdownConverter will always return the concrete, configurable Environment for upgrading convenience
  • Optimized AST iteration
  • Lots of small micro-optimizations

2.0.0-beta2

See https://commonmark.thephpleague.com/2.0/upgrading/ for detailed information on upgrading to version 2.0.

Added

  • Added new Node::iterator() method and NodeIterator class for faster AST iteration (#683, #684)

Changed

  • Made compatible with CommonMark spec 0.30.0
  • Optimized link label parsing
  • Optimized AST iteration for a 50% performance boost in some event listeners (#683, #684)

... (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]

[1.6.6] - 2021-07-17

Fixed

  • Fixed Mentions inside of links creating nested links against the spec's rules (#688)

[1.6.5] - 2021-06-26

Changed

  • Simplified checks for thematic breaks

Fixed

  • Fixed ExternalLinkProcessor not handling autolinks by adjusting its priority to -50 (#681)

[1.6.4] - 2021-06-19

Changed

  • Optimized attribute parsing to avoid inspecting every space character (30% performance boost)

[1.6.3] - 2021-06-19

Fixed

  • Fixed incorrect parsing of tilde-fenced code blocks with leading spaces (#676)
Commits
  • 2df8770 Prepare to release 2.0.2
  • c135759 Fix ability to register block parsers that identify lines starting with letters
  • 040f68d Bump minimum version of league/config to support PHP 8.1
  • ecdca0b Bump github/super-linter from 4.6.0 to 4.6.1
  • 1f3f61e Merge branch 'main' into 2.0
  • 1cb674a Add missing import for available classes
  • 32b2065 Bump github/super-linter from 4.5.1 to 4.6.0
  • 0d57f20 Prepare to release 2.0.1
  • cd9ea74 Fix dependabot labels
  • 525bbc4 Bump jekyll from 4.1.1 to 4.2.0 in /docs
  • 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 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.