- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit aaae70d
fix(deps): update dependency execa to v9.5.0 (#1676)
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) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.
([#​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
[@​w3cj](https://redirect.github.com/w3cj)!
([#​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>1 file changed
+4
-4
lines changed+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments