Update symfony packages to v8 (major)
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| symfony/asset (source) |
7.4.* -> 8.0.*
|
||
| symfony/browser-kit (source) |
7.4.* -> 8.0.*
|
||
| symfony/console (source) |
7.4.* -> 8.0.*
|
||
| symfony/css-selector (source) |
7.4.* -> 8.0.*
|
||
| symfony/debug-bundle (source) |
7.4.* -> 8.0.*
|
||
| symfony/dotenv (source) |
7.4.* -> 8.0.*
|
||
| symfony/expression-language (source) |
7.4.* -> 8.0.*
|
||
| symfony/framework-bundle (source) |
7.4.* -> 8.0.*
|
||
| symfony/phpunit-bridge (source) |
^7.0 -> ^8.0
|
||
| symfony/runtime (source) |
7.4.* -> 8.0.*
|
||
| symfony/stopwatch (source) |
7.4.* -> 8.0.*
|
||
| symfony/twig-bundle (source) |
7.4.* -> 8.0.*
|
||
| symfony/web-profiler-bundle (source) |
7.4.* -> 8.0.*
|
||
| symfony/yaml (source) |
7.4.* -> 8.0.*
|
Release Notes
symfony/asset (symfony/asset)
v8.0.0
Changelog (https://github.com/symfony/asset/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/browser-kit (symfony/browser-kit)
v8.0.0
Changelog (https://github.com/symfony/browser-kit/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/console (symfony/console)
v8.0.1
Changelog (https://github.com/symfony/console/compare/v8.0.0...v8.0.1)
- bug symfony/symfony#61962 [Console] Handle signals on text input (@valx76)
- bug symfony/symfony#62627 [Console] Preserve
--helpoption when a command is not found (@santysisi) - bug symfony/symfony#62562 [Console] don't discard existing aliases when constructing Command (@henderkes)
- bug symfony/symfony#62571 [Console] Fix profile invokable command (@Jibbarth)
- bug symfony/symfony#62493 [Console] Fix exception message when abbreviation matches multiple hidden commands (@yoeunes)
v8.0.0
Changelog (https://github.com/symfony/console/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
v7.4.1
Changelog (https://github.com/symfony/console/compare/v7.4.0...v7.4.1)
- bug symfony/symfony#61962 [Console] Handle signals on text input (@valx76)
- bug symfony/symfony#62627 [Console] Preserve
--helpoption when a command is not found (@santysisi) - bug symfony/symfony#62562 [Console] don't discard existing aliases when constructing Command (@henderkes)
- bug symfony/symfony#62571 [Console] Fix profile invokable command (@Jibbarth)
symfony/css-selector (symfony/css-selector)
v8.0.0
Changelog (https://github.com/symfony/css-selector/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/debug-bundle (symfony/debug-bundle)
v8.0.0
Changelog (https://github.com/symfony/debug-bundle/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/dotenv (symfony/dotenv)
v8.0.0
Changelog (https://github.com/symfony/dotenv/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/expression-language (symfony/expression-language)
v8.0.0
Changelog (https://github.com/symfony/expression-language/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/framework-bundle (symfony/framework-bundle)
v8.0.1
Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.0...v8.0.1)
- bug symfony/symfony#62388 [TypeInfo] Simple array should be array type (@matijn-made)
- bug symfony/symfony#62656 [FrameworkBundle] Fix using
FailedMessages*CommandwithSigningSerializer(@HypeMC) - bug symfony/symfony#62652 [HttpClient] CachingHttpClient must run after UriTemplate and Scoping (@Lctrs)
- bug symfony/symfony#62651 [FrameworkBundle] Only register PhpConfigReferenceDumpPass in dev env with debug flag enabled (@bobvandevijver)
- bug symfony/symfony#62586 [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands (@aschempp)
- bug symfony/symfony#62647 [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services (@nicolas-grekas)
- bug symfony/symfony#62532 [FrameworkBundle] Dump bundles config reference first (@MatTheCat)
- bug symfony/symfony#62498 [FrameworkBundle] fix merging of enabled locales (@dmaicher)
- bug symfony/symfony#62551 [FrameworkBundle] register attribute loader arguments in a forward-compatible way (@xabbuh)
- bug symfony/symfony#62513 [FrameworkBundle] Add missing
useAttributeAsKeycalls (@MatTheCat) - bug symfony/symfony#62515 [FrameworkBundle] Allow backed enum to be used in initial_marking workflow configuration (@DemonTPx)
- bug symfony/symfony#62489 [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config (@yoeunes)
v8.0.0
Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
v7.4.1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.0...v7.4.1)
- bug symfony/symfony#62388 [TypeInfo] Simple array should be array type (@matijn-made)
- bug symfony/symfony#62656 [FrameworkBundle] Fix using
FailedMessages*CommandwithSigningSerializer(@HypeMC) - bug symfony/symfony#62652 [HttpClient] CachingHttpClient must run after UriTemplate and Scoping (@Lctrs)
- bug symfony/symfony#62651 [FrameworkBundle] Only register PhpConfigReferenceDumpPass in dev env with debug flag enabled (@bobvandevijver)
- bug symfony/symfony#62586 [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands (@aschempp)
- bug symfony/symfony#62647 [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services (@nicolas-grekas)
- bug symfony/symfony#62532 [FrameworkBundle] Dump bundles config reference first (@MatTheCat)
- bug symfony/symfony#62498 [FrameworkBundle] fix merging of enabled locales (@dmaicher)
- bug symfony/symfony#62551 [FrameworkBundle] register attribute loader arguments in a forward-compatible way (@xabbuh)
- bug symfony/symfony#62513 [FrameworkBundle] Add missing
useAttributeAsKeycalls (@MatTheCat) - bug symfony/symfony#62515 [FrameworkBundle] Allow backed enum to be used in initial_marking workflow configuration (@DemonTPx)
symfony/phpunit-bridge (symfony/phpunit-bridge)
v8.0.0
Changelog (https://github.com/symfony/phpunit-bridge/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/runtime (symfony/runtime)
v8.0.1
Changelog (https://github.com/symfony/runtime/compare/v8.0.0...v8.0.1)
- bug symfony/symfony#62661 [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel (@nicolas-grekas)
v8.0.0
v7.4.1
Changelog (https://github.com/symfony/runtime/compare/v7.4.0...v7.4.1)
- bug symfony/symfony#62661 [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel (@nicolas-grekas)
symfony/twig-bundle (symfony/twig-bundle)
v8.0.0
Changelog (https://github.com/symfony/twig-bundle/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/web-profiler-bundle (symfony/web-profiler-bundle)
v8.0.0
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v8.0.0-RC3...v8.0.0)
- no significant changes
symfony/yaml (symfony/yaml)
v8.0.1
Changelog (https://github.com/symfony/yaml/compare/v8.0.0...v8.0.1)
- bug symfony/symfony#62612 [Yaml] Fix regression handling blank lines in unquoted scalars (@yoeunes)
v8.0.0
v7.4.1
Changelog (https://github.com/symfony/yaml/compare/v7.4.0...v7.4.1)
- bug symfony/symfony#62612 [Yaml] Fix regression handling blank lines in unquoted scalars (@yoeunes)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.