Bump execa from 7.1.1 to 8.0.1 #5

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/execa-8.0.1 into main
dependabot[bot] commented 2023-12-27 19:38:41 +08:00 (Migrated from github.com)

Bumps execa from 7.1.1 to 8.0.1.

Release notes

Sourced from execa's releases.

v8.0.1

Fixes

https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1

v8.0.0

Breaking

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

https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0

v7.2.0

  • Add cwd error property (#565) f57fdec

https://github.com/sindresorhus/execa/compare/v7.1.1...v7.2.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
Bumps [execa](https://github.com/sindresorhus/execa) from 7.1.1 to 8.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/execa/releases">execa's releases</a>.</em></p> <blockquote> <h2>v8.0.1</h2> <h3>Fixes</h3> <ul> <li>Fix and document support for the <a href="https://github.com/sindresorhus/execa#encoding"><code>{encoding: 'buffer'}</code> option</a>. It is the same as <code>{encoding: null}</code>, but preferred over it. (<a href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li> </ul> <p><a href="https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1">https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1</a></p> <h2>v8.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 16.17.0 and later (<a href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li> </ul> <p><a href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0">https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0</a></p> <h2>v7.2.0</h2> <ul> <li>Add <code>cwd</code> error property (<a href="https://redirect.github.com/sindresorhus/execa/issues/565">#565</a>) f57fdec</li> </ul> <p><a href="https://github.com/sindresorhus/execa/compare/v7.1.1...v7.2.0">https://github.com/sindresorhus/execa/compare/v7.1.1...v7.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/execa/commit/f4b8b3ab601c94d1503f1010822952758dcc6350"><code>f4b8b3a</code></a> 8.0.1</li> <li><a href="https://github.com/sindresorhus/execa/commit/89c69fe97af846e2eaa4935542cf3bdf48e25a0f"><code>89c69fe</code></a> Support <code>{encoding: 'buffer'}</code> (<a href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/e7dee28c415fccfe2f06cf1794f8c84ecc549d46"><code>e7dee28</code></a> 8.0.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/88ee3bd6fa7c42e99452127f1903bee36519862c"><code>88ee3bd</code></a> Upgrade <code>get-stream</code> (<a href="https://redirect.github.com/sindresorhus/execa/issues/571">#571</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/f31fbdbb0761d84020db396343941f23a61a1276"><code>f31fbdb</code></a> Fix documentation typo (<a href="https://redirect.github.com/sindresorhus/execa/issues/568">#568</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/468fbe15edd3f2ec74b878be609ba2a950c4068e"><code>468fbe1</code></a> Upgrade <code>signal-exit</code> to v4 (<a href="https://redirect.github.com/sindresorhus/execa/issues/570">#570</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/65992b418816b965d2e3f89b44d3c259ecd0c99a"><code>65992b4</code></a> Require Node.js 16 (<a href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/db5808501234e58457c47bf22e8e5ebcea03a5ec"><code>db58085</code></a> 7.2.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/f57fdeceb60d95f2799de0dc950196f1f7fd5e75"><code>f57fdec</code></a> Add <code>cwd</code> error property (<a href="https://redirect.github.com/sindresorhus/execa/issues/565">#565</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/a228eda72e3dc7f1af077f5c847c7d11446fea89"><code>a228eda</code></a> Meta tweaks</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/execa/compare/v7.1.1...v8.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=execa&package-manager=npm_and_yarn&previous-version=7.1.1&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Commenting is not possible because the repository is archived.
No description provided.