sourcegraph / create

CLI to bootstrap Sourcegraph npm packages
Apache License 2.0
8 stars 2 forks source link

fix(deps): update dependency execa to v6 - autoclosed #259

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
execa ^4.0.2 -> ^6.1.0 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

sindresorhus/execa ### [`v6.1.0`](https://togithub.com/sindresorhus/execa/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v6.0.0...v6.1.0) - Support [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) ([#​490](https://togithub.com/sindresorhus/execa/issues/490)) [`c6e791a`](https://togithub.com/sindresorhus/execa/commit/c6e791a) - Allow `cwd` and `localDir` options to be URLs ([#​492](https://togithub.com/sindresorhus/execa/issues/492)) [`93ab929`](https://togithub.com/sindresorhus/execa/commit/93ab929) ### [`v6.0.0`](https://togithub.com/sindresorhus/execa/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.1.1...v6.0.0) ##### Breaking - Require Node.js 12.20 ([#​478](https://togithub.com/sindresorhus/execa/issues/478)) [`7707880`](https://togithub.com/sindresorhus/execa/commit/7707880) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - Moved from a default export to named exports. - `require('execa')` → `import {execa} from 'execa'` - `require('execa').sync` → `import {execaSync} from 'execa'` - `require('execa').command` → `import {execaCommand} from 'execa'` - `require('execa').commandSync` → `import {execaCommandSync} from 'execa'` - `require('execa').node` → `import {execaNode} from 'execa'` ### [`v5.1.1`](https://togithub.com/sindresorhus/execa/releases/tag/v5.1.1) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.1.0...v5.1.1) - Fix error message when user passes a single array argument ([#​468](https://togithub.com/sindresorhus/execa/issues/468)) [`2b9c0e1`](https://togithub.com/sindresorhus/execa/commit/2b9c0e1) ### [`v5.1.0`](https://togithub.com/sindresorhus/execa/releases/tag/v5.1.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.0.1...v5.1.0) - Add [`.escapedCommand`](https://togithub.com/sindresorhus/execa#escapedcommand) property to the results ([#​466](https://togithub.com/sindresorhus/execa/issues/466)) [`712bafc`](https://togithub.com/sindresorhus/execa/commit/712bafc) ### [`v5.0.1`](https://togithub.com/sindresorhus/execa/releases/tag/v5.0.1) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v5.0.0...v5.0.1) - Fix `timeout` option validation ([#​463](https://togithub.com/sindresorhus/execa/issues/463)) [`427c5c2`](https://togithub.com/sindresorhus/execa/commit/427c5c2) ### [`v5.0.0`](https://togithub.com/sindresorhus/execa/releases/tag/v5.0.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.1.0...v5.0.0) ##### Breaking - Remove faulty emulated ENOENT error on Windows ([#​447](https://togithub.com/sindresorhus/execa/issues/447)) [`bdbd975`](https://togithub.com/sindresorhus/execa/commit/bdbd975) This is only a breaking change if you depend on the exact error message. ##### Improvements - Upgrade dependencies [`5d64878`](https://togithub.com/sindresorhus/execa/commit/5d64878) ### [`v4.1.0`](https://togithub.com/sindresorhus/execa/releases/tag/v4.1.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.3...v4.1.0) - Remove `--inspect` & `--inspect-brk` from `execArgv` ([#​435](https://togithub.com/sindresorhus/execa/issues/435)) [`8fd3f64`](https://togithub.com/sindresorhus/execa/commit/8fd3f64) ### [`v4.0.3`](https://togithub.com/sindresorhus/execa/releases/tag/v4.0.3) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v4.0.2...v4.0.3) - Fix use of floating number for the `timeout` and `forceKillAfterTimeout` options ([#​431](https://togithub.com/sindresorhus/execa/issues/431)) [`9a157b3`](https://togithub.com/sindresorhus/execa/commit/9a157b3)

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 has been generated by Mend Renovate. View repository job log here.