cypress-example-circleci-orb
cypress-example-circleci-orb copied to clipboard
chore(deps): update dependency execa to version 4.1.0 π
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| execa | 2.1.0 -> 4.1.0 |
Release Notes
sindresorhus/execa
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)
v3.4.0
Features
- Add
serializationoption. That option was added tochild_processmethods in Node.js13.2.0. (#β392)
v3.3.0
Features
- Allow setting the
windowsHideoption (#β388). The option still defaults totrue. However previously it could not be set tofalse.
Documentation
Thanks @βjustsml for helping improving the documentation!
v3.2.0
Features
- Add
error.signalDescriptionwhich is a human-friendly description of the signal that terminated the child process (if one did). That description is included in error messages as well. (#β378)
v3.1.0
Features
- Add
execPathoption which allows changing the path to the Node.js executable to use in child processes. (#β377)
v3.0.0
Breaking changes
- When the
bufferoption isfalseandstdoutandstderrare piped, the promise returned byexeca()will resolve only after those streams are fully read. This also applies to theallproperty if thealloption istrue. This concerns you only if you've explicitly set thebufferoption tofalse. (#β353) - The
allproperty is nowundefinedunless thealloption is set totrue. (#β353) error.exitCodeNamehas been removed. (#β375)- Fix
error.exitCode. Its value was previously based onerror.errnowhich is incorrect. (#β375)
Features
- Do not remove
error.codeproperty when it is defined (#β375) - Improve error messages (#β375)
- Add
error.originalMessageproperty (#β373)
Bug fixes
- Fix errors being thrown when
detached: trueorcleanup: falseis used (#β360) - Make execa compatible with Node.js
13.0.0-pre(#β370)
Dependencies
Documentation
- Document the reasons why the returned promise might fail (#β364)
Configuration
π Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" 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.