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.42 -> 0.1.93
|
phpunit/phpunit (source) | require-dev | patch |
9.6.5 -> 9.6.6
|
symfony/framework-bundle (source) | require | patch |
5.4.21 -> 5.4.22
|
symfony/http-client (source) | require-dev | patch |
5.4.21 -> 5.4.22
|
Release Notes
digital-blueprint/relay-core-bundle
v0.1.93
v0.1.92
v0.1.91
v0.1.90
v0.1.89
v0.1.88
v0.1.87
v0.1.86
v0.1.85
v0.1.84
v0.1.83
v0.1.82
- extension: add registerLoggingChannel() for registering a new logging channel
- logging: Allow disabling log masking via registerLoggingChannel() for specific channels
- bundle: this bundle now depends on the monolog bundle and requires it to be loaded
v0.1.81
v0.1.80
v0.1.79
v0.1.78
v0.1.77
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
v0.1.74
v0.1.73
v0.1.72
v0.1.71
v0.1.70
v0.1.69
v0.1.68
v0.1.67
v0.1.66
v0.1.65
v0.1.64
v0.1.63
v0.1.62
v0.1.61
v0.1.60
v0.1.59
- api-docs: compatibility fixes for relay-auth-bundle v0.1.12
v0.1.58
v0.1.57
v0.1.56
v0.1.55
v0.1.54
v0.1.53
v0.1.52
- new Locale service for setting a locale from a requests and forwarding to other services
v0.1.51
v0.1.50
v0.1.49
v0.1.48
v0.1.47
v0.1.46
v0.1.45
- dbp:relay:core:migrate: Work around issues in DoctrineMigrationsBundle which sometimes led to migrations being skipped.
symfony/framework-bundle
v5.4.22
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.21...v5.4.22)
- bug #49679 enable metadata cache when annotation is disabled (bastnic)
- bug #49843 Add missing monolog channel tag for messenger services (rmikalkenas)
- bug #49189 Improve documentation about translation:extract --sort option (marien-probesys)
- bug #49745 Fix wiring session.handler when handler_id is null (nicolas-grekas)
- bug #49682 Workflow - Fix LogicException about a wrong configuration of "enabled" node (adpauly)
- bug #49674 Rename limiter’s
strategy
topolicy
in XSD (MatTheCat)
symfony/http-client
v5.4.22
Changelog (https://github.com/symfony/http-client/compare/v5.4.21...v5.4.22)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.