Skip to content

Commit

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

---

### Release Notes

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

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

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

- Add `cwd` error property
([#&#8203;565](https://togithub.com/sindresorhus/execa/issues/565))
[`f57fdec`](https://togithub.com/sindresorhus/execa/commit/f57fdec)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent c4fab98 commit ec806fd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.18.17",
"exclusive-promises": "^1.0.3",
"execa": "^7.1.1",
"execa": "^7.2.0",
"ovsx": "^0.8.2",
"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.1.1",
"execa": "^7.2.0",
"fs-extra": "^11.1.1",
"pino": "^8.14.1",
"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.45.0",
"eslint-config-prettier": "^8.8.0",
"execa": "^7.1.1",
"execa": "^7.2.0",
"inquirer": "^9.2.8",
"license-checker": "^25.0.1",
"prettier": "^2.8.8",
Expand Down
20 changes: 10 additions & 10 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 ec806fd

Please sign in to comment.