Laravel-Backpack / demo

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

Bump symfony/dom-crawler from 5.4.21 to 6.2.8 #486

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 1 year ago

Bumps symfony/dom-crawler from 5.4.21 to 6.2.8.

Release notes

Sourced from symfony/dom-crawler's releases.

v6.2.8

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

  • no significant changes

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

... (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
  • 0e0d0f7 Merge branch '5.4' into 6.2
  • 4c633fa [Tests] Replace setMethods() by onlyMethods() and addMethods()
  • 65a906f Merge branch '5.4' into 6.2
  • f2d15d9 Merge branch '5.4' into 6.2
  • 9bc727f Merge branch '5.4' into 6.2
  • 4caaae2 Merge branch '5.4' into 6.2
  • 19aa496 Merge branch '6.1' into 6.2
  • 1886590 Merge branch '6.0' into 6.1
  • 622578f Merge branch '5.4' into 6.0
  • bb15f39 Merge branch '6.1' into 6.2
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 1 year ago

A newer version of symfony/dom-crawler exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot[bot] commented 5 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.