fix(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dbp/relay-core-bundle | require | patch |
0.1.71 -> 0.1.74
|
phpstan/phpstan | require-dev | patch |
1.9.14 -> 1.9.17
|
phpstan/phpstan-phpunit | require-dev | patch |
1.3.3 -> 1.3.4
|
phpstan/phpstan-symfony | require-dev | patch |
1.2.22 -> 1.2.23
|
Release Notes
phpstan/phpstan
v1.9.17
🐛
Bugfixes - Fix one more false positive about unused private property (https://github.com/phpstan/phpstan-src/commit/6d61d3dd33342fe2b09a57ca17e9fc90b33f92d2), #8850
- Update phpdoc-parser to 1.16.1
- Fix
list{}
parsing (https://github.com/phpstan/phpdoc-parser/pull/177), thanks @zonuexe!
- Fix
- Fix intersection of two identical
ThisType
(https://github.com/phpstan/phpstan-src/commit/d3e3292d73ee32862b4b1321740c80d319a683ad), #8857
v1.9.16
- Fix false positive about unused class elements when the class uses a trait (https://github.com/phpstan/phpstan-src/commit/fbdf0da9b7075ce4d4933d6289dcfd89266556f0)
v1.9.15
🔧
Improvements -
ignoreErrors
entries for same message and path are summed together (https://github.com/phpstan/phpstan-src/commit/fa70062df084110dfc3fc9ce9be867dc143eb482) - Make PHP 8 deprecation "required params following optional ones" ignorable (#2218), thanks @Wirone!
🐛
Bugfixes - Templates in DatePeriod can be covariant (https://github.com/phpstan/phpstan-src/commit/ce65e053730ac70160b4a041e72496baa20c3c31), #8772
- Prevent crash for Attribute class polyfill without constructor (https://github.com/phpstan/phpstan-src/commit/9334ff395d56fb36d9c32092c67d602a2ac4b2df), #8769
- Fix big constant arrays not recognized as oversized (#2199), #8775, thanks @staabm!
- Fix
filter_var()
with float input and FILTER_VALIDATE_INT (#2206), #8797, thanks @herndlm! - Fixed
method_exists()
onclass-string&literal-string
(#2193), #8752, thanks @staabm! - Fix various
filter_var()
range edge cases (#2207), #8776, thanks @herndlm! - Fixed
$this instanceof X will always be false
in traits (#2045), #3632, thanks @staabm! - Update PhpStorm stubs (#2226), #8713
🤖
Function signature fixes - Adjust
forward_static_call_array
for named arguments on PHP 8 (https://github.com/phpstan/phpstan-src/commit/fb5c1119b779ab66ae841c9b110246a147c2ab69), https://github.com/phpstan/phpstan/discussions/8761
🔍
Internals
phpstan/phpstan-phpunit
v1.3.4
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.