Updates the requirements on execa to permit the latest version.
Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).*
> ## 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))
Commits
- [`0cdc62c`](https://github.com/sindresorhus/execa/commit/0cdc62cbdc9ad7879316363dce9b17ce1e6239c9) 2.0.3
- [`aa070b8`](https://github.com/sindresorhus/execa/commit/aa070b86135ddcb647d773aaa6dfaa8e2afc5c02) Add missing `result.all` TypeScript definition ([#345](https://github-redirect.dependabot.com/sindresorhus/execa/issues/345))
- [`b46cba1`](https://github.com/sindresorhus/execa/commit/b46cba1fff44ec28f181f4713b1cc797e3c01089) Fix test for Node `>= 12.6.0` ([#348](https://github-redirect.dependabot.com/sindresorhus/execa/issues/348))
- [`19e58fe`](https://github.com/sindresorhus/execa/commit/19e58fe885f9c9d789e1f92a8fd185e6a54a687d) Separate `process.env`-related logic to its own function ([#341](https://github-redirect.dependabot.com/sindresorhus/execa/issues/341))
- [`c9b4d09`](https://github.com/sindresorhus/execa/commit/c9b4d09cc70f80ed8423bd81fbd2c5849512c3e0) Readme tweaks ([#340](https://github-redirect.dependabot.com/sindresorhus/execa/issues/340))
- [`82d2a4a`](https://github.com/sindresorhus/execa/commit/82d2a4adff4e205864dd49bd0a5c352fc54ecdee) Add tip on how to execute the current package's binary ([#339](https://github-redirect.dependabot.com/sindresorhus/execa/issues/339))
- [`8977752`](https://github.com/sindresorhus/execa/commit/8977752a1036a50223b6a572ae5d1a103853c158) 2.0.2
- [`6a8e9ac`](https://github.com/sindresorhus/execa/commit/6a8e9acd7db3a2165b559621f2ff23a71481d6f6) Do not read streams more than once ([#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330))
- [`7d51047`](https://github.com/sindresorhus/execa/commit/7d510474296bbbbd5a5bb86197faf73dde8aeb40) Move `onExit()` cleanup code next to `onExit()` ([#337](https://github-redirect.dependabot.com/sindresorhus/execa/issues/337))
- [`0241d6e`](https://github.com/sindresorhus/execa/commit/0241d6e5333feb5c12133ccd3e06e5e8e47363fc) Improve tests for the `timeout` option ([#332](https://github-redirect.dependabot.com/sindresorhus/execa/issues/332))
- Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v2.0.3)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Updates the requirements on execa to permit the latest version.
Release notes
*Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).* > ## 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))Commits
- [`0cdc62c`](https://github.com/sindresorhus/execa/commit/0cdc62cbdc9ad7879316363dce9b17ce1e6239c9) 2.0.3 - [`aa070b8`](https://github.com/sindresorhus/execa/commit/aa070b86135ddcb647d773aaa6dfaa8e2afc5c02) Add missing `result.all` TypeScript definition ([#345](https://github-redirect.dependabot.com/sindresorhus/execa/issues/345)) - [`b46cba1`](https://github.com/sindresorhus/execa/commit/b46cba1fff44ec28f181f4713b1cc797e3c01089) Fix test for Node `>= 12.6.0` ([#348](https://github-redirect.dependabot.com/sindresorhus/execa/issues/348)) - [`19e58fe`](https://github.com/sindresorhus/execa/commit/19e58fe885f9c9d789e1f92a8fd185e6a54a687d) Separate `process.env`-related logic to its own function ([#341](https://github-redirect.dependabot.com/sindresorhus/execa/issues/341)) - [`c9b4d09`](https://github.com/sindresorhus/execa/commit/c9b4d09cc70f80ed8423bd81fbd2c5849512c3e0) Readme tweaks ([#340](https://github-redirect.dependabot.com/sindresorhus/execa/issues/340)) - [`82d2a4a`](https://github.com/sindresorhus/execa/commit/82d2a4adff4e205864dd49bd0a5c352fc54ecdee) Add tip on how to execute the current package's binary ([#339](https://github-redirect.dependabot.com/sindresorhus/execa/issues/339)) - [`8977752`](https://github.com/sindresorhus/execa/commit/8977752a1036a50223b6a572ae5d1a103853c158) 2.0.2 - [`6a8e9ac`](https://github.com/sindresorhus/execa/commit/6a8e9acd7db3a2165b559621f2ff23a71481d6f6) Do not read streams more than once ([#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330)) - [`7d51047`](https://github.com/sindresorhus/execa/commit/7d510474296bbbbd5a5bb86197faf73dde8aeb40) Move `onExit()` cleanup code next to `onExit()` ([#337](https://github-redirect.dependabot.com/sindresorhus/execa/issues/337)) - [`0241d6e`](https://github.com/sindresorhus/execa/commit/0241d6e5333feb5c12133ccd3e06e5e8e47363fc) Improve tests for the `timeout` option ([#332](https://github-redirect.dependabot.com/sindresorhus/execa/issues/332)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v2.0.3)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.