Commit eec9819
authored
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)
| [](https://securityscorecards.dev/viewer/?uri=github.com/SBoudrias/Inquirer.js)
|
---
### Release Notes
<details>
<summary>SBoudrias/Inquirer.js (@​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments