fix(deps): update dependency @inquirer/prompts to v8 - #13
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
December 3, 2025 04:28
b0a8e76 to
99abd19
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
December 13, 2025 20:42
99abd19 to
488f9a3
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
January 11, 2026 21:47
488f9a3 to
c20b1e0
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
2 times, most recently
from
February 17, 2026 15:33
a2ddb82 to
e679c29
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
February 23, 2026 01:41
e679c29 to
aac7914
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
2 times, most recently
from
March 16, 2026 00:56
bb4b4ad to
75c6a86
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
2 times, most recently
from
April 7, 2026 16:45
41a498d to
ec187e3
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
April 19, 2026 17:18
ec187e3 to
bd533b0
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
May 10, 2026 17:17
bd533b0 to
df38009
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
May 18, 2026 19:57
df38009 to
fb77929
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
3 times, most recently
from
May 31, 2026 17:48
7566a42 to
a129101
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
July 21, 2026 03:11
a129101 to
8f23080
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
August 19, 2026 22:53
8f23080 to
a874ae1
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
2 times, most recently
from
September 2, 2026 22:12
1a07388 to
64b0b93
Compare
renovate
Bot
force-pushed
the
renovate/inquirer-prompts-8.x
branch
from
September 7, 2026 21:57
64b0b93 to
dafcf13
Compare
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:
^7.0.0→^8.0.0Release Notes
SBoudrias/Inquirer.js (@inquirer/prompts)
v8.7.2Compare Source
@inquirer/prompts@8.7.2
What's new
@inquirer/core, #2255, closes #1816).confirm()now trims surrounding whitespace from answers before matching yes/no keywords (@inquirer/confirm, #2254).Included
@inquirer/checkbox@^5.2.5@inquirer/confirm@^6.3.2@inquirer/editor@^5.3.3@inquirer/expand@^5.1.5@inquirer/input@^5.1.6@inquirer/number@^4.2.3@inquirer/password@^5.2.2@inquirer/rawlist@^5.3.5@inquirer/search@^4.3.3@inquirer/select@^5.2.5v8.7.1Compare Source
@inquirer/prompts@8.7.1
What's new
@inquirer/typeto an exact version in their published manifests. Since these type definitions leak into consumers'tscruns, a semver range on the types-only dependency could break downstream TypeScript builds without any change to Inquirer.js itself (#2247, fixes #2244).Included
@inquirer/checkbox@^5.2.4@inquirer/confirm@^6.3.1@inquirer/editor@^5.3.2@inquirer/expand@^5.1.4@inquirer/input@^5.1.5@inquirer/number@^4.2.2@inquirer/password@^5.2.1@inquirer/rawlist@^5.3.4@inquirer/search@^4.3.2@inquirer/select@^5.2.4v8.7.0Compare Source
@inquirer/prompts@8.7.0
What's new
passwordgains thetoggleMaskoption (ctrl+t to reveal the typed value).confirmnow matches localized yes/no answers per-locale.inquirer-grouped-checkboxto the community prompts list (#2236).Included
@inquirer/checkbox@^5.2.3@inquirer/confirm@^6.3.0@inquirer/editor@^5.3.1@inquirer/expand@^5.1.3@inquirer/input@^5.1.4@inquirer/number@^4.2.1@inquirer/password@^5.2.0@inquirer/rawlist@^5.3.3@inquirer/search@^4.3.1@inquirer/select@^5.2.3v8.6.0Compare Source
@inquirer/prompts@8.6.0
The all-in-one prompts package, re-exporting every individual prompt at its latest version.
Highlights
This release rides on
@inquirer/core@12.0.0, which makes theuseStatesetter accept a reducer/updater function. It also brings a newinitialValueoption to search, plus fixes fornumber,confirm, andeditor.What's new
@inquirer/search— newinitialValue?: stringoption to pre-fill the search input (#2205)What's fixed
@inquirer/number— avoid floating-point step errors; accept explicitundefinedas default (#2166, #2182)@inquirer/confirm— accept explicitundefinedas default (#2182)@inquirer/editor— accept explicitundefinedas default (#2182)Included prompts
@inquirer/checkbox@5.2.2@inquirer/confirm@6.2.0@inquirer/editor@5.3.0@inquirer/expand@5.1.2@inquirer/input@5.1.3@inquirer/number@4.2.0@inquirer/password@5.1.2@inquirer/rawlist@5.3.2@inquirer/search@4.3.0@inquirer/select@5.2.2v8.5.2Compare Source
v8.5.1Compare Source
mute-streamdependency from v4 to v3 to undo breaking compatibleengines.v8.5.0Compare Source
INQUIRER_KEYBINDINGSto enablevimoremacskeybindings; making this a user preference instead of a library author preference. One caveat is doing so disable the search feature in the select prompt. Syntax:INQUIRER_KEYBINDINGS=vim,emacs.v8.4.3Compare Source
choicesarray (Typescript only)defaultvalue to be of typeundefined(Typescript only)v8.4.2Compare Source
v8.4.1Compare Source
expandprompt type inferrence.v8.4.0Compare Source
editorprompt not always properly handling editor path on windows.v8.3.2Compare Source
v8.3.1Compare Source
v8.3.0Compare Source
Finally, see our new
@inquirer/i18npackage!v8.2.1Compare Source
wrap-ansiwithfast-wrap-ansiv8.2.0Compare Source
search): Add support fordefault.rawlist): Add support fordescriptionof choices. That information is displayed under the list when the choice is highlighted.v8.1.0Compare Source
rawlistnow supportsdefaultoption.selectnow infer return type properly when passing achoicesarray of string literals.v8.0.2Compare Source
moduleResolutionis set tocommonjs(you probably want to fix that in your project if it's still in your tsconfig)v8.0.1Compare Source
v8.0.0Compare Source
Release Notes
🚨 Breaking Changes
This is a major release that modernizes the codebase for Node.js ≥ 20.
ESM Only - No More CommonJS Support
Impact: All packages are now ESM-only. CommonJS imports are no longer supported.
If you're on modern Node versions (≥ 20), this should be transparent and have no impact.
Node.js Version Requirement
Minimum Node.js version is now 20.x
Node.js versions below 20 are no longer supported. Please upgrade to Node.js 20 or later.
Node min versions:
>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0Deprecated APIs Removed
The following deprecated APIs have been removed after being deprecated in previous releases:
listprompt alias removed (affectsinquirerpackage only)The
listalias has been removed from theinquirerpackage. This only impacts users of the legacyinquirerpackage, not users of@inquirer/promptsor individual prompt packages.helpModetheme property removedThis affects the following prompts:
@inquirer/checkbox@inquirer/search@inquirer/selectinstructionsconfig property removedThis affects the following prompts:
@inquirer/checkbox@inquirer/search@inquirer/selectcancel()method removedThe
cancel()method on prompt return customPromisehas been removed.Color Library Change: yoctocolors → Node.js
styleTextInternal change: The project now uses Node.js built-in
util.styleText()instead of theyoctocolorspackage for terminal colors. This makes Inquirer smaller and reduces risks of vulnerabilities coming from transitive dependencies.Configuration
📅 Schedule: (UTC)
🚦 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.