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 #31

Merged
merged 2 commits into from
Nov 14, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2019

This PR contains the following updates:

Package Type Update Change
execa dependencies major ^2.0.2 -> ^3.0.0

Release Notes

sindresorhus/execa

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: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/execa-3.x branch 5 times, most recently from 7d0ab6c to 1635ad6 Compare November 9, 2019 15:51
@renovate renovate bot force-pushed the renovate/execa-3.x branch 5 times, most recently from a41f64e to 2457c67 Compare November 13, 2019 15:51
@renovate renovate bot changed the title fix(deps): update dependency execa to v3 Update dependency execa to v3 Nov 13, 2019
@renovate renovate bot changed the title Update dependency execa to v3 fix(deps): update dependency execa to v3 Nov 13, 2019
@renovate
Copy link
Contributor Author

renovate bot commented Nov 14, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@danez danez added the dependencies Pull requests that update a dependency file label Nov 14, 2019
@danez danez merged commit 29ce452 into master Nov 14, 2019
@danez danez deleted the renovate/execa-3.x branch November 14, 2019 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants