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.70 -> 0.1.75
|
phpstan/phpstan | require-dev | patch |
1.9.11 -> 1.9.17
|
phpstan/phpstan-phpunit | require-dev | patch |
1.3.3 -> 1.3.4
|
phpstan/phpstan-symfony | require-dev | patch |
1.2.20 -> 1.2.23
|
symfony/browser-kit (source) | require-dev | patch |
5.4.11 -> 5.4.19
|
symfony/http-client (source) | require-dev | patch |
5.4.17 -> 5.4.20
|
symfony/mailer (source) | require | patch |
5.4.17 -> 5.4.19
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.4.17 -> 5.4.19
|
Release Notes
dbp/relay/dbp-relay-core-bundle
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
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 - Extract
FilterFunctionReturnTypeHelper
(#2190), thanks @herndlm! - Simplify default type handling in
FilterFunctionReturnTypeHelper
(#2198), thanks @herndlm! - Remove
$otherTypes
inFilterFunctionReturnTypeHelper
(#2205), thanks @herndlm!
v1.9.14
🐛
Bugfixes - Fix
filter_var()
narrowing with unknown options (#2146), #8516, thanks @herndlm! - Fix types after
ctype_digit()
with cast parameter (#2189), #8736, thanks @staabm!
🤖
Function signature fixes - Adapt
Redis::connect()
signature to upstream changes (#2187, #2188), #8733, thanks @greg0ire!
🔍
Internals - PHPStan's Homebrew formula gets updated automatically on release (https://github.com/phpstan/phpstan/commit/598f17ee70fd4c5199e2da912597ef67e4abbf32), #8738
v1.9.13
🐛
Bugfixes - ctype_digit - support type narrowing with cast parameters (#2186), #8714, thanks @staabm!
- PHP 8.2: Non-final classes without
#[AllowDynamicProperties]
might still have dynamic properties (https://github.com/phpstan/phpstan-src/commit/051b06ea5b36ce2f6131d07fbfcb4b065bd83ef5), #8727, #8474
v1.9.12
🔧
Improvements - Enums do not allow dynamic properties (https://github.com/phpstan/phpstan-src/commit/0aa7f41fde2c6f3b825b3cc41e6ad4c2b16587a3)
- Support integer ranges in
pow()
(#1904), #5614, thanks @staabm! - Revert for performance reasons: Improve expression type resolving of superglobals (https://github.com/phpstan/phpstan-src/commit/02e1a14b4ca631c80b3eec6696b7483a5534bff7), (#2012)
- Update PhpStorm stubs (#2185)
- Update
nikic/php-parser
(https://github.com/phpstan/phpstan-src/commit/e2956f04edb47a5662adf9c4ef50b5ef3132fbe6) - Improve
array_key_exists
type-specifying extension (#1941), #2970, thanks @VincentLanglet!
🔍
Internals - Fix bash escaping: Replacing "output" with ENV "INPUT_LOG" (#2180), thanks @rez1dent3!
phpstan/phpstan-phpunit
v1.3.4
phpstan/phpstan-symfony
v1.2.23
v1.2.22
- cbf5b9c - Add @throws annotations in DenormalizerInterface::denormalize() and NormalizerInterface::normalize().
- 2107dee - Add ArrayObject to NormalizerInterface::normalize() return type.
- d0151d0 - Bump minimum PHPStan version
- 99ff19f - Fix build
v1.2.21
- 44aef78 - Introduce Voter stub
symfony/browser-kit
v5.4.19
Changelog (https://github.com/symfony/browser-kit/compare/v5.4.18...v5.4.19)
- no significant changes
symfony/http-client
v5.4.20
Changelog (https://github.com/symfony/http-client/compare/v5.4.19...v5.4.20)
- bug #49104 Fix collecting data non-late for the profiler (nicolas-grekas)
v5.4.19
Changelog (https://github.com/symfony/http-client/compare/v5.4.18...v5.4.19)
symfony/mailer
v5.4.19
Changelog (https://github.com/symfony/mailer/compare/v5.4.18...v5.4.19)
- no significant changes
symfony/phpunit-bridge
v5.4.19
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.4.18...v5.4.19)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.