Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.4.2 -> 1.4.3
|
phpunit/phpunit (source) | require-dev | patch |
9.5.12 -> 9.5.13
|
symfony/browser-kit (source) | require-dev | patch |
5.4.2 -> 5.4.3
|
symfony/framework-bundle (source) | require | patch |
5.4.2 -> 5.4.4
|
symfony/http-client (source) | require-dev | patch |
5.4.2 -> 5.4.3
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.4.0 -> 5.4.3
|
symfony/uid (source) | require | patch |
5.4.2 -> 5.4.3
|
Release Notes
phpstan/phpstan
v1.4.3
🔧
Improvements - Support for
--memory-limit
CLI option inclear-result-cache
command (https://github.com/phpstan/phpstan-src/commit/156700b5152ada253edba34b39cda955729e97a8), #6432 - Pass verbosity to workers and show stack trace on error (#935), thanks @benja-M-1!
- Move collecting errors from error handler from Analyser to FileAnalyser to be used in parallel runs too (https://github.com/phpstan/phpstan-src/commit/7dd699f9461704a8ef2f4505f1dec534f13e7ccd)
- Use memory limit management trick from Laravel instead of the current
.memory_limit
file (https://github.com/phpstan/phpstan-src/commit/daf7d5577bd8c796509768eb6a8d2862b6027a53), https://twitter.com/timacdonald87/status/1484804225658146823
🐛
Bugfixes - Fix unset() on intersection with hasOffset (https://github.com/phpstan/phpstan-src/commit/b43c057d2d34448b421cd879320974f393d992ac), #6399, #4357
- ConstantStringType - catch Error in setOffsetValueType (https://github.com/phpstan/phpstan-src/commit/54f67c5252fe1a4eff30703875b734111ab46e5a), #6231
- Fix reflection error for the attribute
#[ReturnTypeWillChange]
on PHP 7.1-7.4 (https://github.com/ondrejmirtes/BetterReflection/commit/bf362441dceecd766dbd54bd470c7b4c333e4c13, https://github.com/phpstan/phpstan-src/commit/639a055975fceffe94902fee9d90bff88ec11cf0), #6414 - Fix
array_filter
with callback that always evaluates to false (#939), thanks @herndlm! - Fix iterable key and value type - prefer generic type variables instead of key()/current() typehints (https://github.com/phpstan/phpstan-src/commit/a2acf64f793976a21f22babbfc27318a60fea4fa), #5817
- Fix trait detection recursion for anonymous classes (#946), thanks @herndlm!
- Fix internal error with a big number in for loop condition (https://github.com/phpstan/phpstan-src/commit/f1734dc5318d1777c7ae6e77d4d3777182e845aa), #6466
🤖
Function signature fixes - Add missing
Ds\Set::reduce()
to stubs (#942), thanks @ZebulanStanphill! - Refine
*strlen()
return type to exclude negative integers (#945), thanks @staabm! - Bugfix
DatePeriod::getEndDate
declaration (#951), thanks @nyamsprod!
symfony/browser-kit
v5.4.3
Changelog (https://github.com/symfony/browser-kit/compare/v5.4.2...v5.4.3)
- no significant changes
symfony/framework-bundle
v5.4.4
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.3...v5.4.4)
- no significant changes
v5.4.3
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.2...v5.4.3)
- bug #45193 Fix missing arguments when a serialization default context is bound (ArnoudThibaut)
- bug #44998 Allow default cache pools to be overwritten by user (Seldaek)
- bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)
- bug #44920 Use correct tag for ExpoTransportFactory service (jschaedl)
symfony/http-client
v5.4.3
Changelog (https://github.com/symfony/http-client/compare/v5.4.2...v5.4.3)
- bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
- bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
- bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
- bug #44890 Remove deprecated usage of
GuzzleHttp\Promise\queue
(GrahamCampbell) - bug #44878 Turn negative timeout to a very long timeout (fancyweb)
symfony/phpunit-bridge
v5.4.3
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.4.2...v5.4.3)
- bug #43149 Silence warnings during tty detection (neclimdul)
symfony/uid
v5.4.3
Changelog (https://github.com/symfony/uid/compare/v5.4.2...v5.4.3)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.