fix(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/asset (source) | require | patch |
5.3.4 -> 5.3.11
|
symfony/config (source) | require | patch |
5.3.10 -> 5.3.11
|
symfony/event-dispatcher (source) | require | patch |
5.3.7 -> 5.3.11
|
symfony/expression-language (source) | require | patch |
5.3.7 -> 5.3.11
|
symfony/framework-bundle (source) | require | patch |
5.3.10 -> 5.3.11
|
symfony/http-client (source) | require-dev | patch |
5.3.10 -> 5.3.11
|
symfony/messenger (source) | require | patch |
5.3.10 -> 5.3.11
|
symfony/mime (source) | require | patch |
5.3.8 -> 5.3.11
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.3.10 -> 5.3.11
|
symfony/security-bundle (source) | require | patch |
5.3.8 -> 5.3.12
|
symfony/security-core (source) | require | patch |
5.3.10 -> 5.3.11
|
symfony/validator (source) | require | patch |
5.3.10 -> 5.3.12
|
symfony/yaml (source) | require | patch |
5.3.6 -> 5.3.11
|
vimeo/psalm | require-dev | patch |
4.13.0 -> 4.13.1
|
Release Notes
symfony/asset
v5.3.11
Changelog (https://github.com/symfony/asset/compare/v5.3.10...v5.3.11)
- bug #43948 Fixed leftover deprecations PHP 8.1 (michaljusiega)
symfony/config
v5.3.11
Changelog (https://github.com/symfony/config/compare/v5.3.10...v5.3.11)
- bug #43267 Fix signature generation with nested attributes on PHP 8.1 (agustingomes)
symfony/event-dispatcher
v5.3.11
Changelog (https://github.com/symfony/event-dispatcher/compare/v5.3.10...v5.3.11)
- no significant changes
symfony/expression-language
v5.3.11
Changelog (https://github.com/symfony/expression-language/compare/v5.3.10...v5.3.11)
- no significant changes
symfony/framework-bundle
v5.3.11
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.10...v5.3.11)
- bug #44110 Fix default PHP attributes support in validation and serializer configuration when doctrine/annotations is not installed with PHP 8 (fancyweb)
- bug #44108 remove
FlattenExceptionNormalizer
definition if serializer not available (kbond) - bug #44050 Fix package names (fabpot)
- bug #43981 fix registering late resettable services (nicolas-grekas)
symfony/http-client
v5.3.11
Changelog (https://github.com/symfony/http-client/compare/v5.3.10...v5.3.11)
symfony/messenger
v5.3.11
Changelog (https://github.com/symfony/messenger/compare/v5.3.10...v5.3.11)
symfony/mime
v5.3.11
Changelog (https://github.com/symfony/mime/compare/v5.3.10...v5.3.11)
- bug #44119 Add correct IDN flags for IDNA2008 compliance (j-bernard)
symfony/phpunit-bridge
v5.3.11
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.3.10...v5.3.11)
- bug #43987 Fix Uncaught ValueError (dunglas)
symfony/security-bundle
v5.3.12
Changelog (https://github.com/symfony/security-bundle/compare/v5.3.11...v5.3.12)
- no significant changes
v5.3.11
Changelog (https://github.com/symfony/security-bundle/compare/v5.3.10...v5.3.11)
- bug #43901 Default access_decision_manager.strategy option with merge (biozshock)
symfony/security-core
v5.3.11
Changelog (https://github.com/symfony/security-core/compare/v5.3.10...v5.3.11)
- bug #43900 Fix TypeError message in ChainUserProvider (derrabus)
symfony/validator
v5.3.12
Changelog (https://github.com/symfony/validator/compare/v5.3.11...v5.3.12)
- no significant changes
v5.3.11
Changelog (https://github.com/symfony/validator/compare/v5.3.10...v5.3.11)
- no significant changes
vimeo/psalm
v4.13.1
What's Changed
This release fixes the crash when running Psalm on PHP 7.1
Fixes
- Error with version 4.13.0 using DOMNodeList::count introduced only from PHP 7.2 by @AlessandroMinoccheri in https://github.com/vimeo/psalm/pull/6981
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.