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.89 -> 0.12.90
phpstan/phpstan-phpunit require-dev patch 0.12.19 -> 0.12.20
symfony/console (source) require patch 5.3.0 -> 5.3.2
symfony/framework-bundle (source) require patch 5.2.10 -> 5.3.2
symfony/http-client (source) require-dev patch 5.3.0 -> 5.3.2
symfony/yaml (source) require patch 5.3.0 -> 5.3.2

Release Notes

phpstan/phpstan

v0.12.90

Compare Source

Improvements 🔧

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Bugfixes 🐛

Function signature fixes 🤖

phpstan/phpstan-phpunit

v0.12.20

Compare Source

  • 534606b - Drop Phing for Makefile
  • 82b919a - chore: Use the latest PHPUnit wherever possible, use PHP 8.0 for PHPCS
  • 151d71b - Rewrite in backward compatibility compliant way
  • 8e11b1a - Make sure AssertFunctionTypeSpecifyingExtension works with namespaced functions
  • efc0099 - Fix
symfony/console

v5.3.2

Compare Source

Changelog (https://github.com/symfony/console/compare/v5.3.1...v5.3.2)

  • bug #​41686 Fix using #[AsCommand] without DI (nicolas-grekas)
  • bug #​41680 fix managing signals when commands are lazy loaded (nicolas-grekas)
  • bug #​41535 Fix negated options not accessible (jderusse)
  • bug #​41386 Escape synopsis output (jschaedl)
symfony/framework-bundle

v5.3.2

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.1...v5.3.2)

  • bug #​41719 fix Could not find service "test.service_container" (smilesrg)
  • bug #​41505 fix KernelBrowser::loginUser with a stateless firewall (dunglas)
  • bug #​41472 remove service if its class doesn't exist (xabbuh)

v5.3.0

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.0-RC1...v5.3.0)

  • bug #​41458 fix ConfigBuilderCacheWarmer (nicolas-grekas)
  • bug #​41456 fix creating ContainerBuilder at warmup/CLI time (nicolas-grekas)
  • bug #​41452 Remove redundant cache service (derrabus)
  • bug #​41451 Remove PoEditor Provider (welcoMattic)
symfony/http-client

v5.3.2

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v5.3.1...v5.3.2)

  • bug #​41674 fix compat with cURL <= 7.37 (nicolas-grekas)
  • bug #​41656 throw exception when AsyncDecoratorTrait gets an already consumed response (nicolas-grekas)
  • bug #​41624 Revert bindto workaround for unaffected PHP versions (derrabus)
symfony/yaml

v5.3.2

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v5.3.1...v5.3.2)

  • no significant changes

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

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