Skip to content

build(deps): bump the symfony group with 8 updates#2426

Open
dependabot[bot] wants to merge 1 commit into
stable33from
dependabot/composer/stable33/symfony-be5f20ebff
Open

build(deps): bump the symfony group with 8 updates#2426
dependabot[bot] wants to merge 1 commit into
stable33from
dependabot/composer/stable33/symfony-be5f20ebff

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the symfony group with 8 updates:

Package From To
symfony/console 6.4.32 6.4.37
symfony/event-dispatcher 6.4.32 6.4.37
symfony/http-foundation 6.4.33 6.4.35
symfony/mailer 6.4.31 6.4.34
symfony/polyfill-intl-normalizer 1.33.0 1.37.0
symfony/polyfill-php83 1.33.0 1.37.0
symfony/routing 6.4.32 6.4.37
symfony/translation 6.4.32 6.4.38

Updates symfony/console from 6.4.32 to 6.4.37

Release notes

Sourced from symfony/console's releases.

v6.4.37

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

v6.4.36

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

  • bug #63749 Fix performance regression in OutputFormatter for ASCII content (@​pcescon)

v6.4.35

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

v6.4.34

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

Commits
  • 7bbcaf3 More CS fixes
  • 2f04c68 CS fixes - native_function_invocation & static_lambda
  • 545cb35 Backport some CS fixes from 7.4
  • a61f29e [CS] Back config from 8.1 and apply heredoc_indentation rule
  • 656d546 [Console] Fix shell completion when SHELL_VERBOSITY=-1
  • 9f481cf [Console] Fix performance regression in OutputFormatter for ASCII content
  • 49257c9 [Console] Fix ApplicationTester ignoring interactive and verbosity opti...
  • 4d5318a [Console] Fix OUTPUT_RAW corrupting binary content on Windows
  • 7b1f1c3 [Console] Fix various completion edge cases
  • a0613ff [Console] Fix validator exception masked by MissingInputException on empty input
  • Additional commits viewable in compare view

Updates symfony/event-dispatcher from 6.4.32 to 6.4.37

Release notes

Sourced from symfony/event-dispatcher's releases.

v6.4.37

Changelog (symfony/event-dispatcher@v6.4.36...v6.4.37)

v6.4.36

Changelog (symfony/event-dispatcher@v6.4.35...v6.4.36)

  • bug #63723 Fix memory leak in TraceableEventDispatcher for long-running processes (@​wazum)
Commits
  • 2e3bf81 CS fixes - native_function_invocation & static_lambda
  • f25830d [EventDispatcher] Fix TraceableEventDispatcher when reset during dispatch
  • fc82886 [EventDispatcher] Fix memory leak in TraceableEventDispatcher for long-runnin...
  • See full diff in compare view

Updates symfony/http-foundation from 6.4.33 to 6.4.35

Release notes

Sourced from symfony/http-foundation's releases.

v6.4.35

Changelog (symfony/http-foundation@v6.4.34...v6.4.35)

v6.4.34

Changelog (symfony/http-foundation@v6.4.33...v6.4.34)

Commits
  • cffffd0 [HttpFoundation] Fix session cookie_lifetime not applied in mock session storage
  • 5bb346d [HttpFoundation] Handle empty session data in updateTimestamp() to fix compat...
  • 31b030e stop using with*() without expects()
  • 31e2a27 BinaryFileResponse: always return 206 if Range is valid
  • 2ed100b [HttpFoundation] Reject invalid paths
  • 09fed20 When calling UploadedFile::getErrorMessage() to a file which has no error and...
  • 24a3c4c fix engine declaration on mysql pdo table creations
  • See full diff in compare view

Updates symfony/mailer from 6.4.31 to 6.4.34

Release notes

Sourced from symfony/mailer's releases.

v6.4.34

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

  • bug #63278 Fix Mailjet SMTP relay X-MJ-TemplateErrorReporting header format to MailjetApiTransport (@​mwijngaard)
Commits
  • 01b846f [Mailer] Clarify the purpose of SentMessage's "message id" concept
  • See full diff in compare view

Updates symfony/polyfill-intl-normalizer from 1.33.0 to 1.37.0

Release notes

Sourced from symfony/polyfill-intl-normalizer's releases.

v1.37.0

Changelog (symfony/polyfill-intl-normalizer@v1.36.0...v1.37.0)

  • no significant changes

v1.36.0

Changelog (symfony/polyfill-intl-normalizer@v1.35.0...v1.36.0)

  • no significant changes

v1.35.0

Changelog (symfony/polyfill-intl-normalizer@v1.34.0...v1.35.0)

  • no significant changes

v1.34.0

