Skip to content

chore(deps): update all non-major dependencies (patch)

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

This MR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 0.12.87 -> 0.12.88
symfony/browser-kit (source) require-dev patch 5.2.7 -> 5.2.9
symfony/framework-bundle (source) require patch 5.2.7 -> 5.2.9
symfony/http-client (source) require-dev patch 5.2.8 -> 5.2.9
symfony/phpunit-bridge (source) require-dev patch 5.2.8 -> 5.2.9
vimeo/psalm require-dev patch 4.7.2 -> 4.7.3

Release Notes

phpstan/phpstan

v0.12.88

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

symfony/browser-kit

v5.2.9

Compare Source

Changelog (https://github.com/symfony/browser-kit/compare/v5.2.8...v5.2.9)

  • bug #​41240 Fixed deprecation warnings about passing null as parameter (derrabus)
symfony/framework-bundle

v5.2.9

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.2.8...v5.2.9)

  • bug #​41275 Fixes Undefined method call (faizanakram99)
  • bug #​41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)
symfony/http-client

v5.2.9

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v5.2.8...v5.2.9)

  • bug #​41224 fix adding query string to relative URLs with scoped clients (nicolas-grekas)
symfony/phpunit-bridge

v5.2.9

Compare Source

Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.2.8...v5.2.9)

  • bug #​41240 Fixed deprecation warnings about passing null as parameter (derrabus)
vimeo/psalm

v4.7.3

Compare Source

Improved unused property detection

Psalm emits UnusedProperty and PossiblyUnusedProperty issues when properties are declared but never referenced. Previously Psalm would count a property assignment as a reference to a property, but this has now been fixed so a property is treated as unused unless it is explicitly read from (#​5810). As before, UnusedProperty is emitted for private properties, while PossiblyUnusedProperty is emitted for public and protected properties.

More ParamNameMismatch strictness

When I originally implemented ParamNameMismatch I ignored methods with only one param, thinking that people would not call methods with a single param using named arguments, but in retrospect this was a little too liberal. @​VincentLanglet has restricted this appropriately (#​5732)

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.

Edited by Reiter, Christoph

Merge request reports