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.55
|
phpstan/phpstan | require-dev | patch |
1.9.1 -> 1.9.2
|
Release Notes
dbp/relay/dbp-relay-core-bundle
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.9.2
🐛
Bugfixes - Fix array and iterable type action methods on
NeverType
(#1968), #8277, thanks @herndlm! - Support 'HasMethodType' on StaticCall (#1969), #1267, thanks @staabm!
- Addition operation on MixedType without ArrayType cannot result in ArrayType (#1949), thanks @staabm!
- Remove DateInterval stub (#1974), thanks @VincentLanglet!
- Fix invalidate static expressions in closures (#1983), #8292, thanks @rajyan!
- Fix false positive of access to private property of parent class (#1953), #2435, thanks @tyabu12!
- Fix unset on nested array (#1987), #8113, thanks @rvanvelzen!
🤖
Function signature fixes - Update DateTimeZone::listAbbreviations signature (#1962), thanks @franmomu!
- Making
json_encode()
always produce anon-empty-string
, when successful (#1980), thanks @Slamdunk! -
sodium_crypto_generichash*
always produce anon-empty-string
(#1981), thanks @Slamdunk! -
sodium_crypto_sign*
always producenon-empty-string
(#1985), thanks @Slamdunk!
🔍
Internals - Implement isClassStringType() on Type (#1970), #6147, thanks @staabm!
- Implement isInteger() on Type (#1971), thanks @staabm!
- Implement isBoolean() on Type (#1973), thanks @staabm!
- Implement isFloat() on Type (#1977), thanks @staabm!
- Implement isNull() on Type (#1978), thanks @staabm!
- Add
Type::isVoid()
(#1982), thanks @herndlm!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.