chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
0.12.84 -> 0.12.85
|
symfony/browser-kit (source) | require-dev | patch |
4.4.20 -> 4.4.22
|
symfony/console (source) | require | patch |
4.4.21 -> 4.4.22
|
symfony/framework-bundle (source) | require | patch |
4.4.21 -> 4.4.22
|
symfony/http-client (source) | require-dev | patch |
4.4.21 -> 4.4.22
|
symfony/phpunit-bridge (source) | require-dev | patch |
4.4.21 -> 4.4.22
|
symfony/web-server-bundle (source) | require-dev | patch |
4.4.21 -> 4.4.22
|
symfony/yaml (source) | require | patch |
4.4.21 -> 4.4.22
|
vimeo/psalm | require-dev | patch |
4.7.1 -> 4.7.2
|
Release Notes
phpstan/phpstan
v0.12.85
🔧
Improvements - TypeInferenceTestCase - allow 3rd parties same modern style of type inference testing as in NodeScopeResolverTest (phpstan/phpstan-src@
3af8630
), documentation: https://phpstan.org/developing-extensions/testing - Dynamic throw type extensions (phpstan/phpstan-src@
2bf30bf
), #4814, #4819, documentation: https://phpstan.org/developing-extensions/dynamic-throw-type-extensions - Nicer error when StubValidator throws an internal exception (phpstan/phpstan-src@
008f324
), phpstan/phpstan-symfony#148
🐛
Bugfixes - Fixed
===
and!==
type inference withtreatPhpDocTypesAsCertain: false
(#476), thanks @ruudk! - Address #4881 by implementing a more complete fake stream wrapper (#501), thanks @rrazor!
- Disable OPCache for PHP < 7.4.x, #4881 (#501), thanks @rrazor!
- Read PHPDocs for built-in method even if the method has multiple variants (phpstan/phpstan-src@
b48fd77
), #4821 -
yield
has implicit throw point (phpstan/phpstan-src@033aeff
), #4863 - Built-in PHP functions without required parameters and no arguments passed do not have implicit throw point (phpstan/phpstan-src@
09d3488
), #4838 - Throwable catch block also uses implicit throw points even when there are explicit ones (phpstan/phpstan-src@
54a204e
), #4820, #4879 - MethodsClassReflectionExtension for SoapClient magic methods (phpstan/phpstan-src@
f6107ad
), #4822, #262 - PHP does not cache
is_dir()
and similar function values for nonexistent files (phpstan/phpstan-src@1eaef04
), #4816 - Severity field in GitLab error formatter, GitLab 13.x expects the field in code quality reports (#504), thanks @stockalexander!
- Type-specified nullsafe call also removes null from the chain (phpstan/phpstan-src@
6622401
), #4757, #4690
🤖
Function signature fixes - Dynamic return type extension for
date_create_from_format
anddate_create_immutable_from_format
(#502), thanks @pascalheidmann!
symfony/browser-kit
v4.4.22
Changelog (https://github.com/symfony/browser-kit/compare/v4.4.21...v4.4.22)
- no significant changes
symfony/console
v4.4.22
Changelog (https://github.com/symfony/console/compare/v4.4.21...v4.4.22)
- no significant changes
symfony/framework-bundle
v4.4.22
Changelog (https://github.com/symfony/framework-bundle/compare/v4.4.21...v4.4.22)
symfony/http-client
v4.4.22
Changelog (https://github.com/symfony/http-client/compare/v4.4.21...v4.4.22)
- bug #40702 allow CurlHttpClient on Windows (n0rbyt3)
symfony/phpunit-bridge
v4.4.22
Changelog (https://github.com/symfony/phpunit-bridge/compare/v4.4.21...v4.4.22)
- bug #40754 Fix phpunit symlink on Windows (johnstevenson)
symfony/web-server-bundle
v4.4.22
Changelog (https://github.com/symfony/web-server-bundle/compare/v4.4.21...v4.4.22)
- no significant changes
symfony/yaml
v4.4.22
Changelog (https://github.com/symfony/yaml/compare/v4.4.21...v4.4.22)
- bug #40923 expose references detected in inline notation structures (xabbuh)
- bug #40514 Allow tabs as separators between tokens (bertramakers)
- bug #40707 Fixed infinite loop when parser goes through an additional and invalid closing tag (alexandre-daubois)
- bug #40503 fix parsing some block sequences (a1812)
vimeo/psalm
v4.7.2
- Includes a small change to run legacy plugins for a given function/method/class/property earlier than newer plugins
- @VincentLanglet fixed a bug where empty arrays were not permissible for some complex array types (#5677)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.