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

fix(deps): bump psr/log from 1.1.4 to v3 (main) #8442

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
psr/log require major ^1 -> ^3

Release Notes

php-fig/log (psr/log)

v3.0.0

Compare Source

v2.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, 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 May 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/159377/7045f1/repos/github/nextcloud/mail":"/tmp/worker/159377/7045f1/repos/github/nextcloud/mail" -v "/tmp/worker/159377/7045f1/cache":"/tmp/worker/159377/7045f1/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/159377/7045f1/repos/github/nextcloud/mail" ghcr.io/containerbase/sidecar:9.20.2 bash -l -c "install-tool php 8.0.0 && install-tool composer 2.6.3 && composer update psr/log:3.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires psr/log ^3, found psr/log[3.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - christophwurst/kitinerary-bin is locked to version v0.4.0 and an update of this package was not requested.
    - christophwurst/kitinerary-bin v0.4.0 requires psr/log ^1.1|^2.0|^3.0 -> found psr/log[1.1.0, ..., 1.1.4, 2.0.0, 3.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - christophwurst/kitinerary-flatpak is locked to version v0.3.0 and an update of this package was not requested.
    - christophwurst/kitinerary-flatpak v0.3.0 requires psr/log ^1.1 -> found psr/log[1.1.0, ..., 1.1.4] but it conflicts with your root composer.json require (^3).
  Problem 4
    - christophwurst/kitinerary-sys is locked to version v0.2.1 and an update of this package was not requested.
    - christophwurst/kitinerary-sys v0.2.1 requires psr/log ^1.1|^2.0|^3.0 -> found psr/log[1.1.0, ..., 1.1.4, 2.0.0, 3.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - rubix/ml is locked to version 2.4.0 and an update of this package was not requested.
    - rubix/ml 2.4.0 requires psr/log ^1.1|^2.0|^3.0 -> found psr/log[1.1.0, ..., 1.1.4, 2.0.0, 3.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - nextcloud/ocp is locked to version dev-stable26 and an update of this package was not requested.
    - nextcloud/ocp dev-stable26 requires psr/log ^1.1 -> found psr/log[1.1.0, ..., 1.1.4] but it conflicts with your root composer.json require (^3).

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/main-psr-log-3.x branch from 21bd5e7 to 8a343fd Compare September 20, 2023 03:12
@ChristophWurst
Copy link
Member

@kesselb how can we resolve this?

@kesselb
Copy link
Contributor

kesselb commented Sep 29, 2023

psr/log v1 is bundled with nextcloud/3rdparty, and therefore we cannot use v3.

To allow psr/log v3 we need to update:

web-auth/webauthn-lib to at least 4.4.0

https://github.com/nextcloud/3rdparty/blob/a983a316487c666d6602923f0c067e32299501ba/composer.lock#L6571
https://github.com/nextcloud/3rdparty/blob/a983a316487c666d6602923f0c067e32299501ba/composer.lock#L6502

And prepare a pull request for php-opencloud/openstack to support psr/log v1,v2 or v3 and move psr/log from require-dev to require.

https://github.com/nextcloud/3rdparty/blob/a983a316487c666d6602923f0c067e32299501ba/composer.lock#L2755

@kesselb kesselb closed this Sep 29, 2023
@kesselb kesselb deleted the renovate/main-psr-log-3.x branch September 29, 2023 13:52
@renovate
Copy link
Contributor Author

renovate bot commented Sep 29, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants