demo icon indicating copy to clipboard operation
demo copied to clipboard

Bump symfony/dom-crawler from 5.4.11 to 6.1.3

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps symfony/dom-crawler from 5.4.11 to 6.1.3.

Release notes

Sourced from symfony/dom-crawler's releases.

v6.1.3

Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.2...v6.1.3)

  • no significant changes

v6.1.0

Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.0-RC1...v6.1.0)

  • no significant changes

v6.1.0-RC1

Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.0-BETA2...v6.1.0-RC1)

  • bug #46221 Fix html-encoding emojis (nicolas-grekas)

v6.1.0-BETA2

Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.0-BETA1...v6.1.0-BETA2)

  • no significant changes

v6.1.0-BETA1

Changelog (https://github.com/symfony/dom-crawler/compare/v6.0.7...v6.1.0-BETA1)

  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)

v6.0.11

Changelog (https://github.com/symfony/dom-crawler/compare/v6.0.10...v6.0.11)

  • no significant changes

v6.0.9

Changelog (https://github.com/symfony/dom-crawler/compare/v6.0.8...v6.0.9)

  • bug #46221 Fix html-encoding emojis (nicolas-grekas)

v6.0.6

Changelog (https://github.com/symfony/dom-crawler/compare/v6.0.5...v6.0.6)

  • no significant changes

v6.0.5

Changelog (https://github.com/symfony/dom-crawler/compare/v6.0.4...v6.0.5)

  • bug #45256 ignore bad charsets (nicolas-grekas)

v6.0.3

Changelog (https://github.com/symfony/dom-crawler/compare/v6.0.2...v6.0.3)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/dom-crawler's changelog.

CHANGELOG

6.0

  • Remove Crawler::parents() method, use ancestors() instead

5.4

  • Add Crawler::innerText method.

5.3

  • The parents() method is deprecated. Use ancestors() instead.
  • Marked the containsOption(), availableOptionValues(), and disableValidation() methods of the ChoiceFormField class as internal

5.1.0

  • Added an internal cache layer on top of the CssSelectorConverter
  • Added UriResolver to resolve an URI according to a base URI

5.0.0

  • Added argument $selector to Crawler::children()
  • Added argument $default to Crawler::text() and html()

4.4.0

  • Added Form::getName() method.
  • Added Crawler::matches() method.
  • Added Crawler::closest() method.
  • Added Crawler::outerHtml() method.
  • Added an argument to the Crawler::text() method to opt-in normalizing whitespaces.

4.3.0

  • Added PHPUnit constraints: CrawlerSelectorAttributeValueSame, CrawlerSelectorExists, CrawlerSelectorTextContains and CrawlerSelectorTextSame
  • Added return of element name (_name) in extract() method.
  • Added ability to return a default value in text() and html() instead of throwing an exception when node is empty.
  • When available, the html5-php library is used to parse HTML added to a Crawler for better support of HTML5 tags.

... (truncated)

Commits
  • 58eb985 Merge branch '6.0' into 6.1
  • 7c3236e Merge branch '5.4' into 6.0
  • baacc99 Merge branch '6.0' into 6.1
  • 6571e51 Merge branch '5.4' into 6.0
  • 80fe5eb Clean skippable tests that are never skipped
  • 4def7f7 Make masterminds/html5 as a required dependency of DomCrawler
  • 47fa3d2 Leverage array_is_list(), get_debug_type(), is_countable(), is_iterable(), st...
  • dbe8938 Leverage non-capturing catches
  • 071e847 Merge branch '6.0' into 6.1
  • 9b41269 Merge branch '5.4' into 6.0
  • 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] avatar Aug 02 '22 05:08 dependabot[bot]