cypress-test-example-repos
cypress-test-example-repos copied to clipboard
Update dependency execa to v6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| execa | 3.4.0 -> 6.1.0 |
Release Notes
sindresorhus/execa
v6.1.0
- Support
AbortController(#490)c6e791a - Allow
cwdandlocalDiroptions to be URLs (#492)93ab929
v6.0.0
Breaking
- Require Node.js 12.20 (#478)
7707880 - This package is now pure ESM. Please read this.
- 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
v5.1.0
- Add
.escapedCommandproperty to the results (#466)712bafc
v5.0.1
v5.0.0
Breaking
- Remove faulty emulated ENOENT error on Windows (#447)
bdbd975This is only a breaking change if you depend on the exact error message.
Improvements
- Upgrade dependencies
5d64878
v4.1.0
v4.0.3
v4.0.2
Bug fixes
- Fix with third-party promises (like
bluebird) not working (#427)
v4.0.1
Bug fixes
- Fix checking for
Errorinstances (#423)
v4.0.0
Breaking changes
- Require Node.js 10 (
5a9c76f) - Add
stderrandstdouttoerror.message. A new propertyerror.shortMessageis now available to retrieve the error message withoutstderrnorstdout(#397)
Bug fixes
- Fix
childProcess.kill()not working with Electron (#400)
Configuration
📅 Schedule: "every weekend" in timezone America/New_York.
🚦 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, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.