-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency inquirer to v9 - autoclosed #223
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ef99fda
to
0f088f6
Compare
d902e7c
to
212cbd5
Compare
997aa65
to
c2bb1ab
Compare
950bbc6
to
16cbb3e
Compare
7281812
to
791c23b
Compare
1fad73a
to
1a0fac1
Compare
1a0fac1
to
3ecddf2
Compare
3ecddf2
to
ffbe405
Compare
724a80e
to
4506335
Compare
16bef18
to
2b0b5f3
Compare
2b0b5f3
to
0c07be7
Compare
59a159e
to
f29e5de
Compare
f29e5de
to
90cf2a7
Compare
911ebda
to
12c3808
Compare
425d066
to
fd79c09
Compare
fd79c09
to
7195a0d
Compare
27de4aa
to
c12f8aa
Compare
c12f8aa
to
2b1687e
Compare
2b1687e
to
98dd9c4
Compare
55c0e7d
to
6654299
Compare
6654299
to
0a16c5b
Compare
0a16c5b
to
914f039
Compare
beafe69
to
d52027e
Compare
d52027e
to
33cab96
Compare
02b842c
to
44c2a3c
Compare
44c2a3c
to
c55795e
Compare
c55795e
to
c760e24
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.2.5
->9.2.12
8.2.6
->9.0.7
Release Notes
SBoudrias/Inquirer.js (inquirer)
v9.2.12
Compare Source
v9.2.11
Compare Source
v9.2.10
Compare Source
v9.2.9
Compare Source
through
dependency (only affect users of the old bottom bar)v9.2.8
Compare Source
v9.2.7
Compare Source
v9.2.6
Compare Source
v9.2.5
Compare Source
v9.2.4
Compare Source
v9.2.3
Compare Source
v9.2.2
Compare Source
v9.2.1
Compare Source
v9.2.0
Compare Source
v9.1.5
Compare Source
v9.1.4
Compare Source
Fix issue with the default value disappearing from prompt.
v9.1.3
Compare Source
v9.1.2
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
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.6
Compare Source
v8.2.5
Compare Source
v8.2.4
Compare Source
v8.2.3
Compare Source
v8.2.2
Compare Source
Fix bugs with the
rawlist
v8.2.1
Compare Source
rawList
prompt.v8.2.0
Compare Source
checkbox
prompt: Update the help message to be more complete. And the help message is now shown until a selection is made.v8.1.5
Compare Source
Fix older Node version compatibility issue.
v8.1.4
Compare Source
rawlist
promptv8.1.3
Compare Source
Bug Fixes
And bump of all dependencies.
v8.1.2
Compare Source
rawList
promptv8.1.1
Compare Source
Fix: Number prompt
default
behavior.v8.1.0
Compare Source
New features
inquirer.prompt()
now accept a shorthand object syntax instead of an array withname
d prompts:v8.0.1
Compare Source
Fixes
expand
prompt not being caught if casing didn't matchrawlist
prompt ignoringshort
optionAnd lastly general dependency upgrade (to non-ESM versions)
v8.0.0
Compare Source
postfix
option to the editor prompt to allow easily turning on proper syntax highlightingv7.3.3
Compare Source
v7.3.2
Compare Source
Fix the
loop: false
option in thecheckbox
prompt.v7.3.1
Compare Source
loop: false
option in thelist
prompt.v7.3.0
Compare Source
loop
(boolean) for list type prompts. This prevents the list from looping when reaching the top or bottom of the selection.v7.2.0
: Inquirer v7.2.0Compare Source
Enhancement
039a55c
#923 Only import used lodash methods. (@merceyz)Bug Fix
a1171d2
#918 Fix@inquirer/confirm
formatted output value. (@rbardini)1bf6413
Fixengines
field for Node.js 8. (@LitoMore)v7.1.0
Compare Source
v7.0.7
Compare Source
v7.0.6
Compare Source
v7.0.5
Compare Source
Errors when running in non-TTY environment are now marked and catchable.
v7.0.4
Compare Source
v7.0.3
Compare Source
Revert broken fix done in 7.0.2
v7.0.2
Compare Source
~Work around bug affecting Windows user with Node 10 (#767)~ (Reverted in v7.0.3)
v7.0.1
Compare Source
v7.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "on Friday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.