Skip to content

Commit

Permalink
chore(deps): update dependency execa to v8 (#1945)
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.0`](https://renovatebot.com/diffs/npm/execa/7.2.0/8.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/execa/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/7.2.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/7.2.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`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 - 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 this update
again.

---

- [ ] <!-- rebase-check -->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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 19, 2023
1 parent ecea392 commit b4c6801
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 9 deletions.
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.19.2",
"exclusive-promises": "^1.0.3",
"execa": "^7.2.0",
"execa": "^8.0.0",
"ovsx": "^0.8.3",
"rimraf": "^5.0.1",
"strip-ansi": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/fs-extra": "^11.0.1",
"@types/proper-lockfile": "^4.1.2",
"exclusive-promises": "^1.0.3",
"execa": "^7.2.0",
"execa": "^8.0.0",
"fs-extra": "^11.1.1",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"depcheck": "^1.4.3",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"execa": "^7.2.0",
"execa": "^8.0.0",
"inquirer": "^9.2.10",
"license-checker": "^25.0.1",
"prettier": "^3.0.2",
Expand Down
42 changes: 36 additions & 6 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 b4c6801

Please sign in to comment.