chore(deps): update all non-major dependencies (patch)
Compare changes
Gitlab 18.0 has been released. Since there are breaking changes the update will be postponed to July 2025. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/. Please prepare yourself and your projects for this update.
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
|
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
v1.9.11
@phpstan-
prefixed tags (#2177), #8697, thanks @zonuexe!v1.9.10
v1.9.9
Type::getEnumCases()
to use instead of instanceof EnumCaseObjectType
(https://github.com/phpstan/phpstan-src/commit/a0242e0f7234b4e78a59ddc6ea79342cd1e03c0f)elseif
can be exhaustive and no else
branch is needed (https://github.com/phpstan/phpstan-src/commit/94e6e466f44a0dbbcb6182b32628d97a80109305), #7547
__CLASS__
, __NAMESPACE__
in traits (#2043), #3019, thanks @staabm!class_implements
dynamic return type extension (#2023), #4335, thanks @VincentLanglet!ReflectionClass::newInstanceArgs()
type fix for named arguments (#2176), #8679, thanks @s3b4stian!This MR has been generated by Renovate Bot.