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.71
|
phpstan/phpstan | require-dev | patch |
1.9.11 -> 1.9.14
|
symfony/browser-kit (source) | require-dev | patch |
5.4.11 -> 5.4.19
|
symfony/framework-bundle (source) | require | patch |
5.4.17 -> 5.4.19
|
symfony/http-client (source) | require-dev | patch |
5.4.17 -> 5.4.19
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.4.17 -> 5.4.19
|
Release Notes
phpstan/phpstan
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!
symfony/browser-kit
v5.4.19
Changelog (https://github.com/symfony/browser-kit/compare/v5.4.18...v5.4.19)
- no significant changes
symfony/framework-bundle
v5.4.19
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.18...v5.4.19)
symfony/http-client
v5.4.19
Changelog (https://github.com/symfony/http-client/compare/v5.4.18...v5.4.19)
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.