Update symfony packages
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
symfony/framework-bundle (source) |
6.3.4 -> 6.3.5
|
||||
symfony/http-client (source) |
6.3.2 -> 6.3.5
|
||||
symfony/maker-bundle (source) |
1.51.0 -> 1.51.1
|
||||
symfony/password-hasher (source) |
6.3.0 -> 6.3.5
|
||||
symfony/security-bundle (source) |
6.3.4 -> 6.3.5
|
||||
symfony/twig-bridge (source) |
6.3.2 -> 6.3.5
|
||||
symfony/ux-twig-component (source) |
2.11.2 -> 2.12.0
|
||||
symfony/webpack-encore-bundle |
2.0.1 -> 2.1.0
|
Release Notes
symfony/framework-bundle (symfony/framework-bundle)
v6.3.5
Changelog (https://github.com/symfony/framework-bundle/compare/v6.3.4...v6.3.5)
- bug symfony/symfony#50787 [Messenger] Fix exiting
messenger:failed:retry
command (@HypeMC) - bug symfony/symfony#51588 [FrameworkBundle] Always use buildDir as
ConfigBuilderGenerator
outputDir (@HypeMC) - bug symfony/symfony#51669 [FrameworkBundle] Handle tags array attributes in descriptors (@fancyweb)
- bug symfony/symfony#51671 [FrameworkBundle] Fix support for
translator.default_path
in XML (@HeahDude) - bug symfony/symfony#51497 [FrameworkBundle] no serializer mapping cache in debug mode without enable_annotations (@soyuka)
symfony/http-client (symfony/http-client)
v6.3.5
Changelog (https://github.com/symfony/http-client/compare/v6.3.4...v6.3.5)
- bug symfony/symfony#51659 [HttpClient] Fix TraceableResponse if response has no destruct method (@maxhelias)
symfony/maker-bundle (symfony/maker-bundle)
v1.51.1
: Fix use statements in make:fixtures
Hi Makers!
This release contains one bug fix to make:fixtures
. That's it!
- Fix UseStatementGenerator usage in MakeFixtures.php by @beesofts in https://github.com/symfony/maker-bundle/pull/1360
New Contributors
- @beesofts made their first contribution in https://github.com/symfony/maker-bundle/pull/1360
Full Changelog: https://github.com/symfony/maker-bundle/compare/v1.51.0...v1.51.1
Happy making!
symfony/password-hasher (symfony/password-hasher)
v6.3.5
Changelog (https://github.com/symfony/password-hasher/compare/v6.3.4...v6.3.5)
- bug symfony/symfony#51686 [SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config (@ogizanagi)
symfony/security-bundle (symfony/security-bundle)
v6.3.5
Changelog (https://github.com/symfony/security-bundle/compare/v6.3.4...v6.3.5)
- bug symfony/symfony#51686 [SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config (@ogizanagi)
symfony/twig-bridge (symfony/twig-bridge)
v6.3.5
Changelog (https://github.com/symfony/twig-bridge/compare/v6.3.4...v6.3.5)
- bug symfony/symfony#51586 [ErrorHandler] Handle PHP 8.3
highlight_file
function output changes (@PhilETaylor) - bug symfony/symfony#50794 [TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::getSession() (@Dirkhuethorst)
symfony/ux-twig-component (symfony/ux-twig-component)
v2.12.0
- Added a
debug:twig-component
command. - Fixed bad exception when the error comes from a Twig template.
- Fixed deprecation with
TemplateCacheWarmer
return type.
symfony/webpack-encore-bundle (symfony/webpack-encore-bundle)
v2.1.0
: Adding Symfony 7 support
Hi Webpackers!
- Allow Symfony 7 by @jmsche in https://github.com/symfony/webpack-encore-bundle/pull/221
Full Changelog: https://github.com/symfony/webpack-encore-bundle/compare/v2.0.1...v2.1.0
Happy packing!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.