Update symfony packages
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/console (source) | require | patch |
6.2.8 -> 6.2.10
|
symfony/framework-bundle (source) | require | patch |
6.2.8 -> 6.2.10
|
symfony/http-client (source) | require | patch |
6.2.8 -> 6.2.10
|
symfony/security-bundle (source) | require | patch |
6.2.8 -> 6.2.10
|
symfony/ux-twig-component (source) | require | minor |
2.7.1 -> 2.8.0
|
symfony/web-profiler-bundle (source) | require-dev | patch |
6.2.7 -> 6.2.10
|
symfony/yaml (source) | require | patch |
6.2.7 -> 6.2.10
|
Release Notes
symfony/console
v6.2.10
Changelog (https://github.com/symfony/console/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50143 [Console] trim(): Argument #1 () must be of type string, bool given (@danepowell)
- bug symfony/symfony#50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50111 Fix the list of supported shells for completions in a phar (@stof)
- bug symfony/symfony#50110 [Console] Fix the usage of the zsh completion through the fpath discovery (@stof)
- bug symfony/symfony#50040 [Translation] Crowdin Bridge: Fix locale vs LanguageId (@Peter Culka)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49537 [Serializer] Unexpected value should throw UnexpectedValueException (@ThomasTr)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
- bug symfony/symfony#49987 [Console] Restoring the ability to output unicode text to the Win10 console (@aleksandr-shevchenko)
symfony/framework-bundle
v6.2.10
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
v6.2.9
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.8...v6.2.9)
- bug #49889 Fix registering ExpressionValidator (nicolas-grekas)
symfony/http-client
v6.2.10
Changelog (https://github.com/symfony/http-client/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50072 [HttpClient] Fix global state preventing two CurlHttpClient instances from working together (@nicolas-grekas)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49537 [Serializer] Unexpected value should throw UnexpectedValueException (@ThomasTr)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
- bug symfony/symfony#50004 [HttpClient] fix proxied redirects in curl client (@matthi4s)
v6.2.9
Changelog (https://github.com/symfony/http-client/compare/v6.2.8...v6.2.9)
- bug #49926 Fix canceling MockResponse (fancyweb)
symfony/security-bundle
v6.2.10
Changelog (https://github.com/symfony/security-bundle/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50088 [DependencyInjection] Do not ignore tags
name
attribute when it does not define their name (@MatTheCat) - bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
symfony/ux-twig-component
v2.8.0
-
Add new HTML syntax for rendering components:
<twig:ComponentName>
-
true
attribute values now render just the attribute name,false
excludes it entirely. -
The first argument to
AsTwigComponent
is now optional and defaults to the class name.
symfony/web-profiler-bundle
v6.2.10
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50139 Check if trace.curlCommand is defined in profiler (@Toflar)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
symfony/yaml
v6.2.10
Changelog (https://github.com/symfony/yaml/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.