Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2026

Bumps the symfony group with 6 updates:

Package From To
symfony/console 6.4.17 6.4.31
symfony/event-dispatcher 6.4.8 6.4.25
symfony/http-foundation 6.4.29 6.4.31
symfony/mailer 6.4.12 6.4.31
symfony/routing 6.4.12 6.4.30
symfony/translation 6.4.4 6.4.31

Updates symfony/console from 6.4.17 to 6.4.31

Release notes

Sourced from symfony/console's releases.

v6.4.31

Changelog (symfony/console@v6.4.30...v6.4.31)

v6.4.30

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

v6.4.27

Changelog (symfony/console@v6.4.26...v6.4.27)

v6.4.26

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

v6.4.25

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

v6.4.24

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

v6.4.23

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

... (truncated)

Commits
  • f9f8a88 bug #62813 [Console] Fix EofShortcut instruction when using a modern terminal...
  • b5d397f [Console] Fix EofShortcut instruction when using a modern terminal on Windows
  • 9b0f9e1 [Console] Fix choice autocomplete issue when string has spaces
  • ea6b012 [FIX] Comments of horizontal/vertical were mixed up
  • 1b28130 Handle signals on text input
  • 5a92ed2 [Console] Preserve --help option when a command is not found
  • 18c5fd1 [Console] Fix exception message when abbreviation matches multiple hidden com...
  • 7f0dd9a [Console] Fix completion for global options values
  • 32d9216 [Console] Fix signal handlers not being cleared after command termination
  • 13d3176 fixup! [Console] Specify types of interactive question choices
  • Additional commits viewable in compare view

Updates symfony/event-dispatcher from 6.4.8 to 6.4.25

Release notes

Sourced from symfony/event-dispatcher's releases.

v6.4.25

Changelog (symfony/event-dispatcher@v6.4.24...v6.4.25)

v6.4.24

Changelog (symfony/event-dispatcher@v6.4.23...v6.4.24)

  • no significant changes

v6.4.13

Changelog (symfony/event-dispatcher@v6.4.12...v6.4.13)

  • no significant changes
Commits
  • b0cf316 Remove deprecated calls to deprecated methods of SplObjectStorage
  • 307a09d CS fixes
  • 0ffc480 Merge branch '5.4' into 6.4
  • 72982eb Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/http-foundation from 6.4.29 to 6.4.31

Release notes

Sourced from symfony/http-foundation's releases.

v6.4.31

Changelog (symfony/http-foundation@v6.4.30...v6.4.31)

v6.4.30

Changelog (symfony/http-foundation@v6.4.29...v6.4.30)

Commits
  • a35ee6f [HttpFoundation][Cache] Fix VARBINARY columns on sqlsrv
  • 0384c62 minor #62519 [HttpFoundation] Fix Request getPathInfo docblock (bobvandevijver)
  • e439d60 Fix Request getPathInfo docblock
  • 716e385 [HttpFoundation] Fix RequestTest insulation
  • 4f9dbbf [HttpFoundation] Fix AcceptHeader overwrites items with different parameters
  • See full diff in compare view

Updates symfony/mailer from 6.4.12 to 6.4.31

Release notes

Sourced from symfony/mailer's releases.

v6.4.31

Changelog (symfony/mailer@v6.4.30...v6.4.31)

v6.4.27

Changelog (symfony/mailer@v6.4.26...v6.4.27)

v6.4.26

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

v6.4.25

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

v6.4.24

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

v6.4.23

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

v6.4.21

Changelog (symfony/mailer@v6.4.20...v6.4.21)

v6.4.18

Changelog (symfony/mailer@v6.4.17...v6.4.18)

... (truncated)

Commits
  • 8835f93 do not use PHPUnit mock objects without configured expectations
  • 2f09671 [Mailer] Relax regexp to parse message ids
  • 39d50fa [Mailer] Fix parsing message ids in SMTP responses
  • 012185c Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
  • 628b43b Remove deprecated calls to deprecated methods of SplObjectStorage
  • 44db272 Fix inline var annotations
  • b4d7fa2 [Form][PhpUnitBridge] Remove usage of noop ReflectionProperty::setAccessible()
  • bb7a8f2 Fix @​var phpdoc
  • b7a5818 CS fixes
  • a480322 Fix command option mode (InputOption::VALUE_REQUIRED)
  • Additional commits viewable in compare view

Updates symfony/routing from 6.4.12 to 6.4.30

Release notes

Sourced from symfony/routing's releases.

v6.4.30

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

v6.4.28

Changelog (symfony/routing@v6.4.27...v6.4.28)

