chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.5.0 -> 1.5.3
|
phpunit/phpunit (source) | require-dev | patch |
9.5.19 -> 9.5.20
|
Release Notes
phpstan/phpstan
v1.5.3

- Update phpdoc-parser with multi-line union/intersection/conditional types support (https://github.com/phpstan/phpstan-src/commit/6fa7c9097d060e7eddd81adf7a6809eb94a221a6), https://github.com/phpstan/phpdoc-parser/pull/114, thanks @rvanvelzen!

- Mark
Memcached::HAVE_*
constants as dynamic (#1142), #6263, thanks @VasekPurchart! - Improve return types for
array_fill_keys
andarray_combine
(#1139), thanks @canvural! - Guard
Equal
(==
) expression specification with empty array on both sides (#1143), #6940, thanks @herndlm! - Fix huge union types result from "+"-array-merge operation (#1141), #6936, thanks @staabm!
- Improve return type of
array_fill_keys
for not constant arrays (#1145), thanks @canvural! - Handle
false
return insubstr()
with PHP < 8 (#1144), #6939, thanks @herndlm! -
array_merge
lost non-empty-string keys type (#1135), #6927, #5846, #2567, thanks @staabm!
v1.5.2

- Fix infinite recursion when caching types (#1137), #6896, #6911
- Fixing bugs by removing caching
- Fixing bugs by removing caching
- Timewise performance optimizations (https://github.com/phpstan/phpstan-src/commit/22f755c6a0bf5fd551634419680070fabf571a07)
- Offseting the removal of PHPDocs cache
v1.5.1

-
is_subclass_of()
: do not infer anything when context is falsy (#1124), #6891, thanks @VincentLanglet! - Fix inferring template types on intersection types (#1122), #6904, #6917, thanks @rvanvelzen!

- more precise
getTrace()
return-type (#1123), thanks @staabm! - Fix type definition of curl "certinfo" array (#1118), thanks @cs278!
- Update various DB functions for more specific row counts (#1116), thanks @Seldaek!
- small signature update (#1126), thanks @staabm!

- tests: use unique namespace to prevent collisions (#1119), thanks @staabm!
- ParaTest: leverage WrapperRunner for quicker tests (#1115), thanks @Slamdunk!
- LevelsTestCase performance improvement - clear result cache just once (https://github.com/phpstan/phpstan-src/commit/0a3e1a79738070c95e3a69406b33d9277a49840c)
- Update phpdoc-parser to 1.4 (https://github.com/phpstan/phpstan-src/commit/6700eb69c1566190f3cad75fd5fa3edba64fce8e, https://github.com/phpstan/phpstan-src/commit/a3a7fad5b75dbf30e7685aac148e4b89b3e60509)
- Update BetterReflection to 5.3 (#1132)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Merge request reports
Activity
added renovate label
enabled an automatic merge when the pipeline for 9099ef69 succeeds
mentioned in issue #1 (closed)
mentioned in commit ba21c963
Please register or sign in to reply