Bump symfony/yaml from 6.4.0 to 7.0.0
Bumps symfony/yaml from 6.4.0 to 7.0.0.
Release notes
Sourced from symfony/yaml's releases.
v7.0.0
Changelog (https://github.com/symfony/yaml/compare/v7.0.0-RC2...v7.0.0)
- no significant changes
v7.0.0-RC1
Changelog (https://github.com/symfony/yaml/compare/v7.0.0-BETA3...v7.0.0-RC1)
- no significant changes
v7.0.0-BETA3
Changelog (https://github.com/symfony/yaml/compare/v7.0.0-BETA2...v7.0.0-BETA3)
- bug symfony/symfony#52443 [Yaml] Fix uid binary parsing (
@mRoca)- bug symfony/symfony#52408 [Yaml] Fix block scalar array parsing (
@NickSdot)v7.0.0-BETA2
Changelog (https://github.com/symfony/yaml/compare/v7.0.0-BETA1...v7.0.0-BETA2)
- bug symfony/symfony#52332 [Yaml] Fix deprecated passing null to trim() (
@javaDeveloperKid)v7.0.0-BETA1
Changelog (https://github.com/symfony/yaml/compare/v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#50852 [Components] Convert to native return types (
@wouterj)- feature symfony/symfony#50873 Remove remaining deprecated code paths (
@nicolas-grekas)- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (
@nicolas-grekas)
Changelog
Sourced from symfony/yaml's changelog.
CHANGELOG
7.0
- Remove the
!php/const:tag, use!php/constinstead (without the colon)6.3
- Add support to dump int keys as strings by using the
Yaml::DUMP_NUMERIC_KEY_AS_STRINGflag6.2
- Add support for
!php/enumand!php/enum *->value- Deprecate the
!php/const:tag in key which will be replaced by the!php/consttag (without the colon) since 3.46.1
- In cases where it will likely improve readability, strings containing single quotes will be double-quoted
5.4
- Add new
lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yamloption to exclude one or more specific files from multiple file list- Allow negatable for the parse tags option with
--no-parse-tags5.3
- Added
githubformat support & autodetection to render errors as annotations when running the YAML linter command in a Github Action environment.5.1.0
Added support for parsing numbers prefixed with
0oas octal numbers.Deprecated support for parsing numbers starting with
0as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with0oso that they are parsed as octal numbers.Before:
Yaml::parse('072');
... (truncated)
Commits
0055b23Merge branch '6.4' into 7.05efffe8Merge branch '6.4' into 7.060bb70dMerge branch '6.4' into 7.0dae2daeMerge branch '6.4' into 7.0a12e0ec[Components] Convert to native return typese9c944f[7.0] Remove remaining deprecated code pathsa18ce1dMerge branch '6.4' into 7.074d818f[7.0] Bump to PHP 8.2 minimum- See full diff 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)