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

fix(deps): update symfony packages #26

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 1, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/console (source) 5.2.6 -> 5.4.41 age adoption passing confidence
symfony/dotenv (source) 5.2.5 -> 5.4.40 age adoption passing confidence
symfony/flex 1.12.2 -> 1.21.6 age adoption passing confidence
symfony/framework-bundle (source) 5.2.6 -> 5.4.41 age adoption passing confidence
symfony/yaml (source) 5.2.5 -> 5.4.40 age adoption passing confidence

Release Notes

symfony/console (symfony/console)

v5.4.41

Compare Source

Changelog (symfony/console@v5.4.40...v5.4.41)

  • no significant changes

v5.4.40

Compare Source

Changelog (symfony/console@v5.4.39...v5.4.40)

  • no significant changes

v5.4.39

Compare Source

Changelog (symfony/console@v5.4.38...v5.4.39)

v5.4.36

Compare Source

Changelog (symfony/console@v5.4.35...v5.4.36)

v5.4.35

Compare Source

Changelog (symfony/console@v5.4.34...v5.4.35)

v5.4.34

Compare Source

Changelog (symfony/console@v5.4.33...v5.4.34)

v5.4.32

Compare Source

Changelog (symfony/console@v5.4.31...v5.4.32)

  • no significant changes

v5.4.31

Compare Source

Changelog (symfony/console@v5.4.30...v5.4.31)

  • no significant changes

v5.4.28

Compare Source

Changelog (symfony/console@v5.4.27...v5.4.28)

v5.4.26

Compare Source

Changelog (symfony/console@v5.4.25...v5.4.26)

v5.4.24

Compare Source

Changelog (symfony/console@v5.4.23...v5.4.24)

v5.4.23

Compare Source

Changelog (symfony/console@v5.4.22...v5.4.23)

  • bug #​50143 trim(): Argument #​1 () must be of type string, bool given (danepowell)
  • bug #​50111 Fix the list of supported shells for completions in a phar (stof)
  • bug #​48886 Fix computing column width containing multibyte chars (cay89)
  • bug #​49987 Restoring the ability to output unicode text to the Win10 console (aleksandr-shevchenko)

v5.4.22

Compare Source

Changelog (symfony/console@v5.4.21...v5.4.22)

  • bug #​49274 Disable links for IntelliJ platform (SerafimArts)

v5.4.21

Compare Source

Changelog (symfony/console@v5.4.20...v5.4.21)

  • no significant changes

v5.4.19

Compare Source

Changelog (symfony/console@v5.4.18...v5.4.19)

  • no significant changes

v5.4.17

Compare Source

Changelog (symfony/console@v5.4.16...v5.4.17)

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

v5.4.16

Compare Source

Changelog (symfony/console@v5.4.15...v5.4.16)

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

v5.4.15

Compare Source

Changelog (symfony/console@v5.4.14...v5.4.15)

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

v5.4.14

Compare Source

Changelog (symfony/console@v5.4.13...v5.4.14)

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

v5.4.13

Compare Source

Changelog (symfony/console@v5.4.12...v5.4.13)

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

v5.4.12

Compare Source

Changelog (symfony/console@v5.4.11...v5.4.12)

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

v5.4.11

Compare Source

Changelog (symfony/console@v5.4.10...v5.4.11)

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

v5.4.10

Compare Source

Changelog (symfony/console@v5.4.9...v5.4.10)

  • bug #​46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
  • bug #​46608 Fix deprecation when description is null (HypeMC)
  • bug #​46595 Escape % in command name & description from getDefaultName() (ogizanagi)
  • bug #​46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v5.4.9

Compare Source

Changelog (symfony/console@v5.4.8...v5.4.9)

  • bug #​46386  Fix missing negative variation of negatable options in shell completion (GromNaN)
  • bug #​46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #​46341 Fix aliases handling in command name completion (Seldaek)
  • bug #​46291 Suppress unhandled error in some specific use-cases. (rw4lll)
  • bug #​46264 Better required argument check in InputArgument (jnoordsij)

v5.4.8

Compare Source

Changelog (symfony/console@v5.4.7...v5.4.8)

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

v5.4.7

Compare Source

Changelog (symfony/console@v5.4.6...v5.4.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)

v5.4.5

Compare Source

Changelog (symfony/console@v5.4.4...v5.4.5)

