Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Update psr/http-message to v2 #293

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
psr/http-message ^1.0 -> ^2.0 age adoption passing confidence

Release Notes

php-fig/http-message (psr/http-message)

v2.0

Compare Source

Added return types, see https://www.php-fig.org/psr/psr-7/meta/[#​72](https://togithub.com/php-fig/http-message/issues/72)-type-additions


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Jul 3, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/73f2ae/198218/repos/github/CPS-IT/frontend-asset-handler":"/tmp/worker/73f2ae/198218/repos/github/CPS-IT/frontend-asset-handler" -v "/tmp/worker/73f2ae/198218/cache":"/tmp/worker/73f2ae/198218/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/73f2ae/198218/repos/github/CPS-IT/frontend-asset-handler" ghcr.io/containerbase/sidecar:9.20.2 bash -l -c "install-tool php 8.2.10 && install-tool composer 2.6.3 && composer update psr/http-message:2.0 --with-dependencies --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires psr/http-message ^2.0, found psr/http-message[2.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - guzzlehttp/psr7 is locked to version 2.6.1 and an update of this package was not requested.
    - guzzlehttp/psr7 2.6.1 requires psr/http-message ^1.1 || ^2.0 -> found psr/http-message[1.1, 2.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - psr/http-client is locked to version 1.0.3 and an update of this package was not requested.
    - psr/http-client 1.0.3 requires psr/http-message ^1.0 || ^2.0 -> found psr/http-message[1.0, 1.0.1, 1.1, 2.0] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - gmostafa/php-graphql-client is locked to version v1.13 and an update of this package was not requested.
    - gmostafa/php-graphql-client v1.13 requires psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but it conflicts with your root composer.json require (^2.0).
  Problem 5
    - guzzlehttp/psr7 2.6.1 requires psr/http-message ^1.1 || ^2.0 -> found psr/http-message[1.1, 2.0] but these were not loaded, likely because it conflicts with another require.
    - guzzlehttp/guzzle 7.8.0 requires guzzlehttp/psr7 ^1.9.1 || ^2.5.1 -> satisfiable by guzzlehttp/psr7[2.6.1].
    - guzzlehttp/guzzle is locked to version 7.8.0 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot added the dependencies Updates project dependencies label Jul 3, 2023
| datasource | package          | from | to  |
| ---------- | ---------------- | ---- | --- |
| packagist  | psr/http-message | 1.1  | 2.0 |
@renovate renovate bot force-pushed the renovate/psr-http-message-2.x branch from 9677dfa to b214125 Compare September 25, 2023 08:37
@eliashaeussler eliashaeussler marked this pull request as draft September 25, 2023 08:47
@eliashaeussler
Copy link
Member

eliashaeussler commented Sep 25, 2023

Waiting for mghoneimy/php-graphql-client#81 to get merged. Will merge without being compatible with said package, because it's only suggested anyways. Installation without said package and psr/http-message 2.x works like a charme, so this is the way to go.

@eliashaeussler eliashaeussler marked this pull request as ready for review September 25, 2023 08:49
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@codeclimate
Copy link

codeclimate bot commented Sep 25, 2023

Code Climate has analyzed commit 83230ad 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 96.6% (0.0% change).

View more on Code Climate.

@eliashaeussler eliashaeussler merged commit c1ea9d7 into develop Sep 25, 2023
@eliashaeussler eliashaeussler deleted the renovate/psr-http-message-2.x branch September 25, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant