Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
0.12.66 -> 0.12.67
|
vimeo/psalm | require-dev | patch |
4.4.0 -> 4.4.1
|
Release Notes
phpstan/phpstan
v0.12.67
🔧
Improvements - Reworked
@var
support so that view files can be analysed successfully (phpstan/phpstan-src@22d363c
, phpstan/phpstan-src@27481c3
), #4155, #3516, #3515, #351 - Report only relevant "unable to resolve template type" message (phpstan/phpstan-src@
a5f9f0c
), #3853 - Unable to resolve the template type - tip with a blogpost link (phpstan/phpstan-src@
3c56362
) - NewStaticRule - tip with a blogpost link (phpstan/phpstan-src@
96f1e10
) - Deprecated
PHPStan\Reflection\Generic\ResolvedFunctionVariant
in favor ofPHPStan\Reflection\ResolvedFunctionVariant
(phpstan/phpstan-src@959b6e9
)
🐛
Bugfixes - Fixed skipping shadowed trait method by a native method (phpstan/phpstan-src@
2de6a24
), #4214 -
parent::__construct()
resets$this
state (phpstan/phpstan-src@c8174d5
), #4351 - Smoother parallel process quitting when the child process crashes (phpstan/phpstan-src@
cbbbd36
), phpstan/phpstan-doctrine#169
vimeo/psalm
v4.4.1
- prevents unnecessary execution of
git
commands (bug introduced in 4.4.0) (#5008) - @orklah removed signature return types in stubs to prevent false positive method signature mismatches (#5014)
- @orklah removed a false-positive for templated array keys when creating arrays (#5019)
-
@thomasbley added a proper error message when
exec
is unavailable (#5010)
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.