Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.
http://backpackforlaravel.com
Other
327 stars 165 forks source link

Bump symfony/dom-crawler from 5.4.19 to 6.2.7 #479

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps symfony/dom-crawler from 5.4.19 to 6.2.7.

Release notes

Sourced from symfony/dom-crawler's releases.

v6.2.7

Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.6...v6.2.7)

  • no significant changes

v6.2.5

Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.4...v6.2.5)

  • no significant changes

v6.2.3

Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.2...v6.2.3)

  • no significant changes

v6.2.0

Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.2.0-RC1

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

  • no significant changes

v6.2.0-BETA3

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

  • no significant changes

v6.2.0-BETA2

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

  • no significant changes

v6.2.0-BETA1

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

  • no significant changes

v6.1.9

Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.8...v6.1.9)

  • no significant changes

v6.1.7

Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.6...v6.1.7)

  • 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
  • 65a906f Merge branch '5.4' into 6.2
  • 105a7ac Migrate to static data providers using rector/rector
  • f2d15d9 Merge branch '5.4' into 6.2
  • c3709f4 [Tests] Migrate tests to static data providers
  • 9bc727f Merge branch '5.4' into 6.2
  • 443f0f2 minor #49253 [PHPUnit 10] Use TestCase suffix for abstract tests in `/Tests...
  • 4caaae2 Merge branch '5.4' into 6.2
  • 91d949f Update license years (last time)
  • 19aa496 Merge branch '6.1' into 6.2
  • 1886590 Merge branch '6.0' into 6.1
  • 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] commented 1 year ago

Superseded by #486.