v5.4.3

Compare Source

Changelog (symfony/console@v5.4.2...v5.4.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)

v5.4.2

Compare Source

v5.4.1

Compare Source

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

  • bug #​44523 Fix polyfill-php73 requirement (Seldaek)
  • bug #​44475 Handle alias in completion script (GromNaN)
  • bug #​44467 Fix parameter types for ProcessHelper::mustRun() (derrabus)

v5.4.0

Compare Source

Changelog (symfony/console@v5.4.0-RC1...v5.4.0)

  • no significant changes

v5.3.16

Compare Source

Changelog (symfony/console@v5.3.15...v5.3.16)

v5.3.14

Compare Source

Changelog (symfony/console@v5.3.13...v5.3.14)

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

v5.3.13

Compare Source

Changelog (symfony/console@v5.3.12...v5.3.13)

  • bug #​44467 Fix parameter types for ProcessHelper::mustRun() (derrabus)

v5.3.11

Compare Source

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

  • bug #​44176 Default ansi option to null (jderusse)
  • bug #​43884 Runtime conflict for psr/log >= 3.0 instead of composer conflict (fancyweb)

v5.3.10

Compare Source

Changelog (symfony/console@v5.3.9...v5.3.10)

  • no significant changes

v5.3.7

Compare Source

Changelog (symfony/console@v5.3.6...v5.3.7)

  • bug #​42685 Fix ProgressBar to correctly clear multi-line formats (rtek)
  • bug #​42381 Don't pass null to preg_replace() (derrabus)
  • bug #​42260 Fix return types for PHP 8.1 (derrabus)

v5.3.6

Compare Source

Changelog (symfony/console@v5.3.5...v5.3.6)

  • no significant changes

v5.3.4

Compare Source

v5.3.2

Compare Source

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

  • bug #​41686 Fix using #[AsCommand] without DI (nicolas-grekas)
  • bug #​41680 fix managing signals when commands are lazy loaded (nicolas-grekas)
  • bug #​41535 Fix negated options not accessible (jderusse)
  • bug #​41386 Escape synopsis output (jschaedl)

v5.3.0

Compare Source

Changelog (symfony/console@v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.2.14

Compare Source

Changelog (symfony/console@v5.2.13...v5.2.14)

  • no significant changes

v5.2.12

Compare Source

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

  • bug #​42207 fix table setHeaderTitle without headers (a1812)
  • bug #​42091 Run commands when implements SignalableCommandInterface without pcntl and they have'nt signals (PaolaRuby)
  • bug #​42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #​41966 Revert "bug #​41952 fix handling positional arguments" (chalasr, nicolas-grekas)
  • bug #​41952 fix handling positional arguments (nicolas-grekas)

v5.2.11

Compare Source

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

  • bug #​41386 Escape synopsis output (jschaedl)

v5.2.10

Compare Source

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

  • no significant changes

v5.2.8

Compare Source

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

  • bug #​41174 Fix Windows code page support (orkan)
  • bug #​41113 Fix Windows code page support (orkan)

v5.2.7

Compare Source

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

  • bug #​40698 Add Helper::width() and Helper::length() (Nyholm, grasmash)
symfony/dotenv (symfony/dotenv)

v5.4.40

Compare Source

Changelog (symfony/dotenv@v5.4.39...v5.4.40)

v5.4.39

Compare Source

Changelog (symfony/dotenv@v5.4.38...v5.4.39)

  • no significant changes

v5.4.35

Compare Source

Changelog (symfony/dotenv@v5.4.34...v5.4.35)

  • no significant changes

v5.4.34

Compare Source

Changelog (symfony/dotenv@v5.4.33...v5.4.34)

v5.4.30

Compare Source

Changelog (symfony/dotenv@v5.4.29...v5.4.30)

  • no significant changes

v5.4.22

Compare Source

Changelog (symfony/dotenv@v5.4.21...v5.4.22)

  • no significant changes

v5.4.21

Compare Source

Changelog (symfony/dotenv@v5.4.20...v5.4.21)

  • bug #​49249 Fix phpdoc Dotenv (alamirault)

v5.4.19

Compare Source

Changelog (symfony/dotenv@v5.4.18...v5.4.19)

  • no significant changes

v5.4.5

Compare Source

Changelog (symfony/dotenv@v5.4.4...v5.4.5)

  • bug #​45430 Fix reading config for symfony/runtime when running dump command (nicolas-grekas)

v5.4.3

Compare Source

Changelog (symfony/dotenv@v5.4.2...v5.4.3)

  • bug #​45188 Fix bootEnv() override with .env.local.php when the env key already exists (fancyweb)

v5.4.2

Compare Source

Changelog (symfony/dotenv@v5.4.1...v5.4.2)

  • no significant changes

v5.4.0

Compare Source

Changelog (symfony/dotenv@v5.4.0-RC1...v5.4.0)

  • no significant changes

v5.3.14

Compare Source

Changelog (symfony/dotenv@v5.3.13...v5.3.14)

  • no significant changes

v5.3.13

Compare Source

Changelog (symfony/dotenv@v5.3.12...v5.3.13)

  • no significant changes

v5.3.10

Compare Source

Changelog (symfony/dotenv@v5.3.9...v5.3.10)

  • bug #​43798 Duplicate $_SERVER values in $_ENV if they don't exist (fancyweb)

v5.3.8

Compare Source

Changelog (symfony/dotenv@v5.3.7...v5.3.8)

  • no significant changes

v5.3.7

Compare Source

Changelog (symfony/dotenv@v5.3.6...v5.3.7)

  • no significant changes

v5.3.6

Compare Source

Changelog (symfony/dotenv@v5.3.5...v5.3.6)

  • bug #​42296 Remove PHP 8.0 polyfill (derrabus)

v5.3.4

Compare Source

Changelog (symfony/dotenv@v5.3.3...v5.3.4)

  • no significant changes

v5.3.0

Compare Source

Changelog (symfony/dotenv@v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.2.14

Compare Source

Changelog (symfony/dotenv@v5.2.13...v5.2.14)

  • bug #​42296 Remove PHP 8.0 polyfill (derrabus)

v5.2.12

Compare Source

Changelog (symfony/dotenv@v5.2.11...v5.2.12)

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

v1.21.6

Compare Source

v1.21.5

Compare Source

v1.21.4

Compare Source

v1.21.3

Compare Source

v1.21.2

Compare Source

What's Changed

Full Changelog: symfony/flex@v1.21.1...v1.21.2

v1.21.1

Compare Source

v1.21.0

Compare Source

v1.20.2

Compare Source

v1.20.1

Compare Source

v1.20.0

Compare Source

v1.19.5

Compare Source

v1.19.4

Compare Source

v1.19.3

Compare Source

v1.19.2

Compare Source

  • Revert "Deprecate "flex-require" sections"

v1.19.1

Compare Source

  • Read from symfony.lock when checking for recipe updates
  • Fix PHP warning when using Composer 1

v1.19.0

Compare Source

v1.18.7

Compare Source

  • #​907 Re-run composer when flex is installed after deps are resolved (nicolas-grekas)
  • #​906 Fix compat with old composer versions (nicolas-grekas)
  • #​874 Add some native return types (PhilETaylor)
  • #​903 Fix relative URLs in index.json not working (salmen)

v1.18.6

Compare Source

  • #​885 fix: Recipe update skip ignored files (maxime-aknin, Max)
  • #​895 [recipes:update] Fixing bug where files failed to delete that were modified previously (weaverryan)
  • #​883 Fix problem of overwriting envs (alexander-schranz)
  • #​878 Fix parsing docker-composer files with no "version" (CountZero1981)

v1.18.5

Compare Source

  • #​842 Pass GitHub access token when accessing raw.githubusercontent.com in case of private recipes (aivus)
  • #​872 Use relative URLs when index.json provides them (nicolas-grekas)
  • #​871 Read recipe conflicts from index.json (nicolas-grekas)
  • #​870 Honor --no-scripts (nicolas-grekas)
  • #​869 Fix detecting new packages before installing their recipes (nicolas-grekas)
  • #​867 Fix reading config for symfony/runtime (nicolas-grekas)
  • #​866 Fix BC with upgrading from flex < 1.18 (nicolas-grekas)

v1.18.4

Compare Source

v1.18.3

Compare Source

v1.18.2

Compare Source

v1.18.1

Compare Source

v1.18.0

Compare Source

v1.17.6

Compare Source

v1.17.5

Compare Source

v1.17.4

Compare Source

v1.17.3

Compare Source

v1.17.2

Compare Source

v1.17.1

Compare Source

v1.17.0

Compare Source

v1.16.3

Compare Source

v1.16.2

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source

v1.15.4

Compare Source

v1.15.3

Compare Source

v1.15.2

Compare Source

v1.15.1

Compare Source

v1.15.0

Compare Source

v1.14.8

Compare Source

v1.14.7

Compare Source

v1.14.6

Compare Source

v1.14.5: Install metarecipes first

Compare Source

v1.14.4

Compare Source

v1.14.3

Compare Source

v1.14.2: Deprecate not-unpacking, fix unpacking

Compare Source

v1.14.1

Compare Source

v1.14.0: Unpack entries from require-dev

Compare Source

Fix #​654

v1.13.4

Compare Source

v1.13.3

Compare Source

v1.13.2

Compare Source

v1.13.1

Compare Source

v1.13.0: Improve management of UX packages

Compare Source

  • Require UX packages to have the "symfony-ux" keyword in their composer.json file
  • Copy peerDependencies to the root package.json
  • Deprecate symfony:generate-id as it's not used anymore
symfony/framework-bundle (symfony/framework-bundle)

v5.4.41

Compare Source

Changelog (symfony/framework-bundle@v5.4.40...v5.4.41)

v5.4.40

Compare Source

Changelog (symfony/framework-bundle@v5.4.39...v5.4.40)

v5.4.39

Compare Source

Changelog (symfony/framework-bundle@v5.4.38...v5.4.39)

v5.4.38

Compare Source

Changelog (symfony/framework-bundle@v5.4.37...v5.4.38)

v5.4.36

Compare Source

Changelog (symfony/framework-bundle@v5.4.35...v5.4.36)

v5.4.35

Compare Source

Changelog (symfony/framework-bundle@v5.4.34...v5.4.35)

v5.4.34

Compare Source

Changelog (symfony/framework-bundle@v5.4.33...v5.4.34)

v5.4.32

Compare Source

Changelog (symfony/framework-bundle@v5.4.31...v5.4.32)

v5.4.31

Compare Source

Changelog (symfony/framework-bundle@v5.4.30...v5.4.31)

  • no significant changes

v5.4.30

Compare Source

Changelog (symfony/framework-bundle@v5.4.29...v5.4.30)

  • no significant changes

v5.4.29

Compare Source

Changelog (symfony/framework-bundle@v5.4.28...v5.4.29)

v5.4.28

Compare Source

Changelog (symfony/framework-bundle@v5.4.27...v5.4.28)

v5.4.26

Compare Source

Changelog (symfony/framework-bundle@v5.4.25...v5.4.26)

v5.4.25

Compare Source

Changelog (symfony/framework-bundle@v5.4.24...v5.4.25)

v5.4.24

Compare Source

Changelog (symfony/framework-bundle@v5.4.23...v5.4.24)

v5.4.22

Compare Source

Changelog (symfony/framework-bundle@v5.4.21...v5.4.22)

  • bug #​49679 enable metadata cache when annotation is disabled (bastnic)
  • bug #​49843 Add missing monolog channel tag for messenger services (rmikalkenas)
  • bug #​49189 Improve documentation about translation:extract --sort option (marien-probesy

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title fix(deps): update symfony packages to v5.2.7 fix(deps): update symfony packages May 12, 2021
@renovate renovate bot force-pushed the renovate/symfony branch 5 times, most recently from 1111eb8 to aab2542 Compare May 19, 2021 12:40
@renovate renovate bot force-pushed the renovate/symfony branch 3 times, most recently from 8367fe0 to 046e1df Compare August 4, 2023 13:17
@renovate renovate bot force-pushed the renovate/symfony branch 3 times, most recently from 49ae5ee to ebca414 Compare October 29, 2023 01:43
@renovate renovate bot force-pushed the renovate/symfony branch 3 times, most recently from 641df36 to 4201123 Compare January 5, 2024 18:58
@renovate renovate bot force-pushed the renovate/symfony branch 2 times, most recently from bacfae6 to 41327dd Compare February 5, 2024 19:35
@renovate renovate bot force-pushed the renovate/symfony branch 2 times, most recently from 4eea2ac to 8674d42 Compare March 2, 2024 20:38
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

0 participants