Skip to content

Update all non-major dependencies (patch) - autoclosed

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

This MR contains the following updates:

Package Type Update Change
dbp/relay-core-bundle require patch 0.1.69 -> 0.1.70
phpstan/phpstan require-dev patch 1.9.2 -> 1.9.11
phpstan/phpstan-phpunit require-dev patch 1.3.0 -> 1.3.3
phpstan/phpstan-symfony require-dev patch 1.2.16 -> 1.2.20
phpunit/phpunit (source) require-dev patch 9.5.27 -> 9.5.28
symfony/event-dispatcher (source) require patch 5.4.9 -> 5.4.17
symfony/framework-bundle (source) require patch 5.4.16 -> 5.4.17
symfony/http-client (source) require-dev patch 5.4.16 -> 5.4.17
symfony/mailer (source) require patch 5.4.16 -> 5.4.17
symfony/phpunit-bridge (source) require-dev patch 5.4.16 -> 5.4.17

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

dbp/relay/dbp-relay-core-bundle

v0.1.70

Compare Source

phpstan/phpstan

v1.9.11

Compare Source

Bugfixes 🐛

v1.9.10

Compare Source

v1.9.9

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Exit early in TrinaryLogic::lazyAnd() and lazyOr() if current instance allows it (#​2173), thanks @​herndlm!
  • Remove unused iterable check in MissingTypehintCheck (#​2174), thanks @​herndlm!

v1.9.8

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.9.7

Compare Source

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

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.9.6

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.9.5

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.9.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.9.3

Compare Source

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

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

phpstan/phpstan-phpunit

v1.3.3

Compare Source

  • 54a24bd - Add support for data provider attributes
  • 7f7b59b - Update release-toot.yml
  • 64f4c56 - Create release-toot.yml

v1.3.2

Compare Source

  • cd9c693 - DataProviderDeclarationRule - report non-static dataProvider only with PHPUnit 10+

v1.3.1

Compare Source

  • b9827cf - Discover data providers from other classes
  • 008f5da - Update .gitattributes
  • bc0a290 - Do not use "strtolower" when there is a dedicated method
  • f9bfc19 - Report data providers deprecated usage
phpstan/phpstan-symfony

v1.2.20

Compare Source

  • d89a521 - Revert wrong typehint for getSession
  • fca0834 - Utilize null-default return to simplify extensions

v1.2.19

Compare Source

  • dac2474 - Add generics for PasswordUpgraderInterface
  • 72cf8cf - Update release-toot.yml
  • 4a920ef - Create release-toot.yml

v1.2.18

Compare Source

  • 3178f15 - Revert "Remove nullable type after calling HeaderBag::has"

v1.2.17

Compare Source

  • 7389207 - Remove nullable type after calling HeaderBag::has
  • c55237a - Update dessant/lock-threads action to v4
  • e088444 - Fix build
sebastianbergmann/phpunit

v9.5.28

Compare Source

symfony/event-dispatcher

v5.4.17

Compare Source

Changelog (https://github.com/symfony/event-dispatcher/compare/v5.4.16...v5.4.17)

  • bug #​48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
symfony/framework-bundle

v5.4.17

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.16...v5.4.17)

  • bug #​48718 Compatibility with doctrine/annotations 2 (derrabus)
  • bug #​48259 Allow configuring framework.exceptions with a config builder (MatTheCat)
  • bug #​48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
symfony/http-client

v5.4.17

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v5.4.16...v5.4.17)

  • bug #​47836 TraceableHttpClient: increase decorator's priority (adpeyre)
symfony/mailer

v5.4.17

Compare Source

Changelog (https://github.com/symfony/mailer/compare/v5.4.16...v5.4.17)

  • bug #​48126 Include all transports' debug messages in RoundRobin transport exception (mixdf)
symfony/phpunit-bridge

v5.4.17

Compare Source

Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.4.16...v5.4.17)

  • bug #​48787 Use verbose deprecation output for quiet types only when it reaches the threshold (ogizanagi)
  • bug #​48718 Compatibility with doctrine/annotations 2 (derrabus)

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, check this box

This MR has been generated by Renovate Bot.

Edited by Reiter, Christoph

Merge request reports

Loading