chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.9.8 -> 1.9.11
|
phpunit/phpunit (source) | require-dev | patch |
9.5.27 -> 9.5.28
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
phpstan/phpstan
v1.9.11
🐛
Bugfixes - It is not FileExcluder job to exclude stub files (https://github.com/phpstan/phpstan-src/commit/7bdfdd4c40dc64128c9abf8119a5bd3c563963b7)
- Bugfix for PHPStan 1.9.10
- Add missing
@phpstan-
prefixed tags (#2177), #8697, thanks @zonuexe!
v1.9.10
- Only analysis FileExcluder excludes stub files (https://github.com/phpstan/phpstan-src/commit/8ef5163f906fb7e263a0e4dab7d32ed796853572)
- This will allow us to use ReflectionProvider in StubFilesExtension
- Thanks to this change, this issue will be fixed: https://github.com/phpstan/phpstan-doctrine/issues/413
v1.9.9
🔧
Improvements - New method
Type::getEnumCases()
to use instead ofinstanceof EnumCaseObjectType
(https://github.com/phpstan/phpstan-src/commit/a0242e0f7234b4e78a59ddc6ea79342cd1e03c0f)
🐛
Bugfixes - Last
elseif
can be exhaustive and noelse
branch is needed (https://github.com/phpstan/phpstan-src/commit/94e6e466f44a0dbbcb6182b32628d97a80109305), #7547 - Fix resolving of
__CLASS__
,__NAMESPACE__
in traits (#2043), #3019, thanks @staabm! -
class_implements
dynamic return type extension (#2023), #4335, thanks @VincentLanglet!
🤖
Function signature fixes -
ReflectionClass::newInstanceArgs()
type fix for named arguments (#2176), #8679, thanks @s3b4stian!
🔍
Internals
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.