amtrack / sfdx-plugin-source-read

sfdx plugin to read Metadata via CRUD Metadata API
37 stars 4 forks source link

chore(deps): update dependency execa to v9.5.1 #91

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
execa 9.4.1 -> 9.5.1 age adoption passing confidence

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.