dependabot[bot] opened a new pull request, #336: URL: https://github.com/apache/cordova-coho/pull/336
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 12.9.6 <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>Reduce number of transitive dependencies</li> </ul> <h2>[email protected]</h2> <ul> <li>Fix <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1834">#1834</a>: (rawlist) Allows specifying numbers as explicit keys of option within the list.</li> </ul> <h2>[email protected]</h2> <ul> <li>fix: Remove "easter-egg" vim/emacs bindings conflicting with the type-to-search feature.</li> </ul> <h2>[email protected]</h2> <ul> <li>Fix Unix <code>yes</code> not properly being processed by the confirm prompt. (<code>yes | node confirm-script.js</code>)</li> </ul> <h2>[email protected]</h2> <ul> <li>Make <code>@types/node</code> an optional peer dependency.</li> </ul> <h2>[email protected]</h2> <ul> <li>Replace <code>external-editor</code> dependency with new <code>@inquirer/external-editor</code>. This remove the vulnerable <code>tmp</code> transitive dependency from the dependency tree.</li> </ul> <h2>[email protected]</h2> <ul> <li>Search prompt: New <code>instructions</code> config to allow localizing the help tips.</li> </ul> <h2>[email protected]</h2> <ul> <li>Fix <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1786">#1786</a> select prompt with <code>indexMode: number</code> theme option didn't properly calculate the items indexes if separators where present in between choices.</li> </ul> <h2>[email protected]</h2> <ul> <li>Fixes: a transitive dependency (<code>run-aysnc</code>) loaded devDependencies unexpectedly. This is now fixed upstream. Rel <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1791">#1791</a></li> </ul> <h2>[email protected]</h2> <ul> <li>Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.</li> <li>Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.</li> </ul> <h2>[email protected]</h2> <p>-<code>input</code> prompt: New <code>prefill</code> option to control if the <code>default</code> value is editable inline or only after pressing <code>tab.</code></p> <h2>[email protected]</h2> <ul> <li>Fix <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1743">#1743</a>: pagination logic of the <code>select</code>, <code>checkbox</code> and <code>search</code> prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.</li> </ul> <h2>[email protected]</h2> <ul> <li>Chore: dependencies bump</li> </ul> <h2>[email protected]</h2> <ul> <li>Fix <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1741">#1741</a>: Issue with SIGINT in some scenarios leaving promises unsettled on exit.</li> <li>Fix: Remove monorepo related dependencies from all artifacts published to <code>npm</code>. This removes non-standard version specifiers like <code>workspace:*</code> from the public npm packages.</li> </ul> <h2>[email protected]</h2> <ul> <li>Feat(<code>@inquirer/select</code>): Added an <code>instructions</code> option allowing to customize the messages in the help tips.</li> <li>Feat(<code>@inquirer/rawlist</code>): Arrow keys will now cycle through the option, just like the <code>@inquirer/select</code> prompt. Also added a <code>loop</code> option to control the list loop behaviour when reaching the boundaries.</li> </ul> <h2>[email protected]</h2> <ul> <li>README: Add new sponsor</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/8300fe3acb1a7ded247d3ec3aac9b0c96dcdd57c"><code>8300fe3</code></a> Publish</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/b85cbe226dfbd2e4d794d8eb4f79db4ca05f25bb"><code>b85cbe2</code></a> chore: Speed up linting CI stage</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/8fc86fea3a69dbdf9fb424b210cccf41577be158"><code>8fc86fe</code></a> feat: Introduce <code>@inquirer/core/</code>ansi export</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/dcca8924668acb34315bc06d190fa4c00a25714d"><code>dcca892</code></a> chore(<code>@inquirer/testing</code>): Remove unnecessary ansi code filtering logic</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/daef4f5ff6cf24680dc528c9d3286bc8a812513f"><code>daef4f5</code></a> chore: Bump yarn + yarn dedupe</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/62045dc4a4cd6f31ba0f77b20874be2409570957"><code>62045dc</code></a> Publish</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/7e75de649125f89e8a442a22a50c0c7bd3398073"><code>7e75de6</code></a> Publish</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/b8361c5dda43043c01e478838b1c47e429ac2a86"><code>b8361c5</code></a> fix(<code>@inquirer/rawlist</code>): Properly handle specified numeric keys (previously wo...</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/e3aed9c87a6cef87baffa885153d07413f510278"><code>e3aed9c</code></a> Chore(deps): Bump actions/setup-node from 4 to 5 (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1832">#1832</a>)</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/93c775027f1fb93ce51cd628210f49792534627e"><code>93c7750</code></a> Chore(deps-dev): Bump the linting group with 6 updates (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1831">#1831</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.9.6">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 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) 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]
