Skip to content

Commit

Permalink
Update dependency execa to v2.1.0 (#158)
Browse files Browse the repository at this point in the history
[![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 ([#&#8203;373](https://github.com/sindresorhus/execa/issues/373))

##### Documentation

-   Document the reasons why the returned promise might fail ([#&#8203;364](https://github.com/sindresorhus/execa/issues/364))

##### Dependencies

-   Upgrade cross-spawn to `7.0.0` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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
renovate[bot] authored Sep 27, 2023
1 parent f400373 commit a9165b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/next-stats-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/index.js",
"dependencies": {
"async-sema": "^3.1.0",
"execa": "2.0.3",
"execa": "2.1.0",
"fs-extra": "^8.1.0",
"get-port": "^5.0.0",
"glob": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.5.0",
"event-stream": "4.0.1",
"execa": "2.0.3",
"execa": "2.1.0",
"expect-type": "0.14.2",
"express": "4.17.0",
"faker": "5.5.3",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9165b4

Please sign in to comment.