Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ upgrade execa to v8 (#46)
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://togithub.com/sindresorhus/execa) | [`7.2.0` -> `8.0.1`](https://renovatebot.com/diffs/npm/execa/7.2.0/8.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/7.2.0/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/7.2.0/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/execa (execa)</summary>

### [`v8.0.1`](https://togithub.com/sindresorhus/execa/releases/tag/v8.0.1)

[Compare Source](https://togithub.com/sindresorhus/execa/compare/v8.0.0...v8.0.1)

##### Fixes

-   Fix and document support for the [`{encoding: 'buffer'}` option](https://togithub.com/sindresorhus/execa#encoding). It is the same as `{encoding: null}`, but preferred over it. ([#&#8203;572](https://togithub.com/sindresorhus/execa/issues/572))

### [`v8.0.0`](https://togithub.com/sindresorhus/execa/releases/tag/v8.0.0)

[Compare Source](https://togithub.com/sindresorhus/execa/compare/v7.2.0...v8.0.0)

##### Breaking

-   Require Node.js 16.7.0 and later ([#&#8203;569](https://togithub.com/sindresorhus/execa/issues/569))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update 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/timelessco/node-ts-app).
  • Loading branch information
renovate[bot] committed Aug 27, 2023
1 parent 0fca101 commit a43114c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-toml": "0.5.0",
"eslint-plugin-yml": "1.8.0",
"execa": "7.2.0",
"execa": "8.0.1",
"gacp": "3.0.3",
"git-remote-origin-url": "4.0.0",
"git-url-parse": "13.1.0",
Expand Down
29 changes: 27 additions & 2 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 a43114c

Please sign in to comment.