dependabot[bot] opened a new pull request, #1940:
URL: https://github.com/apache/cordova-android/pull/1940

   Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.1 to 9.6.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>v9.6.1</h2>
   <ul>
   <li>Fix <code>VerboseOption</code> type not being properly exported (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1215";>#1215</a>)  
7891c39</li>
   </ul>
   <hr />
   <p><a 
href="https://github.com/sindresorhus/execa/compare/v9.6.0...v9.6.1";>https://github.com/sindresorhus/execa/compare/v9.6.0...v9.6.1</a></p>
   <h2>v9.6.0</h2>
   <ul>
   <li>Update dependencies  d49104a</li>
   </ul>
   <hr />
   <p><a 
href="https://github.com/sindresorhus/execa/compare/v9.5.3...v9.6.0";>https://github.com/sindresorhus/execa/compare/v9.5.3...v9.6.0</a></p>
   <h2>v9.5.3</h2>
   <ul>
   <li>Fix Node 24-specific deprecation warning (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1199";>#1199</a>)  
1ac5b91</li>
   </ul>
   <hr />
   <p><a 
href="https://github.com/sindresorhus/execa/compare/v9.5.2...v9.5.3";>https://github.com/sindresorhus/execa/compare/v9.5.2...v9.5.3</a></p>
   <h2>v9.5.2</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>Fix escaping newlines inside template strings. Thanks <a 
href="https://github.com/aarondandy";><code>@​aarondandy</code></a>! (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1176";>#1176</a>)</li>
   </ul>
   <h2>v9.5.1</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>Fix odd characters being printed in <code>verbose</code> mode on Windows 
(thanks <a 
href="https://github.com/IIIMADDINIII";><code>@​IIIMADDINIII</code></a>). (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1167";>#1167</a>)</li>
   </ul>
   <h2>v9.5.0</h2>
   <h2>Features</h2>
   <ul>
   <li>When redirecting <code>stdout</code> or <code>stderr</code> to a file, 
<a 
href="https://github.com/sindresorhus/execa/blob/main/docs/output.md#file-output";>allow
 appending</a> instead of overwriting.  (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1166";>#1166</a>)</li>
   </ul>
   <pre lang="js"><code>await execa({stdout: {file: 'output.txt', append: 
true}})`npm run build`;
   </code></pre>
   <h2>v9.4.1</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>Fix using <code>process.execPath</code> with Deno. Thanks <a 
href="https://github.com/w3cj";><code>@​w3cj</code></a>! (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1160";>#1160</a>)</li>
   </ul>
   <h2>v9.4.0</h2>
   <h2>Features</h2>
   <ul>
   <li>We've created a separate package called <a 
href="https://github.com/sindresorhus/nano-spawn";>nano-spawn</a>. It is similar 
to Execa but with fewer features, for a much smaller package size. <a 
href="https://github.com/sindresorhus/execa/blob/main/docs/small.md";>More 
info.</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/84e1f36b2c31a463e3efbd37c7505da9438a05c9";><code>84e1f36</code></a>
 9.6.1</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/7891c39441c5a6d0fca4be696c0c1cf0b746fa1e";><code>7891c39</code></a>
 Fix <code>VerboseOption</code> type not being properly exported (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1215";>#1215</a>)</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/103095f2c9a459ae3500fa7d861f162c21a94b3a";><code>103095f</code></a>
 Meta tweaks</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/23ec6f0569b3e42af43294dc807494ebe896e980";><code>23ec6f0</code></a>
 Fix CI tests related to <code>.kill(0)</code> (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1212";>#1212</a>)</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/9a2cb79b1120f3b476aa8a452ceaeb71bfa19a2d";><code>9a2cb79</code></a>
 Meta tweaks</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/e7cafebf55e19485a9d4bdf5af9ed5d2c82fe0d8";><code>e7cafeb</code></a>
 [docs] TTY control is lost only on the FD that uses mixed inherit. (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1209";>#1209</a>)</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/5587ae1dcb9b258b0d9667219100b197de50594f";><code>5587ae1</code></a>
 Fix CI tests (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1207";>#1207</a>)</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/3e8fa32d498dcc57f1da447524bdb6b521fbd603";><code>3e8fa32</code></a>
 [docs] A process is not a TTY usually, just connected to one. (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1208";>#1208</a>)</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/c468672a7f212e9040c4405e99f9428d3253a76a";><code>c468672</code></a>
 [docs] Transforms: Summary: Fix example command and output. (<a 
href="https://redirect.github.com/sindresorhus/execa/issues/1206";>#1206</a>)</li>
   <li><a 
href="https://github.com/sindresorhus/execa/commit/a31fe55782993f2483d30955a8799ab88e20687c";><code>a31fe55</code></a>
 9.6.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sindresorhus/execa/compare/v5.1.1...v9.6.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=5.1.1&new-version=9.6.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 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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to