ItinerisLtd / wordpress-packager

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

build(deps): bump symfony/console from 4.4.0 to 4.4.1 #229

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps symfony/console from 4.4.0 to 4.4.1.

Changelog *Sourced from [symfony/console's changelog](https://github.com/symfony/console/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.0.0 > ----- > > * removed support for finding hidden commands using an abbreviation, use the full name instead > * removed `TableStyle::setCrossingChar()` method in favor of `TableStyle::setDefaultCrossingChar()` > * removed `TableStyle::setHorizontalBorderChar()` method in favor of `TableStyle::setDefaultCrossingChars()` > * removed `TableStyle::getHorizontalBorderChar()` method in favor of `TableStyle::getBorderChars()` > * removed `TableStyle::setVerticalBorderChar()` method in favor of `TableStyle::setVerticalBorderChars()` > * removed `TableStyle::getVerticalBorderChar()` method in favor of `TableStyle::getBorderChars()` > * removed support for returning `null` from `Command::execute()`, return `0` instead > * `ProcessHelper::run()` accepts only `array|Symfony\Component\Process\Process` for its `command` argument > * `Application::setDispatcher` accepts only `Symfony\Contracts\EventDispatcher\EventDispatcherInterface` > for its `dispatcher` argument > * renamed `Application::renderException()` and `Application::doRenderException()` > to `renderThrowable()` and `doRenderThrowable()` respectively.
Commits - [`f0aea3d`](https://github.com/symfony/console/commit/f0aea3df20d15635b3cb9730ca5eea1c65b7f201) Merge branch '4.3' into 4.4 - [`92e3577`](https://github.com/symfony/console/commit/92e3577f4310553c83e362db25cc73f9673217de) Merge branch '3.4' into 4.3 - [`1ee23b3`](https://github.com/symfony/console/commit/1ee23b3b659b06c622f2bd2492a229e416eb4586) [Console] fix typos - [`e9de247`](https://github.com/symfony/console/commit/e9de247cc134c533c807bdf76b8a729713bf4e19) [Console] fix tests - [`7402112`](https://github.com/symfony/console/commit/7402112e8a57754bc24cc564e56d713fdb1cc543) Merge branch '4.3' into 4.4 - [`4374e12`](https://github.com/symfony/console/commit/4374e12b34c862b4a9fabb1aa71697fc6fa5d7b2) Merge branch '3.4' into 4.3 - [`f725f75`](https://github.com/symfony/console/commit/f725f7514efbd27850f9535c84defd12947a0439) [Console] Fix autocomplete multibyte input support - [`fde1e68`](https://github.com/symfony/console/commit/fde1e68df6bef9083883b061ba0019ba8b71e801) Merge branch '4.3' into 4.4 - [`066eb13`](https://github.com/symfony/console/commit/066eb135273a213a9031d1b8b36e4cd79ff6bc19) Merge branch '3.4' into 4.3 - [`e9e79f3`](https://github.com/symfony/console/commit/e9e79f35d6207b0a585f2d2dde963a8086f0707d) [Console] Fix commands description with numeric namespaces - Additional commits viewable in [compare view](https://github.com/symfony/console/compare/v4.4.0...v4.4.1)


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)