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.5.7 to 2.3.8 in /issue-bot #350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps league/commonmark from 1.5.7 to 2.3.8.

Release notes

Sourced from league/commonmark's releases.

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

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

2.3.0

Added

... (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.7] - 2022-01-13

Changed

  • Added ReturnTypeWillChange attribute to prevent PHP 8.1 deprecation warnings (#785)
  • Coerced punctuation counts to integers to ensure floats are never used

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

[1.6.2] - 2021-05-12

Fixed

  • Fixed incorrect error level for deprecation notices

[1.6.1] - 2021-05-08

Fixed

... (truncated)

Commits
  • 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
  • 80c6177 Add regression test from #951
  • 8e37e27 Merge pull request #950 from thephpleague/renovate/vimeo-psalm-5.x
  • 3efdba2 Update dependency vimeo/psalm to v5
  • bc4d16f Merge pull request #949 from elazar/fix/docs-extensions-environment-interface
  • 8653471 Fix class reference in Extensions section of 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 1, 2023
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.

0 participants