Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).*
> ## 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))
>
> ## v2.0.5
> ## Bug fixes
>
> - Make execa compatible with Node.js 13.0.0-pre ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370)) d268fd1
>
> https://github.com/sindresorhus/execa/compare/v2.0.4...v2.0.5
>
> ## v2.0.4
> ## Bug fixes
>
> - Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360)) 211febe
>
> https://github.com/sindresorhus/execa/compare/v2.0.3...v2.0.4
>
> ## v2.0.3
> ## Bug fixes
>
> - Add missing TypeScript definition for `all` ([#345](https://github-redirect.dependabot.com/sindresorhus/execa/issues/345))
>
> ## Documentation
>
> - Add tip on how to execute the current package's binary ([#339](https://github-redirect.dependabot.com/sindresorhus/execa/issues/339), [#340](https://github-redirect.dependabot.com/sindresorhus/execa/issues/340))
>
> ## v2.0.2
> # Bug fixes
>
> - Fix memory leak ([#321](https://github-redirect.dependabot.com/sindresorhus/execa/issues/321), [#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330))
> - Fix `result.all` not being constant across calls ([#327](https://github-redirect.dependabot.com/sindresorhus/execa/issues/327), [#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330))
>
> ## v2.0.1
> ## Bug fixes
>
> - Correctly set the `engines.node` field in `package.json`. Supported Node versions are either `^8.12.0` or `>=9.7.0` ([#319](https://github-redirect.dependabot.com/sindresorhus/execa/issues/319), [#323](https://github-redirect.dependabot.com/sindresorhus/execa/issues/323))
>
> ## Documentation
>
> - Improve the [`execa.command()`](https://github.com/sindresorhus/execa#execacommandcommand-options) documentation ([#317](https://github-redirect.dependabot.com/sindresorhus/execa/issues/317))
> ... (truncated)
Commits
- [`e98561a`](https://github.com/sindresorhus/execa/commit/e98561a71df16695f56700d7be406ec8fe41f0a3) 2.1.0
- [`c6a24ec`](https://github.com/sindresorhus/execa/commit/c6a24ec279c64fae72dafa30feea725c86c979dd) Add `error.originalMessage` property ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373))
- [`f9bd317`](https://github.com/sindresorhus/execa/commit/f9bd317a173601ff023e112db0d372e1739ce69d) Upgrade cross-spawn to 7.0.0 ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367))
- [`f620305`](https://github.com/sindresorhus/execa/commit/f62030536fe4e9634b1704eb56c874c3a855e3dd) Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364))
- [`7c19345`](https://github.com/sindresorhus/execa/commit/7c1934577558733570fb0fc21f9474b4c0e1bb8c) 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))
- [`48067c4`](https://github.com/sindresorhus/execa/commit/48067c436edc7139571abe820230fafa766b276f) Properly clean up child processes created during tests ([#349](https://github-redirect.dependabot.com/sindresorhus/execa/issues/349))
- [`603537a`](https://github.com/sindresorhus/execa/commit/603537aa05e933d0585645fbe4f94da3e20746d6) 2.0.5
- [`d268fd1`](https://github.com/sindresorhus/execa/commit/d268fd1dc7ec48bb0c1cfba4c16b75c1cb20143d) Make execa compatible with Node.js 13.0.0-pre ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370))
- [`ac2bc15`](https://github.com/sindresorhus/execa/commit/ac2bc15e1598317e4698eba5ba171927e4159655) 2.0.4
- [`211febe`](https://github.com/sindresorhus/execa/commit/211febee3fe03ef82f5a59c960d99be61a6e2ab1) Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360))
- Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v2.1.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 2.1.0.
Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).* > ## 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)) > > ## v2.0.5 > ## Bug fixes > > - Make execa compatible with Node.js 13.0.0-pre ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370)) d268fd1 > > https://github.com/sindresorhus/execa/compare/v2.0.4...v2.0.5 > > ## v2.0.4 > ## Bug fixes > > - Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360)) 211febe > > https://github.com/sindresorhus/execa/compare/v2.0.3...v2.0.4 > > ## v2.0.3 > ## Bug fixes > > - Add missing TypeScript definition for `all` ([#345](https://github-redirect.dependabot.com/sindresorhus/execa/issues/345)) > > ## Documentation > > - Add tip on how to execute the current package's binary ([#339](https://github-redirect.dependabot.com/sindresorhus/execa/issues/339), [#340](https://github-redirect.dependabot.com/sindresorhus/execa/issues/340)) > > ## v2.0.2 > # Bug fixes > > - Fix memory leak ([#321](https://github-redirect.dependabot.com/sindresorhus/execa/issues/321), [#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330)) > - Fix `result.all` not being constant across calls ([#327](https://github-redirect.dependabot.com/sindresorhus/execa/issues/327), [#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330)) > > ## v2.0.1 > ## Bug fixes > > - Correctly set the `engines.node` field in `package.json`. Supported Node versions are either `^8.12.0` or `>=9.7.0` ([#319](https://github-redirect.dependabot.com/sindresorhus/execa/issues/319), [#323](https://github-redirect.dependabot.com/sindresorhus/execa/issues/323)) > > ## Documentation > > - Improve the [`execa.command()`](https://github.com/sindresorhus/execa#execacommandcommand-options) documentation ([#317](https://github-redirect.dependabot.com/sindresorhus/execa/issues/317)) > ... (truncated)Commits
- [`e98561a`](https://github.com/sindresorhus/execa/commit/e98561a71df16695f56700d7be406ec8fe41f0a3) 2.1.0 - [`c6a24ec`](https://github.com/sindresorhus/execa/commit/c6a24ec279c64fae72dafa30feea725c86c979dd) Add `error.originalMessage` property ([#373](https://github-redirect.dependabot.com/sindresorhus/execa/issues/373)) - [`f9bd317`](https://github.com/sindresorhus/execa/commit/f9bd317a173601ff023e112db0d372e1739ce69d) Upgrade cross-spawn to 7.0.0 ([#367](https://github-redirect.dependabot.com/sindresorhus/execa/issues/367)) - [`f620305`](https://github.com/sindresorhus/execa/commit/f62030536fe4e9634b1704eb56c874c3a855e3dd) Document the reasons why the returned promise might fail ([#364](https://github-redirect.dependabot.com/sindresorhus/execa/issues/364)) - [`7c19345`](https://github.com/sindresorhus/execa/commit/7c1934577558733570fb0fc21f9474b4c0e1bb8c) 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)) - [`48067c4`](https://github.com/sindresorhus/execa/commit/48067c436edc7139571abe820230fafa766b276f) Properly clean up child processes created during tests ([#349](https://github-redirect.dependabot.com/sindresorhus/execa/issues/349)) - [`603537a`](https://github.com/sindresorhus/execa/commit/603537aa05e933d0585645fbe4f94da3e20746d6) 2.0.5 - [`d268fd1`](https://github.com/sindresorhus/execa/commit/d268fd1dc7ec48bb0c1cfba4c16b75c1cb20143d) Make execa compatible with Node.js 13.0.0-pre ([#370](https://github-redirect.dependabot.com/sindresorhus/execa/issues/370)) - [`ac2bc15`](https://github.com/sindresorhus/execa/commit/ac2bc15e1598317e4698eba5ba171927e4159655) 2.0.4 - [`211febe`](https://github.com/sindresorhus/execa/commit/211febee3fe03ef82f5a59c960d99be61a6e2ab1) Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v2.1.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)