Skip to content

Update symfony packages to v6 (major)

Reiter, Christoph requested to merge renovate/major-symfony into main

This MR contains the following updates:

Package Type Update Change
symfony/console (source) require major ^5.0 -> ^6.0
symfony/process (source) require major ^5.0 -> ^6.0
symfony/yaml (source) require major ^5.0 -> ^6.0

Release Notes

symfony/console

v6.0.8

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.0.7...v6.0.8)

  • bug #​45565 Fix table header seperator wrapping (alamirault)

v6.0.7

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.0.6...v6.0.7)

  • bug #​45851 Fix exit status on uncaught exception with negative code (acoulton)
  • bug #​44915 Fix compact table style to avoid outputting a leading space (Seldaek)

v6.0.5

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.0.4...v6.0.5)

v6.0.3

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.0.2...v6.0.3)

  • bug #​43149 Silence warnings during tty detection (neclimdul)
  • bug #​45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
  • bug #​45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
  • bug #​45088 fix parsing escaped chars in StringInput (nicolas-grekas)
  • bug #​45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
  • bug #​44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)

v6.0.2

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.0.1...v6.0.2)

  • bug #​44730  Fix autocompletion of argument with default value (GromNaN)

v6.0.1

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.0.0...v6.0.1)

  • bug #​44523 Fix polyfill-php73 requirement (Seldaek)
  • bug #​44494 Remove FQCN type hints on properties (fabpot)
  • bug #​44475 Handle alias in completion script (GromNaN)
  • bug #​44467 Fix parameter types for ProcessHelper::mustRun() (derrabus)

v6.0.0

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.0.0-RC1...v6.0.0)

  • no significant changes
symfony/process

v6.0.8

Compare Source

Changelog (https://github.com/symfony/process/compare/v6.0.7...v6.0.8)

  • bug #​45931 Fix Process::getEnv() when setEnv() hasn't been called before (asika32764)

v6.0.7

Compare Source

Changelog (https://github.com/symfony/process/compare/v6.0.6...v6.0.7)

  • bug #​45676 Don't return executable directories in PhpExecutableFinder (fancyweb)

v6.0.5

Compare Source

Changelog (https://github.com/symfony/process/compare/v6.0.4...v6.0.5)

  • no significant changes

v6.0.3

Compare Source

Changelog (https://github.com/symfony/process/compare/v6.0.2...v6.0.3)

  • bug #​45103 Avoid calling fclose on an already closed resource (Seldaek)

v6.0.2

Compare Source

Changelog (https://github.com/symfony/process/compare/v6.0.1...v6.0.2)

  • bug #​44538 fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)

v6.0.0

Compare Source

Changelog (https://github.com/symfony/process/compare/v6.0.0-RC1...v6.0.0)

  • bug #​44261 intersect with getenv() in case-insensitive manner to get default envs (stable-staple)
symfony/Yaml

v6.0.3

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v6.0.2...v6.0.3)

  • bug #​45140 Making the parser stateless (mamazu)

v6.0.2

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v6.0.1...v6.0.2)

  • no significant changes

v6.0.1

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v6.0.0...v6.0.1)

  • bug #​44494 Remove FQCN type hints on properties (fabpot)

v6.0.0

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v6.0.0-RC1...v6.0.0)

  • no significant changes

Configuration

📅 Schedule: "every weekend" (UTC).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Reiter, Christoph

Merge request reports