Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump league/commonmark from 1.6.6 to 2.1.1 #181

Merged
merged 2 commits into from Jan 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2022

Bumps league/commonmark from 1.6.6 to 2.1.1.

Release notes

Sourced from league/commonmark's releases.

2.1.1

Added

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

2.1.0

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

  • Fixed PHP 8.1 deprecation warning (#759, #762)

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

... (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
  • 17d2b9c Prepare to release 2.1.1
  • c6b23d0 Ensure phpcs plugin is allowed to run
  • 93953d2 Remove useless docblock
  • 37feb19 Add object return type to Environment::dispatch() (#778)
  • 77138ef Update license year (#777)
  • 80589a2 Bump github/super-linter from 4.8.4 to 4.8.5
  • c2df646 Bump ridedott/merge-me-action from 2.9.82 to 2.9.84
  • d08e776 Bump ridedott/merge-me-action from 2.9.81 to 2.9.82
  • 2f80f16 Bump ridedott/merge-me-action from 2.9.80 to 2.9.81
  • 17b3aa2 Set allow-plugins for Composer 2.2 (#768)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2022
@shochdoerfer shochdoerfer added this to the 0.14.0 milestone Jan 8, 2022
@dependabot dependabot bot force-pushed the dependabot/composer/league/commonmark-2.1.1 branch from ae5c408 to ade12ec Compare January 8, 2022 18:04
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 1.6.6 to 2.1.1.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.1/CHANGELOG-1.x.md)
- [Commits](thephpleague/commonmark@1.6.6...2.1.1)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/league/commonmark-2.1.1 branch from ade12ec to 482638f Compare January 8, 2022 18:04
@shochdoerfer shochdoerfer merged commit f0fc820 into master Jan 8, 2022
@dependabot dependabot bot deleted the dependabot/composer/league/commonmark-2.1.1 branch January 8, 2022 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant