Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).*
> ## v3.2.0
> ## Features
>
> - Add [`error.signalDescription`](https://github.com/sindresorhus/execa#signaldescription) which is a [human-friendly](https://github.com/ehmicky/human-signals) description of the signal that terminated the child process (if one did). That description is included in error messages as well. ([#378](https://github-redirect.dependabot.com/sindresorhus/execa/issues/378))
>
> ## v3.1.0
> ## Features
>
> - Add [`execPath` option](https://github.com/sindresorhus/execa#execpath) which allows changing the path to the Node.js executable to use in child processes. ([#377](https://github-redirect.dependabot.com/sindresorhus/execa/issues/377))
>
> ## v3.0.0
> ## Breaking changes
>
> - When the [`buffer` option](https://github.com/sindresorhus/execa/blob/master/readme.md#buffer) is `false` and [`stdout`](https://github.com/sindresorhus/execa/blob/master/readme.md#stdout) and [`stderr`](https://github.com/sindresorhus/execa/blob/master/readme.md#stderr) are [piped](https://nodejs.org/api/child_process.html#child_process_options_stdio), [the promise returned](https://github.com/sindresorhus/execa/blob/master/readme.md#execafile-arguments-options) by `execa()` will resolve only after those streams are fully read. This also applies to the [`all`](https://github.com/sindresorhus/execa/blob/master/readme.md#all) property if the [`all` option](https://github.com/sindresorhus/execa/blob/master/readme.md#all-1) is `true`. This concerns you only if you've explicitly set the `buffer` option to `false`. ([#353](https://github-redirect.dependabot.com/sindresorhus/execa/issues/353))
> - The [`all`](https://github.com/sindresorhus/execa/blob/master/readme.md#all) property is now `undefined` unless the [`all` option](https://github.com/sindresorhus/execa/blob/master/readme.md#all-1) is set to `true`. ([#353](https://github-redirect.dependabot.com/sindresorhus/execa/issues/353))
> - [`error.exitCodeName`](https://github.com/sindresorhus/execa/blob/master/readme.md#childprocessresult) has been removed. ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375))
> - Fix [`error.exitCode`](https://github.com/sindresorhus/execa/blob/master/readme.md#exitcode). Its value was previously based on [`error.errno`](https://nodejs.org/api/errors.html#errors_error_errno) which is incorrect. ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375))
>
> ## Features
>
> - Do not remove [`error.code` property](https://nodejs.org/api/errors.html#errors_error_code_1) when it is defined ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375))
> - Improve error messages ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375))
> - Add [`error.originalMessage` property](https://github.com/sindresorhus/execa/blob/master/readme.md#originalmessage) ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373))
>
> ## Bug fixes
>
> - Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360))
> - Make execa compatible with Node.js `13.0.0-pre` ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370))
>
> ## Dependencies
>
> - Upgrade `npm-run-path` from `3.0.0` to `4.0.0` ([#376](https://github-redirect.dependabot.com/sindresorhus/execa/issues/376))
> - Upgrade `cross-spawn` to `7.0.0` ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367))
>
> ## Documentation
>
> - Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364))
>
> ## v2.1.0
> ### Features
>
> - Add [`error.originalMessage`](https://github.com/sindresorhus/execa#originalmessage) property ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373))
>
> ### Documentation
>
> - Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364))
>
> ### Dependencies
>
> - Upgrade cross-spawn to `7.0.0` ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367))
> ... (truncated)
Commits
- [`e003f9c`](https://github.com/sindresorhus/execa/commit/e003f9cde906d6095e176042147c31ececc02881) 3.2.0
- [`d8cb08f`](https://github.com/sindresorhus/execa/commit/d8cb08f7d80591c49b4d758148dac58d3d775a31) Add `error.signalDescription` ([#378](https://github-redirect.dependabot.com/sindresorhus/execa/issues/378))
- [`1ac56ea`](https://github.com/sindresorhus/execa/commit/1ac56eac5f6e993fd2a2a3ad308fd5c18deb25a9) Rename internal variables ([#379](https://github-redirect.dependabot.com/sindresorhus/execa/issues/379))
- [`cf32d16`](https://github.com/sindresorhus/execa/commit/cf32d160bc5838193b7814313098bf74615acc3e) 3.1.0
- [`ff25ab0`](https://github.com/sindresorhus/execa/commit/ff25ab06cc83da47231f1b9423593a8d43ad646a) Add `execPath` option ([#377](https://github-redirect.dependabot.com/sindresorhus/execa/issues/377))
- [`88dbeee`](https://github.com/sindresorhus/execa/commit/88dbeeeb5fca2c92b59ffebcb30f09db924f39df) 3.0.0
- [`c1b511b`](https://github.com/sindresorhus/execa/commit/c1b511b696a20c1a1aa1ca046e0f26972c438048) Fix error properties ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375))
- [`39c1968`](https://github.com/sindresorhus/execa/commit/39c1968b1962e57b0ef173638046104a2c1fb024) Upgrade `npm-run-path` from 3.0.0 to 4.0.0 ([#376](https://github-redirect.dependabot.com/sindresorhus/execa/issues/376))
- [`07d2b76`](https://github.com/sindresorhus/execa/commit/07d2b76a32566d147c5ee44fd617e68a0e4f231e) Add `error.originalMessage` property ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373))
- [`492dff4`](https://github.com/sindresorhus/execa/commit/492dff4a501bed061dd1a695e6129336c13691e4) Make execa compatible with Node.js 13.0.0-pre ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370))
- Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v3.2.0)
Maintainer changes
This version was pushed to npm by [ehmicky](https://www.npmjs.com/~ehmicky), a new releaser for execa since your current version.
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps execa from 1.0.0 to 3.2.0.
Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).* > ## v3.2.0 > ## Features > > - Add [`error.signalDescription`](https://github.com/sindresorhus/execa#signaldescription) which is a [human-friendly](https://github.com/ehmicky/human-signals) description of the signal that terminated the child process (if one did). That description is included in error messages as well. ([#378](https://github-redirect.dependabot.com/sindresorhus/execa/issues/378)) > > ## v3.1.0 > ## Features > > - Add [`execPath` option](https://github.com/sindresorhus/execa#execpath) which allows changing the path to the Node.js executable to use in child processes. ([#377](https://github-redirect.dependabot.com/sindresorhus/execa/issues/377)) > > ## v3.0.0 > ## Breaking changes > > - When the [`buffer` option](https://github.com/sindresorhus/execa/blob/master/readme.md#buffer) is `false` and [`stdout`](https://github.com/sindresorhus/execa/blob/master/readme.md#stdout) and [`stderr`](https://github.com/sindresorhus/execa/blob/master/readme.md#stderr) are [piped](https://nodejs.org/api/child_process.html#child_process_options_stdio), [the promise returned](https://github.com/sindresorhus/execa/blob/master/readme.md#execafile-arguments-options) by `execa()` will resolve only after those streams are fully read. This also applies to the [`all`](https://github.com/sindresorhus/execa/blob/master/readme.md#all) property if the [`all` option](https://github.com/sindresorhus/execa/blob/master/readme.md#all-1) is `true`. This concerns you only if you've explicitly set the `buffer` option to `false`. ([#353](https://github-redirect.dependabot.com/sindresorhus/execa/issues/353)) > - The [`all`](https://github.com/sindresorhus/execa/blob/master/readme.md#all) property is now `undefined` unless the [`all` option](https://github.com/sindresorhus/execa/blob/master/readme.md#all-1) is set to `true`. ([#353](https://github-redirect.dependabot.com/sindresorhus/execa/issues/353)) > - [`error.exitCodeName`](https://github.com/sindresorhus/execa/blob/master/readme.md#childprocessresult) has been removed. ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375)) > - Fix [`error.exitCode`](https://github.com/sindresorhus/execa/blob/master/readme.md#exitcode). Its value was previously based on [`error.errno`](https://nodejs.org/api/errors.html#errors_error_errno) which is incorrect. ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375)) > > ## Features > > - Do not remove [`error.code` property](https://nodejs.org/api/errors.html#errors_error_code_1) when it is defined ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375)) > - Improve error messages ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375)) > - Add [`error.originalMessage` property](https://github.com/sindresorhus/execa/blob/master/readme.md#originalmessage) ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373)) > > ## Bug fixes > > - Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360)) > - Make execa compatible with Node.js `13.0.0-pre` ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370)) > > ## Dependencies > > - Upgrade `npm-run-path` from `3.0.0` to `4.0.0` ([#376](https://github-redirect.dependabot.com/sindresorhus/execa/issues/376)) > - Upgrade `cross-spawn` to `7.0.0` ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367)) > > ## Documentation > > - Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364)) > > ## v2.1.0 > ### Features > > - Add [`error.originalMessage`](https://github.com/sindresorhus/execa#originalmessage) property ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373)) > > ### Documentation > > - Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364)) > > ### Dependencies > > - Upgrade cross-spawn to `7.0.0` ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367)) > ... (truncated)Commits
- [`e003f9c`](https://github.com/sindresorhus/execa/commit/e003f9cde906d6095e176042147c31ececc02881) 3.2.0 - [`d8cb08f`](https://github.com/sindresorhus/execa/commit/d8cb08f7d80591c49b4d758148dac58d3d775a31) Add `error.signalDescription` ([#378](https://github-redirect.dependabot.com/sindresorhus/execa/issues/378)) - [`1ac56ea`](https://github.com/sindresorhus/execa/commit/1ac56eac5f6e993fd2a2a3ad308fd5c18deb25a9) Rename internal variables ([#379](https://github-redirect.dependabot.com/sindresorhus/execa/issues/379)) - [`cf32d16`](https://github.com/sindresorhus/execa/commit/cf32d160bc5838193b7814313098bf74615acc3e) 3.1.0 - [`ff25ab0`](https://github.com/sindresorhus/execa/commit/ff25ab06cc83da47231f1b9423593a8d43ad646a) Add `execPath` option ([#377](https://github-redirect.dependabot.com/sindresorhus/execa/issues/377)) - [`88dbeee`](https://github.com/sindresorhus/execa/commit/88dbeeeb5fca2c92b59ffebcb30f09db924f39df) 3.0.0 - [`c1b511b`](https://github.com/sindresorhus/execa/commit/c1b511b696a20c1a1aa1ca046e0f26972c438048) Fix error properties ([#375](https://github-redirect.dependabot.com/sindresorhus/execa/issues/375)) - [`39c1968`](https://github.com/sindresorhus/execa/commit/39c1968b1962e57b0ef173638046104a2c1fb024) Upgrade `npm-run-path` from 3.0.0 to 4.0.0 ([#376](https://github-redirect.dependabot.com/sindresorhus/execa/issues/376)) - [`07d2b76`](https://github.com/sindresorhus/execa/commit/07d2b76a32566d147c5ee44fd617e68a0e4f231e) Add `error.originalMessage` property ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373)) - [`492dff4`](https://github.com/sindresorhus/execa/commit/492dff4a501bed061dd1a695e6129336c13691e4) Make execa compatible with Node.js 13.0.0-pre ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v3.2.0)Maintainer changes
This version was pushed to npm by [ehmicky](https://www.npmjs.com/~ehmicky), a new releaser for execa since your current version.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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)