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 symfony/filesystem to v7 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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/filesystem (source) ^5.4|^6.0 -> 7.1.1 age adoption passing confidence

Release Notes

symfony/filesystem (symfony/filesystem)

v7.1.1

Compare Source

Changelog (symfony/filesystem@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Compare Source

v7.0.8

Compare Source

Changelog (symfony/filesystem@v7.0.7...v7.0.8)

v7.0.7

Compare Source

Changelog (symfony/filesystem@v7.0.6...v7.0.7)

  • bug symfony/symfony#54471 [Filesystem] Strengthen the check of file permissions in dumpFile (@​alexandre-daubois)

v7.0.6

Compare Source

Changelog (symfony/filesystem@v7.0.5...v7.0.6)

v7.0.3

Compare Source

Changelog (symfony/filesystem@v7.0.2...v7.0.3)

  • no significant changes

v7.0.0

Compare Source

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

  • no significant changes

v6.4.8

Compare Source

Changelog (symfony/filesystem@v6.4.7...v6.4.8)

v6.4.7

Compare Source

Changelog (symfony/filesystem@v6.4.6...v6.4.7)

  • bug symfony/symfony#54471 [Filesystem] Strengthen the check of file permissions in dumpFile (@​alexandre-daubois)

v6.4.6

Compare Source

Changelog (symfony/filesystem@v6.4.5...v6.4.6)

v6.4.3

Compare Source

Changelog (symfony/filesystem@v6.4.2...v6.4.3)

  • no significant changes

v6.4.0

Compare Source

Changelog (symfony/filesystem@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.3.12

Compare Source

Changelog (symfony/filesystem@v6.3.11...v6.3.12)

  • no significant changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

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

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.


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

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

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/filesystem:7.0.7 --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 symfony/filesystem 7.0.7 (exact version match: 7.0.7 or 7.0.7.0), found symfony/filesystem[v7.0.7] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - friendsofphp/php-cs-fixer is locked to version v3.34.1 and an update of this package was not requested.
    - friendsofphp/php-cs-fixer v3.34.1 requires symfony/filesystem ^5.4 || ^6.0 -> found symfony/filesystem[v5.4.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.4.x-dev] but it conflicts with your root composer.json require (7.0.7).
  Problem 3
    - lcobucci/jwt 5.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - joy/voyager-api-auth v1.2.35 requires laravel/passport ^9|^10|^11 -> satisfiable by laravel/passport[v11.9.1].
    - joy/voyager-api v1.2.38 requires joy/voyager-api-auth ^1.0 -> satisfiable by joy/voyager-api-auth[v1.2.35].
    - laravel/passport v11.9.1 requires lcobucci/jwt ^4.3|^5.0 -> satisfiable by lcobucci/jwt[5.0.0].
    - joy/voyager-api is locked to version v1.2.38 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 force-pushed the renovate/major-symfony branch 2 times, most recently from af3f398 to 8005a98 Compare January 31, 2024 08:03
@renovate renovate bot force-pushed the renovate/major-symfony branch from 6ac1aca to 7a1b0b5 Compare May 31, 2024 11:27
Copy link
Contributor Author

renovate bot commented May 31, 2024

⚠️ 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/filesystem:7.1.1 --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 symfony/filesystem 7.1.1 (exact version match: 7.1.1 or 7.1.1.0), found symfony/filesystem[v7.1.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - friendsofphp/php-cs-fixer is locked to version v3.34.1 and an update of this package was not requested.
    - friendsofphp/php-cs-fixer v3.34.1 requires symfony/filesystem ^5.4 || ^6.0 -> found symfony/filesystem[v5.4.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.4.x-dev] but it conflicts with your root composer.json require (7.1.1).
  Problem 3
    - lcobucci/jwt 5.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.7) does not satisfy that requirement.
    - joy/voyager-api-auth v1.2.35 requires laravel/passport ^9|^10|^11 -> satisfiable by laravel/passport[v11.9.1].
    - joy/voyager-api v1.2.38 requires joy/voyager-api-auth ^1.0 -> satisfiable by joy/voyager-api-auth[v1.2.35].
    - laravel/passport v11.9.1 requires lcobucci/jwt ^4.3|^5.0 -> satisfiable by lcobucci/jwt[5.0.0].
    - joy/voyager-api is locked to version v1.2.38 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 force-pushed the renovate/major-symfony branch from 7a1b0b5 to 1d8d296 Compare June 4, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant