eliashaeussler / composer-update-check

📦 Composer Plugin to check outdated packages, based on their requirements
https://composer-update-check.elias-haeussler.de/
GNU General Public License v3.0
2 stars 2 forks source link

[TASK] Update php-http/discovery to v1.19.2 - autoclosed #120

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
php-http/discovery (source) 1.14.3 -> 1.19.2 age adoption passing confidence

Release Notes

php-http/discovery (php-http/discovery) ### [`v1.19.2`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1192---2023-11-30) [Compare Source](https://togithub.com/php-http/discovery/compare/1.19.1...1.19.2) - [#​253](https://togithub.com/php-http/discovery/pull/253) - Symfony 7 dropped the deprecated PHP-HTTP `HttpClient` interface from their HTTP client, do not discover the version 7 client when lookig for the old interface. ### [`v1.19.1`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1191---2023-07-11) [Compare Source](https://togithub.com/php-http/discovery/compare/1.19.0...1.19.1) - [#​250](https://togithub.com/php-http/discovery/pull/250) - Fix: Buzz client instantiation using deprecated Message Factory Discovery, use PSR-17 factory discovery instead. ### [`v1.19.0`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1190---2023-06-19) [Compare Source](https://togithub.com/php-http/discovery/compare/1.18.1...1.19.0) - [#​249](https://togithub.com/php-http/discovery/pull/249) - Have composer plugin correctly install Symfony http client when nothing explicitly requires psr 18 resp. httplug. - [#​241](https://togithub.com/php-http/discovery/pull/241) - Support discovering PSR-17 factories of `httpsoft/http-message` package ### [`v1.18.1`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1181---2023-05-17) [Compare Source](https://togithub.com/php-http/discovery/compare/1.18.0...1.18.1) - [#​242](https://togithub.com/php-http/discovery/pull/242) - Better exception message when no legacy php-http message factories can be built. Also needs php-http/message-factory package and they are deprecated in favor of PSR-17 anyways. ### [`v1.18.0`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1180---2023-05-03) [Compare Source](https://togithub.com/php-http/discovery/compare/1.17.0...1.18.0) - [#​235](https://togithub.com/php-http/discovery/pull/235) - Deprecate HttpClientDiscovery, use Psr18ClientDiscovery instead - [#​238](https://togithub.com/php-http/discovery/pull/238) - Skip requiring php-http/message-factory when installing symfony/http-client 6.3+ - [#​239](https://togithub.com/php-http/discovery/pull/239) - Skip auto-installing when the root package's extra.discovery is enough ### [`v1.17.0`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1170---2023-04-26) [Compare Source](https://togithub.com/php-http/discovery/compare/1.16.0...1.17.0) - [#​230](https://togithub.com/php-http/discovery/pull/230) - Add Psr18Client to make it straightforward to use PSR-18 - [#​232](https://togithub.com/php-http/discovery/pull/232) - Allow pinning the preferred implementations in composer.json - [#​233](https://togithub.com/php-http/discovery/pull/233) - Fix Psr17Factory::createServerRequestFromGlobals() when uploaded files have been moved ### [`v1.16.0`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1160---2023-04-26) [Compare Source](https://togithub.com/php-http/discovery/compare/1.15.3...1.16.0) - [#​225](https://togithub.com/php-http/discovery/pull/225) - Remove support for the abandoned Zend Diactoros which has been replaced with Laminas Diactoros; marked the zend library as conflict in composer.json to avoid confusion - [#​227](https://togithub.com/php-http/discovery/pull/227) - Fix handling requests with nested files ### [`v1.15.3`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1153---2023-03-31) [Compare Source](https://togithub.com/php-http/discovery/compare/1.15.2...1.15.3) - [#​224](https://togithub.com/php-http/discovery/pull/224) - Fix regression with Magento classloader ### [`v1.15.2`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1152---2023-02-11) [Compare Source](https://togithub.com/php-http/discovery/compare/1.15.1...1.15.2) - [#​219](https://togithub.com/php-http/discovery/pull/219) - Fix handling of replaced packages ### [`v1.15.1`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1151---2023-02-10) [Compare Source](https://togithub.com/php-http/discovery/compare/1.15.0...1.15.1) - [#​214](https://togithub.com/php-http/discovery/pull/214) - Fix resolving deps for psr/http-message-implementation - [#​216](https://togithub.com/php-http/discovery/pull/216) - Fix keeping platform requirements when rebooting composer - [#​217](https://togithub.com/php-http/discovery/pull/217) - Set extra.plugin-optional composer flag ### [`v1.15.0`](https://togithub.com/php-http/discovery/blob/HEAD/CHANGELOG.md#1150---2023-02-09) [Compare Source](https://togithub.com/php-http/discovery/compare/1.14.3...1.15.0) - [#​209](https://togithub.com/php-http/discovery/pull/209) - Add generic `Psr17Factory` class - [#​208](https://togithub.com/php-http/discovery/pull/208) - Add composer plugin to auto-install missing implementations. When libraries require an http implementation but no packages providing that implementation is installed in the application, the plugin will automatically install one. This is only done for libraries that directly require php-http/discovery to avoid unexpected dependency installation.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit d2c0fca4 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 95.7% (0.0% change).

View more on Code Climate.