# Inquirer.js 8.7.1 - Product: Inquirer.js (https://whatsnew.fyi/product/inquirer) - Vendor: Inquirer - Date: 2026-09-02 - Version: 8.7.1 - Original notes: https://github.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%408.7.1 - Permalink: https://whatsnew.fyi/product/inquirer/releases/8.7.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Pin @inquirer/type to exact version in published manifests to prevent downstream TypeScript build failures from semver range changes ##### @inquirer/prompts@8.7.1 ###### What's new - All bundled prompts now pin `@inquirer/type` to an exact version in their published manifests. 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](https://github.com/SBoudrias/Inquirer.js/pull/2247), fixes [#2244](https://github.com/SBoudrias/Inquirer.js/issues/2244)). ###### Included - `@inquirer/checkbox@^5.2.4` - `@inquirer/confirm@^6.3.1` - `@inquirer/editor@^5.3.2` - `@inquirer/expand@^5.1.4` - `@inquirer/input@^5.1.5` - `@inquirer/number@^4.2.2` - `@inquirer/password@^5.2.1` - `@inquirer/rawlist@^5.3.4` - `@inquirer/search@^4.3.2` - `@inquirer/select@^5.2.4`