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.86 -> 0.12.87
|
| phpstan/phpstan-phpunit | require-dev | patch |
0.12.18 -> 0.12.19
|
| symfony/http-client (source) | require-dev | patch |
5.2.7 -> 5.2.8
|
| symfony/phpunit-bridge (source) | require-dev | patch |
5.2.7 -> 5.2.8
|
Release Notes
phpstan/phpstan
v0.12.87
Major new feature 🚀
New exceptions-related rules
- Differentiate between checked and unchecked exceptions
- Enforce declaring thrown checked exceptions in
@throws - Report extra exceptions in
@throwsthat aren't actually thrown
Read this article for more details »
Improvements 🔧
- Update
composer/xdebug-handler(phpstan/phpstan-src@0b6b602)
Bugfixes 🐛
- TypeSpecifier - fix assignments in type-narrowing functions (phpstan/phpstan-src@
b2bf703), #4982, #4761, #3331, #3446, #2640, #2413, #3106 - Fix
throwexpression throw point (phpstan/phpstan-src@1e4f2e1) - Generics - fix handling optional parameter (phpstan/phpstan-src@
7306405) - BenevolentUnionType - be benevolent about TrinaryLogic methods (phpstan/phpstan-src@
eeb08ba) - FileTypeMapper - fix PHPDocs after anonymous class (phpstan/phpstan-src@
00ff86b), https://github.com/phpstan/phpstan/discussions/4985
Function signature fixes 🤖
- Updated
getopt()return type (phpstan/phpstan-src@94b6c03), #4987, thanks @dktapps!
phpstan/phpstan-phpunit
v0.12.19
symfony/http-client
v5.2.8
Changelog (https://github.com/symfony/http-client/compare/v5.2.7...v5.2.8)
- bug #41160 Don't prepare the request in ScopingHttpClient (nicolas-grekas)
symfony/phpunit-bridge
v5.2.8
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.2.7...v5.2.8)
- bug #40957 Fix tests with
@doesNotPerformAssertionsannotations (alexpott)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.