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

   Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after 
updating ancestor dependency 
[inquirer](https://github.com/SBoudrias/Inquirer.js). These dependencies need 
to be updated together.
   
   Removes `tmp`
   
   Updates `inquirer` from 6.5.2 to 14.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/SBoudrias/Inquirer.js/releases";>inquirer's 
releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <ul>
   <li>Fix (breaking): Inquirer will now throw when encountering non-registered 
prompt. Prior to this fix, Inquirer would default to <code>type: 'input'</code> 
in such cases - this behaviour was misleading and made it harder to detect 
broken code when not using Typescript.</li>
   <li>Feat: Read env variable <code>INQUIRER_KEYBINDINGS</code> to enable 
<code>vim</code> or <code>emacs</code> keybindings; making this a user 
preference instead of a library author preference. One caveat is doing so 
disable the search feature in the select prompt. Syntax: 
<code>INQUIRER_KEYBINDINGS=vim,emacs</code>.</li>
   <li>Fix: Line wraps would sometime cause the cursor to be mispositioned 
relative to the input.</li>
   <li>Chore: Dropped the <code>rxjs</code> dependency in favor of a 
lightweight internal Observable implementation. The package is much smaller for 
most users now.</li>
   <li>Chore: Bump dependencies.</li>
   </ul>
   <h2>[email protected]</h2>
   <ul>
   <li>Fix: Windows rendering bug</li>
   <li>Fix: Preserve exact literal types in <code>choices</code> array 
(Typescript only)</li>
   <li>Fix: Allow input <code>default</code> value to be of type 
<code>undefined</code> (Typescript only)</li>
   <li>Bump dependencies</li>
   </ul>
   <h2>[email protected]</h2>
   <ul>
   <li>Fix: some Windows terminals would freeze and not react to 
keypresses.</li>
   </ul>
   <h2>[email protected]</h2>
   <ul>
   <li>Improve <code>expand</code> prompt type inferrence.</li>
   </ul>
   <h2>[email protected]</h2>
   <ul>
   <li>Feat: Added a loading message while validating editor prompt input.</li>
   <li>Type improvement: Better type inference with checkbox, search and expand 
prompts.</li>
   <li>Fix: <code>editor</code> prompt not always properly handling editor path 
on windows.</li>
   </ul>
   <h2>[email protected]</h2>
   <ul>
   <li>Fix broken 1.3.1 release process.</li>
   </ul>
   <h2>[email protected]</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(<code>@​inquirer/input</code>): handle numeric default values by <a 
href="https://github.com/SBoudrias";><code>@​SBoudrias</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1978";>SBoudrias/Inquirer.js#1978</a></li>
   <li>chore(deps-dev): Bump the linting group with 4 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1982";>SBoudrias/Inquirer.js#1982</a></li>
   <li>chore(deps-dev): Bump oxfmt from 0.26.0 to 0.27.0 in the formatting 
group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1983";>SBoudrias/Inquirer.js#1983</a></li>
   <li>chore(deps-dev): Bump turbo from 2.7.6 to 2.8.1 in the build group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1984";>SBoudrias/Inquirer.js#1984</a></li>
   <li>chore(deps): Bump the types group with 2 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1985";>SBoudrias/Inquirer.js#1985</a></li>
   <li>refactor(<code>@​inquirer/core</code>): replace wrap-ansi with 
fast-wrap-ansi by <a 
href="https://github.com/njg7194";><code>@​njg7194</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1981";>SBoudrias/Inquirer.js#1981</a></li>
   <li>chore(deps): Bump semver from 7.7.3 to 7.7.4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1992";>SBoudrias/Inquirer.js#1992</a></li>
   <li>chore(deps-dev): Bump the build group with 3 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1990";>SBoudrias/Inquirer.js#1990</a></li>
   <li>chore(deps): Bump the types group with 2 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1991";>SBoudrias/Inquirer.js#1991</a></li>
   <li>chore(deps-dev): Bump oxfmt from 0.27.0 to 0.28.0 in the formatting 
group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1989";>SBoudrias/Inquirer.js#1989</a></li>
   <li>feat(<code>@​inquirer/testing</code>): add E2E testing support for CLI 
applications by <a 
href="https://github.com/SBoudrias";><code>@​SBoudrias</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1980";>SBoudrias/Inquirer.js#1980</a></li>
   <li>fix(<code>@​inquirer/testing</code>): auto-mock 
<code>@​inquirer/prompts</code> barrel re-exports by <a 
href="https://github.com/SBoudrias";><code>@​SBoudrias</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1994";>SBoudrias/Inquirer.js#1994</a></li>
   <li>ci: auto-merge dependabot PRs for patch and minor updates by <a 
href="https://github.com/SBoudrias";><code>@​SBoudrias</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1995";>SBoudrias/Inquirer.js#1995</a></li>
   <li>fix(<code>@​inquirer/testing</code>): prevent artificial line wrapping 
in test output by <a 
href="https://github.com/SBoudrias";><code>@​SBoudrias</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1996";>SBoudrias/Inquirer.js#1996</a></li>
   <li>fix(<code>@​inquirer/testing</code>): declare @inquirer/* packages as 
optional peerDependencies by <a 
href="https://github.com/SBoudrias";><code>@​SBoudrias</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1997";>SBoudrias/Inquirer.js#1997</a></li>
   <li>chore(deps-dev): Bump oxfmt from 0.28.0 to 0.32.0 in the formatting 
group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1999";>SBoudrias/Inquirer.js#1999</a></li>
   <li>chore(deps-dev): Bump turbo from 2.8.3 to 2.8.9 in the build group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/2000";>SBoudrias/Inquirer.js#2000</a></li>
   <li>chore(deps-dev): Bump the types group with 2 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/2001";>SBoudrias/Inquirer.js#2001</a></li>
   <li>chore(deps-dev): Bump vitest from 3.2.4 to 4.0.18 in the testing group 
by <a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] 
in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/1998";>SBoudrias/Inquirer.js#1998</a></li>
   <li>chore(deps): Bump <code>@​xterm/headless</code> from 5.5.0 to 6.0.0 by 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in 
<a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/2002";>SBoudrias/Inquirer.js#2002</a></li>
   <li>fix(<code>@​inquirer/testing</code>): handle SWC-style module namespace 
objects in wrapPrompt by <a 
href="https://github.com/SBoudrias";><code>@​SBoudrias</code></a> in <a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/pull/2004";>SBoudrias/Inquirer.js#2004</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/5ca6d1101d5d3f8fb066cd5b389bccfdafbbe0c0";><code>5ca6d11</code></a>
 chore: Publish new release</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/2520349805c45ed161dfd46192acdd3687bec20b";><code>2520349</code></a>
 feat(<code>@​inquirer/core</code>): support keybindings env defaults</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/777266b647bc803d01a02ef4ec5f6c3f759214ae";><code>777266b</code></a>
 refactor(inquirer): remove rxjs runtime dependency</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/b3588bea6b3740e8fafc115d6a26e1cc091b8b8a";><code>b3588be</code></a>
 fix(inquirer)!: throw on unknown prompt types</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/ab5ec9d6c5831034bdaea3ad26174af5f03158a4";><code>ab5ec9d</code></a>
 chore(deps): Bump mute-stream from 3.0.0 to 4.0.0</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/ecec47aa221b17481985458d8509cf316e2a37ee";><code>ecec47a</code></a>
 fix(<code>@​inquirer/core</code>): hard wrap rendered lines</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/c3b20a6d0502d0af5c06a0b29235d4c79a3a0dc4";><code>c3b20a6</code></a>
 chore: Bump yarn + min age gate (<a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/2133";>#2133</a>)</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/9f3e810d332e89137a362dd6bdebe062452de84a";><code>9f3e810</code></a>
 chore: relax test function scoping lint</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/e4c5c99890b2ad109ad5331b4eecf5450b477136";><code>e4c5c99</code></a>
 chore(deps-dev): Bump the linting group across 1 directory with 5 updates (<a 
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/SBoudrias/Inquirer.js/commit/b7aed8fa8d6a08202bfee5751d4b7e6e09632545";><code>b7aed8f</code></a>
 chore(deps): Bump minimatch from 3.1.5 to 10.2.5</li>
   <li>Additional commits viewable in <a 
href="https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@14.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/cordova-coho/network/alerts).
   
   </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