Update symfony packages
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/console (source) | require | patch |
6.3.2 -> 6.3.4
|
symfony/framework-bundle (source) | require | patch |
6.3.2 -> 6.3.4
|
symfony/security-bundle (source) | require | patch |
6.3.3 -> 6.3.4
|
symfony/ux-twig-component (source) | require | minor |
2.10.0 -> 2.11.0
|
Release Notes
symfony/console (symfony/console)
v6.3.4
Changelog (https://github.com/symfony/console/compare/v6.3.3...v6.3.4)
- bug symfony/symfony#51378 [Console] avoid multiple new line when message already ends with a new line in section output (@joelwurtz)
- bug symfony/symfony#51223 [Console] Fix linewraps in
OutputFormatter
(@maxbeckers) - bug symfony/symfony#51355 [Console] fix section output when multiples section with max height (@joelwurtz)
symfony/framework-bundle (symfony/framework-bundle)
v6.3.4
Changelog (https://github.com/symfony/framework-bundle/compare/v6.3.3...v6.3.4)
- bug symfony/symfony#51326 [FrameworkBundle] Fix xsd for handle-all-throwables (@Jean-Beru)
- bug symfony/symfony#51301 [FrameworkBundle] add missing default-doctrine-dbal-provider cache pool attribute to XSD (@xabbuh)
symfony/security-bundle (symfony/security-bundle)
v6.3.4
Changelog (https://github.com/symfony/security-bundle/compare/v6.3.3...v6.3.4)
- bug symfony/symfony#51104 [Security] Fix loading user from UserBadge (@guillaumesmo)
- bug symfony/symfony#51359 [Security] Fix error with lock_factory in login_throttling (@BaptisteContreras)
symfony/ux-twig-component (symfony/ux-twig-component)
v2.11.0
- Support ...spread operator with html syntax (requires Twig 3.7.0 or higher)
- Add support for anonymous Twig components.
- Add
RenderedComponent::crawler()
andtoString()
methods. - Allow a block outside a Twig component to be available inside via
outerBlocks
. - Fix
<twig:component>
syntax where an attribute is set to an empty value.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.