Bump execa from 7.2.0 to 8.0.1 #23

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/execa-8.0.1 into main 2024-01-29 12:39:02 +00:00
dependabot[bot] commented 2024-01-29 11:40:50 +00:00 (Migrated from github.com)

Bumps execa from 7.2.0 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

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.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="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>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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=execa&package-manager=npm_and_yarn&previous-version=7.2.0&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>
vercel[bot] commented 2024-01-29 11:40:52 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-ghostcms-demo Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2024 0:37am
astro-ghostcms-xyz Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2024 0:37am
[vc]: #lj4Gp1Dby3PKaAP81Up+DHNUXRI42josZseERICUUa8=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy14eXoiLCJyb290RGlyZWN0b3J5Ijoid3d3IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2FkYW1tYXR0aGllc2Vucy1wcm9qZWN0cy9hc3Ryby1naG9zdGNtcy14eXovRXl5YUo0VXFXWmlIcVRrWXVSZlFvcmpmWTQxMyIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTJmNWM2Ny1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTJmNWM2Ny1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fSx7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy1kZW1vIiwicm9vdERpcmVjdG9yeSI6ImRlbW8iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vYWRhbW1hdHRoaWVzZW5zLXByb2plY3RzL2FzdHJvLWdob3N0Y21zLWRlbW8vRjY2N2JpZmVEQ3k2QkIyUWV6azU5azJCOEFqbiIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLWIwZTQ4YS1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLWIwZTQ4YS1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fV19 **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **astro-ghostcms-demo** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-demo/F667bifeDCy6BB2Qezk59k2B8Ajn)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-b0e48a-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-b0e48a-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Jan 29, 2024 0:37am | | **astro-ghostcms-xyz** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-xyz/EyyaJ4UqWZiHqTkYuRfQorjfY413)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-2f5c67-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-2f5c67-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Jan 29, 2024 0:37am |
Adammatthiesen (Migrated from github.com) approved these changes 2024-01-29 12:38:55 +00:00
Sign in to join this conversation.
No description provided.