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.90
|
phpstan/phpstan | require-dev | patch |
1.10.3 -> 1.10.6
|
phpunit/phpunit (source) | require-dev | patch |
9.6.4 -> 9.6.5
|
Release Notes
digital-blueprint/relay-core-bundle
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.
v0.1.44
- new dbp:relay:core:migrate command
- start of a new authorization framework
v0.1.43
- Temporarily restrict api-platform/core to < 2.7.0
phpstan/phpstan
v1.10.6
🔪
Bleeding edge - Report narrowing
PHPStan\Type\Type
interface via@var
(https://github.com/phpstan/phpstan-src/commit/713b98fb107213c28e3d8c8b4b43c5f5fc47c144), https://github.com/nunomaduro/larastan/issues/1567#issuecomment-1460445389 - Check invalid PHPDocs in previously unchecked statement types (https://github.com/phpstan/phpstan-src/commit/9780d352f3264aac09ac7954f691de1877db8e01)
- InvalidPHPStanDocTagRule in StubValidator (https://github.com/phpstan/phpstan-src/commit/9c2552b7e744926d1a74c1ba8fd32c64079eed61)
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 - InvalidPHPStanDocTagRule - add forgotten handling of ClassConst (https://github.com/phpstan/phpstan-src/commit/d943d58c219b457403dc536f855d9d6f32e2280f)
🐛
Bugfixes - Fix false positive with
array_combine()
on PHP 8+ (#2276), #9011, thanks @staabm! - Ignore Nop nodes in NodeScopeResolver when creating UnreachableStatementNode (#2279), #8966, thanks @herndlm!
- Fix wrong positives about templates in conditional types (#2241), #8609, #7310, #8408, thanks @KmeCnin!
v1.10.5
🔧
Improvements - Check local type aliases above traits (https://github.com/phpstan/phpstan-src/commit/4654c1651f1ec9c1799774bffd2c641828d43d4a)
🐛
Bugfixes - Fix type aliases in method-level template types (https://github.com/phpstan/phpstan-src/commit/c926144c2e1c1b25639857a3c1cb12bbe541162c), #9008
- Fix type aliases in traits (https://github.com/phpstan/phpstan-src/commit/60021c2857841155fcd54f3783d8ed86a647a684), #5091
- Fix interface accepting a Closure (https://github.com/phpstan/phpstan-src/commit/0dbe3ab24dd40d6e291413aa64db5eca9f0f6d68), #9006
- Process enum case expression (https://github.com/phpstan/phpstan-src/commit/f64b27cf833cbf84e21293f5891e69c970652698), #9005
- Fixed missing processing of UseUse and GroupUse (https://github.com/phpstan/phpstan-src/commit/b79751221e67794e62d7e7cfc89db5687c04c527)
v1.10.4
🔧
Improvements - Remove 3 leading spaces in PHAR (#2254), #8952, thanks @ruudk!
- Add missing newline at the end of the file (#2254), thanks @ruudk!
- RuleError interfaces are part of BC promise (https://github.com/phpstan/phpstan-src/commit/aed93193ae90d353661e10b0eabcf0528422231f)
- Update nikic/php-parser (https://github.com/phpstan/phpstan-src/commit/dda95b4fa735585369cb74429ab5ea8d37f82179)
- Update BetterReflection (#2274), #8889
🐛
Bugfixes - Fix bug with
array_column
(#2244), #8917, thanks @VincentLanglet! - Improve
filter_var()
handling of a couple of simple scalars and null (#2262), thanks @herndlm! - Fix
value-of
for multiple enums (https://github.com/phpstan/phpstan-src/commit/3adc91d78b8108afc883dc5097656b6de0f38769), #8983 - Fix
->value
on unions of enums (https://github.com/phpstan/phpstan-src/commit/05b85bad07a2c6628799fcb4a2939be7beab80cd), #9000
🤖
Function signature fixes - Fix return type of
Ds\Sequence::copy()
(#1954), thanks @MidnightDesign! - Fix
password_hash()
return type (#2260), #5978, thanks @VincentLanglet!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.