Skip to content

Commit

Permalink
fix(deps): update dependency execa to v9.5.0 (#1676)
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.4.0` ->
`9.5.0`](https://renovatebot.com/diffs/npm/execa/9.4.0/9.5.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### Features

- When redirecting `stdout` or `stderr` to a file, [allow
appending](https://redirect.github.com/sindresorhus/execa/blob/main/docs/output.md#file-output)
instead of overwriting.
([#&#8203;1166](https://redirect.github.com/sindresorhus/execa/issues/1166))

```js
await execa({stdout: {file: 'output.txt', append: true}})`npm run build`;
```

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

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

##### Bug fixes

- Fix using `process.execPath` with Deno. Thanks
[@&#8203;w3cj](https://redirect.github.com/w3cj)!
([#&#8203;1160](https://redirect.github.com/sindresorhus/execa/issues/1160))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 34399bc commit aaae70d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 aaae70d

Please sign in to comment.