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

Update dependency vimeo/psalm to v5 #533

Merged
merged 2 commits into from Feb 26, 2023
Merged

Update dependency vimeo/psalm to v5 #533

merged 2 commits into from Feb 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
vimeo/psalm require-dev major ^4.13 -> ^5.0

Release Notes

vimeo/psalm

v5.7.7

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.6...5.7.7

v5.7.6

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.5...5.7.6

v5.7.5

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.4...5.7.5

v5.7.4

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.3...5.7.4

v5.7.3

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.2...5.7.3

v5.7.2

Compare Source

What's Changed

Fixes

New Contributors

Full Changelog: vimeo/psalm@5.7.1...5.7.2

v5.7.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.0...5.7.1

v5.7.0

Compare Source

What's Changed

Deprecations
Features
Fixes
Docs
Internal changes
Other changes

New Contributors

Full Changelog: vimeo/psalm@5.6.0...5.7.0

v5.6.0

Compare Source

What's Changed

Features
Fixes
Typos

New Contributors

Full Changelog: vimeo/psalm@5.5.0...5.6.0

v5.5.0

Compare Source

What's Changed

Features
Fixes
Docs
Internal changes

New Contributors

Full Changelog: vimeo/psalm@5.4.0...5.5.0

v5.4.0

Compare Source

What's Changed

Features
Fixes
Internal changes

Full Changelog: vimeo/psalm@5.3.0...5.4.0

v5.3.0

Compare Source

What's Changed

Features
Fixes
Docs
Internal changes

New Contributors

Full Changelog: vimeo/psalm@5.2.0...5.3.0

v5.2.0

Compare Source

What's Changed

Features
Fixes
Internal changes
Typos

New Contributors

Full Changelog: vimeo/psalm@5.1.0...5.2.0

v5.1.0

Compare Source

What's Changed

Deprecations
Features
Fixes
Docs

New Contributors

Full Changelog: vimeo/psalm@5.0.0...5.1.0

v5.0.0: Psalm 5

Compare Source

Welcome to Psalm 5!

There's an accompanying post on psalm.dev, written by @​muglug & the current maintainers of Psalm.

What's Changed

Removed
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Nov 30, 2022

⚠ 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: vendor-bin/tools/composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/nucleos/NucleosDompdfBundle":"/mnt/renovate/gh/nucleos/NucleosDompdfBundle" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/nucleos/NucleosDompdfBundle/vendor-bin/tools" docker.io/renovate/sidecar bash -l -c "install-tool php 8.0.2 && install-tool composer 2.4.4 && composer update vimeo/psalm --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
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 vimeo/psalm ^5.0, found vimeo/psalm[5.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - psalm/plugin-phpunit is locked to version 0.18.3 and an update of this package was not requested.
    - psalm/plugin-phpunit 0.18.3 requires vimeo/psalm dev-master || dev-4.x || ^4.5 || ^5@beta -> found vimeo/psalm[4.5.0, ..., 4.30.0, 5.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - psalm/plugin-symfony is locked to version v4.0.0 and an update of this package was not requested.
    - psalm/plugin-symfony v4.0.0 requires vimeo/psalm ^4.12 -> found vimeo/psalm[4.12.0, ..., 4.30.0] but it conflicts with your root composer.json require (^5.0).

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

@renovate renovate bot changed the title Update dependency vimeo/psalm to v5 Update dependency vimeo/psalm to v5 - autoclosed Jan 13, 2023
@renovate renovate bot closed this Jan 13, 2023
@renovate renovate bot deleted the renovate/vimeo-psalm-5.x branch January 13, 2023 09:41
@renovate renovate bot changed the title Update dependency vimeo/psalm to v5 - autoclosed Update dependency vimeo/psalm to v5 Jan 13, 2023
@renovate renovate bot reopened this Jan 13, 2023
@renovate renovate bot restored the renovate/vimeo-psalm-5.x branch January 13, 2023 12:57
@core23 core23 merged commit 27376bd into 4.1.x Feb 26, 2023
@core23 core23 deleted the renovate/vimeo-psalm-5.x branch February 26, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant