Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency execa to v2.1.0 (#158)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://github.com/sindresorhus/execa) | [`2.0.3` -> `2.1.0`](https://renovatebot.com/diffs/npm/execa/2.0.3/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/2.0.3/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/2.0.3/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/execa (execa)</summary> ### [`v2.1.0`](https://github.com/sindresorhus/execa/releases/tag/v2.1.0) [Compare Source](https://github.com/sindresorhus/execa/compare/v2.0.5...v2.1.0) ##### Features - Add [`error.originalMessage`](https://github.com/sindresorhus/execa#originalmessage) property ([#​373](https://github.com/sindresorhus/execa/issues/373)) ##### Documentation - Document the reasons why the returned promise might fail ([#​364](https://github.com/sindresorhus/execa/issues/364)) ##### Dependencies - Upgrade cross-spawn to `7.0.0` ([#​367](https://github.com/sindresorhus/execa/issues/367)) ### [`v2.0.5`](https://github.com/sindresorhus/execa/releases/tag/v2.0.5) [Compare Source](https://github.com/sindresorhus/execa/compare/v2.0.4...v2.0.5) #### Bug fixes - Make execa compatible with Node.js 13.0.0-pre ([#​370](https://github.com/sindresorhus/execa/issues/370)) [`d268fd1`](https://github.com/sindresorhus/execa/commit/d268fd1) ### [`v2.0.4`](https://github.com/sindresorhus/execa/releases/tag/v2.0.4) [Compare Source](https://github.com/sindresorhus/execa/compare/v2.0.3...v2.0.4) #### Bug fixes - Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#​360](https://github.com/sindresorhus/execa/issues/360)) [`211febe`](https://github.com/sindresorhus/execa/commit/211febe) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
- Loading branch information