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/flex | require | patch |
1.12.2 -> 1.13.3
|
| 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/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
editorUrlto add clickable file URLs to output (#515), thanks @ThomasLandauer!
Bugfixes 🐛
- Use 1 CPU only when
proc_openfunction is disabled (#514), thanks @mvorisek! - Allow combining full and shortcut versions of
excludePathsin 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
TemplateUnionTypeas part of intersection (phpstan/phpstan-src@4a45db5), #5000 - Fix PHP warning for
*ignore path whenopen_basediris 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! -
DateIntervalextension (#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/flex
v1.13.3
v1.13.2
v1.13.1
v1.13.0
- Require UX packages to have the "symfony-ux" keyword in their composer.json file
- Copy peerDependencies to the root package.json
- Deprecate symfony:generate-id as it's not used anymore
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/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.