Update symfony packages to v5 (major)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/browser-kit (source) | require-dev | major |
^4.4 -> ^5.0
|
symfony/config (source) | require | major |
^4.4 -> ^5.0
|
symfony/framework-bundle (source) | require | major |
^4.1.12 -> ^5.0.0
|
symfony/http-client (source) | require-dev | major |
^4.4 -> ^5.0
|
symfony/phpunit-bridge (source) | require-dev | major |
^4.4 -> ^5.0
|
symfony/security-bundle (source) | require | major |
^4.4 -> ^5.0
|
symfony/security-core (source) | require | major |
^4.4 -> ^5.0
|
symfony/security-guard (source) | require | major |
^4.4 -> ^5.0
|
symfony/twig-bundle (source) | require | major |
^4.4 -> ^5.0
|
symfony/yaml (source) | require | major |
^4.4 -> ^5.0
|
Release Notes
symfony/browser-kit
v5.2.1
Changelog (https://github.com/symfony/browser-kit/compare/v5.2.0...v5.2.1)
- no changes
v5.2.0
- [BC BREAK] Request parameters are now casted to string in
Request::__construct()
.
v5.1.10
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.9...v5.1.10)
- no changes
v5.1.9
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.8...v5.1.9)
- no changes
v5.1.8
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.7...v5.1.8)
- no changes
v5.1.7
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.6...v5.1.7)
- bug #38377 Ignore more deprecations for Mockery mocks (fancyweb)
- bug #38360 Cookie expiration at current timestamp (iquito)
v5.1.6
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.5...v5.1.6)
- no changes
v5.1.5
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.4...v5.1.5)
- no changes
v5.1.4
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.3...v5.1.4)
- no changes
v5.1.3
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.2...v5.1.3)
- no changes
v5.1.2
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.1...v5.1.2)
- no changes
v5.1.1
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.0...v5.1.1)
- no changes
v5.1.0
Changelog (https://github.com/symfony/browser-kit/compare/v5.1.0-RC2...v5.1.0)
- no changes
v5.0.11
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.10...v5.0.11)
- no changes
v5.0.10
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.9...v5.0.10)
- no changes
v5.0.9
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.8...v5.0.9)
- bug #36839 Raw body with custom Content-Type header (azhurb)
- bug #36592 Allow Referer set by history to be overridden (Slamdunk)
v5.0.8
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.7...v5.0.8)
- no changes
v5.0.7
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.6...v5.0.7)
- bug #36181 fixed missing post request parameters in file uploads (codebay)
v5.0.6
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.5...v5.0.6)
- no changes
v5.0.5
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.4...v5.0.5)
- bug #35827 Nested file array prevents uploading file (afilina)
v5.0.4
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.3...v5.0.4)
- no changes
v5.0.3
Changelog (https://github.com/symfony/browser-kit/compare/v5.0.2...v5.0.3)
- no changes
v5.0.2
v5.0.1
v5.0.0
symfony/config
v5.2.1
Changelog (https://github.com/symfony/config/compare/v5.2.0...v5.2.1)
- bug #39334 Fixed syntax error in config (Nyholm)
- bug #39336 YamlReferenceDumper: No default value required for VariableNode with array example (Nyholm)
- bug #39142 Stop treating multiline resources as globs (michaelKaefer)
v5.2.0
Changelog (https://github.com/symfony/config/compare/v5.2.0-RC2...v5.2.0)
- no changes
v5.1.10
Changelog (https://github.com/symfony/config/compare/v5.1.9...v5.1.10)
- bug #39334 Fixed syntax error in config (Nyholm)
- bug #39336 YamlReferenceDumper: No default value required for VariableNode with array example (Nyholm)
- bug #39142 Stop treating multiline resources as globs (michaelKaefer)
v5.1.9
Changelog (https://github.com/symfony/config/compare/v5.1.8...v5.1.9)
- bug #39091 Recheck glob brace support after GlobResource was serialized (wouterj)
v5.1.8
Changelog (https://github.com/symfony/config/compare/v5.1.7...v5.1.8)
- no changes
v5.1.7
Changelog (https://github.com/symfony/config/compare/v5.1.6...v5.1.7)
- no changes
v5.1.6
Changelog (https://github.com/symfony/config/compare/v5.1.5...v5.1.6)
- no changes
v5.1.5
Changelog (https://github.com/symfony/config/compare/v5.1.4...v5.1.5)
- no changes
v5.1.4
Changelog (https://github.com/symfony/config/compare/v5.1.3...v5.1.4)
- bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)
v5.1.3
Changelog (https://github.com/symfony/config/compare/v5.1.2...v5.1.3)
- bug #37511 Use several placeholder unique prefixes for dynamic placeholder values (fancyweb)
- bug #37526 ensure compatibility with PHP 8 stack traces (xabbuh)
- bug #37340 Fix support for PHP8 union types (nicolas-grekas)
v5.1.2
Changelog (https://github.com/symfony/config/compare/v5.1.1...v5.1.2)
- no changes
v5.1.1
Changelog (https://github.com/symfony/config/compare/v5.1.0...v5.1.1)
- no changes
v5.1.0
- updated the signature of method
NodeDefinition::setDeprecated()
toNodeDefinition::setDeprecation(string $package, string $version, string $message)
- updated the signature of method
BaseNode::setDeprecated()
toBaseNode::setDeprecation(string $package, string $version, string $message)
- deprecated passing a null message to
BaseNode::setDeprecated()
to un-deprecate a node - deprecated
BaseNode::getDeprecationMessage()
, useBaseNode::getDeprecation()
instead
v5.0.11
Changelog (https://github.com/symfony/config/compare/v5.0.10...v5.0.11)
- bug #37511 Use several placeholder unique prefixes for dynamic placeholder values (fancyweb)
- bug #37526 ensure compatibility with PHP 8 stack traces (xabbuh)
- bug #37340 Fix support for PHP8 union types (nicolas-grekas)
v5.0.10
Changelog (https://github.com/symfony/config/compare/v5.0.9...v5.0.10)
- no changes
v5.0.9
Changelog (https://github.com/symfony/config/compare/v5.0.8...v5.0.9)
- bug #36896 Removed implicit cast of ReflectionProperty to string (derrabus)
v5.0.8
Changelog (https://github.com/symfony/config/compare/v5.0.7...v5.0.8)
- bug #36408 add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions (soyuka)
v5.0.7
Changelog (https://github.com/symfony/config/compare/v5.0.6...v5.0.7)
- no changes
v5.0.6
Changelog (https://github.com/symfony/config/compare/v5.0.5...v5.0.6)
- bug #36041 fix import from config file using type: glob (Tobion)
- bug #35982 Fix XmlFileLoader bad error message (przemyslaw-bogusz)
v5.0.5
Changelog (https://github.com/symfony/config/compare/v5.0.4...v5.0.5)
- bug #35537 Prevent potential \TypeError (fancyweb)
- bug #35557 dont catch instances of Error (nicolas-grekas)
v5.0.4
Changelog (https://github.com/symfony/config/compare/v5.0.3...v5.0.4)
- no changes
v5.0.3
Changelog (https://github.com/symfony/config/compare/v5.0.2...v5.0.3)
- no changes
v5.0.2
v5.0.1
v5.0.0
- Dropped support for constructing a
TreeBuilder
without passing root node information. - Removed the
root()
method inTreeBuilder
, pass the root node information to the constructor instead - Added method
getChildNodeDefinitions()
to ParentNodeDefinitionInterface - Removed
FileLoaderLoadException
, useLoaderLoadException
instead
symfony/framework-bundle
v5.2.1
Changelog (https://github.com/symfony/framework-bundle/compare/v5.2.0...v5.2.1)
- bug #39555 Fix NFS detection on macOs (jderusse)
- bug #39360 Fix cache:clear with buildDir (jderusse)
- bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)
- bug #39478 Fix missing kernel.build_dir on cache clear (chalasr)
- bug #39442 Fix enabled key for ratelimiter config (pierredup)
- bug #39268 Use decoration instead of class replacement for mock factory (GaryPEGEOT)
- bug #39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
- bug #39357 fix preserving some special chars in the query string (nicolas-grekas)
- bug #39313 TextDescriptor::formatControllerLink checked method… (fjogeleit)
- bug #39256 Fixed case when the marking store is not defined (lyrixx)
v5.2.0
- Added
framework.http_cache
configuration tree - Added
framework.trusted_proxies
andframework.trusted_headers
configuration options - Deprecated the public
form.factory
,form.type.file
,translator
,security.csrf.token_manager
,serializer
,cache_clearer
,filesystem
andvalidator
services to private. - Added
TemplateAwareDataCollectorInterface
andAbstractDataCollector
to simplify custom data collector creation and leverage autoconfiguration - Add
cache.adapter.redis_tag_aware
tag to useRedisCacheAwareAdapter
- added
framework.http_client.retry_failing
configuration tree - added
assertCheckboxChecked()
andassertCheckboxNotChecked()
inWebTestCase
- added
assertFormValue()
andassertNoFormValue()
inWebTestCase
- Added "--as-tree=3" option to
translation:update
command to dump messages as a tree-like structure. The given value defines the level where to switch to inline YAML - Deprecated the
lock.RESOURCE_NAME
andlock.RESOURCE_NAME.store
services and thelock
,LockInterface
,lock.store
andPersistingStoreInterface
aliases, uselock.RESOURCE_NAME.factory
,lock.factory
orLockFactory
instead.
v5.1.10
Changelog (https://github.com/symfony/framework-bundle/compare/v5.1.9...v5.1.10)
- bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)
- bug #39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
- bug #39357 fix preserving some special chars in the query string (nicolas-grekas)
- bug #39313 TextDescriptor::formatControllerLink checked method… (fjogeleit)
v5.1.9
Changelog (https://github.com/symfony/framework-bundle/compare/v5.1.8...v5.1.9)
- bug #39072 fix firebase transport factory DI tag type (xabbuh)
- bug #38999 autoconfigure behavior describing tags on decorators (xabbuh)
- bug #38867 Fixing TranslationUpdateCommand failure when using "--no-backup" (liarco)
v5.1.8
Changelog (https://github.com/symfony/framework-bundle/compare/v5.1.7...v5.1.8)
- bug #38578 Add missing use statement (jderusse)
v5.1.7
Changelog (https://github.com/symfony/framework-bundle/compare/v5.1.6...v5.1.7)
- bug #38348 Add Mailjet definition (michaelKaefer)
- bug #38343 Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable" (nicolas-grekas)
v5.1.6
Changelog (https://github.com/symfony/framework-bundle/compare/v5.1.5...v5.1.6)
- bug #38226 loadRoutes shoud receive RoutingPhpFileLoader (grachevko)
- bug #38202 Fix xsd definition which prevent to add more than one workflow metadata (l-vo)
- bug #38142 adopt src/.preload.php (nicolas-grekas)
- bug #38095 Remove unnecessary check for existing request (jschaedl)
- bug #38063 generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)
v5.1.5
Changelog (https://github.com/symfony/framework-bundle/compare/v5.1.4...v5.1.5)
- no changes
v5.1.4
[Compare Source](https://github.com/symfony/framework-bundle/compare/v5
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.