-
-
Notifications
You must be signed in to change notification settings - Fork 209
Update dependency inquirer to v12 #64
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/inquirer-12.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
686367c to
ffaab2f
Compare
ffaab2f to
fd0d40f
Compare
dcf2a83 to
ab243db
Compare
8434bee to
7a49ee6
Compare
7a49ee6 to
1cac233
Compare
596129c to
722c037
Compare
722c037 to
5280bfe
Compare
63a4efd to
0f22d52
Compare
0f22d52 to
b063dce
Compare
b063dce to
ca1b187
Compare
ca1b187 to
63dfdf8
Compare
63dfdf8 to
05292cf
Compare
d3a54c5 to
d9fef95
Compare
d9fef95 to
dd153fa
Compare
dd153fa to
060fe64
Compare
060fe64 to
250d320
Compare
250d320 to
c59e454
Compare
c59e454 to
5524842
Compare
5524842 to
221ca85
Compare
ab35dfc to
0a76010
Compare
0a76010 to
879e508
Compare
df72d20 to
dfacd72
Compare
5890a8c to
7f65834
Compare
7f65834 to
659f69f
Compare
774e92f to
f222b39
Compare
f222b39 to
26d3fd9
Compare
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:
8.2.4->12.10.0Release Notes
SBoudrias/Inquirer.js (inquirer)
v12.10.0Compare Source
theme.style.keysHelpTip.theme.keybindingsv12.9.6Compare Source
v12.9.5Compare Source
v12.9.4Compare Source
v12.9.3Compare Source
yesnot properly being processed by the confirm prompt. (yes | node confirm-script.js)v12.9.2Compare Source
@types/nodean optional peer dependency.v12.9.1Compare Source
external-editordependency with new@inquirer/external-editor. This remove the vulnerabletmptransitive dependency from the dependency tree.v12.9.0Compare Source
instructionsconfig to allow localizing the help tips.v12.8.2Compare Source
indexMode: numbertheme option didn't properly calculate the items indexes if separators where present in between choices.v12.8.1Compare Source
run-aysnc) loaded devDependencies unexpectedly. This is now fixed upstream. Rel #1791v12.8.0Compare Source
v12.7.0Compare Source
-
inputprompt: Newprefilloption to control if thedefaultvalue is editable inline or only after pressingtab.v12.6.3Compare Source
select,checkboxandsearchprompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.v12.6.2Compare Source
v12.6.1Compare Source
npm. This removes non-standard version specifiers likeworkspace:*from the public npm packages.v12.6.0Compare Source
instructionsoption allowing to customize the messages in the help tips.@inquirer/selectprompt. Also added aloopoption to control the list loop behaviour when reaching the boundaries.v12.5.2Compare Source
v12.5.1Compare Source
v12.5.0Compare Source
select): Introducetheme.indexModeto control displaying an index prefix in front of each choice. (defaults to hidden)select): Improve search when number keys are pressedv12.4.3Compare Source
--frozen-intrinsicsflag.v12.4.2Compare Source
v12.4.1Compare Source
@types/nodeas an optional peer dependency across all packages.v12.4.0Compare Source
shortcutconfig to thecheckboxprompt. Allows to customize or disable shortcut keys for select all and invert selection.v12.3.3Compare Source
strip-ansiin favour of Node built-instripVTControlCharactersutil.v12.3.2Compare Source
v12.3.1Compare Source
v12.3.0Compare Source
defaultto be provided listing pre-checked checkboxes. This is a legacy interface brought back given this feature removal was an involuntary breaking change during thev12release. The preferred interface is to provide thecheckedproperty to choices{ value: 'bar', checked: true }.v12.2.0Compare Source
v12.1.0Compare Source
v12.0.1Compare Source
v12.0.0Compare Source
@types/nodeis 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.0Compare Source
import type { Question, DistinctQuestion, Answers } from 'inquirer';You should use as follow to keep the inference working properly:
v11.0.2Compare Source
whenbehaviour changed unexpectedly when returning a falsy value.v11.0.1Compare Source
v11.0.0Compare Source
No technical breaking changes; but we changed the style of the question
prefixonce 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.2Compare Source
filteroption not working.signal: AbortSignaldidn't work with class based prompts (OSS plugins.) Now it should work consistently with legacy style prompts.v10.2.1Compare Source
expandprompt being broken if a Separator was in thechoicesarray.v10.2.0Compare Source
v10.1.8Compare Source
v10.1.7Compare Source
v10.1.6Compare Source
v10.1.5Compare Source
v10.1.4Compare Source
v10.1.3Compare Source
v10.1.2Compare Source
Choiceobjects withoutvalueshould default to usenameas the value. Note: Please don't rely on this weird behaviour, but we fixed it since it was an unintended breaking change.v10.1.1Compare Source
v10.1.0Compare Source
{ type: 'search' }prompt.v10.0.4Compare Source
v10.0.3Compare Source
shorton select and checkbox prompt.closemethod on prompt class instances (it wasn't required.)v10.0.2Compare Source
v10.0.1Compare Source
v10.0.0Compare Source
inquireris 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.BottomBaris 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.8Compare Source
v9.3.7Compare Source
v9.3.6Compare Source
v9.3.5Compare Source
inquirerpackages file structure.v9.3.4Compare Source
v9.3.3Compare Source
v9.3.2Compare Source
v9.3.1Compare Source
v9.3.0Compare Source
chalkwith(in 9.3.2 went topicolorsyoctocolorsto stay with Sindre's packages and reduce amount of provenance.)No impact expected, but it's a large changes in dependencies. Let us know if you run into any issues upgrading!
v9.2.23Compare Source
v9.2.22Compare Source
editorprompt: Fixed compatibility issue betweendefaultandwaitUserInputoptions. #1405v9.2.21Compare Source
v9.2.20Compare Source
v9.2.19Compare Source
v9.2.18Compare Source
v9.2.17Compare Source
v9.2.16Compare Source
v9.2.15Compare Source
v9.2.14Compare Source
v9.2.13Compare Source
v9.2.12Compare Source
v9.2.11Compare Source
v9.2.10Compare Source
v9.2.9Compare Source
throughdependency (only affect users of the old bottom bar)v9.2.8Compare Source
v9.2.7Compare Source
v9.2.6Compare Source
v9.2.5Compare Source
v9.2.4Compare Source
v9.2.3Compare Source
v9.2.2Compare Source
v9.2.1Compare Source
v9.2.0Compare Source
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.7Compare Source
v8.2.6Compare Source
v8.2.5Compare Source
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.