ItinerisLtd / wordpress-packager

Generates itinerisltd/wordpress composer package
MIT License
0 stars 1 forks source link

build(deps): bump symfony/dom-crawler from 4.3.8 to 4.4.0 #223

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps symfony/dom-crawler from 4.3.8 to 4.4.0.

Changelog *Sourced from [symfony/dom-crawler's changelog](https://github.com/symfony/dom-crawler/blob/master/CHANGELOG.md).* > 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](https://github.com/Masterminds/html5-php) is used to > parse HTML added to a Crawler for better support of HTML5 tags. > > 4.2.0 > ----- > > * The `$currentUri` constructor argument of the `AbstractUriElement`, `Link` and > `Image` classes is now optional. > * The `Crawler::children()` method will have a new `$selector` argument in version 5.0, > not defining it is deprecated. > > 3.1.0 > ----- > > * All the URI parsing logic have been abstracted in the `AbstractUriElement` class. > The `Link` class is now a child of `AbstractUriElement`. > * Added an `Image` class to crawl images and parse their `src` attribute, > and `selectImage`, `image`, `images` methods in the `Crawler` (the image version of the equivalent `link` methods). > > 2.5.0 > ----- > > * [BC BREAK] The default value for checkbox and radio inputs without a value attribute have changed > from '1' to 'on' to match the HTML specification. > * [BC BREAK] The typehints on the `Link`, `Form` and `FormField` classes have been changed from > `\DOMNode` to `DOMElement`. Using any other type of `DOMNode` was triggering fatal errors in previous > versions. Code extending these classes will need to update the typehints when overwriting these methods. > > 2.4.0 > ----- > > * `Crawler::addXmlContent()` removes the default document namespace again if it's an only namespace. > * added support for automatic discovery and explicit registration of document > namespaces for `Crawler::filterXPath()` and `Crawler::filter()` > ... (truncated)
Commits - [`36bbcab`](https://github.com/symfony/dom-crawler/commit/36bbcab9369fc2f583220890efd43bf262d563fd) [DomCrawler] normalizeWhitespace should be true by default - [`39fc6cf`](https://github.com/symfony/dom-crawler/commit/39fc6cf362723c46083d5ac40b5e4353c70a8e9c) Merge branch '4.3' into 4.4 - [`55e88e3`](https://github.com/symfony/dom-crawler/commit/55e88e379a2d905365e05aee0d40d9382c1eed1a) Add .gitignore to .gitattributes - [`0961866`](https://github.com/symfony/dom-crawler/commit/0961866cf457cda10838e052d65e712417ad864c) Merge branch '4.3' into 4.4 - [`117563a`](https://github.com/symfony/dom-crawler/commit/117563a4a2bb704d0c30c6cef5e93c42a85c65aa) cs fix bis - [`b83aff7`](https://github.com/symfony/dom-crawler/commit/b83aff7b174a4cfa5d9741ba0ff83e26e0df0473) cs fix - [`34210c8`](https://github.com/symfony/dom-crawler/commit/34210c83ccbf1bc188d092ff32cc8dcedd5ae5db) [DomCrawler] add a value() method, normalize whitespaces - [`83a3fb1`](https://github.com/symfony/dom-crawler/commit/83a3fb1d3b8cbea63b1ca74dea76e5e9a77043ef) Adding .gitattributes to remove Tests directory from "dist" - [`d80cdde`](https://github.com/symfony/dom-crawler/commit/d80cdde7a2fde4e6872b6d9f16cd20314c73ce9a) Merge branch '4.3' into 4.4 - [`acfe9e1`](https://github.com/symfony/dom-crawler/commit/acfe9e16ac51bec545e35e9a117200c9f77ca9d8) fix typo - Additional commits viewable in [compare view](https://github.com/symfony/dom-crawler/compare/v4.3.8...v4.4.0)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)