darrynten / pslayers

PHP Imagick Layers
MIT License
56 stars 6 forks source link

Bump symfony/process from 4.1.6 to 4.2.0 #42

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps symfony/process from 4.1.6 to 4.2.0.

Changelog *Sourced from [symfony/process's changelog](https://github.com/symfony/process/blob/master/CHANGELOG.md).* > 4.2.0 > ----- > > * added the `Process::fromShellCommandline()` to run commands in a shell wrapper > * deprecated passing a command as string when creating a `Process` instance > * deprecated the `Process::setCommandline()` and the `PhpProcess::setPhpBinary()` methods > * added the `Process::waitUntil()` method to wait for the process only for a > specific output, then continue the normal execution of your application > > 4.1.0 > ----- > > * added the `Process::isTtySupported()` method that allows to check for TTY support > * made `PhpExecutableFinder` look for the `PHP_BINARY` env var when searching the php binary > * added the `ProcessSignaledException` class to properly catch signaled process errors > > 4.0.0 > ----- > > * environment variables will always be inherited > * added a second `array $env = array()` argument to the `start()`, `run()`, > `mustRun()`, and `restart()` methods of the `Process` class > * added a second `array $env = array()` argument to the `start()` method of the > `PhpProcess` class > * the `ProcessUtils::escapeArgument()` method has been removed > * the `areEnvironmentVariablesInherited()`, `getOptions()`, and `setOptions()` > methods of the `Process` class have been removed > * support for passing `proc_open()` options has been removed > * removed the `ProcessBuilder` class, use the `Process` class instead > * removed the `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of the `Process` class > * passing a not existing working directory to the constructor of the `Symfony\Component\Process\Process` class is not > supported anymore > > 3.4.0 > ----- > > * deprecated the ProcessBuilder class > * deprecated calling `Process::start()` without setting a valid working directory beforehand (via `setWorkingDirectory()` or constructor) > > 3.3.0 > ----- > > * added command line arrays in the `Process` class > * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods > * deprecated the `ProcessUtils::escapeArgument()` method > * deprecated not inheriting environment variables > * deprecated configuring `proc_open()` options > * deprecated configuring enhanced Windows compatibility > * deprecated configuring enhanced sigchild compatibility > > ... (truncated)
Commits - [`2b34100`](https://github.com/symfony/process/commit/2b341009ccec76837a7f46f59641b431e4d4c2b0) Merge branch '4.1' - [`471f6e2`](https://github.com/symfony/process/commit/471f6e24172366a97365baaae588ddaafbba9b20) Merge branch '3.4' into 4.1 - [`abb46b9`](https://github.com/symfony/process/commit/abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2) fix cs - [`3665ff1`](https://github.com/symfony/process/commit/3665ff1c2c82263a3c281219e13c8a9cea37cd9a) Merge branch '4.1' - [`85f5651`](https://github.com/symfony/process/commit/85f5651925d5ba8cae498e0b2f28bf43518a2d06) Merge branch '3.4' into 4.1 - [`4aa7abb`](https://github.com/symfony/process/commit/4aa7abb75a8fd3c54f0b88f8c8f08d56324ef1c7) Merge branch '2.8' into 3.4 - [`c3591a0`](https://github.com/symfony/process/commit/c3591a09c78639822b0b290d44edb69bf9f05dc8) Bump phpunit XSD version to 5.2 - [`a7965ee`](https://github.com/symfony/process/commit/a7965ee368b74325b8db9c119cb9c7547a6008a8) SCA: use 'yield from' where it does make sense - [`9e53cba`](https://github.com/symfony/process/commit/9e53cba51e5d714aed18888f13d7fe68b073e050) [Process] fix transient test - [`d1647d7`](https://github.com/symfony/process/commit/d1647d7cac04f68db4bc08de35d62eeee3322fa2) [Process] pass all output to the wait-until callback - Additional commits viewable in [compare view](https://github.com/symfony/process/compare/v4.1.6...v4.2.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.


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                dev      #42   +/-   ##
=========================================
  Coverage     93.32%   93.32%           
  Complexity      205      205           
=========================================
  Files            24       24           
  Lines           569      569           
=========================================
  Hits            531      531           
  Misses           38       38

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f5b799...3138523. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #45.