-
Notifications
You must be signed in to change notification settings - Fork 834
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
chore(deps): update dependency inquirer to v12 #3208
base: v4
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v4 #3208 +/- ##
=======================================
Coverage 81.18% 81.18%
=======================================
Files 226 226
Lines 18142 18142
Branches 2485 2485
=======================================
Hits 14729 14729
Misses 3395 3395
Partials 18 18 ☔ View full report in Codecov by Sentry. |
52f5e63
to
7037ffa
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR contains the following updates:
^10.0.1
->^12.0.1
Release Notes
SBoudrias/Inquirer.js (inquirer)
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
Configuration
📅 Schedule: Branch creation - "before 10am 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.