Skip to content

Commit

Permalink
fix(deps): update dependency execa to v9.4.0 (#1654)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [execa](https://redirect.github.com/sindresorhus/execa) | [`9.3.1` ->
`9.4.0`](https://renovatebot.com/diffs/npm/execa/9.3.1/9.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/9.3.1/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/9.3.1/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v9.4.0`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.4.0)

[Compare
Source](https://redirect.github.com/sindresorhus/execa/compare/v9.3.1...v9.4.0)

#### Features

- We've created a separate package called
[nano-spawn](https://redirect.github.com/sindresorhus/nano-spawn). It is
similar to Execa but with fewer features, for a much smaller package
size. [More
info.](https://redirect.github.com/sindresorhus/execa/blob/main/docs/small.md)

#### Bug fixes

- Both
[`execaNode()`](https://redirect.github.com/sindresorhus/execa/blob/main/docs/node.md)
and the
[`preferLocal`](https://redirect.github.com/sindresorhus/execa/blob/main/docs/environment.md#local-binaries)
option modify the `PATH` environment variable. This release includes
some minor improvements to ensure that environment variable remains
small
([https://github.com/sindresorhus/npm-run-path/pull/20](https://redirect.github.com/sindresorhus/npm-run-path/pull/20)).
It also handles a few related edge cases better
([https://github.com/sindresorhus/npm-run-path/pull/21](https://redirect.github.com/sindresorhus/npm-run-path/pull/21)).

#### Documentation

- Small documentation typo fix, thanks
[@&#8203;rrthomas](https://redirect.github.com/rrthomas)!
([#&#8203;1153](https://redirect.github.com/sindresorhus/execa/issues/1153))

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 1f302a4 commit 2cf2c00
Showing 1 changed file with 34 additions and 19 deletions.
53 changes: 34 additions & 19 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 2cf2c00

Please sign in to comment.