Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update symfony packages#26

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrenovate/symfony

Conversation

renovate[bot]
Copy link

@renovaterenovatebot commentedMay 1, 2021
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
symfony/console (source)5.2.6 ->5.4.47ageadoptionpassingconfidence
symfony/dotenv (source)5.2.5 ->5.4.48ageadoptionpassingconfidence
symfony/framework-bundle (source)5.2.6 ->5.4.45ageadoptionpassingconfidence
symfony/yaml (source)5.2.5 ->5.4.45ageadoptionpassingconfidence

Release Notes

symfony/console (symfony/console)

v5.4.47

Compare Source

Changelog (symfony/console@v5.4.46...v5.4.47)

  • no significant changes

v5.4.46

Compare Source

Changelog (symfony/console@v5.4.45...v5.4.46)

v5.4.45

Compare Source

Changelog (symfony/console@v5.4.44...v5.4.45)

v5.4.44

Compare Source

Changelog (symfony/console@v5.4.43...v5.4.44)

  • no significant changes

v5.4.43

Compare Source

Changelog (symfony/console@v5.4.42...v5.4.43)

v5.4.42

Compare Source

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

  • bugsymfony/symfony#57815 [Console][PhpUnitBridge][VarDumper] FixNO_COLOR empty value handling (@​alexandre-daubois)

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 consoleProgressBar::override() after manualProgressBar::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 FixHelper::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

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

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

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

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

  • 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#​42009 Fix save correct name in setDefaultCommand() for PHP8 (a1812)
  • bug#​41966 Revert "bug#​41952 fix handling positional arguments" (chalasr, nicolas-grekas)
  • bug#​41952 fix handling positional arguments (nicolas-grekas)

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

Compare Source

Changelog (symfony/dotenv@v5.4.47...v5.4.48)

v5.4.45

Compare Source

Changelog (symfony/dotenv@v5.4.44...v5.4.45)

v5.4.44

Compare Source

Changelog (symfony/dotenv@v5.4.43...v5.4.44)

v5.4.42

Compare Source

Changelog (symfony/dotenv@v5.4.41...v5.4.42)

  • no significant changes

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)

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/framework-bundle (symfony/framework-bundle)

v5.4.45

Compare Source

Changelog (symfony/framework-bundle@v5.4.44...v5.4.45)

v5.4.44

Compare Source

Changelog (symfony/framework-bundle@v5.4.43...v5.4.44)

v5.4.42

Compare Source

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

  • no significant changes

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-probesys)
  • bug#​49745 Fix wiring session.handler when handler_id is null (nicolas-grekas)
  • bug#​49682 Workflow - Fix LogicException about a wrong configuration of "enabled" node (adpauly)
  • bug#​49674 Rename limiter’sstrategy topolicy in XSD (MatTheCat)

v5.4.21

Compare Source

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

  • bug#​49493 Fix denyAccessUnlessGranted for mixed attributes (delbertooo)
  • bug#​47946 Fix checkboxes check assertions (MatTheCat)

v5.4.19

Compare Source

Changelog (symfony/framework-bundle@v5.4.18...v5.4.19)

  • bug#​48943 Fix deprecation when accessing a "container.private" service from the test container (nicolas-grekas)
  • bug#​48916 restore call to addGlobalIgnoredName (alexislefebvre)

v5.4.17

Compare Source


Configuration

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

🚦Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot changed the titlefix(deps): update symfony packages to v5.2.7fix(deps): update symfony packagesMay 12, 2021
@renovaterenovatebotforce-pushed therenovate/symfony branch 5 times, most recently from1111eb8 toaab2542CompareMay 19, 2021 12:40
@renovaterenovatebotforce-pushed therenovate/symfony branch 3 times, most recently from8367fe0 to046e1dfCompareAugust 4, 2023 13:17
@renovaterenovatebotforce-pushed therenovate/symfony branch 3 times, most recently from49ae5ee toebca414CompareOctober 29, 2023 01:43
@renovaterenovatebotforce-pushed therenovate/symfony branch 3 times, most recently from641df36 to4201123CompareJanuary 5, 2024 18:58
@renovaterenovatebotforce-pushed therenovate/symfony branch 2 times, most recently frombacfae6 to41327ddCompareFebruary 5, 2024 19:35
@renovaterenovatebotforce-pushed therenovate/symfony branch 2 times, most recently from4eea2ac to8674d42CompareMarch 2, 2024 20:38
@renovaterenovatebotforce-pushed therenovate/symfony branch 2 times, most recently from9da7f57 to6bc6001CompareAugust 2, 2024 15:09
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp