Commit 24aed96
authored
fix(deps): Update dependency execa to v8 (#414)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [execa](https://togithub.com/sindresorhus/execa) | dependencies | major | [`7.2.0` -> `8.0.1`](https://renovatebot.com/diffs/npm/execa/7.2.0/8.0.1) |
---
### 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. ([#​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.17.0 and later ([#​569](https://togithub.com/sindresorhus/execa/issues/569))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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 this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->1 parent 420cc3a commit 24aed96
2 files changed
+59
-23
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments