Update symfony packages
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/console (source) | require | patch |
6.2.10 -> 6.2.11
|
symfony/flex | require | minor |
2.2.5 -> 2.3.1
|
symfony/framework-bundle (source) | require | patch |
6.2.10 -> 6.2.11
|
symfony/http-client (source) | require | patch |
6.2.10 -> 6.2.11
|
symfony/security-bundle (source) | require | patch |
6.2.10 -> 6.2.11
|
symfony/ux-twig-component (source) | require | minor |
2.8.1 -> 2.9.0
|
symfony/web-profiler-bundle (source) | require-dev | patch |
6.2.10 -> 6.2.11
|
Release Notes
symfony/console
v6.2.11
Changelog (https://github.com/symfony/console/compare/v6.2.10...v6.2.11)
- bug symfony/symfony#50442 [SecurityBundle] Update security-1.0.xsd to include missing access-token definition (@aegypius)
- bug symfony/symfony#50429 [Console] block input stream if needed (@joelwurtz)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#50338 [Console] Remove
exec
and replace it byshell_exec
(@maxbeckers) - bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
- bug symfony/symfony#50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
- bug symfony/symfony#50241 [HttpKernel] Prevent initialising lazy services during services reset (@tucksaun)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50213 [ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (@MatTheCat)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
- bug symfony/symfony#50238 [HttpKernel] Don't use eval() to render ESI/SSI (@nicolas-grekas)
symfony/framework-bundle
v6.2.11
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.10...v6.2.11)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#50338 [Console] Remove
exec
and replace it byshell_exec
(@maxbeckers) - bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#50280 [PropertyAccess] Fix nullsafe operator on array index (@HypeMC)
- bug symfony/symfony#50362 [FrameworkBundle] Fix Workflow without a marking store definition uses marking store definition of previously defined workflow (@krciga22)
- bug symfony/symfony#50309 [HttpFoundation] UrlHelper is now aware of RequestContext changes (@giosh94mhz)
- bug symfony/symfony#50253 [FrameworkBundle] Generate caches consistently on successive run of
cache:clear
command (@Okhoshi) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50241 [HttpKernel] Prevent initialising lazy services during services reset (@tucksaun)
symfony/http-client
v6.2.11
Changelog (https://github.com/symfony/http-client/compare/v6.2.10...v6.2.11)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#50280 [PropertyAccess] Fix nullsafe operator on array index (@HypeMC)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50256 [HttpClient] Fix setting duplicate-name headers when redirecting with AmpHttpClient (@nicolas-grekas)
- bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
- bug symfony/symfony#50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
- bug symfony/symfony#50241 [HttpKernel] Prevent initialising lazy services during services reset (@tucksaun)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50213 [ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (@MatTheCat)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
- bug symfony/symfony#50226 [HttpClient] Ensure HttplugClient ignores invalid HTTP headers (@nicolas-grekas)
symfony/security-bundle
v6.2.11
Changelog (https://github.com/symfony/security-bundle/compare/v6.2.10...v6.2.11)
- bug symfony/symfony#50442 [SecurityBundle] Update security-1.0.xsd to include missing access-token definition (@aegypius)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)
symfony/ux-twig-component
v2.9.0
- The
ComponentAttributes::defaults()
method now accepts any iterable argument. TheComponentAttributes::add()
method has been deprecated. To add a Stimulus controller to the attributes, use{{ attributes.defaults(stimulus_controller('...')) }}
.
symfony/web-profiler-bundle
v6.2.11
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.10...v6.2.11)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50256 [HttpClient] Fix setting duplicate-name headers when redirecting with AmpHttpClient (@nicolas-grekas)
- bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.