v6.4.26

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

v6.4.24

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

  • no significant changes

v6.4.22

Changelog (symfony/routing@v6.4.21...v6.4.22)

  • no significant changes

v6.4.18

Changelog (symfony/routing@v6.4.17...v6.4.18)

v6.4.16

Changelog (symfony/routing@v6.4.15...v6.4.16)

v6.4.13

Changelog (symfony/routing@v6.4.12...v6.4.13)

  • no significant changes
Commits
  • ea50a13 [Translation][Routing] Fix typos
  • 24fb53f bug #62459 [Routing] Fix case sensitivity for static host matching in compile...
  • 6c11ba9 [Routing] Fix case sensitivity for static host matching in compiled routes
  • 16519ed bug #62461 [Routing] Fix localized prefix updates breaking aliases (yoeunes)
  • 2385f15 [Routing] Fix localized prefix updates breaking aliases
  • 2d502e3 [Routing] Fix addNamePrefix breaking aliases to external routes
  • ae064a6 [Routing] Fix matching the "0" URL
  • 6fc4c44 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
  • e4f94e6 [Routing] Add test to validate that default value is allowed to not match req...
  • b51fb6b CS fixes
  • Additional commits viewable in compare view

Updates symfony/translation from 6.4.4 to 6.4.31

Release notes

Sourced from symfony/translation's releases.

v6.4.31

Changelog (symfony/translation@v6.4.30...v6.4.31)

v6.4.30

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

v6.4.26

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

  • no significant changes

v6.4.24

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

v6.4.23

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

v6.4.22

Changelog (symfony/translation@v6.4.21...v6.4.22)

v6.4.21

Changelog (symfony/translation@v6.4.20...v6.4.21)

  • no significant changes

v6.4.19

Changelog (symfony/translation@v6.4.18...v6.4.19)

v6.4.13

Changelog (symfony/translation@v6.4.12...v6.4.13)

v6.4.12

Changelog (symfony/translation@v6.4.11...v6.4.12)

... (truncated)

Commits
  • 8157940 do not use PHPUnit mock objects without configured expectations
  • d1fdeef minor #62360 [Intl] Update data to ICU 78.1 (llupa)
  • b02459d [Intl] Update data to ICU 78.1
  • 27c7889 [Translation][Routing] Fix typos
  • c8559fe use the empty string instead of null as an array offset
  • 300b726 [DependencyInjection] Escape parameters before resolving env placeholders
  • 0dda7ce [Translation] fix support of TranslatableInterface in IdentityTranslator
  • 84a7765 CS fixes
  • de8afa5 Fix command option mode (InputOption::VALUE_REQUIRED)
  • 7e3b3b7 [Translation] Add intl-icu fallback for MessageCatalogue metadata
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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 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

Bumps the symfony group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/console](https://github.com/symfony/console) | `6.4.17` | `6.4.31` |
| [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `6.4.8` | `6.4.25` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `6.4.29` | `6.4.31` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.12` | `6.4.31` |
| [symfony/routing](https://github.com/symfony/routing) | `6.4.12` | `6.4.30` |
| [symfony/translation](https://github.com/symfony/translation) | `6.4.4` | `6.4.31` |


Updates `symfony/console` from 6.4.17 to 6.4.31
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.1/CHANGELOG.md)
- [Commits](symfony/console@v6.4.17...v6.4.31)

Updates `symfony/event-dispatcher` from 6.4.8 to 6.4.25
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/8.1/CHANGELOG.md)
- [Commits](symfony/event-dispatcher@v6.4.8...v6.4.25)

Updates `symfony/http-foundation` from 6.4.29 to 6.4.31
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/8.1/CHANGELOG.md)
- [Commits](symfony/http-foundation@v6.4.29...v6.4.31)

Updates `symfony/mailer` from 6.4.12 to 6.4.31
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/8.1/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.12...v6.4.31)

Updates `symfony/routing` from 6.4.12 to 6.4.30
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.1/CHANGELOG.md)
- [Commits](symfony/routing@v6.4.12...v6.4.30)

Updates `symfony/translation` from 6.4.4 to 6.4.31
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/8.1/CHANGELOG.md)
- [Commits](symfony/translation@v6.4.4...v6.4.31)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 6.4.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/event-dispatcher
  dependency-version: 6.4.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-foundation
  dependency-version: 6.4.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-version: 6.4.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-version: 6.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-version: 6.4.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/stable33/symfony-c89d2a19f5 branch from 3ddad39 to 12bf95b Compare January 24, 2026 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant