Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
inquirer@12.9.1
- Replace
external-editordependency with new@inquirer/external-editor. This remove the vulnerabletmptransitive dependency from the dependency tree.
@inquirer/prompts@7.8.1
- Replace
external-editordependency with new@inquirer/external-editor. This remove the vulnerabletmptransitive dependency from the dependency tree.
inquirer@12.9.0
- Search prompt: New
instructionsconfig to allow localizing the help tips.
@inquirer/search@3.1.0
- New
instructionsconfig to allow localizing the help tips.
@inquirer/prompts@7.8.0
- Search prompt: New
instructionsconfig to allow localizing the help tips.
inquirer@12.8.2
- Fix #1786 select prompt with
indexMode: numbertheme option didn't properly calculate the items indexes if separators where present in between choices.
inquirer@12.8.1
- Fixes: a transitive dependency (
run-aysnc) loaded devDependencies unexpectedly. This is now fixed upstream. Rel #1791
@inquirer/select@4.3.1
- Fix #1786
indexMode: numbertheme option didn't properly calculate the items indexes if separators where present in between choices.
@inquirer/prompts@7.7.1
- Fix #1786 select prompt with
indexMode: numbertheme option didn't properly calculate the items indexes if separators where present in between choices.
inquirer@12.8.0
- Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
- Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.