Skip to content

chore(deps): update all non-major dependencies

Bekerle, Patrizio requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
friendsofphp/php-cs-fixer require-dev patch 2.18.5 -> 2.18.6
phpstan/phpstan require-dev patch 0.12.83 -> 0.12.84
vimeo/psalm require-dev patch 4.7.0 -> 4.7.1

Release Notes

FriendsOfPHP/PHP-CS-Fixer

v2.18.6

Compare Source

  • bug #​5586 Add support for nullsafe object operator ("?->") (kubawerlos)
  • bug #​5597 Tokens - fix for checking block edges (kubawerlos)
  • bug #​5604 Custom annotations @​type changed into @​var (Leprechaunz)
  • bug #​5606 DoctrineAnnotationBracesFixer false positive (Leprechaunz)
  • bug #​5610 BracesFixer - fix braces of match expression (Leprechaunz)
  • bug #​5615 GroupImportFixer severely broken (Leprechaunz)
  • bug #​5617 ClassAttributesSeparationFixer - fix for using visibility for class elements (kubawerlos)
  • bug #​5618 GroupImportFixer - fix removal of import type when mixing multiple types (Leprechaunz)
  • bug #​5622 Exclude Doctrine documents from final fixer (ossinkine)
  • bug #​5630 PhpdocTypesOrderFixer - handle complex keys (Leprechaunz)
  • minor #​5554 DX: use tmp file in sys_temp_dir for integration tests (keradus)
  • minor #​5564 DX: make integration tests matching entries in FixerFactoryTest (kubawerlos)
  • minor #​5603 DX: DocumentationGenerator - no need to re-configure Differ (keradus)
  • minor #​5612 DX: use ::class whenever possible (kubawerlos)
  • minor #​5619 DX: allow XDebugHandler v2 (keradus)
  • minor #​5623 DX: when displaying app version, don't put extra space if there is no CODENAME available (keradus)
  • minor #​5626 DX: update PHPStan and way of ignoring flickering PHPStan exception (keradus)
  • minor #​5629 DX: fix CiIntegrationTest (keradus)
  • minor #​5636 DX: remove 'create' method in internal classes (keradus)
  • minor #​5637 DX: do not calculate bitmap via helper anymore (keradus)
  • minor #​5639 Move fix reports (classes and schemas) (keradus)
  • minor #​5640 DX: use constants for PHPUnit version (keradus)
  • minor #​5646 Cleanup YodaStyleFixerTest (kubawerlos)
phpstan/phpstan

v0.12.84

Compare Source

Major new feature 🚀

Local type aliases

Thanks to @​jiripudil and his MR phpstan/phpstan-src#​460, you can now enjoy @phpstan-type and @phpstan-import-type in class-level PHPDoc. See the documentation for more details.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

vimeo/psalm

v4.7.1

Compare Source

Prevent type unsoundness in static generic

@​gharlan pointed out that return new static can be unsound on generic classes (#​5383).

This release fixes that unsoundness, emitting an UnsafeGenericInstantiation issue in some instances. The docs have more information.

Other bugfixes


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