Skip to content

Commit eec9819

Browse files
chore(deps): update dependency @inquirer/input to v4 (#211)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@inquirer/input](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | dependencies | major | [`^3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@inquirer%2finput/3.0.1/4.0.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/SBoudrias/Inquirer.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/SBoudrias/Inquirer.js) | --- ### Release Notes <details> <summary>SBoudrias/Inquirer.js (@&#8203;inquirer/input)</summary> ### [`v4.0.0`](https://redirect.github.com/SBoudrias/Inquirer.js/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/input@3.0.1...@inquirer/input@4.0.0) #### Breaking The core codebase went through a major es5 to 6 refactor. As such, we're **dropping support for Node 4**. This change will likely require **changes to the community Plugins** as es6 classes are enforcing more restriction (like `constructor` can only be invoked with `new`). #### New features / Bug fixes - `list`, `expand` and `rawlist` prompts now accepts the value as default (previously it would only accept the choice index). - The pagination now properly handles multiline choices. - Fix bug where invalid default choices would break the UI. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d0e0a7 commit eec9819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@commander-js/extra-typings": "^12",
5151
"@inquirer/confirm": "^5.0.0",
52-
"@inquirer/input": "^3",
52+
"@inquirer/input": "^4.0.0",
5353
"@inquirer/password": "^4.0.0",
5454
"@inquirer/select": "^4.0.0",
5555
"@settlemint/sdk-js": "workspace:*",

0 commit comments

Comments
 (0)