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 1.8.5 -> 1.8.6
phpunit/phpunit (source) require-dev patch 9.5.24 -> 9.5.25
symfony/asset (source) require patch 5.4.7 -> 5.4.13
symfony/framework-bundle (source) require patch 5.4.12 -> 5.4.13
symfony/http-client (source) require-dev patch 5.4.12 -> 5.4.13
symfony/messenger (source) require patch 5.4.11 -> 5.4.13
symfony/mime (source) require patch 5.4.12 -> 5.4.13
symfony/security-core (source) require patch 5.4.11 -> 5.4.13
symfony/security-guard (source) require patch 5.4.9 -> 5.4.13
symfony/uid (source) require patch 5.4.11 -> 5.4.13
symfony/validator (source) require patch 5.4.12 -> 5.4.13

Release Notes

phpstan/phpstan

v1.8.6

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 🤖

sebastianbergmann/phpunit

v9.5.25

Compare Source

symfony/asset

v5.4.13

Compare Source

Changelog (https://github.com/symfony/asset/compare/v5.4.12...v5.4.13)

  • no significant changes
symfony/framework-bundle

v5.4.13

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.12...v5.4.13)

  • bug #​47637 Fix passing serializer.default_context option to normalizers (wuchen90)
  • bug #​47695 Filter out trans paths that are covered by a parent folder path (natewiebe13)
  • bug #​47614 Fix a phpdoc in mailer assertions (HeahDude)
  • bug #​47351 Do not throw when describing a factory definition (MatTheCat)
symfony/http-client

v5.4.13

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v5.4.12...v5.4.13)

  • bug #​47441 Bugfix for delayed retryableHttpClient (martkop26)
  • bug #​47415 Psr18Client ignore invalid HTTP headers (nuryagdym)
symfony/messenger

v5.4.13

Compare Source

Changelog (https://github.com/symfony/messenger/compare/v5.4.12...v5.4.13)

  • bug #​47533 decode URL-encoded characters in DSN's usernames/passwords (xabbuh)
symfony/mime

v5.4.13

Compare Source

Changelog (https://github.com/symfony/mime/compare/v5.4.12...v5.4.13)

  • bug #​47455 Fix TextPart broken after being serialized (fabpot)
  • bug #​47437 Fix email rendering when having inlined parts that are not related to the content (fabpot)
symfony/security-core

v5.4.13

Compare Source

Changelog (https://github.com/symfony/security-core/compare/v5.4.12...v5.4.13)

  • no significant changes
symfony/security-guard

v5.4.13

Compare Source

Changelog (https://github.com/symfony/security-guard/compare/v5.4.12...v5.4.13)

  • bug #​47578 Fix AbstractFormLoginAuthenticator return types (AndrolGenhald)
symfony/uid

v5.4.13

Compare Source

Changelog (https://github.com/symfony/uid/compare/v5.4.12...v5.4.13)

  • bug #​47523 Ensure ULIDs are monotonic even when the time goes backward (nicolas-grekas)
  • bug #​47518 Fix validating UUID variant bits (nicolas-grekas)
symfony/Validator

v5.4.13

Compare Source

Changelog (https://github.com/symfony/validator/compare/v5.4.12...v5.4.13)

  • bug #​47499 Stop to first ULID format violation (ogizanagi)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports