ItinerisLtd / wordpress-packager

Generates itinerisltd/wordpress composer package
MIT License
0 stars 1 forks source link

build(deps): bump symfony/console from 4.3.8 to 4.4.0 #213

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps symfony/console from 4.3.8 to 4.4.0.

Changelog *Sourced from [symfony/console's changelog](https://github.com/symfony/console/blob/master/CHANGELOG.md).* > 4.4.0 > ----- > > * deprecated finding hidden commands using an abbreviation, use the full name instead > * added `Question::setTrimmable` default to true to allow the answer to be trimmed > * added method `minSecondsBetweenRedraws()` and `maxSecondsBetweenRedraws()` on `ProgressBar` > * `Application` implements `ResetInterface` > * marked all dispatched event classes as `@final` > * added support for displaying table horizontally > * deprecated returning `null` from `Command::execute()`, return `0` instead > * Deprecated the `Application::renderException()` and `Application::doRenderException()` methods, > use `renderThrowable()` and `doRenderThrowable()` instead. > * added support for the `NO_COLOR` env var (https://no-color.org/) > > 4.3.0 > ----- > > * added support for hyperlinks > * added `ProgressBar::iterate()` method that simplify updating the progress bar when iterating > * added `Question::setAutocompleterCallback()` to provide a callback function > that dynamically generates suggestions as the user types > > 4.2.0 > ----- > > * allowed passing commands as `[$process, 'ENV_VAR' => 'value']` to > `ProcessHelper::run()` to pass environment variables > * deprecated passing a command as a string to `ProcessHelper::run()`, > pass it the command as an array of its arguments instead > * made the `ProcessHelper` class final > * added `WrappableOutputFormatterInterface::formatAndWrap()` (implemented in `OutputFormatter`) > * added `capture_stderr_separately` option to `CommandTester::execute()` > > 4.1.0 > ----- > > * added option to run suggested command if command is not found and only 1 alternative is available > * added option to modify console output and print multiple modifiable sections > * added support for iterable messages in output `write` and `writeln` methods > > 4.0.0 > ----- > > * `OutputFormatter` throws an exception when unknown options are used > * removed `QuestionHelper::setInputStream()/getInputStream()` > * removed `Application::getTerminalWidth()/getTerminalHeight()` and > `Application::setTerminalDimensions()/getTerminalDimensions()` > * removed `ConsoleExceptionEvent` > * removed `ConsoleEvents::EXCEPTION` > > ... (truncated)
Commits - [`35d9077`](https://github.com/symfony/console/commit/35d9077f495c6d184d9930f7a7ecbd1ad13c7ab8) Merge branch '4.3' into 4.4 - [`f78ddec`](https://github.com/symfony/console/commit/f78ddec3953c759e13915ffdae1b32dc78ffc974) [HttpKernel] make ExceptionEvent able to propagate any throwable - [`60963fc`](https://github.com/symfony/console/commit/60963fc30fb3347774238083c47fb0b4d1bce832) Add support for NO_COLOR env var - [`7489726`](https://github.com/symfony/console/commit/7489726d9c66aa5673e1bc14aa21e3624e668abc) Deprecate things that prevent \Throwable from bubbling down - [`eb1af76`](https://github.com/symfony/console/commit/eb1af765e73ed0d24d395770a52a0e91cf0b1954) Merge branch '4.3' into 4.4 - [`95bdb90`](https://github.com/symfony/console/commit/95bdb90483c07602c12505dfe8581f3acbbb1305) feature [#33732](https://github-redirect.dependabot.com/symfony/console/issues/33732) [Console] Rename some methods related to redraw frequency (jav... - [`73020f9`](https://github.com/symfony/console/commit/73020f90250d51488af43b5e0b0356245bb50392) [Console] Rename some methods related to redraw frequency - [`da3678e`](https://github.com/symfony/console/commit/da3678e12c62d479777653e44653bf4e923fe7c2) Merge branch '4.3' into 4.4 - [`0bda9cc`](https://github.com/symfony/console/commit/0bda9cc376c7942affcce06d807e7adafb902691) Merge branch '4.3' into 4.4 - [`3dc050a`](https://github.com/symfony/console/commit/3dc050a9adab0081c8cd76c1b3274ed6d7b21a03) Add .gitignore to .gitattributes - Additional commits viewable in [compare view](https://github.com/symfony/console/compare/v4.3.8...v4.4.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)