Skip to content

Commit 24aed96

Browse files
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. ([#&#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.17.0 and later ([#&#8203;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

File tree

2 files changed

+59
-23
lines changed

2 files changed

+59
-23
lines changed

package-lock.json

Lines changed: 58 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@actions/core": "1.10.1",
2828
"chalk": "5.3.0",
29-
"execa": "7.2.0",
29+
"execa": "8.0.1",
3030
"ora": "6.3.1",
3131
"semver": "7.5.4"
3232
},

0 commit comments

Comments
 (0)