ItinerisLtd / wordpress-packager

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

build(deps): bump symfony/yaml from 4.3.8 to 4.4.0 #210

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps symfony/yaml from 4.3.8 to 4.4.0.

Changelog *Sourced from [symfony/yaml's changelog](https://github.com/symfony/yaml/blob/master/CHANGELOG.md).* > 4.4.0 > ----- > > * Added support for parsing the inline notation spanning multiple lines. > * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag. > * deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit. > > 4.3.0 > ----- > > * Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.0. > > 4.2.0 > ----- > > * added support for multiple files or directories in `LintCommand` > > 4.0.0 > ----- > > * The behavior of the non-specific tag `!` is changed and now forces > non-evaluating your values. > * complex mappings will throw a `ParseException` > * support for the comma as a group separator for floats has been dropped, use > the underscore instead > * support for the `!!php/object` tag has been dropped, use the `!php/object` > tag instead > * duplicate mapping keys throw a `ParseException` > * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS` > flag to cast them to strings > * `%` at the beginning of an unquoted string throw a `ParseException` > * mappings with a colon (`:`) that is not followed by a whitespace throw a > `ParseException` > * the `Dumper::setIndentation()` method has been removed > * being able to pass boolean options to the `Yaml::parse()`, `Yaml::dump()`, > `Parser::parse()`, and `Dumper::dump()` methods to configure the behavior of > the parser and dumper is no longer supported, pass bitmask flags instead > * the constructor arguments of the `Parser` class have been removed > * the `Inline` class is internal and no longer part of the BC promise > * removed support for the `!str` tag, use the `!!str` tag instead > * added support for tagged scalars. > > ```yml > Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS); > // returns TaggedValue('foo', 'bar'); > ``` > > 3.4.0 > ----- > > ... (truncated)
Commits - [`76de473`](https://github.com/symfony/yaml/commit/76de473358fe802578a415d5bb43c296cf09d211) Allow \Throwable $previous everywhere - [`8b24107`](https://github.com/symfony/yaml/commit/8b24107fe8363d94ec6569217e0cc72664b8314c) Merge branch '4.3' into 4.4 - [`b58a531`](https://github.com/symfony/yaml/commit/b58a531af74e2e836a8f00b49b30adf83bed8db7) Merge branch '4.3' into 4.4 - [`13bfb7f`](https://github.com/symfony/yaml/commit/13bfb7f2460a3f34d7e3c054fef646ba67c2e351) minor [#33963](https://github-redirect.dependabot.com/symfony/yaml/issues/33963) Add .gitignore to .gitattributes (reedy) - [`b0b5b00`](https://github.com/symfony/yaml/commit/b0b5b00cebaae53f64c240b7bc114de53ee5542c) Merge branch '4.3' into 4.4 - [`8caed6e`](https://github.com/symfony/yaml/commit/8caed6e8ff735a962ec032373a8c01493d69acca) Replace STDIN by php://stdin - [`a3e84ba`](https://github.com/symfony/yaml/commit/a3e84ba6d7563272eeec77dcb309b4f285735feb) Add .gitignore to .gitattributes - [`e108a60`](https://github.com/symfony/yaml/commit/e108a6013d8d53f0c0b6d1c6589cf3fc3a391e98) Add types to constructors and private/final/internal methods (Batch III) - [`110e3e9`](https://github.com/symfony/yaml/commit/110e3e9eaa7827def84cb1cfee95a6cfde4bf608) feature [#33658](https://github-redirect.dependabot.com/symfony/yaml/issues/33658) [Yaml] fix parsing inline YAML spanning multiple lines (xabbuh) - [`424ac8e`](https://github.com/symfony/yaml/commit/424ac8edea2e9f62ff2b5e5d9abe889949c23f50) fix parsing inline YAML spanning multiple lines - Additional commits viewable in [compare view](https://github.com/symfony/yaml/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)