Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency execa to v3 #1132

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2020

This PR contains the following updates:

Package Type Update Change
execa dependencies major ^2.0.3 -> ^3.4.0

Release Notes

Compare Source

Features

v3.3.0

Compare Source

Features
  • Allow setting the windowsHide option (#​388). The option still defaults to true. However previously it could not be set to false.
Documentation
  • Add tip on how to retry Execa on failure (#​386).
  • Improve examples (#​385)

Thanks @​justsml for helping improving the documentation!

v3.2.0

Compare Source

Features

v3.1.0

Compare Source

Features
  • Add execPath option which allows changing the path to the Node.js executable to use in child processes. (#​377)

v3.0.0

Compare Source

Breaking changes
Features
Bug fixes
  • Fix errors being thrown when detached: true or cleanup: false is used (#​360)
  • Make execa compatible with Node.js 13.0.0-pre (#​370)
Dependencies
  • Upgrade npm-run-path from 3.0.0 to 4.0.0 (#​376)
  • Upgrade cross-spawn to 7.0.0 (#​367)
Documentation
  • Document the reasons why the returned promise might fail (#​364)

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Aug 24, 2020
@erezrokah erezrokah changed the title fix(deps): update dependency execa to v4 fix(deps): update dependency execa to v3 Aug 26, 2020
@erezrokah
Copy link
Contributor

erezrokah commented Aug 26, 2020

Still need to update code references due to the breaking changes https://github.com/sindresorhus/execa/releases/v3.0.0

@ehmicky
Copy link
Contributor

ehmicky commented Aug 26, 2020

@erezrokah Would you like me to help with this update?

@erezrokah
Copy link
Contributor

@erezrokah Would you like me to help with this update?

I'll update the code and add you as a reviewer

@erezrokah
Copy link
Contributor

@ehmicky, after looking at the code, it doesn't seem we are impacted by the breaking changes. I did cleanup some execa usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants