Closed greenkeeper[bot] closed 2 years ago
Update to this version instead π
The new version differs by 6 commits.
b019895
0.9.0
8fb8b6d
Increase delay of detached child process (#120)
ff76235
Turn off echo on Windows - fixes #116 (#118)
5f890ab
Detached child process should not kill child - fixes #115 (#117)
79a496a
Document windowsVerbatimArguments option (#114)
d31cc91
Enhance error object in sync methods - fixes #98 (#107)
See the full diff
Update to this version instead π
The new version differs by 9 commits.
20ab0a1
0.11.0
8bea281
Remove deprecated .spawn()
method
ff2f4b8
Update get-stream
dependency
50384aa
Add buffer
option to be able to disable buffering (#133)
d1f20ec
Bump nyc to 13.x (#148)
49518e1
Require Node.js 6
7488ce9
Fix XO linting (#141)
7e4d44c
Fix typo in test description (#137)
845de7d
Add Patreon badge
See the full diff
devDependency
execa was updated from 0.7.0
to 2.0.0
.Update to this version instead π
Thanks to @GMartigny, @BendingBender, @tomsotte, @ammarbinfaisal, @zokker13, @stroncium, @satyarohith, @bradfordlemley, @coreyfarrell, @brandon93s, @dtinth, @papb for the great features and bug fixes they've contributed!
Please check the Medium article about this release!
execa.shell()
and execa.shellSync()
. The shell
option should be used instead. (#219)execa.stdout()
and execa.stderr()
. childProcessResult.stdout
and childProcessResult.stderr
should be used instead (#234)error.code
(number
or string
) in favor of error.exitCode
(number
) and error.exitCodeName
(string
) (#187, #250)stripeEof
option to stripFinalNewline
(f8397ba9, 4d0dc88a, #238)cmd
(in childProcessResult
and error
) to command
(#194)preferLocal
option to false
. If you are executing locally installed binaries, you'll need to manually specify preferLocal: true
(#314)windowsHide
option is always true
, so that no window pops up on Windows. (8c886452)error.signal
is now undefined
instead of null
when no signal was used (#193)error.killed
to false
when child process timed out (#227)error.killed
always boolean (not undefined
) (#229, #248)error.stdout
and error.stderr
are now an empty string (instead of null
) when the command failed. (#246)execa.command()
and execa.commandSync()
. Those are the same as execa()
except both file and arguments are specified in a single string. For example, execa('echo', ['unicorns'])
is the same as execa.command('echo unicorns')
(#182, #261, #262, #278, #279, #282)childProcess.all
and childProcessResult.all
(#171, #264)execa.node()
which (like child_process.fork()
) allows you to execute a Node.js script as a child process (#200, #297, #299, #302, #303, #305, #306).childProcess.kill()
does not terminate a child process after 5 seconds, force it by sending SIGKILL
. This can be configured using the forceKillAfterTimeout
option. (#208, #272, #273, #280, #284, #285)childProcess.cancel()
and error.isCanceled
(#189, f24e7c72, #226, #309)error.stdout
, error.stderr
and error.all
now contain the data that was sent before the child process exit. (#271)error.message
on child process failure (#180, #223, #230, #245, #269).finally()
to the child process promise (#174, 65139849)maxBuffer
option default value from 10 MB
to 100 MB
(#286)timeout
option not working as expected (#199)error.timedOut
not working with execa.sync()
(#249)maxBuffer
errors not using the same shape as the other errors (#266)extendEnd
option not working with shell
option (#184)stripFinalNewline
option not applied on error properties (#240)/q
parameter not added when using cmd
instead of cmd.exe
(#203)input
option with a non-executable file (#212, #258)stdio
option cannot be used together with stdin: 0
(#301).The new version differs by 125 commits.
ec10a4c
2.0.0
2752f49
Fix linting
eb22ff7
Change default value of the preferLocal
option to false
(#314)
4dd258d
Separate error creation logic into its own file (#311)
8af8c96
Improve/refactor .cancel()
(#309)
4503764
Simplify code related to context
(#310)
c2787e5
Separate cleanup
into its own function (#308)
a9fa13f
Rename variables in stdio
file (#306)
85a54d5
Separate cleanup
option handling into its own function (#307)
b979534
Rename nodeArguments
to nodeOptions
(#299)
825f8a7
Refactor stdio
option for execa.node()
(#303)
2c65870
Do not allow stdin: 0
combined with stdio
(#301)
03d7be2
Refactor entry point of execa.node()
(#305)
0d4a97a
Fix functions coding style (#296)
ab83d8d
Simplify tests for stdio (#300)
There are 125 commits in total.
See the full diff
devDependency
execa was updated from 0.7.0
to 2.0.1
.devDependency
execa was updated from 0.7.0
to 2.0.2
.devDependency
execa was updated from 0.7.0
to 2.0.3
.devDependency
execa was updated from 0.7.0
to 2.0.4
.devDependency
execa was updated from 0.7.0
to 2.0.5
.devDependency
execa was updated from 0.7.0
to 2.1.0
.devDependency
execa was updated from 0.7.0
to 3.0.0
.devDependency
execa was updated from 0.7.0
to 3.1.0
.devDependency
execa was updated from 0.7.0
to 3.2.0
.devDependency
execa was updated from 0.7.0
to 3.3.0
.devDependency
execa was updated from 0.7.0
to 3.4.0
.devDependency
execa was updated from 0.7.0
to 4.0.0
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
execa was updated from 0.7.0
to 4.0.1
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
execa was updated from 0.7.0
to 4.0.2
.
Version 0.8.0 of execa just got published.
The version 0.8.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of execa. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 4 commits.
dc7e21b
0.8.0
5bab08b
Do not buffer when streams are used - fixes #84 (#95)
afa9700
Fix extending from process.env when no env option is provided - fixes #101 (#102)
f071546
Fix test flakiness on Windows
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: