Update symfony packages to 7.3.* - abandoned
This MR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
symfony/browser-kit (source) |
7.2.* -> 7.3.*
|
||
symfony/console (source) |
7.2.* -> 7.3.*
|
||
symfony/css-selector (source) |
7.2.* -> 7.3.*
|
||
symfony/debug-bundle (source) |
7.2.* -> 7.3.*
|
||
symfony/dotenv (source) |
7.2.* -> 7.3.*
|
||
symfony/form (source) |
7.2.* -> 7.3.*
|
||
symfony/framework-bundle (source) |
7.2.* -> 7.3.*
|
||
symfony/http-client (source) |
7.2.* -> 7.3.*
|
||
symfony/phpunit-bridge (source) |
7.2.* -> 7.3.*
|
||
symfony/runtime (source) |
7.2.* -> 7.3.*
|
||
symfony/security-csrf (source) |
7.2.* -> 7.3.*
|
||
symfony/stopwatch (source) |
7.2.* -> 7.3.*
|
||
symfony/twig-bundle (source) |
7.2.* -> 7.3.*
|
||
symfony/validator (source) |
7.2.* -> 7.3.*
|
||
symfony/web-profiler-bundle (source) |
7.2.* -> 7.3.*
|
||
symfony/yaml (source) |
7.2.* -> 7.3.*
|
Release Notes
symfony/browser-kit (symfony/browser-kit)
v7.3.2
Changelog (https://github.com/symfony/browser-kit/compare/v7.3.1...v7.3.2)
- no significant changes
v7.3.0
Changelog (https://github.com/symfony/browser-kit/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/browser-kit/compare/v7.2.8...v7.2.9)
- no significant changes
symfony/console (symfony/console)
v7.3.3
Changelog (https://github.com/symfony/console/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61033 [Console] Restore
SHELL_VERBOSITY
after a command is ran (@lyrixx) - bug symfony/symfony#61501 [Console] Fix testing multiline question (@MatTheCat)
- bug symfony/symfony#61319 [Console] [Table] Don't split grapheme clusters (@schlndh)
v7.3.2
Changelog (https://github.com/symfony/console/compare/v7.3.1...v7.3.2)
- bug symfony/symfony#61268 [Console] [Table] Fix unnecessary wrapping (@schlndh)
- bug symfony/symfony#61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (@schlndh)
- bug symfony/symfony#61080 [Console] Fix
TreeHelper::addChild
when providing a string (@jtattevin) - bug symfony/symfony#61201 [Console] Fix JSON description for negatable input flags (@nicolas-grekas)
- bug symfony/symfony#61138 [Console] fix profiler with overridden
run()
method (@vinceAmstoutz) - bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#60507 [Console][Messenger] Fix: Allow
UnrecoverableExceptionInterface
to bypass retry inRunCommandMessageHandler
(@santysisi)
v7.3.1
Changelog (https://github.com/symfony/console/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60044 [Console] Table counts wrong column width when using colspan and
setColumnMaxWidth()
(@vladimir-vv) - bug symfony/symfony#60042 [Console] Table counts wrong number of padding symbols in
renderCell()
method when cell contain unicode variant selector (@vladimir-vv)
v7.3.0
Changelog (https://github.com/symfony/console/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/console/compare/v7.2.8...v7.2.9)
- bug symfony/symfony#61268 [Console] [Table] Fix unnecessary wrapping (@schlndh)
- bug symfony/symfony#61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (@schlndh)
- bug symfony/symfony#61201 [Console] Fix JSON description for negatable input flags (@nicolas-grekas)
- bug symfony/symfony#61138 [Console] fix profiler with overridden
run()
method (@vinceAmstoutz) - bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#60507 [Console][Messenger] Fix: Allow
UnrecoverableExceptionInterface
to bypass retry inRunCommandMessageHandler
(@santysisi)
v7.2.8
Changelog (https://github.com/symfony/console/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60044 [Console] Table counts wrong column width when using colspan and
setColumnMaxWidth()
(@vladimir-vv) - bug symfony/symfony#60042 [Console] Table counts wrong number of padding symbols in
renderCell()
method when cell contain unicode variant selector (@vladimir-vv)
v7.2.7
Changelog (https://github.com/symfony/console/compare/v7.2.6...v7.2.7)
- no significant changes
symfony/css-selector (symfony/css-selector)
v7.3.0
Changelog (https://github.com/symfony/css-selector/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
symfony/debug-bundle (symfony/debug-bundle)
v7.3.0
Changelog (https://github.com/symfony/debug-bundle/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
symfony/dotenv (symfony/dotenv)
v7.3.2
Changelog (https://github.com/symfony/dotenv/compare/v7.3.1...v7.3.2)
- no significant changes
v7.3.0
Changelog (https://github.com/symfony/dotenv/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/dotenv/compare/v7.2.8...v7.2.9)
- no significant changes
symfony/form (symfony/form)
v7.3.3
Changelog (https://github.com/symfony/form/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61405 Remove calls to no-op functions, deprecated in PHP 8.5 (@nicolas-grekas)
v7.3.2
Changelog (https://github.com/symfony/form/compare/v7.3.1...v7.3.2)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#60975 [Form] Fix precision loss when rounding large integers in
NumberToLocalizedStringTransformer
(@OskarStark)
v7.3.1
Changelog (https://github.com/symfony/form/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#59910 [Form] Keep submitted values when
keep_as_list
option of collection type is enabled (@kells) - bug symfony/symfony#60638 [Form] Fix
keep_as_list
when data is not an array (@MatTheCat) - bug symfony/symfony#60676 [Form] Fix handling the empty string in NumberToLocalizedStringTransformer (@gnat42)
v7.3.0
Changelog (https://github.com/symfony/form/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/form/compare/v7.2.8...v7.2.9)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#60975 [Form] Fix precision loss when rounding large integers in
NumberToLocalizedStringTransformer
(@OskarStark)
v7.2.8
Changelog (https://github.com/symfony/form/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#59910 [Form] Keep submitted values when
keep_as_list
option of collection type is enabled (@kells) - bug symfony/symfony#60638 [Form] Fix
keep_as_list
when data is not an array (@MatTheCat) - bug symfony/symfony#60676 [Form] Fix handling the empty string in NumberToLocalizedStringTransformer (@gnat42)
v7.2.7
Changelog (https://github.com/symfony/form/compare/v7.2.6...v7.2.7)
- no significant changes
symfony/framework-bundle (symfony/framework-bundle)
v7.3.3
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61529 [FrameworkBundle] Don’t collect CLI profiles if the profiler is disabled (@MatTheCat)
- bug symfony/symfony#61115 [FrameworkBundle] Make
cache:warmup
warm up read-only caches (@MatTheCat)
v7.3.2
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.1...v7.3.2)
- bug symfony/symfony#61261 [FrameworkBundle] Fix
lint:container --resolve-env-vars
(@MatTheCat) - bug symfony/symfony#61158 [FrameworkBundle] Add missing html5-allow-no-tld to XSD file (@nicolas-grekas)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61105 [FrameworkBundle] fix phpdoc in
MicroKernelTrait
(@santysisi) - bug symfony/symfony#60741 [Scheduler] Fix
#[AsCronTask]
not passing arguments to command (Jan Pintr, @jan-pintr) - bug symfony/symfony#61020 [Doctrine][FrameworkBundle][Serializer][Validator] Increase minimum version of type-info component (@mitelg)
v7.3.1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60914 [Console] Fix command option mode (InputOption::VALUE_REQUIRED) (@gharlan)
- bug symfony/symfony#60894 [FrameworkBundle] also deprecate the internal rate limiter factory alias (@xabbuh)
- bug symfony/symfony#60780 [FrameworkBundle] Fix argument not provided to
add_bus_name_stamp_middleware
(@maxbaldanza) - bug symfony/symfony#60705 [FrameworkBundle] Fix allow
loose
as an email validation mode (@rhel-eo) - bug symfony/symfony#60774 [FrameworkBundle] Fixes getting a type error when the secret you are trying to reveal could not be decrypted (@jack-worman)
- bug symfony/symfony#60693 [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass (@cquintana92)
- bug symfony/symfony#60564 [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass (@cquintana92)
- bug symfony/symfony#60646 [FrameworkBundle] don't register
SchedulerTriggerNormalizer
withoutsymfony/serializer
(@xabbuh) - bug symfony/symfony#60625 [FrameworkBundle] set NamespacedPoolInterface alias to cache.app (@IndraGunawan)
v7.3.0
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.0-RC1...v7.3.0)
- bug symfony/symfony#60542 [Webhook] Fix controller service name (@HypeMC)
v7.2.9
Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.8...v7.2.9)
- bug symfony/symfony#61261 [FrameworkBundle] Fix
lint:container --resolve-env-vars
(@MatTheCat) - bug symfony/symfony#61158 [FrameworkBundle] Add missing html5-allow-no-tld to XSD file (@nicolas-grekas)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61105 [FrameworkBundle] fix phpdoc in
MicroKernelTrait
(@santysisi) - bug symfony/symfony#61020 [Doctrine][FrameworkBundle][Serializer][Validator] Increase minimum version of type-info component (@mitelg)
v7.2.8
Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60914 [Console] Fix command option mode (InputOption::VALUE_REQUIRED) (@gharlan)
- bug symfony/symfony#60780 [FrameworkBundle] Fix argument not provided to
add_bus_name_stamp_middleware
(@maxbaldanza) - bug symfony/symfony#60705 [FrameworkBundle] Fix allow
loose
as an email validation mode (@rhel-eo) - bug symfony/symfony#60774 [FrameworkBundle] Fixes getting a type error when the secret you are trying to reveal could not be decrypted (@jack-worman)
- bug symfony/symfony#60693 [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass (@cquintana92)
- bug symfony/symfony#60564 [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass (@cquintana92)
v7.2.7
Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.6...v7.2.7)
- bug symfony/symfony#60439 [FrameworkBundle] Fix declaring field-attr tags in xml config files (@nicolas-grekas)
- bug symfony/symfony#60373 [FrameworkBundle] Ensure
Email
class exists before using it (@Kocal) - bug symfony/symfony#60365 [FrameworkBundle] ensure that all supported e-mail validation modes can be configured (@xabbuh)
symfony/http-client (symfony/http-client)
v7.3.3
Changelog (https://github.com/symfony/http-client/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61534 [HttpClient] Fix PHP 8.5 deprecation using str_increment() (@nicolas-grekas)
- bug symfony/symfony#61405 Remove calls to no-op functions, deprecated in PHP 8.5 (@nicolas-grekas)
v7.3.2
Changelog (https://github.com/symfony/http-client/compare/v7.3.1...v7.3.2)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61031 [HttpClient] return early if handle has been cleaned up before (@xabbuh)
v7.3.1
Changelog (https://github.com/symfony/http-client/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60806 [HttpClient] Limit curl's connection cache size (@nicolas-grekas)
v7.3.0
Changelog (https://github.com/symfony/http-client/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/http-client/compare/v7.2.8...v7.2.9)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61031 [HttpClient] return early if handle has been cleaned up before (@xabbuh)
v7.2.8
Changelog (https://github.com/symfony/http-client/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60806 [HttpClient] Limit curl's connection cache size (@nicolas-grekas)
symfony/phpunit-bridge (symfony/phpunit-bridge)
v7.3.3
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61304 [PhpUnitBridge] Call Reflection*::setAccessible() only for PHP < 8.1 (@W0rma)
v7.3.1
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60645 [PhpUnitBridge] Skip bootstrap for PHPUnit >=10 (@HypeMC)
- bug symfony/symfony#60616 skip interactive questions asked by Composer (@xabbuh)
v7.3.0
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.8
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60645 [PhpUnitBridge] Skip bootstrap for PHPUnit >=10 (@HypeMC)
- bug symfony/symfony#60616 skip interactive questions asked by Composer (@xabbuh)
v7.2.7
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.2.6...v7.2.7)
- bug symfony/symfony#60484 [PhpUnitBridge] Clean up mocked features only when
@group
is present (@HypeMC) - bug symfony/symfony#60490 [PhpUnitBridge] set path to the PHPUnit autoload file (@xabbuh)
symfony/runtime (symfony/runtime)
v7.3.1
Changelog (https://github.com/symfony/runtime/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
- bug symfony/symfony#60771 [Runtime] fix compatibility with Symfony 7.4 (@xabbuh)
v7.3.0
Changelog (https://github.com/symfony/runtime/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.8
Changelog (https://github.com/symfony/runtime/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
- bug symfony/symfony#60771 [Runtime] fix compatibility with Symfony 7.4 (@xabbuh)
v7.2.7
Changelog (https://github.com/symfony/runtime/compare/v7.2.6...v7.2.7)
- no significant changes
symfony/security-csrf (symfony/security-csrf)
v7.3.0
Changelog (https://github.com/symfony/security-csrf/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
symfony/stopwatch (symfony/stopwatch)
v7.3.0
Changelog (https://github.com/symfony/stopwatch/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
symfony/twig-bundle (symfony/twig-bundle)
v7.3.2
Changelog (https://github.com/symfony/twig-bundle/compare/v7.3.1...v7.3.2)
- no significant changes
v7.3.1
Changelog (https://github.com/symfony/twig-bundle/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60859 [TwigBundle] fix preload unlinked class
BinaryOperatorExpressionParser
(@Grummfy)
v7.3.0
Changelog (https://github.com/symfony/twig-bundle/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/twig-bundle/compare/v7.2.8...v7.2.9)
- no significant changes
v7.2.8
Changelog (https://github.com/symfony/twig-bundle/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60859 [TwigBundle] fix preload unlinked class
BinaryOperatorExpressionParser
(@Grummfy)
symfony/validator (symfony/validator)
v7.3.3
Changelog (https://github.com/symfony/validator/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61405 Remove calls to no-op functions, deprecated in PHP 8.5 (@nicolas-grekas)
v7.3.2
Changelog (https://github.com/symfony/validator/compare/v7.3.1...v7.3.2)
- bug symfony/symfony#61131 [Validator] error if the fields option is missing for the Collection constraint (@xabbuh)
- bug symfony/symfony#61117 [Validator] fix handling required options (@xabbuh)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61056 [Validator] Allow mixed root on
CompoundConstraintTestCase
validator (@thePanz) - bug symfony/symfony#61020 [Doctrine][FrameworkBundle][Serializer][Validator] Increase minimum version of type-info component (@mitelg)
v7.3.1
Changelog (https://github.com/symfony/validator/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60888 [Intl] Fix locale validator when canonicalize is true (@rdavaillaud)
- bug symfony/symfony#60840 [Validator] Add missing HasNamedArguments to some constraints (@jkgroupe)
- bug symfony/symfony#60775 [Validator] flip excluded properties with keys with Doctrine-style constraint config (@xabbuh)
v7.3.0
Changelog (https://github.com/symfony/validator/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/validator/compare/v7.2.8...v7.2.9)
- bug symfony/symfony#61117 [Validator] fix handling required options (@xabbuh)
- bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#61056 [Validator] Allow mixed root on
CompoundConstraintTestCase
validator (@thePanz) - bug symfony/symfony#61020 [Doctrine][FrameworkBundle][Serializer][Validator] Increase minimum version of type-info component (@mitelg)
v7.2.8
Changelog (https://github.com/symfony/validator/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60888 [Intl] Fix locale validator when canonicalize is true (@rdavaillaud)
- bug symfony/symfony#60775 [Validator] flip excluded properties with keys with Doctrine-style constraint config (@xabbuh)
v7.2.7
Changelog (https://github.com/symfony/validator/compare/v7.2.6...v7.2.7)
- bug symfony/symfony#60478 [Validator] add missing
$extensions
and$extensionsMessage
to theImage
constraint (@xabbuh)
symfony/web-profiler-bundle (symfony/web-profiler-bundle)
v7.3.3
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61422 [WebProfilerBundle] Hide WDT clearer when it is hidden (@MatTheCat)
- bug symfony/symfony#61355 [WebProfilerBundle] Fix toolbar not rendering after replacing it (@aleho)
v7.3.2
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.3.1...v7.3.2)
- no significant changes
v7.3.1
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60607 [WebProfilerBundle] Fix toolbar with ajax requests not closing (@HypeMC)
v7.3.0
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.2.8...v7.2.9)
- no significant changes
symfony/yaml (symfony/yaml)
v7.3.3
Changelog (https://github.com/symfony/yaml/compare/v7.3.2...v7.3.3)
- bug symfony/symfony#61520 [Yaml] Fix scope resolution operator in flow mapping keys (@MatTheCat)
v7.3.2
Changelog (https://github.com/symfony/yaml/compare/v7.3.1...v7.3.2)
- no significant changes
v7.3.1
Changelog (https://github.com/symfony/yaml/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60648 [Yaml] fix support for years outside of the 32b range on x86 arch on PHP 8.4 (@nicolas-grekas)
v7.3.0
Changelog (https://github.com/symfony/yaml/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.9
Changelog (https://github.com/symfony/yaml/compare/v7.2.8...v7.2.9)
- no significant changes
v7.2.8
Changelog (https://github.com/symfony/yaml/compare/v7.2.7...v7.2.8)
- bug symfony/symfony#60648 [Yaml] fix support for years outside of the 32b range on x86 arch on PHP 8.4 (@nicolas-grekas)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.