fix(deps): update all non-major dependencies (patch)
Compare changes
+ 12
− 12
@@ -7367,16 +7367,16 @@
@@ -7417,9 +7417,9 @@
@@ -7640,16 +7640,16 @@
@@ -7679,7 +7679,7 @@
@@ -7695,7 +7695,7 @@
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dbp/relay-core-bundle | require | patch |
0.1.38 -> 0.1.40
|
phpstan/phpstan | require-dev | patch |
1.8.2 -> 1.8.4
|
phpunit/phpunit (source) | require-dev | patch |
9.5.23 -> 9.5.24
|
v0.1.40
v0.1.39
v1.8.4
PHPStan 1.8.3 but faster!
::class
on string expression (#1425), thanks @rvanvelzen!reportUnmatchedIgnoredErrors
is changed (https://github.com/phpstan/phpstan-src/commit/84852ab8d9d4cbe3939d6f55e48e20f0481c3166)array_filter()
that does not return all items (https://github.com/phpstan/phpstan-src/commit/2e89a22dc28a044b65dc8f2bf7c76fd0b65f66ee), #7909
v1.8.3
This release fixes 76 issues!
non-falsy-string
(truthy-string
) type (#1542, #1660, #1661, #1662), #5317, #5370, #7199, thanks @staabm!checkImplicitMixed
(#1645), thanks @MartinMystikJonas!substr()
(#1532), #7663, thanks @staabm!ltrim()
return type extension to support class-string
(#1597), #7483, thanks @staabm!@psalm-readonly-allow-private-mutation
as alias of @readonly
(#1609), #7774, thanks @zonuexe!gettype()
inference in TypeSpecifier (#1611), #6901, thanks @staabm!expr & number
for positive numbers (#1629), thanks @thg2k!ctype_digit
(#1635), thanks @fluffycondor!array_flip()
for constant arrays (https://github.com/phpstan/phpstan-src/commit/a6cec395f64806bd12522926970843423f3f7290)array_filter()
for constant arrays (https://github.com/phpstan/phpstan-src/commit/771b860d0c7ca73bfb255df4c14cffa97caada93)array_intersect_key()
for constant arrays (https://github.com/phpstan/phpstan-src/commit/a96cdf2bf5cf2b145a5c0fbbe007776e8d7bd7b8)ConstantArrayType
callables with union values (#1529), #2343, thanks @herndlm!eval()
(https://github.com/phpstan/phpstan-src/commit/058d739904a9f0641e5643fd8b089d2203f9c1d3), #7647
pg_*
functions with multiple variants from signature map on PHP 8.1 (https://github.com/phpstan/phpstan-src/commit/8128a63348918ee3d94eb8ba513252c1188b5cc3), #7138
in_array
non-empty-array type specification (#1545), #7684, thanks @herndlm!ConstantArrayType::unsetOffset
(#1537), #5223, thanks @herndlm!treatPhpDocTypesAsCertain: false
(#1560), #7622, thanks @rvanvelzen!class-string
s from GenericClassStringType
(#1590), #7698, thanks @staabm!Array_
expr type resolving with unpacked array items (#1586), #7724, thanks @herndlm!Array_
expr type resolving with unpacked constant array items (#1619), #7776, thanks @herndlm!json_decode()
without arguments (https://github.com/phpstan/phpstan-src/commit/bf6d4c003a589f2dd75dacab8306c336bb9ff81c), #7762
ConstantStringType::describe()
(#1612), thanks @rvanvelzen!non-empty-array
(https://github.com/phpstan/phpstan-src/commit/32353a92691b88c4f662d170a165efa7910e330c)$data[$key]
after specifying $key
(https://github.com/phpstan/phpstan-src/commit/46a8f32f5474b6f6127fb17a1638e7e11897be52), #6008
MixedType
explicitness in MethodParameterComparisonHelper::isTypeCompatible
(#1491), #7415, thanks @herndlm!ConstantArrayType
(https://github.com/phpstan/phpstan-src/commit/617311022636af148ce910635adf85624fe59f8f), #6013, #2851, #6008
sscanf()
(#1593), thanks @staabm!sscanf()
inference with regex format patterns (#1576), #7563, #7764, thanks @staabm!MixedType
(#1656), thanks @staabm!PHPStan\dumpType
pure (#1665), #7803, thanks @rvanvelzen!Imagick::queryFontMetrics
more specific return type (#1530), thanks @MartkCz!Imagick::roundCornersImage
correct naming and optional params (#1531), thanks @MartkCz!str_split
returns an empty array since PHP 8.2 (#1544), thanks @herndlm!XmlReader::next|read()
has side-effects (#1551), #5920, thanks @staabm!getName()
returns a non-empty-string
(#1599), #7056, thanks @staabm!ord()
signature (#1620), thanks @thg2k!port
component of 'parse_url()
(#1622), thanks @thg2k!non-empty-array
removal in array_push
/array_unshift
(#1552), thanks @herndlm!VirtualNode::getType()
returning an incorrect value for ClassConstantsNode and MethodReturnStatementsNode (#1568), thanks @Muqsit!SimpleXMLElement::asXML
(#1606), thanks @herndlm!MutatingScope::filterBySpecifiedTypes
(#1536), thanks @herndlm!IntegerRangeType
constructor private (#1624), #7803, thanks @herndlm!jean85/pretty-package-versions
dependency (#1607), thanks @herndlm!brianium/paratest
^6.5 to fix PHP 8.2 deprecation notices (#1631), thanks @herndlm!TypeUtils::containsCallable()
(#1667), thanks @herndlm!This MR has been generated by Renovate Bot.