Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

fix(deps): update dependency execa to v6 #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
execa ^5.0.0 -> ^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

Compare Source

v6.0.0

Compare Source

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').syncimport {execaSync} from 'execa'
    • require('execa').commandimport {execaCommand} from 'execa'
    • require('execa').commandSyncimport {execaCommandSync} from 'execa'
    • require('execa').nodeimport {execaNode} from 'execa'

v5.1.1

Compare Source

  • Fix error message when user passes a single array argument (#​468) 2b9c0e1

v5.1.0

Compare Source

v5.0.1

Compare Source


Configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 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.

@renovate renovate bot force-pushed the renovate/execa-6.x branch 2 times, most recently from bb0b7f0 to 0bd6041 Compare December 7, 2021 13:24
@renovate renovate bot force-pushed the renovate/execa-6.x branch 2 times, most recently from 74b4d0f to 2668c55 Compare January 5, 2022 00:02
@renovate renovate bot force-pushed the renovate/execa-6.x branch from 2668c55 to 89184ca Compare February 1, 2022 11:52
@renovate renovate bot force-pushed the renovate/execa-6.x branch from 89184ca to 79438e1 Compare February 13, 2022 11:20
@renovate renovate bot force-pushed the renovate/execa-6.x branch from 79438e1 to b8b232a Compare March 1, 2022 13:07
@renovate renovate bot force-pushed the renovate/execa-6.x branch from b8b232a to f5862da Compare March 7, 2022 20:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant