Update symfony packages - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/console (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/dotenv (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/flex | require | patch |
2.4.1 -> 2.4.3
|
symfony/framework-bundle (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/http-client (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/maker-bundle (source) | require-dev | minor |
1.51.1 -> 1.52.0
|
symfony/password-hasher (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/proxy-manager-bridge (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/rate-limiter (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/runtime (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/security-bundle (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/stopwatch (source) | require-dev | minor |
6.3.* -> 6.4.*
|
symfony/twig-bridge (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/twig-bundle (source) | require | minor |
6.3.* -> 6.4.*
|
symfony/ux-twig-component (source) | require | patch |
2.13.1 -> 2.13.3
|
symfony/web-profiler-bundle (source) | require-dev | minor |
6.3.* -> 6.4.*
|
symfony/yaml (source) | require | minor |
6.3.* -> 6.4.*
|
Release Notes
symfony/console (symfony/console)
v6.4.2
Changelog (https://github.com/symfony/console/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#52940 [Console] Fix color support check on non-Windows platforms (@theofidry)
- bug symfony/symfony#52941 [Console] Fix xterm detection (@theofidry)
v6.4.1
Changelog (https://github.com/symfony/console/compare/v6.4.0...v6.4.1)
- no significant changes
v6.4.0
Changelog (https://github.com/symfony/console/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/console/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#52940 [Console] Fix color support check on non-Windows platforms (@theofidry)
- bug symfony/symfony#52941 [Console] Fix xterm detection (@theofidry)
v6.3.9
Changelog (https://github.com/symfony/console/compare/v6.3.8...v6.3.9)
- no significant changes
symfony/dotenv (symfony/dotenv)
v6.4.2
Changelog (https://github.com/symfony/dotenv/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#52928 [Dotenv] Allow environment variables starting with an underscore (@xabbuh)
- bug symfony/symfony#52927 [Dotenv] Properly handle
SYMFONY_DOTENV_VARS
being the empty string (@xabbuh)
v6.4.0
Changelog (https://github.com/symfony/dotenv/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/dotenv/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#52928 [Dotenv] Allow environment variables starting with an underscore (@xabbuh)
- bug symfony/symfony#52927 [Dotenv] Properly handle
SYMFONY_DOTENV_VARS
being the empty string (@xabbuh)
symfony/framework-bundle (symfony/framework-bundle)
v6.4.2
Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#53173 [FrameworkBundle] add missing webhook services for Brevo and Mailjet (@xabbuh)
- bug symfony/symfony#52998 [Notifier] [Bridges] Provide EventDispatcher and HttpClient to the transport (@rdavaillaud)
- bug symfony/symfony#53004 [FrameworkBundle] Add missing webhook parsers (@alexandre-daubois)
- bug symfony/symfony#53007 [FrameworkBundle] Fix webhook parser service removal and add notifier parser service removal (@alexandre-daubois)
- bug symfony/symfony#52978 [Webhook] [Framework] Added missing XML attribute in config XSD (@TimoBakx)
- bug symfony/symfony#52963 [FrameworkBundle] Fix profiling commands without router (@HeahDude)
- bug symfony/symfony#52966 [FrameworkBundle] Fix profiling command in web context (@HeahDude)
- bug symfony/symfony#52923 Avoid incompatibility with symfony/console 7 (@jdecool)
- bug symfony/symfony#52795 [FrameworkBundle] do not overwrite an application's default serialization context (@xabbuh)
v6.4.1
Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.0...v6.4.1)
- bug symfony/symfony#52852 [Serializer] Fix TranslatableNormalizer when the Translator is disabled (@Jean-Beru)
v6.4.0
Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/framework-bundle/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#52998 [Notifier] [Bridges] Provide EventDispatcher and HttpClient to the transport (@rdavaillaud)
- bug symfony/symfony#53007 [FrameworkBundle] Fix webhook parser service removal and add notifier parser service removal (@alexandre-daubois)
- bug symfony/symfony#52978 [Webhook] [Framework] Added missing XML attribute in config XSD (@TimoBakx)
- bug symfony/symfony#52923 Avoid incompatibility with symfony/console 7 (@jdecool)
- bug symfony/symfony#52795 [FrameworkBundle] do not overwrite an application's default serialization context (@xabbuh)
v6.3.9
Changelog (https://github.com/symfony/framework-bundle/compare/v6.3.8...v6.3.9)
- bug symfony/symfony#52707 [HttpKernel] Fix logging deprecations to the "php" channel when channel "deprecation" is not defined (@nicolas-grekas)
symfony/http-client (symfony/http-client)
v6.4.2
Changelog (https://github.com/symfony/http-client/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#52864 [HttpClient][Mailer][Process] always pass microseconds to usleep as integers (@xabbuh)
v6.4.0
Changelog (https://github.com/symfony/http-client/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/http-client/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#52864 [HttpClient][Mailer][Process] always pass microseconds to usleep as integers (@xabbuh)
symfony/maker-bundle (symfony/maker-bundle)
v1.52.0
Feature
- #1372 - Support Entity relations in form generation - @maelanleborgne
symfony/password-hasher (symfony/password-hasher)
v6.4.0
Changelog (https://github.com/symfony/password-hasher/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
symfony/proxy-manager-bridge (symfony/proxy-manager-bridge)
v6.4.0
Changelog (https://github.com/symfony/proxy-manager-bridge/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
symfony/rate-limiter (symfony/rate-limiter)
v6.4.2
Changelog (https://github.com/symfony/rate-limiter/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#53282 [RateLimiter] Fix RateLimit->getRetryAfter() return value when consuming 0 or last tokens (@wouterj, @ERuban)
- bug symfony/symfony#53259 [RateLimit] Test and fix peeking behavior on rate limit policies (@wouterj)
v6.4.0
Changelog (https://github.com/symfony/rate-limiter/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/rate-limiter/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#53259 [RateLimit] Test and fix peeking behavior on rate limit policies (@wouterj)
symfony/runtime (symfony/runtime)
v6.4.0
Changelog (https://github.com/symfony/runtime/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
symfony/security-bundle (symfony/security-bundle)
v6.4.2
Changelog (https://github.com/symfony/security-bundle/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#53172 [SecurityBundle] Prevent to login/logout without a request context (@symfonyaml)
- bug symfony/symfony#52870 [SecurityBundle] Fix redeclaration of
InternalSecurity
class when opcache preload is active (@kaznovac)
v6.4.0
Changelog (https://github.com/symfony/security-bundle/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/security-bundle/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#53172 [SecurityBundle] Prevent to login/logout without a request context (@symfonyaml)
symfony/stopwatch (symfony/stopwatch)
v6.4.0
Changelog (https://github.com/symfony/stopwatch/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
symfony/twig-bridge (symfony/twig-bridge)
v6.4.2
Changelog (https://github.com/symfony/twig-bridge/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#52990 [TwigBridge] don't use deprecated and internal Twig functions (@xabbuh)
v6.4.0
Changelog (https://github.com/symfony/twig-bridge/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/twig-bridge/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#52990 [TwigBridge] don't use deprecated and internal Twig functions (@xabbuh)
symfony/twig-bundle (symfony/twig-bundle)
v6.4.0
Changelog (https://github.com/symfony/twig-bundle/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
symfony/web-profiler-bundle (symfony/web-profiler-bundle)
v6.4.2
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.4.1...v6.4.2)
- bug symfony/symfony#53225 [WebProfilerBundle] Fix the design of the compact toolbar button (@javiereguiluz)
- bug symfony/symfony#53153 [WebProfilerBundle] Fix JS error when evaluating scripts (@jderusse)
- bug symfony/symfony#52990 [TwigBridge] don't use deprecated and internal Twig functions (@xabbuh)
- bug symfony/symfony#52979 [WebProfilerBundle] Fix "Copy as cURL" dark style (@HypeMC)
- bug symfony/symfony#52584 [WebProfilerBundle] Fix intercept external redirects (@HeahDude)
- bug symfony/symfony#52937 [WebProfilerBundle] Fix "Copy as cURL" (@HypeMC)
- bug symfony/symfony#52878 [WebProfiler] Fix unclosed JS script cannot be parsed (@smnandre)
v6.4.0
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.11
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.3.10...v6.3.11)
- bug symfony/symfony#53225 [WebProfilerBundle] Fix the design of the compact toolbar button (@javiereguiluz)
- bug symfony/symfony#53153 [WebProfilerBundle] Fix JS error when evaluating scripts (@jderusse)
- bug symfony/symfony#52990 [TwigBridge] don't use deprecated and internal Twig functions (@xabbuh)
- bug symfony/symfony#52584 [WebProfilerBundle] Fix intercept external redirects (@HeahDude)
symfony/yaml (symfony/yaml)
v6.4.0
Changelog (https://github.com/symfony/yaml/compare/v6.4.0-RC2...v6.4.0)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.