Update symfony packages
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/browser-kit (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/console (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/css-selector (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/debug-bundle (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/dotenv (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/form (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/framework-bundle (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/http-client (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/maker-bundle (source) | require | minor |
1.59.1 -> 1.60.0
|
symfony/phpunit-bridge (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/runtime (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/security-csrf (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/stopwatch (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/twig-bundle (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/ux-twig-component (source) | require | minor |
2.17.0 -> 2.18.1
|
symfony/validator (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/web-profiler-bundle (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/yaml (source) | require | minor |
7.0.* -> 7.1.*
|
Release Notes
symfony/browser-kit (symfony/browser-kit)
v7.1.1
Changelog (https://github.com/symfony/browser-kit/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/browser-kit/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/browser-kit/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/console (symfony/console)
v7.1.2
Changelog (https://github.com/symfony/console/compare/v7.1.1...v7.1.2)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/console/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/console/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.9
Changelog (https://github.com/symfony/console/compare/v7.0.8...v7.0.9)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/console/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/css-selector (symfony/css-selector)
v7.1.1
Changelog (https://github.com/symfony/css-selector/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/css-selector/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/css-selector/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/debug-bundle (symfony/debug-bundle)
v7.1.1
Changelog (https://github.com/symfony/debug-bundle/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/debug-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/debug-bundle/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/dotenv (symfony/dotenv)
v7.1.1
Changelog (https://github.com/symfony/dotenv/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/dotenv/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/dotenv/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54700 [Dotenv] show overridden vars too when running debug:dotenv (@HMRDevil)
symfony/form (symfony/form)
v7.1.1
Changelog (https://github.com/symfony/form/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/form/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/form/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/framework-bundle (symfony/framework-bundle)
v7.1.2
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57533 [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled (@nicolas-grekas)
- bug symfony/symfony#57554 [FrameworkBundle] Fix warming up routes (@nicolas-grekas)
- bug symfony/symfony#57434 [FrameworkBundle] inject the missing logger service (@xabbuh)
- bug symfony/symfony#57273 [FrameworkBundle] Fix setting default context for certain normalizers (@HypeMC)
- bug symfony/symfony#57348 [Notifier][Brevo] change type from chatter to texter (@xabbuh)
v7.1.1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0...v7.1.1)
- bug symfony/symfony#57297 [FrameworkBundle] not registered definitions must not be modified (@xabbuh)
v7.1.0
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.9
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.8...v7.0.9)
- bug symfony/symfony#57533 [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled (@nicolas-grekas)
- bug symfony/symfony#57273 [FrameworkBundle] Fix setting default context for certain normalizers (@HypeMC)
- bug symfony/symfony#57297 [FrameworkBundle] not registered definitions must not be modified (@xabbuh)
v7.0.8
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54791 [FrameworkBundle] move wiring of the property info extractor to the ObjectNormalizer (@xabbuh)
symfony/http-client (symfony/http-client)
v7.1.2
Changelog (https://github.com/symfony/http-client/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
- bug symfony/symfony#57564 [HttpClient] Fix initializing InformationalChunk (@nicolas-grekas)
- bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
v7.1.1
Changelog (https://github.com/symfony/http-client/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/http-client/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.9
Changelog (https://github.com/symfony/http-client/compare/v7.0.8...v7.0.9)
- bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
- bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
v7.0.8
Changelog (https://github.com/symfony/http-client/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54860 [HttpClient] Revert fixing curl default options (@alexandre-daubois)
- bug symfony/symfony#54830 [HttpClient] Fix cURL default options for PHP 8.4 (@alexandre-daubois)
symfony/maker-bundle (symfony/maker-bundle)
v1.60.0
June 10th, 2024
Feature
- #1534 [make:entity] add enum support - @loicsapone
- #1543 [dx] make it easier to use tooling for devs - @jrushlow
- #1544 [make:webhook] phpstan types and single quotes - @seb-jean
- #1546 [make:message] phpstan types - @seb-jean
- #1545 1545 [make:crud] use getString() instead of get() for csrf token - @seb-jean
- #1568 [make:schedule] Add transport name for attribute - @NicolasJourdan
- #1574 [make:validator] phpstan types - @seb-jean
Bug
- #1496 [make:entity] confirm to allow non-ascii char's in entity names - @Fan2Shrek
- #1533 make:security:form-login] fix remember me label - @jrushlow
- #1535 [make:entity] Update ux-turbo package name to have proper suggestion - @nfragnet
- #1559 [make:entity] fix indentation in broadcast_twig_template.tpl.php - @seb-jean
- #1569 Fix generated twig file location - @IndraGunawan
symfony/phpunit-bridge (symfony/phpunit-bridge)
v7.1.2
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.1...v7.1.2)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.0...v7.1.1)
- bug symfony/symfony#57110 [PhpUnitBridge] Fix error handler triggered outside of tests (@HypeMC)
- bug symfony/symfony#57275 Fix autoload configs to avoid warnings when building optimized autoloaders (@Seldaek)
v7.1.0
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.9
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.0.8...v7.0.9)
- bug symfony/symfony#57110 [PhpUnitBridge] Fix error handler triggered outside of tests (@HypeMC)
v7.0.8
Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#57275 Fix autoload configs to avoid warnings when building optimized autoloaders (@Seldaek)
- bug symfony/symfony#54797 [PhpUnitBridge] Fix
DeprecationErrorHandler
with PhpUnit 10 (@HypeMC)
symfony/runtime (symfony/runtime)
v7.1.1
Changelog (https://github.com/symfony/runtime/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/runtime/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/runtime/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/security-csrf (symfony/security-csrf)
v7.1.1
Changelog (https://github.com/symfony/security-csrf/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/security-csrf/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/security-csrf/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/stopwatch (symfony/stopwatch)
v7.1.1
Changelog (https://github.com/symfony/stopwatch/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/stopwatch/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
symfony/twig-bundle (symfony/twig-bundle)
v7.1.1
Changelog (https://github.com/symfony/twig-bundle/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/twig-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/twig-bundle/compare/v7.0.7...v7.0.8)
- no significant changes
symfony/validator (symfony/validator)
v7.1.2
Changelog (https://github.com/symfony/validator/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57213 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message (@seho-nl, Sebastien Hoek)
v7.1.1
Changelog (https://github.com/symfony/validator/compare/v7.1.0...v7.1.1)
- bug symfony/symfony#57305 [Validator] do not modify a constraint during validation to not leak its context (@xabbuh)
- bug symfony/symfony#57275 Fix autoload configs to avoid warnings when building optimized autoloaders (@Seldaek)
v7.1.0
Changelog (https://github.com/symfony/validator/compare/v7.1.0-RC1...v7.1.0)
- bug symfony/symfony#56827 Fix CharsetValidator with string encoding (@alamirault)
v7.0.9
Changelog (https://github.com/symfony/validator/compare/v7.0.8...v7.0.9)
- bug symfony/symfony#57213 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message (@seho-nl, Sebastien Hoek)
v7.0.8
Changelog (https://github.com/symfony/validator/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#57275 Fix autoload configs to avoid warnings when building optimized autoloaders (@Seldaek)
- bug symfony/symfony#54924 [Validator] IBAN Check digits should always between 2 and 98 (@karstennilsen)
- bug symfony/symfony#54834 [Validator] Check
Locale
class existence before using it (@alexandre-daubois) - bug symfony/symfony#54758 [Validator] handle edge cases when constructing constraints with named arguments (@xabbuh)
- bug symfony/symfony#54760 [Validator] handle union and intersection types for cascaded validations (@xabbuh)
symfony/web-profiler-bundle (symfony/web-profiler-bundle)
v7.1.2
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.1...v7.1.2)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.9
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.0.8...v7.0.9)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54838 [WebProfilerBundle] Fix assignment to constant variable (@HypeMC)
- bug symfony/symfony#54800 [WebProfilerBundle] fix compatibility with Twig 3.10 (@xabbuh)
symfony/yaml (symfony/yaml)
v7.1.1
Changelog (https://github.com/symfony/yaml/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/yaml/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/yaml/compare/v7.0.7...v7.0.8)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.