Skip to content

fix(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
dbp/relay-core-bundle require patch 0.1.74 -> 0.1.76
phpstan/phpstan require-dev patch 1.9.17 -> 1.9.18
symfony/flex require patch 1.19.4 -> 1.19.5

Release Notes

dbp/relay/dbp-relay-core-bundle

v0.1.76

Compare Source

  • cron: The dbp:relay:core:cron command will no longer run all jobs the first time it is called when the cache is empty.
  • cron: The dbp:relay:core:cron command gained --force option which forces it to run all jobs, independent of their schedule.
  • cron: There is a new dbp:relay:core:cron:list command which lists all registered cron jobs and related meta data.

v0.1.75

Compare Source

  • The logging context now includes the active symfony route name
phpstan/phpstan

v1.9.18

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Remove unneded code in ConstantArrayType::hasOffsetValueType() (#​2238), thanks @​herndlm!
symfony/flex

v1.19.5

Compare Source


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.

Merge request reports