sindresorhus/execa (execa)
### [`v9.5.1`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.5.1)
[Compare Source](https://redirect.github.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://redirect.github.com/IIIMADDINIII)). ([#1167](https://redirect.github.com/sindresorhus/execa/issues/1167))
### [`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`;
```
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 contains the following updates:
9.4.1
->9.5.1
Release Notes
sindresorhus/execa (execa)
### [`v9.5.1`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.5.1) [Compare Source](https://redirect.github.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://redirect.github.com/IIIMADDINIII)). ([#1167](https://redirect.github.com/sindresorhus/execa/issues/1167)) ### [`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`; ```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.
This PR was generated by Mend Renovate. View the repository job log.