Skip to content

Bump symfony/yaml from 3.4.47 to 5.4.52 in /core#1889

Open
dependabot[bot] wants to merge 1 commit into
2.4-mainfrom
dependabot/composer/core/symfony/yaml-5.4.52
Open

Bump symfony/yaml from 3.4.47 to 5.4.52 in /core#1889
dependabot[bot] wants to merge 1 commit into
2.4-mainfrom
dependabot/composer/core/symfony/yaml-5.4.52

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps symfony/yaml from 3.4.47 to 5.4.52.

Release notes

Sourced from symfony/yaml's releases.

v5.4.52

Changelog (symfony/yaml@v5.4.44...v5.4.52)

v5.4.45

Changelog (symfony/yaml@v5.4.44...v5.4.45)

  • no significant changes

v5.4.44

Changelog (symfony/yaml@v5.4.43...v5.4.44)

v5.4.43

Changelog (symfony/yaml@v5.4.42...v5.4.43)

v5.4.40

Changelog (symfony/yaml@v5.4.39...v5.4.40)

  • no significant changes

v5.4.39

Changelog (symfony/yaml@v5.4.38...v5.4.39)

v5.4.35

Changelog (symfony/yaml@v5.4.34...v5.4.35)

  • no significant changes

v5.4.31

Changelog (symfony/yaml@v5.4.30...v5.4.31)

v5.4.30

Changelog (symfony/yaml@v5.4.29...v5.4.30)

  • no significant changes

v5.4.23

Changelog (symfony/yaml@v5.4.22...v5.4.23)

... (truncated)

Changelog

Sourced from symfony/yaml's changelog.

CHANGELOG

8.0

  • Remove support for parsing duplicate mapping keys whose value is null

7.3

  • Add compact nested mapping support by using the Yaml::DUMP_COMPACT_NESTED_MAPPING flag
  • Add the Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag to enforce double quotes around string values

7.2

  • Deprecate parsing duplicate mapping keys whose value is null
  • Add support for dumping null as an empty value by using the Yaml::DUMP_NULL_AS_EMPTY flag

7.1

  • Add support for getting all the enum cases with !php/enum Foo

7.0

  • Remove the !php/const: tag, use !php/const instead (without the colon)

6.3

  • Add support to dump int keys as strings by using the Yaml::DUMP_NUMERIC_KEY_AS_STRING flag

6.2

  • Add support for !php/enum and !php/enum *->value
  • Deprecate the !php/const: tag in key which will be replaced by the !php/const tag (without the colon) since 3.4

6.1

  • In cases where it will likely improve readability, strings containing single quotes will be double-quoted

5.4

  • Add a $maxNestingLevel argument to Parser::__construct(), Yaml::parse() and Yaml::parseFile() to bound recursion depth (default 128)

... (truncated)

Commits
  • b0b2705 [Yaml] Harden the Parser::cleanup() regexes against catastrophic backtracking
  • 5a351ff [Yaml] Bound collection-alias resolution in the parser
  • b02ba66 [Yaml] Bound recursion depth in the parser
  • a454d47 Add PR template and auto-close PR on subtree split repositories
  • 7025b96 parse empty sequence elements as null
  • 62f96e1 🐛 throw ParseException on invalid date
  • 81cad0c Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • bc780e1 call substr() with integer offsets
  • a38ba0b Auto-close PRs on subtree-splits
  • e78db7f Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 27, 2026
@dependabot dependabot Bot requested a review from nkissebe as a code owner May 27, 2026 23:21
Bumps [symfony/yaml](https://github.com/symfony/yaml) from 3.4.47 to 5.4.52.
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md)
- [Commits](symfony/yaml@v3.4.47...v5.4.52)

---
updated-dependencies:
- dependency-name: symfony/yaml
  dependency-version: 5.4.52
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/core/symfony/yaml-5.4.52 branch from eb8b6fc to e059649 Compare June 2, 2026 14:17
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