-
Notifications
You must be signed in to change notification settings - Fork 390
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
feat: better chain selection for single chain #4824
base: main
Are you sure you want to change the base?
Conversation
…search prompt instead of a select one
…ad of a simple select
🦋 Changeset detectedLatest commit: 87e8e3e The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4824 +/- ##
=======================================
Coverage 74.27% 74.27%
=======================================
Files 101 101
Lines 1481 1481
Branches 192 192
=======================================
Hits 1100 1100
Misses 360 360
Partials 21 21
|
@@ -11,6 +11,7 @@ | |||
"@inquirer/core": "9.0.10", | |||
"@inquirer/figures": "1.0.5", | |||
"@inquirer/prompts": "^3.0.0", | |||
"@inquirer/search": "^3.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not for this PR but could you create a separate issue to investigate and bump up the inquirer packages across the board to more recent versions?
i ask because prompts/figures don't look upto date, and v3 of search seems to be wanting v10+ of core (we only specify v9 here)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do sir! thanks for pointing it out
Description
This PR updates the single chain selection prompt to use a search prompt instead of a select one.
Drive-by changes
:
where therunSingleChainSelectionStep
is used.@inquirer/search
packageRelated issues
Backward compatibility
Testing