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/console to v7 #78

Open
wants to merge 1 commit into
base: 1.6.x
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/console (source) ^3.4.17 || ^4.0 || ^5.0 || ^6.0 -> ^3.4.17 || ^4.0 || ^5.0 || ^6.0 || ^7.0 age adoption passing confidence

Release Notes

symfony/console (symfony/console)

v7.0.7

Compare Source

v7.0.6

Compare Source

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

v7.0.4

Compare Source

Changelog (symfony/console@v7.0.3...v7.0.4)

v7.0.3

Compare Source

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

v7.0.2

Compare Source

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

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

v6.4.7

Compare Source

v6.4.6

Compare Source

v6.4.4

Compare Source

Changelog (symfony/console@v6.4.3...v6.4.4)

v6.4.3

Compare Source

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

v6.4.2

Compare Source

Changelog (symfony/console@v6.4.1...v6.4.2)

v6.4.1

Compare Source

Changelog (symfony/console@v6.4.0...v6.4.1)

  • no significant changes

v6.4.0

Compare Source

v6.3.12

Compare Source

v6.3.11

Compare Source

Changelog (symfony/console@v6.3.10...v6.3.11)

v6.3.9

Compare Source

Changelog (symfony/console@v6.3.8...v6.3.9)

  • no significant changes

v6.3.8

Compare Source

Changelog (symfony/console@v6.3.7...v6.3.8)

v6.3.4

Compare Source

Changelog (symfony/console@v6.3.3...v6.3.4)

v6.3.2

Compare Source

Changelog (symfony/console@v6.3.1...v6.3.2)

v6.3.0

Compare Source

Changelog (symfony/console@v6.3.0-RC2...v6.3.0)

v6.2.13

Compare Source

Changelog (symfony/console@v6.2.12...v6.2.13)

v6.2.12

Compare Source

Changelog (symfony/console@v6.2.11...v6.2.12)

  • no significant changes

v6.2.11

Compare Source

Changelog (symfony/console@v6.2.10...v6.2.11)

v6.2.10

Compare Source

Changelog (symfony/console@v6.2.9...v6.2.10)

v6.2.8

Compare Source

Changelog (symfony/console@v6.2.7...v6.2.8)

  • bug #​49765 Add missing ZSH mention in DumpCompletionCommand help (lyrixx)
  • bug #​49274 Disable links for IntelliJ platform (SerafimArts)

v6.2.7

Compare Source

Changelog (symfony/console@v6.2.6...v6.2.7)

  • bug #​49528 Fix fatal error when accessing Application::signalRegistry without pcntl (lyrixx)
  • bug #​48897 fix clear of section with question (maxbeckers)

v6.2.5

Compare Source

Changelog (symfony/console@v6.2.4...v6.2.5)

  • no significant changes

v6.2.3

Compare Source

Changelog (symfony/console@v6.2.2...v6.2.3)

  • bug #​48784 Correctly overwrite progressbars with different line count per step (ncharalampidis)

v6.2.2

Compare Source

Changelog (symfony/console@v6.2.1...v6.2.2)

  • bug #​48681 Revert "bug #​48089 Fix clear line with question in section (maxbeckers) (chalasr)
  • bug #​48580 Fix missing command not matching namespace error message (Titouan Galopin)
  • bug #​48089 Fix clear line with question in section (maxbeckers)

v6.2.1

Compare Source

Changelog (symfony/console@v6.2.0...v6.2.1)

  • bug #​48428 Fixed undefined variable error (Kevin Meijer)

v6.2.0

Compare Source

Changelog (symfony/console@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.1.11

Compare Source

v6.1.9

Compare Source

Changelog (symfony/console@v6.1.8...v6.1.9)

  • bug #​48784 Correctly overwrite progressbars with different line count per step (ncharalampidis)
  • bug #​48681 Revert "bug #​48089 Fix clear line with question in section (maxbeckers) (chalasr)
  • bug #​48089 Fix clear line with question in section (maxbeckers)

v6.1.8

Compare Source

Changelog (symfony/console@v6.1.7...v6.1.8)

  • bug #​48179 Support completion for bash functions (Chi-teck)
  • bug #​48217 Improve error message when shell is not detected in completion command (GromNaN)
  • bug #​48210  Fix signal handlers called after event listeners and skip exit (GromNaN)
  • bug #​47998 Fix console ProgressBar::override() after manual ProgressBar::cleanup() (maxbeckers)
  • bug #​48085 Tell about messenger:consume invalid limit options (MatTheCat)

v6.1.7

Compare Source

Changelog (symfony/console@v6.1.6...v6.1.7)

  • bug #​47907 Update Application.php (aleksandr-shevchenko)
  • bug #​47883 Fix error output on windows cli (Maximilian.Beckers)

v6.1.6

Compare Source

Changelog (symfony/console@v6.1.5...v6.1.6)

  • bug #​47779 Fix Helper::removeDecoration hyperlink bug (greew)

v6.1.5

Compare Source

Changelog (symfony/console@v6.1.4...v6.1.5)

  • bug #​47463 Make fish completion run in non interactive mode (Seldaek)
  • bug #​47394 Make bash completion run in non interactive mode (Seldaek)

v6.1.4

Compare Source

Changelog (symfony/console@v6.1.3...v6.1.4)

  • bug #​47372 Fix OutputFormatterStyleStack::getCurrent return type (alamirault)
  • bug #​47218 fix dispatch signal event check for compatibility with the contract interface (xabbuh)
  • bug #​45333 Fix ConsoleEvents::SIGNAL subscriber dispatch (GwendolenLynch)

v6.1.3

Compare Source

Changelog (symfony/console@v6.1.2...v6.1.3)

  • bug #​47022 get full command path for command in search path (remicollet)

v6.1.2

Compare Source

Changelog (symfony/console@v6.1.1...v6.1.2)

  • bug #​46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)

v6.1.1

Compare Source

Changelog (symfony/console@v6.1.0...v6.1.1)

  • bug #​46608 Fix deprecation when description is null (HypeMC)
  • bug #​46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v6.1.0

Compare Source

Changelog (symfony/console@v6.1.0-RC1...v6.1.0)

  • bug #​46387 Complete negatable options (Fish) (GromNaN)

v6.0.19

Compare Source

Changelog (symfony/console@v6.0.18...v6.0.19)

  • no significant changes

v6.0.17

Compare Source

Changelog (symfony/console@v6.0.16...v6.0.17)

  • bug #​48784 Correctly overwrite progressbars with different line count per step (ncharalampidis)

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 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

Read more information about the use of Renovate Bot within Laminas.

| datasource | package         | from   | to    |
| ---------- | --------------- | ------ | ----- |
| packagist  | symfony/console | 6.0.16 | 7.0.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the renovate 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: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/0a281a/a22db7/repos/github/laminas/laminas-migration":"/tmp/worker/0a281a/a22db7/repos/github/laminas/laminas-migration" -v "/tmp/worker/0a281a/a22db7/cache":"/tmp/worker/0a281a/a22db7/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/0a281a/a22db7/repos/github/laminas/laminas-migration" ghcr.io/containerbase/sidecar:9.24.0 bash -l -c "install-tool php 8.0.30 && install-tool composer 2.6.5 && composer update symfony/console:7.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 symfony/console ^3.4.17 || ^4.0 || ^5.0 || ^6.0 || ^7.0, found symfony/console[v3.4.17, ..., v3.4.47, v4.0.0, ..., v4.4.49, v5.0.0, ..., v5.4.32, v6.0.0, ..., v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - vimeo/psalm is locked to version 5.2.0 and an update of this package was not requested.
    - vimeo/psalm 5.2.0 requires symfony/console ^4.1.6 || ^5.0 || ^6.0 -> found symfony/console[v4.1.6, ..., v4.4.49, v5.0.0, ..., v5.4.32, v6.0.0, ..., v6.4.0] but it conflicts with your temporary update constraint (symfony/console:7.0.0).
  Problem 3
    - vimeo/psalm 5.2.0 requires symfony/console ^4.1.6 || ^5.0 || ^6.0 -> found symfony/console[v4.1.6, ..., v4.4.49, v5.0.0, ..., v5.4.32, v6.0.0, ..., v6.4.0] but it conflicts with your temporary update constraint (symfony/console:7.0.0).
    - psalm/plugin-phpunit 0.18.4 requires vimeo/psalm dev-master || dev-4.x || ^4.7.1 || ^5@beta || ^5.0 -> satisfiable by vimeo/psalm[5.2.0].
    - psalm/plugin-phpunit is locked to version 0.18.4 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.

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

Successfully merging this pull request may close these issues.

None yet

0 participants