Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dbp/relay-core-bundle | require | patch |
0.1.18 -> 0.1.19
|
symfony/framework-bundle (source) | require | patch |
5.3.8 -> 5.3.10
|
symfony/http-client (source) | require-dev | patch |
5.3.8 -> 5.3.10
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.3.8 -> 5.3.10
|
vimeo/psalm | require-dev | patch |
4.11.0 -> 4.11.2
|
Release Notes
symfony/framework-bundle
v5.3.10
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.9...v5.3.10)
- bug #43627 Fix service definition when local vault is disabled (GromNaN)
symfony/http-client
v5.3.10
Changelog (https://github.com/symfony/http-client/compare/v5.3.9...v5.3.10)
- bug #43569 fix collecting debug info on destruction of CurlResponse (nicolas-grekas)
- bug #43537 fix RetryableHttpClient when a response is canceled (nicolas-grekas)
- bug #43333 fix missing kernel.reset tag on TraceableHttpClient services (nicolas-grekas)
- bug #43243 accept headers when CURLE_RECV_ERROR is received before the content (nicolas-grekas)
symfony/phpunit-bridge
v5.3.10
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.3.9...v5.3.10)
vimeo/psalm
v4.11.2
What's Changed
Features
- add ReturnTypeWillChange with attribute attribute by @orklah in https://github.com/vimeo/psalm/pull/6732
Fixes
- strlen of strtolower of string is not always true by @orklah in https://github.com/vimeo/psalm/pull/6729
- don't emit issues when doing arithmetics on int templates by @orklah in https://github.com/vimeo/psalm/pull/6730
- issue-6737: fix CallMap imagecropauto() arguments by @semercom in https://github.com/vimeo/psalm/pull/6740
- don't emit redundant error when checking a named type against itself by @orklah in https://github.com/vimeo/psalm/pull/6739
- Don't assert mixed type by @orklah in https://github.com/vimeo/psalm/pull/6744
- don't use is_a with user classes by @orklah in https://github.com/vimeo/psalm/pull/6738
New Contributors
- @semercom made their first contribution in https://github.com/vimeo/psalm/pull/6740
Full Changelog: https://github.com/vimeo/psalm/compare/4.11.1...4.11.2
v4.11.1
What's Changed
Features
- flag impure calls made through __callstatic by @orklah in https://github.com/vimeo/psalm/pull/6724
Fixes
- Don't crash on falsy with int ranges by @orklah in https://github.com/vimeo/psalm/pull/6726
Full Changelog: https://github.com/vimeo/psalm/compare/4.11.0...4.11.1
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.