chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
0.12.75 -> 0.12.76
|
vimeo/psalm | require-dev | patch |
4.5.0 -> 4.5.2
|
Release Notes
vimeo/psalm
v4.5.2
4.5.0 introduced syntax incompatible with PHP 7.2, this fixes it – thanks to @drealecs, and @weirdan who prevented future regressions.
- fixes a possible infinite loop with some generic instantiation (#5211)
- adds completions for function names thanks to @joehoyle (#5128)
- allows
@psalm-type
to be used inside generics thanks to @leightonthomas (#5205) -
array_key_exists
now behaves a little safer thanks to @brainlock (#5197) - allow
is_array
check on a templatediterable
(#5198)
v4.5.1
- Fix #5196 - improve type resolution of templated properties before checking default values
- Fix #5194 - don’t emit
NonInvariantDocblockPropertyType
when redefining core class properties
This should also reinstate psalm/phar
publishing
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.