fix(deps): update dependency inquirer to v9 - #477
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
from
October 21, 2022 14:02
c39a06c to
d2d024c
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
4 times, most recently
from
November 3, 2022 22:32
25dda28 to
9b92370
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
6 times, most recently
from
November 16, 2022 04:05
d72dbf3 to
ec6903f
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
2 times, most recently
from
December 5, 2022 23:22
513aea4 to
1923c56
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
2 times, most recently
from
December 15, 2022 23:03
f231fd5 to
45bd1d3
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
2 times, most recently
from
December 20, 2022 19:30
012e148 to
e5f0ee0
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
6 times, most recently
from
January 11, 2023 18:45
33b5709 to
99008dc
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
4 times, most recently
from
January 18, 2023 20:35
0a4b3d3 to
2c6c709
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
2 times, most recently
from
January 23, 2023 14:35
ecca38e to
6fe511d
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
2 times, most recently
from
January 27, 2023 23:00
ec8a17a to
bf77a96
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
from
January 27, 2023 23:11
bf77a96 to
ef664e9
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
8 times, most recently
from
February 9, 2023 00:58
b87670f to
85599c2
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
3 times, most recently
from
February 22, 2023 22:48
3a380d7 to
7c89739
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
2 times, most recently
from
March 3, 2023 01:56
1cb1a5a to
2d38577
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
2 times, most recently
from
March 18, 2023 17:29
4ad1eb8 to
ac67704
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-9.x
branch
from
March 31, 2023 20:34
ac67704 to
7ce47ca
Compare
Contributor
Author
Renovate Ignore NotificationBecause 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 If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
6.5.2->9.1.5Release Notes
SBoudrias/Inquirer.js
v9.1.5Compare Source
v9.1.4Compare Source
Fix issue with the default value disappearing from prompt.
v9.1.3Compare Source
v9.1.2Compare Source
v9.1.1Compare Source
v9.1.0Compare Source
v9.0.2Compare Source
v9.0.1Compare Source
v9.0.0Compare 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.5Compare Source
v8.2.4Compare Source
v8.2.3Compare Source
v8.2.2Compare Source
Fix bugs with the
rawlistv8.2.1Compare Source
rawListprompt.v8.2.0Compare Source
checkboxprompt: Update the help message to be more complete. And the help message is now shown until a selection is made.v8.1.5Compare Source
Fix older Node version compatibility issue.
v8.1.4Compare Source
rawlistpromptv8.1.3Compare Source
Bug Fixes
And bump of all dependencies.
v8.1.2Compare Source
rawListpromptv8.1.1Compare Source
Fix: Number prompt
defaultbehavior.v8.1.0Compare Source
New features
inquirer.prompt()now accept a shorthand object syntax instead of an array withnamed prompts:v8.0.1Compare Source
Fixes
expandprompt not being caught if casing didn't matchrawlistprompt ignoringshortoptionAnd lastly general dependency upgrade (to non-ESM versions)
v8.0.0Compare Source
postfixoption to the editor prompt to allow easily turning on proper syntax highlightingv7.3.3Compare Source
v7.3.2Compare Source
Fix the
loop: falseoption in thecheckboxprompt.v7.3.1Compare Source
loop: falseoption in thelistprompt.v7.3.0Compare 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/confirmformatted output value. (@rbardini)1bf6413Fixenginesfield for Node.js 8. (@LitoMore)v7.1.0Compare Source
v7.0.7Compare Source
v7.0.6Compare Source
v7.0.5Compare Source
Errors when running in non-TTY environment are now marked and catchable.
v7.0.4Compare Source
v7.0.3Compare Source
Revert broken fix done in 7.0.2
v7.0.2Compare Source
~Work around bug affecting Windows user with Node 10 (#767)~ (Reverted in v7.0.3)
v7.0.1Compare Source
v7.0.0Compare Source
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.