Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).*
> ## 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))
Commits
- [`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))
- [`a5bce3a`](https://github.com/sindresorhus/execa/commit/a5bce3a6fc2b3f4ba39a069f0564d1dee403d9b3) Upgrade cross-spawn to 7.0.0 ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367))
- [`a811489`](https://github.com/sindresorhus/execa/commit/a8114891992d601488afcb52ae1a17898c0159eb) Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364))
- [`c3526cd`](https://github.com/sindresorhus/execa/commit/c3526cde2020f07d78ed603187e75853f2bb17c7) Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360))
- [`56b749d`](https://github.com/sindresorhus/execa/commit/56b749dc3cafa176c0553f369e6b1a031214b2b7) Add `all` option ([#353](https://github-redirect.dependabot.com/sindresorhus/execa/issues/353))
- [`bfef2c2`](https://github.com/sindresorhus/execa/commit/bfef2c2c4311ae0849b15e036213009f0ab62843) Revert "Add a sentence about job search ([#293](https://github-redirect.dependabot.com/sindresorhus/execa/issues/293))" ([#352](https://github-redirect.dependabot.com/sindresorhus/execa/issues/352))
- Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v2.1.0...v3.0.0)
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 2.1.0 to 3.0.0.
Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).* > ## 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))Commits
- [`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)) - [`a5bce3a`](https://github.com/sindresorhus/execa/commit/a5bce3a6fc2b3f4ba39a069f0564d1dee403d9b3) Upgrade cross-spawn to 7.0.0 ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367)) - [`a811489`](https://github.com/sindresorhus/execa/commit/a8114891992d601488afcb52ae1a17898c0159eb) Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364)) - [`c3526cd`](https://github.com/sindresorhus/execa/commit/c3526cde2020f07d78ed603187e75853f2bb17c7) Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360)) - [`56b749d`](https://github.com/sindresorhus/execa/commit/56b749dc3cafa176c0553f369e6b1a031214b2b7) Add `all` option ([#353](https://github-redirect.dependabot.com/sindresorhus/execa/issues/353)) - [`bfef2c2`](https://github.com/sindresorhus/execa/commit/bfef2c2c4311ae0849b15e036213009f0ab62843) Revert "Add a sentence about job search ([#293](https://github-redirect.dependabot.com/sindresorhus/execa/issues/293))" ([#352](https://github-redirect.dependabot.com/sindresorhus/execa/issues/352)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v2.1.0...v3.0.0)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)