Version 7.5.2 of @inquirer/prompts introduces several dependency updates that enhance the functionality and reliability of this popular interactive prompt collection for Node.js applications. This release, compared to version 7.5.1, brings improvements across various prompt types. Notably, @inquirer/input advances from version 4.1.10 to 4.1.11, @inquirer/editor from 4.2.11 to 4.2.12, @inquirer/expand jumps from 4.0.13 to 4.0.14, and @inquirer/number and @inquirer/search progress from 3.0.13 to 3.0.14. @inquirer/select moves from 4.2.1 to 4.2.2, @inquirer/confirm from 5.1.10 to 5.1.11, @inquirer/rawlist from 4.1.1 to 4.1.2, @inquirer/checkbox from 4.1.6 to 4.1.7, and finally @inquirer/password from 4.0.13 to 4.0.14.
Beyond dependency bumps, the devDependencies have also been updated, most notably being @inquirer/type version 3.0.6 to 3.0.7 and @arethetypeswrong/cli from 0.17.4 to 0.18.1. This indicates a focus on improved type checking and developer tooling. This upgrade likely includes bug fixes, performance enhancements, and possibly new features within the individual prompt components, contributing to a more robust and user-friendly experience for both developers and end-users. The unpacked size increased from 23986 to 24542, likely a result of these added features. Developers upgrading from 7.5.1 should review the changelogs of each updated dependency for specific details on changes and potential breaking changes, although minor version bumps typically focus on backwards-compatible enhancements and bug fixes.
The are not vulnerabilities for the version 7.5.2 of the package @inquirer/prompts