Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump symfony/dom-crawler from 4.4.25 to 5.4.19 #127

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps symfony/dom-crawler from 4.4.25 to 5.4.19.

Release notes

Sourced from symfony/dom-crawler's releases.

v5.4.19

Changelog (symfony/dom-crawler@v5.4.18...v5.4.19)

  • no significant changes

v5.4.17

Changelog (symfony/dom-crawler@v5.4.16...v5.4.17)

  • no significant changes

v5.4.15

Changelog (symfony/dom-crawler@v5.4.14...v5.4.15)

  • no significant changes

v5.4.12

Changelog (symfony/dom-crawler@v5.4.11...v5.4.12)

  • bug #47175 Fix locale-sensitivity of whitespace normalization (nicolas-grekas)

v5.4.11

Changelog (symfony/dom-crawler@v5.4.10...v5.4.11)

  • no significant changes

v5.4.9

Changelog (symfony/dom-crawler@v5.4.8...v5.4.9)

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

v5.4.6

Changelog (symfony/dom-crawler@v5.4.5...v5.4.6)

  • no significant changes

v5.4.5

Changelog (symfony/dom-crawler@v5.4.4...v5.4.5)

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

v5.4.3

Changelog (symfony/dom-crawler@v5.4.2...v5.4.3)

  • no significant changes

v5.4.2

Changelog (symfony/dom-crawler@v5.4.1...v5.4.2)

  • 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
  • 224a182 [Tests] Remove $this occurrences in future static data providers
  • 22b1bc3 Bump license year to 2023
  • 32a07d9 Use static methods inside data providers
  • b8fd0ff minor #48007 Fix Typos In Comments 5.4+ (PhilETaylor)
  • 75962ad Typos In Comments
  • 931bca2 remove duplicated catch block
  • 291c1e9 Merge branch '4.4' into 5.4
  • 4b8daf6 [DowCrawler] Fix locale-sensitivity of whitespace normalization
  • 0b900ca Merge branch '4.4' into 5.4
  • 53cee11 CS fixes
  • 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)

Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 4.4.25 to 5.4.19.
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/6.2/CHANGELOG.md)
- [Commits](symfony/dom-crawler@v4.4.25...v5.4.19)

---
updated-dependencies:
- dependency-name: symfony/dom-crawler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants