Update symfony packages
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/console (source) | require | patch |
6.2.3 -> 6.2.10
|
symfony/debug-bundle (source) | require-dev | patch |
6.2.1 -> 6.2.7
|
symfony/dotenv (source) | require | patch |
6.2.0 -> 6.2.8
|
symfony/flex | require | patch |
2.2.4 -> 2.2.5
|
symfony/form (source) | require | patch |
6.2.3 -> 6.2.10
|
symfony/framework-bundle (source) | require | patch |
6.2.3 -> 6.2.10
|
symfony/http-client (source) | require | patch |
6.2.5 -> 6.2.10
|
symfony/phpunit-bridge (source) | require-dev | patch |
6.2.7 -> 6.2.10
|
symfony/runtime (source) | require | patch |
6.2.0 -> 6.2.8
|
symfony/security-csrf (source) | require | patch |
6.2.0 -> 6.2.7
|
symfony/twig-bundle (source) | require | patch |
6.2.3 -> 6.2.7
|
symfony/ux-twig-component (source) | require | minor |
2.6.1 -> 2.8.0
|
symfony/validator (source) | require | patch |
6.2.3 -> 6.2.10
|
symfony/web-profiler-bundle (source) | require-dev | patch |
6.2.4 -> 6.2.10
|
symfony/webpack-encore-bundle | require | patch |
1.16.0 -> 1.16.1
|
symfony/yaml (source) | require | patch |
6.2.2 -> 6.2.10
|
Release Notes
symfony/console
v6.2.10
Changelog (https://github.com/symfony/console/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50143 [Console] trim(): Argument #1 () must be of type string, bool given (@danepowell)
- bug symfony/symfony#50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50111 Fix the list of supported shells for completions in a phar (@stof)
- bug symfony/symfony#50110 [Console] Fix the usage of the zsh completion through the fpath discovery (@stof)
- bug symfony/symfony#50040 [Translation] Crowdin Bridge: Fix locale vs LanguageId (@Peter Culka)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49537 [Serializer] Unexpected value should throw UnexpectedValueException (@ThomasTr)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
- bug symfony/symfony#49987 [Console] Restoring the ability to output unicode text to the Win10 console (@aleksandr-shevchenko)
v6.2.8
Changelog (https://github.com/symfony/console/compare/v6.2.7...v6.2.8)
- bug #49765 Add missing ZSH mention in DumpCompletionCommand help (lyrixx)
- bug #49274 Disable links for IntelliJ platform (SerafimArts)
v6.2.7
Changelog (https://github.com/symfony/console/compare/v6.2.6...v6.2.7)
- bug #49528 Fix fatal error when accessing Application::signalRegistry without pcntl (lyrixx)
- bug #48897 fix clear of section with question (maxbeckers)
v6.2.5
Changelog (https://github.com/symfony/console/compare/v6.2.4...v6.2.5)
- no significant changes
symfony/debug-bundle
v6.2.7
Changelog (https://github.com/symfony/debug-bundle/compare/v6.2.6...v6.2.7)
- no significant changes
v6.2.5
Changelog (https://github.com/symfony/debug-bundle/compare/v6.2.4...v6.2.5)
- no significant changes
symfony/dotenv
v6.2.8
Changelog (https://github.com/symfony/dotenv/compare/v6.2.7...v6.2.8)
- no significant changes
v6.2.7
Changelog (https://github.com/symfony/dotenv/compare/v6.2.6...v6.2.7)
- bug #49249 Fix phpdoc Dotenv (alamirault)
v6.2.5
Changelog (https://github.com/symfony/dotenv/compare/v6.2.4...v6.2.5)
- no significant changes
symfony/form
v6.2.10
Changelog (https://github.com/symfony/form/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50040 [Translation] Crowdin Bridge: Fix locale vs LanguageId (@Peter Culka)
- bug symfony/symfony#50056 [Form] Fix "prototype_data" option creating duplicates instead of new lines (@Thorry84)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#48108 [PropertyAccess] Readonly properties must have no PropertyWriteInfo (@CasvanDongen)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
v6.2.8
Changelog (https://github.com/symfony/form/compare/v6.2.7...v6.2.8)
- bug #49835 CollectionType apply prototypeOptions to ResizeFormListener new fields (Thorry84)
v6.2.7
Changelog (https://github.com/symfony/form/compare/v6.2.6...v6.2.7)
- bug #48965 Allow floats in html5 input type number field (wimhendrikx)
- bug #49459 Skip password hashing on empty password (Seb33300)
- bug #49267 Check for
RepeatedType
child inPasswordHasherListener
(MatTheCat) - bug #49208 Fix
PasswordHasherListener
to work with empty data (1ed)
v6.2.5
Changelog (https://github.com/symfony/form/compare/v6.2.4...v6.2.5)
- no significant changes
symfony/framework-bundle
v6.2.10
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
v6.2.9
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.8...v6.2.9)
- bug #49889 Fix registering ExpressionValidator (nicolas-grekas)
v6.2.8
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.7...v6.2.8)
- bug #49679 enable metadata cache when annotation is disabled (bastnic)
- bug #49850 Fix auto-discovering validator constraints (nicolas-grekas)
- bug #49849 Fix services usages output for text descriptor (rmikalkenas)
- bug #49843 Add missing monolog channel tag for messenger services (rmikalkenas)
- bug #49189 Improve documentation about translation:extract --sort option (marien-probesys)
- bug #49745 Fix wiring session.handler when handler_id is null (nicolas-grekas)
- bug #49682 Workflow - Fix LogicException about a wrong configuration of "enabled" node (adpauly)
- bug #49674 Rename limiter’s
strategy
topolicy
in XSD (MatTheCat)
v6.2.7
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.6...v6.2.7)
- bug #49493 Fix denyAccessUnlessGranted for mixed attributes (delbertooo)
- bug #47946 Fix checkboxes check assertions (MatTheCat)
v6.2.5
Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.4...v6.2.5)
symfony/http-client
v6.2.10
Changelog (https://github.com/symfony/http-client/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50072 [HttpClient] Fix global state preventing two CurlHttpClient instances from working together (@nicolas-grekas)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49537 [Serializer] Unexpected value should throw UnexpectedValueException (@ThomasTr)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
- bug symfony/symfony#50004 [HttpClient] fix proxied redirects in curl client (@matthi4s)
v6.2.9
Changelog (https://github.com/symfony/http-client/compare/v6.2.8...v6.2.9)
- bug #49926 Fix canceling MockResponse (fancyweb)
v6.2.8
Changelog (https://github.com/symfony/http-client/compare/v6.2.7...v6.2.8)
- bug #49796 Fix not calling the on progress callback when canceling a MockResponse (fancyweb)
- bug #49722 Encode and decode curly brackets {} (pbowyer)
- bug #49580 Fix encoding "+" in URLs (nicolas-grekas)
v6.2.7
Changelog (https://github.com/symfony/http-client/compare/v6.2.6...v6.2.7)
- bug #49299 Fix over-encoding of URL parts to match browser's behavior (nicolas-grekas)
- bug #49314 Revert support for "friendsofphp/well-known-implementations" (nicolas-grekas)
- bug #49301 Fix data collector (fancyweb)
v6.2.6
Changelog (https://github.com/symfony/http-client/compare/v6.2.5...v6.2.6)
- bug #49104 Fix collecting data non-late for the profiler (nicolas-grekas)
symfony/phpunit-bridge
v6.2.10
Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50040 [Translation] Crowdin Bridge: Fix locale vs LanguageId (@Peter Culka)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#50048 [PhpUnitBridge] Fix PHPUnit 10.1 compatibility (@enumag)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
symfony/runtime
v6.2.8
Changelog (https://github.com/symfony/runtime/compare/v6.2.7...v6.2.8)
- no significant changes
v6.2.7
Changelog (https://github.com/symfony/runtime/compare/v6.2.6...v6.2.7)
- no significant changes
v6.2.5
Changelog (https://github.com/symfony/runtime/compare/v6.2.4...v6.2.5)
- bug #49046 Fix for Windows when projects are deployed on junctions/symlinks (nerdgod)
symfony/security-csrf
v6.2.7
Changelog (https://github.com/symfony/security-csrf/compare/v6.2.6...v6.2.7)
- no significant changes
v6.2.5
Changelog (https://github.com/symfony/security-csrf/compare/v6.2.4...v6.2.5)
- no significant changes
symfony/twig-bundle
v6.2.7
Changelog (https://github.com/symfony/twig-bundle/compare/v6.2.6...v6.2.7)
- no significant changes
v6.2.5
Changelog (https://github.com/symfony/twig-bundle/compare/v6.2.4...v6.2.5)
- no significant changes
symfony/ux-twig-component
v2.8.0
-
Add new HTML syntax for rendering components:
<twig:ComponentName>
-
true
attribute values now render just the attribute name,false
excludes it entirely. -
The first argument to
AsTwigComponent
is now optional and defaults to the class name.
v2.7.1
v2.7.0
-
PreMount
andPostMount
hooks can now return nothing.
symfony/validator
v6.2.10
Changelog (https://github.com/symfony/validator/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50040 [Translation] Crowdin Bridge: Fix locale vs LanguageId (@Peter Culka)
- bug symfony/symfony#50017 [Validator] Fix support of Enum to
ConstraintValidator::formatValue
(@PhoneixS) - bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49537 [Serializer] Unexpected value should throw UnexpectedValueException (@ThomasTr)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
- bug symfony/symfony#50004 [HttpClient] fix proxied redirects in curl client (@matthi4s)
- bug symfony/symfony#50008 [Intl] Update the ICU data to 73.1 (@jderusse)
v6.2.8
Changelog (https://github.com/symfony/validator/compare/v6.2.7...v6.2.8)
- bug #49697 Update BIC validator IBAN mappings (maxbeckers)
v6.2.7
Changelog (https://github.com/symfony/validator/compare/v6.2.6...v6.2.7)
- bug #49484 Fix translation of AtLeastOneOf constraint message (alexandre-daubois)
- bug #48998 Sync IBAN formats with Swift IBAN registry (smelesh)
- bug #49220 Make ConstraintValidatorTestCase compatible with PHPUnit 10 (gjuric)
v6.2.5
Changelog (https://github.com/symfony/validator/compare/v6.2.4...v6.2.5)
symfony/web-profiler-bundle
v6.2.10
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50139 Check if trace.curlCommand is defined in profiler (@Toflar)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
v6.2.7
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.6...v6.2.7)
- bug #49477 Fix the rendering of query explanation with Postgresql (stof)
- bug #49400 Tweak Mailer panel rendering (1ed)
- bug #49310 Ignore messages whose
getNotification
returnsnull
(MatTheCat) - bug #49326 Fix notifier profiler when transport name is null (fabpot)
- bug #49223 Fix some minor HTML issues (javiereguiluz)
- bug #49226 Disable Turbo for debug toolbar links (javiereguiluz)
- bug #49224 Fix an accessibility issue in the search form of the header (javiereguiluz)
v6.2.5
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.4...v6.2.5)
- no significant changes
symfony/webpack-encore-bundle
v1.16.1
: Fix double-escaping of stimulus_ functions with form system
Hi Webpackers!
This release fixes a bug if using the stimulus_*
functions most commonly with the form system - see https://github.com/symfony/webpack-encore-bundle/pull/178#issuecomment-1379604029
Bug Fix
- #202 - Fix double escaping in stimulus DTOs when using toArray() in combination with form methods - @jeroennoten
Diff: https://github.com/symfony/webpack-encore-bundle/compare/v1.16.0...v1.16.1
Happy packing!
symfony/yaml
v6.2.10
Changelog (https://github.com/symfony/yaml/compare/v6.2.9...v6.2.10)
- bug symfony/symfony#50066 [Dumper] Trim leading newlines when checking if value begins with a space (@bradtreloar)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
v6.2.7
Changelog (https://github.com/symfony/yaml/compare/v6.2.6...v6.2.7)
- no significant changes
v6.2.5
Changelog (https://github.com/symfony/yaml/compare/v6.2.4...v6.2.5)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.