sylae / huntress

Multipurpose discord bot
MIT License
4 stars 6 forks source link

Bump league/html-to-markdown from 4.10.0 to 5.1.0 #142

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps league/html-to-markdown from 4.10.0 to 5.1.0.

Release notes

Sourced from league/html-to-markdown's releases.

5.1.0

Changed

  • Changed horizontal rule style (#218, #219)

Fixed

  • Fixed Element::getValue() not handling possible nulls

5.0.2

Fixed

  • Fixed missplaced comment nodes appearing at the start of the HTML input (#212)

5.0.1

Fixed

  • Fixed lists not using the correct amount of indentation (#211)

5.0.0

Added

  • Added support for tables (#203)
    • This feature is disable by default - see README for how to enable it
  • Added new strip_placeholder_links option to strip <a> tags without href attributes (#196)
  • Added new methods to ElementInterface:
    • hasParent()
    • getNextSibling()
    • getPreviousSibling()
    • getListItemLevel()
  • Added several parameter and return types across all classes
  • Added new PreConverterInterface to allow converters to perform any necessary pre-parsing

Changed

  • Supported PHP versions increased to PHP 7.2 - 8.0
  • HtmlConverter::convert() may now throw a \RuntimeException when unexpected DOMDocument-related errors occur

Fixed

  • Fixed complex nested lists containing heading and paragraphs (#198)
  • Fixed consecutive emphasis producing incorrect markdown (#202)
Changelog

Sourced from league/html-to-markdown's changelog.

[5.1.0] - 2022-03-02

Changed

  • Changed horizontal rule style (#218, #219)

Fixed

  • Fixed Element::getValue() not handling possible nulls

[5.0.2] - 2021-11-06

Fixed

  • Fixed missplaced comment nodes appearing at the start of the HTML input (#212)

[5.0.1] - 2021-09-17

Fixed

  • Fixed lists not using the correct amount of indentation (#211)

[5.0.0] - 2021-03-28

Added

  • Added support for tables (#203)
    • This feature is disable by default - see README for how to enable it
  • Added new strip_placeholder_links option to strip <a> tags without href attributes (#196)
  • Added new methods to ElementInterface:
    • hasParent()
    • getNextSibling()
    • getPreviousSibling()
    • getListItemLevel()
  • Added several parameter and return types across all classes
  • Added new PreConverterInterface to allow converters to perform any necessary pre-parsing

Changed

  • Supported PHP versions increased to PHP 7.2 - 8.0
  • HtmlConverter::convert() may now throw a \RuntimeException when unexpected DOMDocument-related errors occur

Fixed

  • Fixed complex nested lists containing heading and paragraphs (#198)
  • Fixed consecutive emphasis producing incorrect markdown (#202)
Commits
  • e0fc8cf Prepare to release 5.1.0
  • f8b8b4d Remove deprecated Psalm option
  • 9ebe702 Update composer.json
  • b5eebae Fix Element::getValue() not handling possible nulls
  • aba5141 Change horizontal rule style (#219)
  • 4d0394e Prepare to release 5.0.2
  • 1cb1638 Find and move any misplaced comment nodes
  • 426f2e8 Add GitHub issue template forms (#213)
  • e5600a2 Prepare to release 5.0.1
  • 49385c8 Merge pull request #211 from thephpleague/convert-lists-to-four-spaces
  • 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)