Skip to content

Commit

Permalink
Update dependency execa to v4.1.0 (#159)
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://github.com/sindresorhus/execa) | [`4.0.3` -> `4.1.0`](https://renovatebot.com/diffs/npm/execa/4.0.3/4.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/4.0.3/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/4.0.3/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v4.1.0`](https://github.com/sindresorhus/execa/releases/tag/v4.1.0)

[Compare Source](https://github.com/sindresorhus/execa/compare/v4.0.3...v4.1.0)

-   Remove `--inspect` & `--inspect-brk` from `execArgv` ([#&#8203;435](https://github.com/sindresorhus/execa/issues/435))  [`8fd3f64`](https://github.com/sindresorhus/execa/commit/8fd3f64)

</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.

---

 - [ ] 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/X-oss-byte/Canary-nextjs).
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent a9165b4 commit 2071302
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.12",
"execa": "4.0.3",
"execa": "4.1.0",
"globby": "11.0.1",
"inquirer": "7.3.3",
"is-git-clean": "1.1.0",
Expand Down
25 changes: 19 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 2071302

Please sign in to comment.