dependabot[bot] opened a new pull request, #34646: URL: https://github.com/apache/superset/pull/34646
Bumps [tmp](https://github.com/raszi/node-tmp) and [inquirer](https://github.com/SBoudrias/Inquirer.js). These dependencies needed to be updated together. Updates `tmp` from 0.2.3 to 0.2.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raszi/node-tmp/commit/3d2fe387f3f91b13830b9182faa02c3231ea8258"><code>3d2fe38</code></a> Bump up the version</li> <li><a href="https://github.com/raszi/node-tmp/commit/e16282879e5d0554fe824e1ab3df724847e91183"><code>e162828</code></a> Merge pull request <a href="https://redirect.github.com/raszi/node-tmp/issues/309">#309</a> from fflorent/fix-tmp-dir-with-dir</li> <li><a href="https://github.com/raszi/node-tmp/commit/b847d2f1a42b625c26149f4a2029ed00a1edf90b"><code>b847d2f</code></a> Fix use of tmp.dir() with <code>dir</code> option</li> <li><a href="https://github.com/raszi/node-tmp/commit/08fa3abac32b621506512724b28b56b9c4a95846"><code>08fa3ab</code></a> Update version</li> <li><a href="https://github.com/raszi/node-tmp/commit/1cf4ec54180a77a2a95dc1941efa1659774c8787"><code>1cf4ec5</code></a> Merge commit from fork</li> <li><a href="https://github.com/raszi/node-tmp/commit/188b25e529496e37adaf1a1d9dccb40019a08b1b"><code>188b25e</code></a> Fix GHSA-52f5-9888-hmc6</li> <li><a href="https://github.com/raszi/node-tmp/commit/73b9fe45bbb40157acdfab8126dd0911de91c8fa"><code>73b9fe4</code></a> Add test case for GHSA-52f5-9888-hmc6</li> <li><a href="https://github.com/raszi/node-tmp/commit/b8e2f29a7575352e49e4882a836aab4bd2ec927f"><code>b8e2f29</code></a> Remove broken tests</li> <li><a href="https://github.com/raszi/node-tmp/commit/2892a027b4d2d3a25d1d08a398bc108a0200857f"><code>2892a02</code></a> Remove outdated URL</li> <li><a href="https://github.com/raszi/node-tmp/commit/f5923182461a89e9de5a7a09c75f410a76979ae7"><code>f592318</code></a> Reformat package.json</li> <li>Additional commits viewable in <a href="https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.5">compare view</a></li> </ul> </details> <br /> Updates `inquirer` from 8.2.6 to 12.9.1 <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>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> <li>Chore: dependency updates</li> </ul> <h2>[email protected]</h2> <ul> <li>Feat (<code>select</code>): Introduce <code>theme.indexMode</code> to control displaying an index prefix in front of each choice. (defaults to hidden)</li> <li>Fix (<code>select</code>): Improve search when number keys are pressed</li> </ul> <h2>[email protected]</h2> <ul> <li>Fix an issue where inquirer would throw if Node is ran with the new <a href="https://nodejs.org/api/cli.html#--frozen-intrinsics"><code>--frozen-intrinsics</code></a> flag.</li> </ul> <h2>[email protected]</h2> <ul> <li>Mark <code>@types/node</code> as an optional peer dependency across all packages.</li> </ul> <h2>[email protected]</h2> <ul> <li>Added new <code>shortcut</code> config to the <code>checkbox</code> prompt. Allows to customize or disable shortcut keys for select all and invert selection.</li> </ul> <h2>[email protected]</h2> <ul> <li>Replace 3rd party dependency <code>strip-ansi</code> in favour of <a href="https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr">Node built-in <code>stripVTControlCharacters</code> util</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/15b1e9c929abf5a46930e825e5fbafc50a9f31f6"><code>15b1e9c</code></a> Publish</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/9475bb336af3ed1756b780d293452216e552a8a4"><code>9475bb3</code></a> Re-home external-editor & remove <code>tmp</code> vulnerable dependency (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1804">#1804</a>)</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/ee16061a1e3f99a6cc714a3d473f7cd12b06a3f1"><code>ee16061</code></a> Add Ordered Checkbox Prompt to community list</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/22d47dd76255e32db74deb06f22f6da5b88a9fc0"><code>22d47dd</code></a> Chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 in the build group</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/c6a265a1832ece7dae2c438bd94fd739aef7592b"><code>c6a265a</code></a> Chore(deps-dev): Bump the linting group with 2 updates</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/a56b48f06447feb3881b6f670394e17c60a4189b"><code>a56b48f</code></a> Chore(deps-dev): Bump eslint-plugin-n</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/3ad650cd6018fa51fbe0822c088daf80a2243dd5"><code>3ad650c</code></a> Chore(deps-dev): Bump the linting group with 7 updates</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/69944cc0ef991049e24e4f6bcd3896a93f23b30b"><code>69944cc</code></a> Publish</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/36a789768146ca3447c5bb9f10a09dba571ac4d5"><code>36a7897</code></a> doc(<code>@inquirer/search</code>): Document the new config. Rel <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1773">#1773</a></li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/8ccf932a4895ba6ad80935c96f393a65b9816097"><code>8ccf932</code></a> feat(<code>@inquirer/search</code>): Support providing custom instructions. Fix <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1773">#1773</a></li> <li>Additional commits viewable in <a href="https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.9.1">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/superset/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]
