chore(deps): update dependency inquirer to v12 #88
+351
−105
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:
^0.12.0
->^12.0.0
Release Notes
SBoudrias/Inquirer.js (inquirer)
v12.1.0
Compare Source
v12.0.1
Compare Source
v12.0.0
Compare Source
@types/node
is now only apeerDependencies
. This reduces the install size of inquirer dramatically for folks not using Typescript. It's unlikely to break your builds if you used TS already, if it does runnpm install --dev @​types/node
/yarn add --dev @​types/node
.v11.1.0
Compare Source
import type { Question, DistinctQuestion, Answers } from 'inquirer';
You should use as follow to keep the inference working properly:
v11.0.2
Compare Source
when
behaviour changed unexpectedly when returning a falsy value.v11.0.1
Compare Source
v11.0.0
Compare Source
No technical breaking changes; but we changed the style of the question
prefix
once the answer is provided. Once a question is answer, the prefix becomes a tick mark (previously it was the same?
as when the prompt is idle.)This is theme-able, and so can be overwritten to with
theme.prefix
.v10.2.2
Compare Source
filter
option not working.signal: AbortSignal
didn't work with class based prompts (OSS plugins.) Now it should work consistently with legacy style prompts.v10.2.1
Compare Source
expand
prompt being broken if a Separator was in thechoices
array.v10.2.0
Compare Source
v10.1.8
Compare Source
v10.1.7
Compare Source
v10.1.6
Compare Source
v10.1.5
Compare Source
v10.1.4
Compare Source
v10.1.3
Compare Source
v10.1.2
Compare Source
v10.1.1
Compare Source
v10.1.0
Compare Source
{ type: 'search' }
prompt.v10.0.4
Compare Source
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
inquirer
is publishes a dual-build CJS/ESM.)@inquirer/prompt
.@inquirer/core
. Custom prompts built on[email protected]
will keep working, but should plan a migration.inquirer.ui.BottomBar
is deleted.My expectation is that this release should be a drop-in replacement for people using
inquirer.prompt()
and built-ins 🤞🏻. Please open an issue on Github if you run into issues migrating; it's a large rewrite and there might be a few sharp edges to cut! Hope you'll like this new release.v9.3.7
Compare Source
v9.3.6
Compare Source
v9.3.5
Compare Source
inquirer
packages file structure.v9.3.4
Compare Source
v9.3.3
Compare Source
v9.3.2
Compare Source
v9.3.1
Compare Source
v9.3.0
Compare Source
chalk
withpicolors
.No impact expected, but it's a large changes in dependencies. Let us know if you run into any issues upgrading!
v9.2.23
Compare Source
v9.2.22
Compare Source
editor
prompt: Fixed compatibility issue betweendefault
andwaitUserInput
options. #1405v9.2.21
Compare Source
v9.2.20
Compare Source
v9.2.19
Compare Source
v9.2.18
Compare Source
v9.2.17
Compare Source
v9.2.16
Compare Source
v9.2.15
Compare Source
v9.2.14
Compare Source
v9.2.13
Compare Source
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
yarn
v7.0.0
Compare Source
@types/node
is now only apeerDependencies
. This reduces the install size of inquirer dramatically for folks not using Typescript. It's unlikely to break your builds if you used TS already, if it does runnpm install --dev @​types/node
/yarn add --dev @​types/node
.v6.5.2
Compare Source
v6.5.1
Compare Source
v6.5.0
Compare Source
v6.4.1
Compare Source
v6.4.0
Compare Source
Bug Fix
v6.3.1
Compare Source
v6.2.2
Compare Source
v6.2.1
Compare Source
v6.2.0
Compare Source
v6.1.0
Compare Source
v6.0.0
Compare Source
No technical breaking changes; but we changed the style of the question
prefix
once the answer is provided. Once a question is answer, the prefix becomes a tick mark (previously it was the same?
as when the prompt is idle.)This is theme-able, and so can be overwritten to with
theme.prefix
.v5.2.0
Compare Source
Now passing the
answers
hash in thetransformer
function arguments.v5.1.0
Compare Source
transformer
option to theinput
prompt allowing you to modify the displayed user input. (Useful to modify colors as user type, etc)v5.0.1
Compare Source
Separator
export.v5.0.0
Compare Source
@inquirer/core
isn't exported from@inquirer/prompts
anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of@inquirer/*
packages.v4.0.2
Compare Source
Improve Windows rendering to properly match terminal size
v4.0.1
Compare Source
v4.0.0
Compare Source
message
option of each prompt must now be astring
. It could previously be an asynchronous function. See recipes for a migration option.v3.3.0
Compare Source
prefix
andsuffix
options to question object to allow you to edit the?
prefix or add a custom suffix.v3.2.3
Compare Source
v3.2.2
Compare Source
BottomBar
with multi-line content.v3.2.1
Compare Source
SIGINT
(stopped callingprocess.exit()
directly)v3.2.0
Compare Source
default
handling:v3.1.1
Compare Source
v3.1.0
Compare Source
v3.0.6
Compare Source
ctrl-c
) signal on Ubuntuv3.0.5
Compare Source
Properly respect the pageSize option when deciding whether to paginate or not.
v3.0.4
Compare Source
Fix extra whitespace being printed #506
v3.0.3
Compare Source
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
v2.0.0
Compare Source
name
with.
are now expand in the answer object. e.g.name.sub
would generate an answer object formatted as{name: {sub: 'answer'}}
.expand
prompt default value if not specified is nowhelp
.v1.2.3
Compare Source
editor
prompt #442v1.2.2
Compare Source
v1.2.1
Compare Source
v1.1.3
Compare Source
v1.1.2
Compare Source
v1.1.1
Compare Source
Instead of validation, you can:
choices
so you can filter out invalid choicesSeparators
. That way, they'll be seen, but won't be selectable.v1.1.0
Compare Source
editor
prompt to launch an editor allowing to easily enter multiline content - or edit file content.v1.0.3
Compare Source
value
in expand prompt.v1.0.2
Compare Source
expand
prompt to correctly use thevalue
key as the prompt answer.expand
prompt support the filter key.v1.0.1
Compare Source
Fixes
space
key instead of any keys.readline2
in favor of Node core version. This might fix some edge cases some users on windows encountered.v1.0.0
: - RosebudCompare Source
Say hello to promises!
The whole inquirer API is now based on promises!
inquirer.prompt(questions).then()
. There's no more callback function.this.async()
.Breaking changes
filter
is now always run beforevalidate
#122inquirer.prompt
doesn't take a callback argument anymoreBug fixes
And various other minor fixes and cleanup to the code base.
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.