Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps league/commonmark from 2.3.3 to 2.3.4.

Release notes

Sourced from league/commonmark's releases.

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)
Changelog

Sourced from league/commonmark's changelog.

[2.3.4] - 2022-07-17

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)
Commits
  • 155ec1c Prepare to release 2.3.4
  • d3e531a Merge pull request #899 from thephpleague/fix-embed-parsing
  • ce60e0d Ensure autolinks still function properly with the revised embed parsing
  • 2275673 Fix parsing embeds that immediately follow list blocks
  • da3ce30 Bump ridedott/merge-me-action from 2.10.14 to 2.10.15
  • 4cfcc20 Bump ridedott/merge-me-action from 2.10.13 to 2.10.14
  • 733d486 Bump ridedott/merge-me-action from 2.10.12 to 2.10.13
  • 0ec1b8c Bump ridedott/merge-me-action from 2.10.11 to 2.10.12
  • 9615a1e Merge pull request #893 from froschdesign/hotfix/docs/missing-extension
  • 55c90cc Adds missing front matter extension to the documentation menu
  • 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)

Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.3/CHANGELOG.md)
- [Commits](thephpleague/commonmark@2.3.3...2.3.4)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 18, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2690212277

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.923%

Totals Coverage Status
Change from base Build 2666901101: 0.0%
Covered Lines: 220
Relevant Lines: 286

💛 - Coveralls

@MGatner MGatner merged commit 07d1551 into develop Jul 18, 2022
@dependabot dependabot bot deleted the dependabot/composer/league/commonmark-2.3.4 branch July 18, 2022 12:41
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants