This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
chore(deps): update dependency execa to version 4.1.0 🌟 #75
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.0
->4.1.0
Release Notes
sindresorhus/execa
v4.1.0
Compare Source
--inspect
&--inspect-brk
fromexecArgv
(#435)8fd3f64
v4.0.3
Compare Source
timeout
andforceKillAfterTimeout
options (#431)9a157b3
v4.0.2
Compare Source
Bug fixes
bluebird
) not working (#427)v4.0.1
Compare Source
Bug fixes
Error
instances (#423)v4.0.0
Compare Source
Breaking changes
5a9c76f
)stderr
andstdout
toerror.message
. A new propertyerror.shortMessage
is now available to retrieve the error message withoutstderr
norstdout
(#397)Bug fixes
childProcess.kill()
not working with Electron (#400)v3.4.0
Compare Source
Features
serialization
option. That option was added tochild_process
methods in Node.js13.2.0
. (#392)v3.3.0
Compare Source
Features
windowsHide
option (#388). The option still defaults totrue
. However previously it could not be set tofalse
.Documentation
Thanks @justsml for helping improving the documentation!
v3.2.0
Compare Source
Features
error.signalDescription
which is a human-friendly description of the signal that terminated the child process (if one did). That description is included in error messages as well. (#378)v3.1.0
Compare Source
Features
execPath
option which allows changing the path to the Node.js executable to use in child processes. (#377)v3.0.0
Compare Source
Breaking changes
buffer
option isfalse
andstdout
andstderr
are piped, the promise returned byexeca()
will resolve only after those streams are fully read. This also applies to theall
property if theall
option istrue
. This concerns you only if you've explicitly set thebuffer
option tofalse
. (#353)all
property is nowundefined
unless theall
option is set totrue
. (#353)error.exitCodeName
has been removed. (#375)error.exitCode
. Its value was previously based onerror.errno
which is incorrect. (#375)Features
error.code
property when it is defined (#375)error.originalMessage
property (#373)Bug fixes
detached: true
orcleanup: false
is used (#360)13.0.0-pre
(#370)Dependencies
npm-run-path
from3.0.0
to4.0.0
(#376)cross-spawn
to7.0.0
(#367)Documentation
Configuration
📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.