Skip to content

chore(deps): update all non-major dependencies

Reiter, Christoph requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
myclabs/php-enum require minor 1.7.7 -> 1.8.0
phpstan/phpstan require-dev patch 0.12.76 -> 0.12.78
vimeo/psalm require-dev minor 4.5.2 -> 4.6.1

Release Notes

myclabs/php-enum

v1.8.0

Compare Source

Added:

  • new Enum::from() method as an alternative to the constructor that is more strictly typed, and provides a forward compatible solution with PHP 8.1 enums
  • new Enum::assertValidValue() to assert that a value is correct

Psalm annotations have been improved as well.

Thanks @​drealecs, @​Ocramius, @​michaelpetri, @​gharlan, @​simPod

phpstan/phpstan

v0.12.78

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.77

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

vimeo/psalm

v4.6.1

Compare Source

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

Compare Source

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)


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports