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.74
|
phpstan/phpstan | require-dev | patch |
1.9.14 -> 1.9.17
|
phpstan/phpstan-phpunit | require-dev | patch |
1.3.3 -> 1.3.4
|
Release Notes
dbp/relay/dbp-relay-core-bundle
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.9.17
🐛
Bugfixes - Fix one more false positive about unused private property (https://github.com/phpstan/phpstan-src/commit/6d61d3dd33342fe2b09a57ca17e9fc90b33f92d2), #8850
- Update phpdoc-parser to 1.16.1
- Fix
list{}
parsing (https://github.com/phpstan/phpdoc-parser/pull/177), thanks @zonuexe!
- Fix
- Fix intersection of two identical
ThisType
(https://github.com/phpstan/phpstan-src/commit/d3e3292d73ee32862b4b1321740c80d319a683ad), #8857
v1.9.16
- Fix false positive about unused class elements when the class uses a trait (https://github.com/phpstan/phpstan-src/commit/fbdf0da9b7075ce4d4933d6289dcfd89266556f0)
v1.9.15
🔧
Improvements -
ignoreErrors
entries for same message and path are summed together (https://github.com/phpstan/phpstan-src/commit/fa70062df084110dfc3fc9ce9be867dc143eb482) - Make PHP 8 deprecation "required params following optional ones" ignorable (#2218), thanks @Wirone!
🐛
Bugfixes - Templates in DatePeriod can be covariant (https://github.com/phpstan/phpstan-src/commit/ce65e053730ac70160b4a041e72496baa20c3c31), #8772
- Prevent crash for Attribute class polyfill without constructor (https://github.com/phpstan/phpstan-src/commit/9334ff395d56fb36d9c32092c67d602a2ac4b2df), #8769
- Fix big constant arrays not recognized as oversized (#2199), #8775, thanks @staabm!
- Fix
filter_var()
with float input and FILTER_VALIDATE_INT (#2206), #8797, thanks @herndlm! - Fixed
method_exists()
onclass-string&literal-string
(#2193), #8752, thanks @staabm! - Fix various
filter_var()
range edge cases (#2207), #8776, thanks @herndlm! - Fixed
$this instanceof X will always be false
in traits (#2045), #3632, thanks @staabm! - Update PhpStorm stubs (#2226), #8713
🤖
Function signature fixes - Adjust
forward_static_call_array
for named arguments on PHP 8 (https://github.com/phpstan/phpstan-src/commit/fb5c1119b779ab66ae841c9b110246a147c2ab69), https://github.com/phpstan/phpstan/discussions/8761
🔍
Internals
phpstan/phpstan-phpunit
v1.3.4
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.