Update dependency inquirer to v8.1.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
inquirer | dependencies | minor | 8.0.0 -> 8.1.0 |
Release Notes
SBoudrias/Inquirer.js
v8.1.0
New features
- Now display a loading spinner while asynchronously filtering or validating data.
-
inquirer.prompt()
now accept a shorthand object syntax instead of an array withname
d prompts:
const { foo, bar } = await inquirer.prompt({
foo: {
message: '...',
default: '...',
},
bar: {
default: '...',
}
}):
v8.0.1
Fixes
- Fix issue with duplicate keys in
expand
prompt not being caught if casing didn't match - Fix
rawlist
prompt ignoringshort
option - Rollback dependencies migrated to ESM causing issue for some users
And lastly general dependency upgrade (to non-ESM versions)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.