SBoudrias/Inquirer.js (@inquirer/prompts)
### [`v4.3.2`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.3.2)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.3.1...@inquirer/prompts@4.3.2)
- Performance improvements (less flickering mainly noticeable on select/checkbox)
### [`v4.3.1`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.3.0...@inquirer/prompts@4.3.1)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.3.0...@inquirer/prompts@4.3.1)
### [`v4.3.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.3.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.2.1...@inquirer/prompts@4.3.0)
- Errors thrown from prompts are now custom errors.
### [`v4.2.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.2.1)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.2.0...@inquirer/prompts@4.2.1)
- Bugfix: When relying on asynchronous validation, the loader icon was broken.
- Chore: Added tests covering the prior issue to prevent future regression of loaders.
### [`v4.2.0`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.1.0...@inquirer/prompts@4.2.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.1.0...@inquirer/prompts@4.2.0)
### [`v4.1.0`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.0.0...@inquirer/prompts@4.1.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.0.0...@inquirer/prompts@4.1.0)
### [`v4.0.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.0.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.2...@inquirer/prompts@4.0.0)
- All prompts are now themable. See each prompts documentation about the options available.
- BREAKING: The `message` option of each prompt must now be a `string`. It could previously be an asynchronous function. See [recipes for a migration option](https://togithub.com/SBoudrias/Inquirer.js#wait-for-config).
- Node 18 required
### [`v3.3.2`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.1...@inquirer/prompts@3.3.2)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.1...@inquirer/prompts@3.3.2)
### [`v3.3.1`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.0...@inquirer/prompts@3.3.1)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.0...@inquirer/prompts@3.3.1)
### [`v3.3.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.3.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.2.0...@inquirer/prompts@3.3.0)
- Added `prefix` and `suffix` options to question object to allow you to edit the ` ? ` prefix or add a custom suffix.
### [`v3.2.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.2.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.2...@inquirer/prompts@3.2.0)
- Change to list prompts `default` handling:
- If number, default is the choice index
- Any other defined values, find the value in the choice array. (previously it'd only support strings)
- Bug: SIGINT was not properly exiting the process for some users
- Cleanup: bump dependencies
### [`v3.1.2`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.1...@inquirer/prompts@3.1.2)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.1...@inquirer/prompts@3.1.2)
### [`v3.1.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%403.1.1)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.0...@inquirer/prompts@3.1.1)
- Fix: There was an issue with ESM/CJS imports interoperability that should now be fixed. Ref [#1297](https://togithub.com/SBoudrias/Inquirer.js/issues/1297)
### [`v3.1.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%403.1.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.4...@inquirer/prompts@3.1.0)
- Review how force exit events are handled to make sure we restore the cursor properly.
- Various dependencies bump (including TS 5.2.2)
### [`v3.0.4`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.4)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.3...@inquirer/prompts@3.0.4)
Fix extra whitespace being printed [#506](https://togithub.com/SBoudrias/Inquirer.js/issues/506)
### [`v3.0.3`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.3)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.2...@inquirer/prompts@3.0.3)
- Unsure we properly unmute the stdout on force close.
### [`v3.0.2`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.2)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.1...@inquirer/prompts@3.0.2)
- Properly reset the prompt state when a SIGINT signal is emitted. (this fix bug where texts under the input wouldn't be cleared off the terminal after emitting ctrl-c)
- Fix bug with scrollable list centering
### [`v3.0.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.1)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.0...@inquirer/prompts@3.0.1)
- Fix import bug
### [`v3.0.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.0)
[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@2.3.1...@inquirer/prompts@3.0.0)
- Drop support for Node < 4
- Allow failing async validation by rejecting the returned Promise
- Fix bug with bottom bar
Configuration
📅 Schedule: Branch creation - "every weekday" (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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.3.1
->4.3.2
Release Notes
SBoudrias/Inquirer.js (@inquirer/prompts)
### [`v4.3.2`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.3.2) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.3.1...@inquirer/prompts@4.3.2) - Performance improvements (less flickering mainly noticeable on select/checkbox) ### [`v4.3.1`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.3.0...@inquirer/prompts@4.3.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.3.0...@inquirer/prompts@4.3.1) ### [`v4.3.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.3.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.2.1...@inquirer/prompts@4.3.0) - Errors thrown from prompts are now custom errors. ### [`v4.2.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.2.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.2.0...@inquirer/prompts@4.2.1) - Bugfix: When relying on asynchronous validation, the loader icon was broken. - Chore: Added tests covering the prior issue to prevent future regression of loaders. ### [`v4.2.0`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.1.0...@inquirer/prompts@4.2.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.1.0...@inquirer/prompts@4.2.0) ### [`v4.1.0`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.0.0...@inquirer/prompts@4.1.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@4.0.0...@inquirer/prompts@4.1.0) ### [`v4.0.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%404.0.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.2...@inquirer/prompts@4.0.0) - All prompts are now themable. See each prompts documentation about the options available. - BREAKING: The `message` option of each prompt must now be a `string`. It could previously be an asynchronous function. See [recipes for a migration option](https://togithub.com/SBoudrias/Inquirer.js#wait-for-config). - Node 18 required ### [`v3.3.2`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.1...@inquirer/prompts@3.3.2) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.1...@inquirer/prompts@3.3.2) ### [`v3.3.1`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.0...@inquirer/prompts@3.3.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.0...@inquirer/prompts@3.3.1) ### [`v3.3.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.3.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.2.0...@inquirer/prompts@3.3.0) - Added `prefix` and `suffix` options to question object to allow you to edit the ` ? ` prefix or add a custom suffix. ### [`v3.2.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.2.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.2...@inquirer/prompts@3.2.0) - Change to list prompts `default` handling: - If number, default is the choice index - Any other defined values, find the value in the choice array. (previously it'd only support strings) - Bug: SIGINT was not properly exiting the process for some users - Cleanup: bump dependencies ### [`v3.1.2`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.1...@inquirer/prompts@3.1.2) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.1...@inquirer/prompts@3.1.2) ### [`v3.1.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%403.1.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.1.0...@inquirer/prompts@3.1.1) - Fix: There was an issue with ESM/CJS imports interoperability that should now be fixed. Ref [#1297](https://togithub.com/SBoudrias/Inquirer.js/issues/1297) ### [`v3.1.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%403.1.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.4...@inquirer/prompts@3.1.0) - Review how force exit events are handled to make sure we restore the cursor properly. - Various dependencies bump (including TS 5.2.2) ### [`v3.0.4`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.4) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.3...@inquirer/prompts@3.0.4) Fix extra whitespace being printed [#506](https://togithub.com/SBoudrias/Inquirer.js/issues/506) ### [`v3.0.3`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.3) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.2...@inquirer/prompts@3.0.3) - Unsure we properly unmute the stdout on force close. ### [`v3.0.2`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.2) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.1...@inquirer/prompts@3.0.2) - Properly reset the prompt state when a SIGINT signal is emitted. (this fix bug where texts under the input wouldn't be cleared off the terminal after emitting ctrl-c) - Fix bug with scrollable list centering ### [`v3.0.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.0.0...@inquirer/prompts@3.0.1) - Fix import bug ### [`v3.0.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/v3.0.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@2.3.1...@inquirer/prompts@3.0.0) - Drop support for Node < 4 - Allow failing async validation by rejecting the returned Promise - Fix bug with bottom barConfiguration
📅 Schedule: Branch creation - "every weekday" (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 has been generated by Mend Renovate. View repository job log here.