-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): update dependency execa to v4 (next) #2363
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Because opn was renamed to open.
* feat(server): add stdin for api * test(stdin): switch to async await tests for stdin * test(cli): use await timer
* feat(server): made user callback async, remove cli listen redundancy * test(server): added server listen method async callback tests * test(server): create options object using spread operator * chore(server): fix comment spelling
Codecov Report
@@ Coverage Diff @@
## next #2363 +/- ##
=======================================
Coverage 93.77% 93.77%
=======================================
Files 36 36
Lines 1318 1318
Branches 371 371
=======================================
Hits 1236 1236
Misses 81 81
Partials 1 1 Continue to review full report at Codecov.
|
7b1da1b
to
59c284e
Compare
59c284e
to
598e2cb
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
Autoclosing SkippedThis PR has been flagged for autoclosing, however it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
^2.0.3
->^4.0.0
Release Notes
sindresorhus/execa
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
v2.1.0
Compare Source
Features
error.originalMessage
property (#373)Documentation
Dependencies
7.0.0
(#367)v2.0.5
Compare Source
Bug fixes
d268fd1
v2.0.4
Compare Source
Bug fixes
detached: true
orcleanup: false
is used (#360)211febe
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.