fix(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dbp/relay-auth-bundle | require | patch |
0.1.10 -> 0.1.11
|
dbp/relay-core-bundle | require | patch |
0.1.49 -> 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
phpstan/phpstan
v1.9.2

- 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!

- 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!

- 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.
Merge request reports
Activity
added renovate label
enabled an automatic merge when the pipeline for 380ee192 succeeds
mentioned in issue #1 (closed)
mentioned in commit cc5e9b96
Please register or sign in to reply