fix(deps): update all non-major dependencies (patch)
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
|
Release Notes
dbp/relay/dbp-relay-core-bundle
v0.1.76
- 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
- The logging context now includes the active symfony route name
phpstan/phpstan
v1.9.18
🔧
Improvements - ErrorsConsoleStyle - do not wrap URLs (https://github.com/phpstan/phpstan-src/commit/f843feed8b0211713ec60bda1b08f9407e0fa0b7)
- List shapes (#2202), #8789, thanks @zonuexe!
🐛
Bugfixes - IterableType - fix getReferencedTemplateTypes (https://github.com/phpstan/phpstan-src/commit/07e32cdbe49f660891d558b243beed9121ef4679, https://github.com/phpstan/phpstan-src/commit/cf2107dd5cb03c38df9d3e16e96ec3e09ddfe2ec), #8880
- Revert "Fixed '$this instanceof X will always be false' in traits" (https://github.com/phpstan/phpstan-src/commit/1f608dc6a560f4a5accc854add8e005da0e7ceea), #8879, #8888
🔍
Internals
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.