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 symfony packages to v7 (major) #174

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/console (source) ^5.4 || ^6.0 -> ^5.4 || ^6.0 || ^7.0 age adoption passing confidence
symfony/filesystem (source) ^5.4 || ^6.0 -> ^5.4 || ^6.0 || ^7.0 age adoption passing confidence
symfony/finder (source) ^5.4 || ^6.0 -> ^5.4 || ^6.0 || ^7.0 age adoption passing confidence

Release Notes

symfony/console (symfony/console)

v7.0.1

Compare Source

Changelog (symfony/console@v7.0.0...v7.0.1)

  • no significant changes

v7.0.0

Compare Source

Changelog (symfony/console@v7.0.0-RC2...v7.0.0)

  • no significant changes
symfony/filesystem (symfony/filesystem)

v7.0.0

Compare Source

Changelog (symfony/filesystem@v7.0.0-RC2...v7.0.0)

  • no significant changes
symfony/finder (symfony/finder)

v7.0.0

Compare Source

Changelog (symfony/finder@v7.0.0-RC2...v7.0.0)

  • no significant changes

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 these updates 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 renovate bot added the dependencies Updates project dependencies label Nov 29, 2023
Copy link
Contributor Author

renovate bot commented Nov 29, 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: composer update symfony/console:7.0.1 symfony/filesystem:7.0.0 symfony/finder:7.0.0 --with-dependencies --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 symfony/console ^5.4 || ^6.0 || ^7.0, found symfony/console[v5.4.0, ..., v5.4.32, v6.0.0, ..., v6.4.1, v7.0.0, v7.0.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/finder ^5.4 || ^6.0 || ^7.0, found symfony/finder[v5.4.0, ..., v5.4.27, v6.0.0, ..., v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - cypresslab/gitelephant is locked to version v4.5.0 and an update of this package was not requested.
    - cypresslab/gitelephant v4.5.0 requires symfony/finder >=3.4 -> found symfony/finder[v3.4.0, ..., v3.4.47, v4.0.0, ..., v4.4.44, v5.0.0, ..., v5.4.27, v6.0.0, ..., v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - Root composer.json requires symfony/filesystem ^5.4 || ^6.0 || ^7.0 -> satisfiable by symfony/filesystem[v7.0.0].
    - symfony/filesystem v7.0.0 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
  Problem 5
    - armin/editorconfig-cli is locked to version 1.8.1 and an update of this package was not requested.
    - armin/editorconfig-cli 1.8.1 requires symfony/console ^4 || ^5 || ^6 -> found symfony/console[v4.0.0, ..., v4.4.49, v5.0.0, ..., v5.4.32, v6.0.0, ..., v6.4.1] but it conflicts with your temporary update constraint (symfony/console:7.0.1).
  Problem 6
    - friendsofphp/php-cs-fixer is locked to version v3.43.1 and an update of this package was not requested.
    - friendsofphp/php-cs-fixer v3.43.1 requires symfony/console ^5.4 || ^6.0 || ^7.0 -> found symfony/console[v5.4.0, ..., v5.4.32, v6.0.0, ..., v6.4.1, v7.0.0, v7.0.1] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - friendsofphp/php-cs-fixer v3.43.1 requires symfony/console ^5.4 || ^6.0 || ^7.0 -> found symfony/console[v5.4.0, ..., v5.4.32, v6.0.0, ..., v6.4.1, v7.0.0, v7.0.1] but these were not loaded, likely because it conflicts with another require.
    - cpsit/php-cs-fixer-config 1.1.0 requires friendsofphp/php-cs-fixer ^3.14 -> satisfiable by friendsofphp/php-cs-fixer[v3.43.1].
    - cpsit/php-cs-fixer-config is locked to version 1.1.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.

Copy link

codeclimate bot commented Nov 29, 2023

Code Climate has analyzed commit 99bb765 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 99.5% (0.0% change).

View more on Code Climate.

@renovate renovate bot changed the base branch from develop to main December 29, 2023 13:29
| datasource | package            | from  | to    |
| ---------- | ------------------ | ----- | ----- |
| packagist  | symfony/console    | 6.4.1 | 7.0.1 |
| packagist  | symfony/filesystem | 6.4.0 | 7.0.0 |
| packagist  | symfony/finder     | 6.4.0 | 7.0.0 |
@eliashaeussler eliashaeussler merged commit 13bc469 into main Dec 29, 2023
11 checks passed
@eliashaeussler eliashaeussler deleted the renovate/major-symfony branch December 29, 2023 13:42
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