Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
doctrine/annotations (source) | require | patch |
1.12.1 -> 1.13.1
|
phpstan/phpstan | require-dev | patch |
0.12.86 -> 0.12.87
|
phpstan/phpstan-phpunit | require-dev | patch |
0.12.18 -> 0.12.19
|
symfony/config (source) | require | patch |
5.2.7 -> 5.2.8
|
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
|
symfony/security-bundle (source) | require | patch |
5.2.7 -> 5.2.8
|
symfony/security-core (source) | require | patch |
5.2.7 -> 5.2.8
|
symfony/security-guard (source) | require | patch |
5.2.4 -> 5.2.8
|
Release Notes
doctrine/annotations
v1.13.1
1.13.1
Release Notes for1.13.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
CI
- 413: Exclude test from analysis thanks to @greg0ire
bug
v1.13.0
1.13.0
Release Notes for1.13.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
enhancement
New Feature
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
@throws
that 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
throw
expression 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/config
v5.2.8
Changelog (https://github.com/symfony/config/compare/v5.2.7...v5.2.8)
- bug #40917 Uniformize trailing slash handling (dunglas)
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
@doesNotPerformAssertions
annotations (alexpott)
symfony/security-bundle
v5.2.8
Changelog (https://github.com/symfony/security-bundle/compare/v5.2.7...v5.2.8)
- bug #40902 Allow ips parameter in access_control to accept comma-separated string (edefimov)
symfony/security-core
v5.2.8
Changelog (https://github.com/symfony/security-core/compare/v5.2.7...v5.2.8)
- bug #40758 NullToken signature (jderusse)
symfony/security-guard
v5.2.8
Changelog (https://github.com/symfony/security-guard/compare/v5.2.7...v5.2.8)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.