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): bump execa from 5.1.1 to 8.0.1 #628

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps execa from 5.1.1 to 8.0.1.

Release notes

Sourced from execa's releases.

v8.0.1

Fixes

sindresorhus/execa@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 16.7.0 and later (#569)

sindresorhus/execa@v7.2.0...v8.0.0

v7.2.0

  • Add cwd error property (#565) f57fdec

sindresorhus/execa@v7.1.1...v7.2.0

v7.1.1

Features

Bug fixes

v7.1.0

Features

import {$} from 'execa';
const branch = await $git branch --show-current;
await $dep deploy --branch=${branch};

// Similar to `echo unicorns > stdout.txt` in Bash
await execa('echo', ['unicorns']).pipeStdout('stdout.txt');
// Similar to echo unicorns 2> stdout.txt in Bash
await execa('echo', ['unicorns']).pipeStderr('stderr.txt');
</tr></table>

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
execa [>= 6.a, < 7]

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2023
@dependabot dependabot bot requested a review from davidlday September 1, 2023 12:20
@davidlday davidlday changed the title chore(deps): bump execa from 5.1.1 to 8.0.1 fix(deps): bump execa from 5.1.1 to 8.0.1 Feb 26, 2024
@davidlday
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/execa-8.0.1 branch from 64815af to 9ec67e0 Compare February 26, 2024 02:36
@davidlday
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/execa-8.0.1 branch from 429e0ab to e992cdc Compare March 3, 2024 20:47
@davidlday
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/execa-8.0.1 branch from e992cdc to 8315dec Compare March 3, 2024 20:50
@davidlday
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/execa-8.0.1 branch from 8315dec to 3019081 Compare March 3, 2024 21:58
@davidlday
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/execa-8.0.1 branch from 3019081 to ab731ab Compare March 3, 2024 22:34
@davidlday davidlday force-pushed the dependabot/npm_and_yarn/execa-8.0.1 branch from bc0e0c4 to 37b8f03 Compare March 3, 2024 23:44
@davidlday
Copy link
Owner

@dependabot recreate

Dependabot couldn't find the original pull request head commit, ab731ab.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/execa-8.0.1 branch from 37b8f03 to 4c8d12e Compare March 4, 2024 09:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

A newer version of execa exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant