chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
0.12.87 -> 0.12.88
|
symfony/browser-kit (source) | require-dev | patch |
5.2.7 -> 5.2.9
|
symfony/framework-bundle (source) | require | patch |
5.2.7 -> 5.2.9
|
symfony/http-client (source) | require-dev | patch |
5.2.8 -> 5.2.9
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.2.8 -> 5.2.9
|
symfony/security-bundle (source) | require | patch |
5.2.8 -> 5.2.9
|
symfony/security-core (source) | require | patch |
5.2.8 -> 5.2.9
|
symfony/twig-bundle (source) | require | patch |
5.2.4 -> 5.2.9
|
symfony/validator (source) | require | patch |
5.2.7 -> 5.2.9
|
symfony/yaml (source) | require | patch |
5.2.7 -> 5.2.9
|
Release Notes
phpstan/phpstan
v0.12.88
🔧
Improvements - ExceptionTypeResolver - support listing checked exception types (phpstan/phpstan-src@
349b3b3
), #4996 - Configuration parameter
editorUrl
to add clickable file URLs to output (#515), thanks @ThomasLandauer!
🐛
Bugfixes - Use 1 CPU only when
proc_open
function is disabled (#514), thanks @mvorisek! - Allow combining full and shortcut versions of
excludePaths
in the same config hierarchy (phpstan/phpstan-src@e7ac788
), #4561 - String starting with
\
is valid class name (phpstan/phpstan-src@428baf5
), #5002 - Fix
is_array()
false positive (phpstan/phpstan-src@187921e
), #4999 - Fix
TemplateUnionType
as part of intersection (phpstan/phpstan-src@4a45db5
), #5000 - Fix PHP warning for
*
ignore path whenopen_basedir
is set (#519), thanks @mvorisek!
🤖
Function signature fixes - functionMap: Be strict about array_flip input type (#518), thanks @mind-bending-forks!
- Fix
number_format()
with named arguments (#524), thanks @matyx! -
DateInterval
extension (#520), thanks @VincentLanglet!
symfony/browser-kit
v5.2.9
Changelog (https://github.com/symfony/browser-kit/compare/v5.2.8...v5.2.9)
- bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
symfony/framework-bundle
v5.2.9
Changelog (https://github.com/symfony/framework-bundle/compare/v5.2.8...v5.2.9)
symfony/http-client
v5.2.9
Changelog (https://github.com/symfony/http-client/compare/v5.2.8...v5.2.9)
- bug #41224 fix adding query string to relative URLs with scoped clients (nicolas-grekas)
symfony/phpunit-bridge
v5.2.9
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.2.8...v5.2.9)
- bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
symfony/security-bundle
v5.2.9
Changelog (https://github.com/symfony/security-bundle/compare/v5.2.8...v5.2.9)
symfony/security-core
v5.2.9
Changelog (https://github.com/symfony/security-core/compare/v5.2.8...v5.2.9)
- bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
symfony/twig-bundle
v5.2.9
Changelog (https://github.com/symfony/twig-bundle/compare/v5.2.8...v5.2.9)
- bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)
symfony/yaml
v5.2.9
Changelog (https://github.com/symfony/yaml/compare/v5.2.8...v5.2.9)
- bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.