Skip to content

fix(deps): update dependency inquirer to v14 - #890

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/inquirer-14.x
Open

fix(deps): update dependency inquirer to v14#890
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/inquirer-14.x

Conversation

@renovate

@renovate renovate Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
inquirer (source) ^13.4.1^14.0.0 age confidence

Release Notes

SBoudrias/Inquirer.js (inquirer)

v14.2.2

Compare Source

inquirer@​14.2.2

The umbrella package, bundling @inquirer/prompts and @inquirer/core.

What's new
  • Fixed a race where keystrokes batched in the same tick as the key that settled a prompt could still reach keypress handlers after the prompt was done, cancelled, or aborted (@inquirer/core, #​2255, closes #​1816).
  • confirm() now trims surrounding whitespace from answers before matching yes/no keywords (@inquirer/confirm, #​2254).
Included
  • @inquirer/core@^12.0.3
  • @inquirer/prompts@^8.7.2

v14.2.1

Compare Source

inquirer@​14.2.1

The umbrella package, bundling @inquirer/prompts and @inquirer/core.

What's new
  • Published manifests now pin @inquirer/type to an exact version. Since these type definitions leak into consumers' tsc runs, a semver range on the types-only dependency could break downstream TypeScript builds without any change to Inquirer.js itself (#​2247, fixes #​2244).
Included
  • @inquirer/core@^12.0.2
  • @inquirer/prompts@^8.7.1
  • @inquirer/type@4.1.1 (pinned exactly)
  • @inquirer/ansi@^2.0.8

v14.2.0

Compare Source

inquirer@​14.2.0

The umbrella package, bundling @inquirer/prompts and @inquirer/core.

What's new
  • Updated to @inquirer/prompts@^8.7.0 and @inquirer/core@^12.0.1.
  • Includes the new toggleMask option for password (ctrl+t to reveal), localized yes/no parsing for confirm, and prettified prompt/theme types for better IDE display.
Included
  • @inquirer/core@^12.0.1
  • @inquirer/prompts@^8.7.0
  • @inquirer/type@^4.1.0
  • @inquirer/ansi@^2.0.7

v14.1.0

Compare Source

inquirer@​14.1.0

The umbrella package, bundling @inquirer/prompts and @inquirer/core.

What's new
  • Updated to @inquirer/prompts@^8.6.0 and @inquirer/core@^12.0.0.
  • Includes the new initialValue option for search, floating-point step fixes for number, and explicit-undefined default handling in number/confirm/editor.
⚠️ Note on @inquirer/core@12

inquirer@14.1.0 depends on @inquirer/core@^12.0.0, which changed the useState setter to accept a reducer function (currentValue) => nextValue. This is a type-level change for consumers of the core hook API (relevant if you build custom prompts with @inquirer/core). The built-in prompts are unaffected.

Included
  • @inquirer/core@^12.0.0
  • @inquirer/prompts@^8.6.0
  • @inquirer/type@^4.0.7
  • @inquirer/ansi@^2.0.7

v14.0.2

Compare Source

  • Fix security warnings in external-editor

v14.0.1

Compare Source

  • Rolled back mute-stream dependency from v4 to v3 to undo breaking compatible engines.
  • Added tooling to prevent regression of the above in the future. This surfaced our min engines already enforced a higher limit, so adjusted the explicit limits to match the current state.

v14.0.0

Compare Source

  • Fix (breaking): Inquirer will now throw when encountering non-registered prompt. Prior to this fix, Inquirer would default to type: 'input' in such cases - this behaviour was misleading and made it harder to detect broken code when not using Typescript.
  • Feat: Read env variable INQUIRER_KEYBINDINGS to enable vim or emacs 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: INQUIRER_KEYBINDINGS=vim,emacs.
  • Fix: Line wraps would sometime cause the cursor to be mispositioned relative to the input.
  • Chore: Dropped the rxjs dependency in favor of a lightweight internal Observable implementation. The package is much smaller for most users now.
  • Chore: Bump dependencies.

v13.4.3

Compare Source

  • Fix: Windows rendering bug
  • Fix: Preserve exact literal types in choices array (Typescript only)
  • Fix: Allow input default value to be of type undefined (Typescript only)
  • Bump dependencies

v13.4.2

Compare Source

  • Fix: some Windows terminals would freeze and not react to keypresses.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/inquirer-14.x branch 2 times, most recently from c7ea5df to 462eaec Compare May 31, 2026 18:28
@renovate
renovate Bot force-pushed the renovate/inquirer-14.x branch from 462eaec to 533f6cf Compare July 12, 2026 18:35
@renovate
renovate Bot force-pushed the renovate/inquirer-14.x branch 2 times, most recently from eed851f to d4b89db Compare August 26, 2026 23:59
@renovate
renovate Bot force-pushed the renovate/inquirer-14.x branch from d4b89db to 143425e Compare September 2, 2026 23:57
@renovate
renovate Bot force-pushed the renovate/inquirer-14.x branch from 143425e to cca2440 Compare September 8, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants