sindresorhus/execa
### [`v5.1.1`](https://togithub.com/sindresorhus/execa/releases/v5.1.1)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.1.0...v5.1.1)
- Fix error message when user passes a single array argument ([#468](https://togithub.com/sindresorhus/execa/issues/468)) [`2b9c0e1`](https://togithub.com/sindresorhus/execa/commit/2b9c0e1)
### [`v5.1.0`](https://togithub.com/sindresorhus/execa/releases/v5.1.0)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.0.1...v5.1.0)
- Add [`.escapedCommand`](https://togithub.com/sindresorhus/execa#escapedcommand) property to the results ([#466](https://togithub.com/sindresorhus/execa/issues/466)) [`712bafc`](https://togithub.com/sindresorhus/execa/commit/712bafc)
### [`v5.0.1`](https://togithub.com/sindresorhus/execa/releases/v5.0.1)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.0.0...v5.0.1)
- Fix `timeout` option validation ([#463](https://togithub.com/sindresorhus/execa/issues/463)) [`427c5c2`](https://togithub.com/sindresorhus/execa/commit/427c5c2)
### [`v5.0.0`](https://togithub.com/sindresorhus/execa/releases/v5.0.0)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.1.0...v5.0.0)
##### Breaking
- Remove faulty emulated ENOENT error on Windows ([#447](https://togithub.com/sindresorhus/execa/issues/447)) [`bdbd975`](https://togithub.com/sindresorhus/execa/commit/bdbd975)
This is only a breaking change if you depend on the exact error message.
##### Improvements
- Upgrade dependencies [`5d64878`](https://togithub.com/sindresorhus/execa/commit/5d64878)
### [`v4.1.0`](https://togithub.com/sindresorhus/execa/releases/v4.1.0)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.3...v4.1.0)
- Remove `--inspect` & `--inspect-brk` from `execArgv` ([#435](https://togithub.com/sindresorhus/execa/issues/435)) [`8fd3f64`](https://togithub.com/sindresorhus/execa/commit/8fd3f64)
### [`v4.0.3`](https://togithub.com/sindresorhus/execa/releases/v4.0.3)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.2...v4.0.3)
- Fix use of floating number for the `timeout` and `forceKillAfterTimeout` options ([#431](https://togithub.com/sindresorhus/execa/issues/431)) [`9a157b3`](https://togithub.com/sindresorhus/execa/commit/9a157b3)
### [`v4.0.2`](https://togithub.com/sindresorhus/execa/releases/v4.0.2)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.1...v4.0.2)
##### Bug fixes
- Fix with third-party promises (like `bluebird`) not working ([#427](https://togithub.com/sindresorhus/execa/issues/427))
### [`v4.0.1`](https://togithub.com/sindresorhus/execa/releases/v4.0.1)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.0...v4.0.1)
#### Bug fixes
- Fix checking for `Error` instances ([#423](https://togithub.com/sindresorhus/execa/issues/423))
### [`v4.0.0`](https://togithub.com/sindresorhus/execa/releases/v4.0.0)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v3.4.0...v4.0.0)
#### Breaking changes
- Require Node.js 10 ([`5a9c76f`](https://togithub.com/sindresorhus/execa/commit/5a9c76f))
- Add `stderr` and `stdout` to [`error.message`](https://togithub.com/sindresorhus/execa#message). A new property [`error.shortMessage`](https://togithub.com/sindresorhus/execa#shortmessage) is now available to retrieve the error message without `stderr` nor `stdout` ([#397](https://togithub.com/sindresorhus/execa/issues/397))
#### Bug fixes
- Fix `childProcess.kill()` not working with Electron ([#400](https://togithub.com/sindresorhus/execa/issues/400))
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 you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
3.4.0
->5.1.1
Release Notes
sindresorhus/execa
### [`v5.1.1`](https://togithub.com/sindresorhus/execa/releases/v5.1.1) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.1.0...v5.1.1) - Fix error message when user passes a single array argument ([#468](https://togithub.com/sindresorhus/execa/issues/468)) [`2b9c0e1`](https://togithub.com/sindresorhus/execa/commit/2b9c0e1) ### [`v5.1.0`](https://togithub.com/sindresorhus/execa/releases/v5.1.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.0.1...v5.1.0) - Add [`.escapedCommand`](https://togithub.com/sindresorhus/execa#escapedcommand) property to the results ([#466](https://togithub.com/sindresorhus/execa/issues/466)) [`712bafc`](https://togithub.com/sindresorhus/execa/commit/712bafc) ### [`v5.0.1`](https://togithub.com/sindresorhus/execa/releases/v5.0.1) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.0.0...v5.0.1) - Fix `timeout` option validation ([#463](https://togithub.com/sindresorhus/execa/issues/463)) [`427c5c2`](https://togithub.com/sindresorhus/execa/commit/427c5c2) ### [`v5.0.0`](https://togithub.com/sindresorhus/execa/releases/v5.0.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.1.0...v5.0.0) ##### Breaking - Remove faulty emulated ENOENT error on Windows ([#447](https://togithub.com/sindresorhus/execa/issues/447)) [`bdbd975`](https://togithub.com/sindresorhus/execa/commit/bdbd975) This is only a breaking change if you depend on the exact error message. ##### Improvements - Upgrade dependencies [`5d64878`](https://togithub.com/sindresorhus/execa/commit/5d64878) ### [`v4.1.0`](https://togithub.com/sindresorhus/execa/releases/v4.1.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.3...v4.1.0) - Remove `--inspect` & `--inspect-brk` from `execArgv` ([#435](https://togithub.com/sindresorhus/execa/issues/435)) [`8fd3f64`](https://togithub.com/sindresorhus/execa/commit/8fd3f64) ### [`v4.0.3`](https://togithub.com/sindresorhus/execa/releases/v4.0.3) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.2...v4.0.3) - Fix use of floating number for the `timeout` and `forceKillAfterTimeout` options ([#431](https://togithub.com/sindresorhus/execa/issues/431)) [`9a157b3`](https://togithub.com/sindresorhus/execa/commit/9a157b3) ### [`v4.0.2`](https://togithub.com/sindresorhus/execa/releases/v4.0.2) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.1...v4.0.2) ##### Bug fixes - Fix with third-party promises (like `bluebird`) not working ([#427](https://togithub.com/sindresorhus/execa/issues/427)) ### [`v4.0.1`](https://togithub.com/sindresorhus/execa/releases/v4.0.1) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.0...v4.0.1) #### Bug fixes - Fix checking for `Error` instances ([#423](https://togithub.com/sindresorhus/execa/issues/423)) ### [`v4.0.0`](https://togithub.com/sindresorhus/execa/releases/v4.0.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v3.4.0...v4.0.0) #### Breaking changes - Require Node.js 10 ([`5a9c76f`](https://togithub.com/sindresorhus/execa/commit/5a9c76f)) - Add `stderr` and `stdout` to [`error.message`](https://togithub.com/sindresorhus/execa#message). A new property [`error.shortMessage`](https://togithub.com/sindresorhus/execa#shortmessage) is now available to retrieve the error message without `stderr` nor `stdout` ([#397](https://togithub.com/sindresorhus/execa/issues/397)) #### Bug fixes - Fix `childProcess.kill()` not working with Electron ([#400](https://togithub.com/sindresorhus/execa/issues/400))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 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.