Skip to content

Bump the composer group across 1 directory with 2 updates#17

Merged
Programie merged 1 commit into
mainfrom
dependabot/composer/composer-dcc5265f26
May 28, 2026
Merged

Bump the composer group across 1 directory with 2 updates#17
Programie merged 1 commit into
mainfrom
dependabot/composer/composer-dcc5265f26

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the composer group with 2 updates in the / directory: symfony/yaml and symfony/mime.

Updates symfony/yaml from 6.2.7 to 6.4.40

Release notes

Sourced from symfony/yaml's releases.

v6.4.40

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

v6.4.39

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

v6.4.38

Changelog (symfony/yaml@v6.4.34...v6.4.38)

v6.4.34

Changelog (symfony/yaml@v6.4.33...v6.4.34)

v6.4.30

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

v6.4.26

Changelog (symfony/yaml@v6.4.25...v6.4.26)

v6.4.25

Changelog (symfony/yaml@v6.4.24...v6.4.25)

v6.4.24

Changelog (symfony/yaml@v6.4.23...v6.4.24)

  • no significant changes

v6.4.23

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

v6.4.21

... (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
  • 68dcd1f Merge branch '5.4' into 6.4
  • b0b2705 [Yaml] Harden the Parser::cleanup() regexes against catastrophic backtracking
  • 5a351ff [Yaml] Bound collection-alias resolution in the parser
  • e4fb993 [Yaml] Reject non-stringables when using "!!binary"
  • b02ba66 [Yaml] Bound recursion depth in the parser
  • f8d2f4a [Yaml] fix flow collection drops &anchor and !!str &anchor items
  • 323ed2d CS fixes - native_function_invocation & static_lambda
  • f33e2fb Backport some CS fixes from 7.4
  • fe7a693 [CS] Back config from 8.1 and apply heredoc_indentation rule
  • 7bca30d [Yaml] Fix parsing nested mappings in sequences
  • Additional commits viewable in compare view

Updates symfony/mime from 6.2.7 to 6.4.41

Release notes

Sourced from symfony/mime's releases.

v6.4.41

Changelog (symfony/mime@v6.4.40...v6.4.41)

v6.4.40

Changelog (symfony/mime@v6.4.37...v6.4.40)

v6.4.37

Changelog (symfony/mime@v6.4.36...v6.4.37)

v6.4.36

Changelog (symfony/mime@v6.4.35...v6.4.36)

v6.4.35

Changelog (symfony/mime@v6.4.34...v6.4.35)

v6.4.34

Changelog (symfony/mime@v6.4.33...v6.4.34)

  • no significant changes

v6.4.32

Changelog (symfony/mime@v6.4.31...v6.4.32)

  • no significant changes

v6.4.30

Changelog (symfony/mime@v6.4.29...v6.4.30)

  • no significant changes

v6.4.26

Changelog (symfony/mime@v6.4.25...v6.4.26)

v6.4.24

Changelog (symfony/mime@v6.4.23...v6.4.24)

... (truncated)

Changelog

Sourced from symfony/mime's changelog.

CHANGELOG

8.0

  • Replace __sleep/wakeup() by __(un)serialize() on AbstractPart implementations

7.4

  • Deprecate implementing __sleep/wakeup() on AbstractPart implementations; use __(un)serialize() instead

7.0

  • Remove Email::attachPart(), use Email::addPart() instead
  • Argument $body is now required (at least null) in Message::setBody()
  • Require explicit argument when calling Message::setBody()

6.3

  • Support detection of related parts if Content-Id is used instead of the name
  • Add TextPart::getDisposition()

6.2

  • Add File
  • Deprecate Email::attachPart(), use addPart() instead
  • Deprecate calling Message::setBody() without arguments

6.1

  • Add DataPart::getFilename() and DataPart::getContentType()

6.0

  • Remove Address::fromString(), use Address::create() instead
  • Remove Serializable interface from RawMessage

5.2.0

  • Add support for DKIM
  • Deprecated Address::fromString(), use Address::create() instead

... (truncated)

Commits
  • 5575d37 [Routing][RateLimiter][Mime][Security] Harden __unserialize against __toStrin...
  • 7ccfb0c Merge branch '5.4' into 6.4
  • 8f89d3a [Mime] Reject email addresses containing line breaks in Address
  • f2f05cb [Mime] Fix transient test
  • 330077b bug #64047 [Mime] Preserve inline part filename instead of overwriting it wit...
  • 4c7099f [Mime] Preserve inline part filename instead of overwriting it with the Conte...
  • e2ae51d [FrameworkBundle] Apply tagged MIME type guessers in File::getMimeType()
  • 3d48678 More CS fixes
  • 05099f5 CS fixes - native_function_invocation & static_lambda
  • f56fd2b [CS] Back config from 8.1 and apply heredoc_indentation rule
  • Additional commits viewable 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 2 updates in the / directory: [symfony/yaml](https://github.com/symfony/yaml) and [symfony/mime](https://github.com/symfony/mime).


Updates `symfony/yaml` from 6.2.7 to 6.4.40
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.1/CHANGELOG.md)
- [Commits](symfony/yaml@v6.2.7...v6.4.40)

Updates `symfony/mime` from 6.2.7 to 6.4.41
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.1/CHANGELOG.md)
- [Commits](symfony/mime@v6.2.7...v6.4.41)

---
updated-dependencies:
- dependency-name: symfony/yaml
  dependency-version: 6.4.40
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/mime
  dependency-version: 6.4.41
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 28, 2026
@Programie Programie merged commit a6f77c6 into main May 28, 2026
2 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/composer/composer-dcc5265f26 branch May 28, 2026 08:08
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.

1 participant