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 |
0.12.76 -> 0.12.78
|
vimeo/psalm | require-dev | minor |
4.5.2 -> 4.6.1
|
v0.12.78
0f64ca7
), #2112
67b2d1c
)7d279fc
), #3952
3457e58
), #3416
array_map
/array_filter
can resolve to a subtype of native type (phpstan/phpstan-src@bf320b0
)count($array)
after array_shift()
(phpstan/phpstan-src@6b2afbc
), #4558
@template
name clash from different scopes (phpstan/phpstan-src@527269a
), #4557, #3121
ec26a00
), #3829
method_exists()
might remain a string (phpstan/phpstan-src@91894ff
), #4573
v0.12.77
continue
/break
outside of loop and switch (level 0) (phpstan/phpstan-src@df5c98d
), #3588, #794
vendor/composer/installed.php
(phpstan/phpstan-src@6367eb6
), #4542
isset()
(#452), thanks @VincentLanglet!ec2ef2a
), #4550
class-string<T>
(phpstan/phpstan-src@a7a46b1
), #4552, #4249
simplexml_import_dom
(phpstan/phpstan-src@270d507
), #4536
Redis::auth()
method also accepts array (#449), thanks @mvorisek!proc_get_status()
- array shape for PHP 8 (phpstan/phpstan-src@f9c5714
)v4.6.1
This used some extra arguments in preg_replace_callback
that were only added in PHP 7.4. Also @orklah improved bit-shift operation return types (#5233)
v4.6.0
This release improves language server behaviour for autocompletion, and fixes some caching bugs triggered by invalid PHP.
Also @VincentLanglet renamed some stubs to avoid conflicting with PHPStorm (#5213)
This MR has been generated by Renovate Bot.