chore(deps): update all non-major dependencies (patch) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
0.12.90 -> 0.12.91
|
symfony/framework-bundle (source) | require | patch |
5.3.2 -> 5.3.3
|
symfony/http-client (source) | require-dev | patch |
5.3.2 -> 5.3.3
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.3.0 -> 5.3.3
|
Release Notes
phpstan/phpstan
v0.12.91
🔧
Improvements - Infer parameter types in arrow functions (https://github.com/phpstan/phpstan-src/commit/8fdc2d3fa83dce1fa6bc2d6fb37673b071ebca2a), #4902, #3660, #4083, #4681
- Use the same
php.ini
in child workers (#559), thanks @yangchaobj! -
strval()
dynamic return type extension (#568), thanks @jlherren! - Type cast fixes, add tests for
intval()
,boolval()
,floatval()
(#570), #4848, #5162, thanks @jlherren! -
next()
dynamic return type extension (https://github.com/phpstan/phpstan-src/commit/599f59bbc63ad95922367f1b3f86b75f2cda5021), #5253 - Update
nikic/php-parser
to 4.11.0 (https://github.com/phpstan/phpstan-src/commit/e42ae89604985a3861e4a62c1d932374e5f72956)
🐛
Bugfixes - ConstantArrayTypeBuilder - preserve non-emptiness in generalized array (https://github.com/phpstan/phpstan-src/commit/427b73d310d1af11abd486eff6c13f6c298ceccf), #5219, #4829, #4844
- Support
object
forReflectionClass
andReflectionMethod
constructor throw types (#566), #5195, thanks @VincentLanglet! - Fix for: Optional array key is not recognized with
!empty
(#569), #3784, #3700, #3297, thanks @ArtemGoutsoul!
symfony/framework-bundle
v5.3.3
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.2...v5.3.3)
- bug #41795 Replace var_export with VarExporter to use array short syntax in secrets list files (alexandre-daubois)
symfony/http-client
v5.3.3
Changelog (https://github.com/symfony/http-client/compare/v5.3.2...v5.3.3)
- bug #41807 fix Psr18Client when allow_url_fopen=0 (nicolas-grekas)
symfony/phpunit-bridge
v5.3.3
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.3.2...v5.3.3)
- bug #41780 fix handling the COMPOSER_BINARY env var when using simple-phpunit (Taluu)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by Bekerle, Patrizio