commitlint
commitlint copied to clipboard
chore: update dependency inquirer to v9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| inquirer | ^6.5.2 -> ^9.0.0 |
||||
| @types/inquirer (source) | ^6.5.0 -> ^9.0.0 |
||||
| inquirer | ^8.0.0 -> ^9.0.0 |
||||
| @types/inquirer (source) | ^8.0.0 -> ^9.0.0 |
Release Notes
SBoudrias/Inquirer.js
v9.1.2
v9.1.1
v9.1.0
v9.0.2
v9.0.1
v9.0.0
Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules
If you cannot migrate, please remember you can keep using the v8.x release line until you're ready.
v8.2.4
v8.2.3
- Fix line wrapping with using with terminal links
- Fix number prompt not working with negative numbers
v8.2.2
Fix bugs with the rawlist
v8.2.1
- Fix bug when using both arrow keys and number keys on the
rawListprompt. - Dependencies bump
v8.2.0
checkboxprompt: Update the help message to be more complete. And the help message is now shown until a selection is made.
v8.1.5
Fix older Node version compatibility issue.
v8.1.4
- Fix an error being thrown inside the
rawlistprompt
v8.1.3
Bug Fixes
- Fix password prompt appearing when doing async filtering/validation
- User being prompted a question even though it was answered when using nested answer object format.
- Fix extra space appearing when using custom prefix.
And bump of all dependencies.
v8.1.2
- Fix bug on
rawListprompt - Bump dependencies
v8.1.1
Fix: Number prompt default behavior.
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 withnamed prompts:
const { foo, bar } = await inquirer.prompt({
foo: {
message: '...',
default: '...',
},
bar: {
default: '...',
}
}):
v8.0.1
Fixes
- Fix issue with duplicate keys in
expandprompt not being caught if casing didn't match - Fix
rawlistprompt ignoringshortoption - Rollback dependencies migrated to ESM causing issue for some users
And lastly general dependency upgrade (to non-ESM versions)
v8.0.0
- Drop support for Node 10 (through dependencies)
- Add
postfixoption to the editor prompt to allow easily turning on proper syntax highlighting
v7.3.3
- Fix to release the readline on errors
- Security patch (lodash)
v7.3.2
Fix the loop: false option in the checkbox prompt.
v7.3.1
- Fix the
loop: falseoption in thelistprompt.
v7.3.0
- New option
loop(boolean) for list type prompts. This prevents the list from looping when reaching the top or bottom of the selection. - Bug fix: multi line list type prompts
- Core: Bumped dependencies
v7.2.0
Enhancement
039a55c#​923 Only import used lodash methods. (@​merceyz)
Bug Fix
a1171d2#​918 Fix@inquirer/confirmformatted output value. (@​rbardini)1bf6413Fixenginesfield for Node.js 8. (@​LitoMore)
v7.1.0
v7.0.7
v7.0.6
v7.0.5
Errors when running in non-TTY environment are now marked and catchable.
v7.0.4
v7.0.3
Revert broken fix done in 7.0.2
v7.0.2
~Work around bug affecting Windows user with Node 10 (#​767)~ (Reverted in v7.0.3)
v7.0.1
v7.0.0
- Drop support for Node 6.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Relates to #2850
Should inquirer of @commitlint/cz-commitlint goes into dependencies instead of peerDependencies?
The README of @commitlint/cz-commitlint has no mention of installing inquirer except for commitizen only.
If this is true, could I open a PR for this?
@shian15810 hey, yeah, good point. Happy for a PR to mention it's a peer-dep and needs to be installed manually.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.