Bump execa from 7.2.0 to 8.0.1 (#23)
Bumps [execa](https://github.com/sindresorhus/execa) from 7.2.0 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f4b8b3ab60
"><code>f4b8b3a</code></a> 8.0.1</li> <li><a href="89c69fe97a
"><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="e7dee28c41
"><code>e7dee28</code></a> 8.0.0</li> <li><a href="88ee3bd6fa
"><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="f31fbdbb07
"><code>f31fbdb</code></a> Fix documentation typo (<a href="https://redirect.github.com/sindresorhus/execa/issues/568">#568</a>)</li> <li><a href="468fbe15ed
"><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="65992b4188
"><code>65992b4</code></a> Require Node.js 16 (<a href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li> <li><a href="db58085012
"><code>db58085</code></a> 7.2.0</li> <li>See full diff in <a href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.1">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
commit
d860350899
|
@ -40,7 +40,7 @@
|
|||
"@clack/prompts": "^0.7.0",
|
||||
"picocolors": "^1.0.0",
|
||||
"arg": "^5.0.2",
|
||||
"execa": "^7.0.0",
|
||||
"execa": "^8.0.1",
|
||||
"fs-extra": "^11.1.0",
|
||||
"read-pkg": "^5.2.0"
|
||||
},
|
||||
|
|
|
@ -144,8 +144,8 @@ importers:
|
|||
specifier: ^5.0.2
|
||||
version: 5.0.2
|
||||
execa:
|
||||
specifier: ^7.0.0
|
||||
version: 7.2.0
|
||||
specifier: ^8.0.1
|
||||
version: 8.0.1
|
||||
fs-extra:
|
||||
specifier: ^11.1.0
|
||||
version: 11.2.0
|
||||
|
@ -3662,21 +3662,6 @@ packages:
|
|||
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
|
||||
dev: false
|
||||
|
||||
/execa@7.2.0:
|
||||
resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==}
|
||||
engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
|
||||
dependencies:
|
||||
cross-spawn: 7.0.3
|
||||
get-stream: 6.0.1
|
||||
human-signals: 4.3.1
|
||||
is-stream: 3.0.0
|
||||
merge-stream: 2.0.0
|
||||
npm-run-path: 5.2.0
|
||||
onetime: 6.0.0
|
||||
signal-exit: 3.0.7
|
||||
strip-final-newline: 3.0.0
|
||||
dev: false
|
||||
|
||||
/execa@8.0.1:
|
||||
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
|
||||
engines: {node: '>=16.17'}
|
||||
|
@ -3921,11 +3906,6 @@ packages:
|
|||
hasown: 2.0.0
|
||||
dev: true
|
||||
|
||||
/get-stream@6.0.1:
|
||||
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
|
||||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/get-stream@8.0.1:
|
||||
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
|
||||
engines: {node: '>=16'}
|
||||
|
@ -4355,11 +4335,6 @@ packages:
|
|||
resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==}
|
||||
dev: true
|
||||
|
||||
/human-signals@4.3.1:
|
||||
resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==}
|
||||
engines: {node: '>=14.18.0'}
|
||||
dev: false
|
||||
|
||||
/human-signals@5.0.0:
|
||||
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
||||
engines: {node: '>=16.17.0'}
|
||||
|
|
Loading…
Reference in New Issue