-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 74a0a32
authored
fix(deps): Update dependency execa to v9.5.1 (#237)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [execa](https://togithub.com/sindresorhus/execa) | dependencies | minor | [`9.4.0` -> `9.5.1`](https://renovatebot.com/diffs/npm/execa/9.4.0/9.5.1) |
---
### Release Notes
<details>
<summary>sindresorhus/execa (execa)</summary>
### [`v9.5.1`](https://togithub.com/sindresorhus/execa/releases/tag/v9.5.1)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.5.0...v9.5.1)
#### Bug fixes
- Fix odd characters being printed in `verbose` mode on Windows (thanks [@​IIIMADDINIII](https://togithub.com/IIIMADDINIII)). ([#​1167](https://togithub.com/sindresorhus/execa/issues/1167))
### [`v9.5.0`](https://togithub.com/sindresorhus/execa/releases/tag/v9.5.0)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.4.1...v9.5.0)
#### Features
- When redirecting `stdout` or `stderr` to a file, [allow appending](https://togithub.com/sindresorhus/execa/blob/main/docs/output.md#file-output) instead of overwriting. ([#​1166](https://togithub.com/sindresorhus/execa/issues/1166))
```js
await execa({stdout: {file: 'output.txt', append: true}})`npm run build`;
```
### [`v9.4.1`](https://togithub.com/sindresorhus/execa/releases/tag/v9.4.1)
[Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.4.0...v9.4.1)
#### Bug fixes
- Fix using `process.execPath` with Deno. Thanks [@​w3cj](https://togithub.com/w3cj)! ([#​1160](https://togithub.com/sindresorhus/execa/issues/1160))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent dd0a13d commit 74a0a32Copy full SHA for 74a0a32
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments