demo
demo copied to clipboard
Bump symfony/dom-crawler from 5.4.11 to 6.1.3
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, useancestors()instead5.4
- Add
Crawler::innerTextmethod.5.3
- The
parents()method is deprecated. Useancestors()instead.- Marked the
containsOption(),availableOptionValues(), anddisableValidation()methods of theChoiceFormFieldclass as internal5.1.0
- Added an internal cache layer on top of the CssSelectorConverter
- Added
UriResolverto resolve an URI according to a base URI5.0.0
- Added argument
$selectortoCrawler::children()- Added argument
$defaulttoCrawler::text()andhtml()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,CrawlerSelectorTextContainsandCrawlerSelectorTextSame- Added return of element name (
_name) inextract()method.- Added ability to return a default value in
text()andhtml()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
58eb985Merge branch '6.0' into 6.17c3236eMerge branch '5.4' into 6.0baacc99Merge branch '6.0' into 6.16571e51Merge branch '5.4' into 6.080fe5ebClean skippable tests that are never skipped4def7f7Make masterminds/html5 as a required dependency of DomCrawler47fa3d2Leverage array_is_list(), get_debug_type(), is_countable(), is_iterable(), st...dbe8938Leverage non-capturing catches071e847Merge branch '6.0' into 6.19b41269Merge branch '5.4' into 6.0- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)