Skip to content

Commit 0c747a8

Browse files
build(deps): bump inquirer from 13.2.2 to 13.3.0 (#322)
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 13.2.2 to 13.3.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>inquirer@13.3.0</h2> <ul> <li>Fix: Keypresses happening before a prompt is rendered are now ignored.</li> <li>Fix (checkbox): Element who're both checked and disabled are now always included in the returned array.</li> <li>Feat (select/checkbox): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.</li> <li>Feat: various new theme options to make all prompts content localizable.</li> </ul> <p>Finally, see our new <a href="https://github.com/SBoudrias/Inquirer.js/tree/main/packages/i18n"><code>@inquirer/i18n</code> package</a>!</p> <h2>inquirer@13.2.3</h2> <ul> <li>chore: Switch <code>wrap-ansi</code> with <code>fast-wrap-ansi</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/526eca2e64853510821ffd457561840ec0cbfb93"><code>526eca2</code></a> chore: Publish new release</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/60d02c474fa335c67842b1024213edf8ff080b02"><code>60d02c4</code></a> docs(<code>@​inquirer/prompts</code>): highlight auto-detected locale in i18n section (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/2011">#2011</a>)</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/f773d21ba64e326c6e6d9b6664561c1f5255f64c"><code>f773d21</code></a> feat(<code>@​inquirer/prompts-i18n</code>) New i18n package with first set of localization ...</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/dd52bbe4d5e590e4a0566d9ceb7c57f68a401bdf"><code>dd52bbe</code></a> feat: allow cursor to land on disabled choices (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/2008">#2008</a>)</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/64622ed84acb919a474840cc88c5fb646e56777d"><code>64622ed</code></a> feat(<code>@​inquirer/testing</code>): add nextRender() to unit test render API (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/2010">#2010</a>)</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/32ed010abd1629900581ead27f80c2fe1f8de87a"><code>32ed010</code></a> refactor(<code>@​inquirer/select</code>,<code>@​inquirer/checkbox</code>): clean up disabled choice rende...</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/b23a48336bc6a9baad6cc35e03d404feed486cfd"><code>b23a483</code></a> fix(<code>@​inquirer/checkbox</code>): include disabled+checked items in the answer</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/fd40b4377e84509fb140448c343453ee094862bc"><code>fd40b43</code></a> fix(<code>@​inquirer/core</code>): discard keystrokes buffered before prompt creation</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/fd001c191cfb287b430d5e90cb159cf8f6500dc5"><code>fd001c1</code></a> chore: Publish new release</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/260d7eb066f514a778fa4ceaf6ff51d5011cdc5a"><code>260d7eb</code></a> fix(<code>@​inquirer/testing</code>): handle SWC-style namespace objects and missing option...</li> <li>Additional commits viewable in <a href="https://github.com/SBoudrias/Inquirer.js/compare/inquirer@13.2.2...inquirer@13.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=inquirer&package-manager=npm_and_yarn&previous-version=13.2.2&new-version=13.3.0)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0307ea6 commit 0c747a8

2 files changed

Lines changed: 63 additions & 63 deletions

File tree

package-lock.json

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"ansi-colors": "4.1.3",
7575
"commander": "14.0.3",
7676
"external-editor": "3.1.0",
77-
"inquirer": "13.2.2",
77+
"inquirer": "13.3.0",
7878
"mite-api": "0.1.1",
7979
"nconf": "0.13.0",
8080
"node-fetch": "2.7.0",

0 commit comments

Comments
 (0)