Changelog (symfony/polyfill-intl-normalizer@v1.33.0...v1.34.0)

  • no significant changes
Commits

Updates symfony/polyfill-php83 from 1.33.0 to 1.37.0

Release notes

Sourced from symfony/polyfill-php83's releases.

v1.37.0

Changelog (symfony/polyfill-php83@v1.36.0...v1.37.0)

  • no significant changes

v1.36.0

Changelog (symfony/polyfill-php83@v1.35.0...v1.36.0)

  • no significant changes

v1.35.0

Changelog (symfony/polyfill-php83@v1.34.0...v1.35.0)

  • no significant changes

v1.34.0

Changelog (symfony/polyfill-php83@v1.33.0...v1.34.0)

  • bug #501 mbstring polyfills must not raise value errors in PHP 7 (@​derrabus)
Commits

Updates symfony/routing from 6.4.32 to 6.4.37

Release notes

Sourced from symfony/routing's releases.

v6.4.37

Changelog (symfony/routing@v6.4.34...v6.4.37)

v6.4.34

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

Commits
  • 48035d1 [Routing] Honor the Request's method in UrlMatcher::matchRequest()
  • 1425c2c More CS fixes
  • 883d140 CS fixes - native_function_invocation & static_lambda
  • 4bcf92a [CS] Back config from 8.1 and apply heredoc_indentation rule
  • 5ab3a3e [Config][Routing] Fix exclude option being ignored for non-glob and PSR-4 res...
  • See full diff in compare view

Updates symfony/translation from 6.4.32 to 6.4.38

Release notes

Sourced from symfony/translation's releases.

v6.4.38

Changelog (symfony/translation@v6.4.32...v6.4.38)

v6.4.34

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

  • bug #63231 Fix for Crowdin Translation File Replaced with Partial Data When Pushing Default Locale Without --force (@​bhdnb)
Commits
  • afaa31b [Translation] Fix TranslationPushCommand::getDomainsFromTranslatorBag
  • 61531d8 [Translation] URL-encode tmp path in XliffUtils::shouldEnableEntityLoader
  • 5828985 PHP CS Fixer: backports changes toward 6.4 branch
  • 49f5e25 More CS fixes
  • aadeb75 CS fixes - native_function_invocation & static_lambda
  • cf67270 Backport some CS fixes from 7.4
  • 997244d [CS] Back config from 8.1 and apply heredoc_indentation rule
  • d07d117 remove usages of the deprecated any() invoked count expectation
  • See full diff 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 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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/console](https://github.com/symfony/console) | `6.4.32` | `6.4.37` |
| [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `6.4.32` | `6.4.37` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `6.4.33` | `6.4.35` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.31` | `6.4.34` |
| [symfony/polyfill-intl-normalizer](https://github.com/symfony/polyfill-intl-normalizer) | `1.33.0` | `1.37.0` |
| [symfony/polyfill-php83](https://github.com/symfony/polyfill-php83) | `1.33.0` | `1.37.0` |
| [symfony/routing](https://github.com/symfony/routing) | `6.4.32` | `6.4.37` |
| [symfony/translation](https://github.com/symfony/translation) | `6.4.32` | `6.4.38` |


Updates `symfony/console` from 6.4.32 to 6.4.37
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.1/CHANGELOG.md)
- [Commits](symfony/console@v6.4.32...v6.4.37)

Updates `symfony/event-dispatcher` from 6.4.32 to 6.4.37
- [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.32...v6.4.37)

Updates `symfony/http-foundation` from 6.4.33 to 6.4.35
- [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.33...v6.4.35)

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

Updates `symfony/polyfill-intl-normalizer` from 1.33.0 to 1.37.0
- [Release notes](https://github.com/symfony/polyfill-intl-normalizer/releases)
- [Commits](symfony/polyfill-intl-normalizer@v1.33.0...v1.37.0)

Updates `symfony/polyfill-php83` from 1.33.0 to 1.37.0
- [Release notes](https://github.com/symfony/polyfill-php83/releases)
- [Commits](symfony/polyfill-php83@v1.33.0...v1.37.0)

Updates `symfony/routing` from 6.4.32 to 6.4.37
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.1/CHANGELOG.md)
- [Commits](symfony/routing@v6.4.32...v6.4.37)

Updates `symfony/translation` from 6.4.32 to 6.4.38
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/8.1/CHANGELOG.md)
- [Commits](symfony/translation@v6.4.32...v6.4.38)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 6.4.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/event-dispatcher
  dependency-version: 6.4.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-foundation
  dependency-version: 6.4.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-version: 6.4.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/polyfill-intl-normalizer
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/polyfill-php83
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-version: 6.4.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-version: 6.4.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants