github SBoudrias/Inquirer.js inquirer@14.1.0

latest releases: @sboudrias/package@1.0.2, @inquirer/i18n@1.2.0, @inquirer/demo@2.0.19...
3 hours ago

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

Don't miss a new Inquirer.js release

NewReleases is sending notifications on new releases.