Skip to content

Commit

Permalink
fix(deps): Update dependency execa to v9.5.1 (#1143)
Browse files Browse the repository at this point in the history
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 [@&#8203;IIIMADDINIII](https://togithub.com/IIIMADDINIII)). ([#&#8203;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.  ([#&#8203;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 [@&#8203;w3cj](https://togithub.com/w3cj)! ([#&#8203;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=-->
  • Loading branch information
cq-bot authored Nov 1, 2024
1 parent 8ac2db6 commit 3a4e0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/dbt-pack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a4e0f2

Please sign in to comment.