fix(deps): update dependency @inquirer/prompts to v7 #1209
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:
5.5.0
->7.3.3
Release Notes
SBoudrias/Inquirer.js (@inquirer/prompts)
v7.3.3
Compare Source
--frozen-intrinsics
flag.This fix is also released through patches of all specific prompts packages.
v7.3.2
Compare Source
Fix the
loop: false
option in thecheckbox
prompt.v7.3.1
Compare Source
@types/node
as an optional peer dependency across all packages.v7.3.0
Compare Source
v7.2.4
Compare Source
v7.2.3
Compare Source
v7.2.2
Compare Source
v7.2.1
Compare Source
v7.2.0
Compare Source
v7.1.0
Compare Source
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.0.1
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
.Configuration
📅 Schedule: Branch creation - "* * * * 1-5" (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 this update again.
This PR was generated by Mend Renovate. View the repository job log.