Closed renovate[bot] closed 2 years ago
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 9.x releases. However, if you upgrade to 9.x manually then Renovate will reenable minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
^8.0.0
->^9.0.0
:warning: MAJOR MAJOR MAJOR :warning:
Release Notes
SBoudrias/Inquirer.js
### [`v9.0.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%409.0.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.4...inquirer@9.0.0) 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.4`](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.3...inquirer@8.2.4) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.3...inquirer@8.2.4) ### [`v8.2.3`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.2.3) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.2...inquirer@8.2.3) - Fix line wrapping with using with terminal links - Fix number prompt not working with negative numbers ### [`v8.2.2`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.2.2) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.1...inquirer@8.2.2) Fix bugs with the `rawlist` ### [`v8.2.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.2.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.0...inquirer@8.2.1) - Fix bug when using both arrow keys and number keys on the `rawList` prompt. - Dependencies bump ### [`v8.2.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.2.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.1.5...inquirer@8.2.0) - `checkbox` prompt: Update the help message to be more complete. And the help message is now shown until a selection is made. ### [`v8.1.5`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.1.5) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.1.4...inquirer@8.1.5) Fix older Node version compatibility issue. ### [`v8.1.4`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.1.4) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.1.3...inquirer@8.1.4) - Fix an error being thrown inside the `rawlist` prompt ### [`v8.1.3`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.1.3) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.1.2...inquirer@8.1.3) ##### Bug Fixes - Fix password prompt appearing when doing async filtering/validation - User being prompted a question even though it was answered when using nested answer object format. - Fix extra space appearing when using custom prefix. And bump of all dependencies. ### [`v8.1.2`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.1.2) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.1.1...inquirer@8.1.2) - Fix bug on `rawList` prompt - Bump dependencies ### [`v8.1.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.1.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.1.0...inquirer@8.1.1) **Fix**: Number prompt `default` behavior. ### [`v8.1.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.1.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.0.1...inquirer@8.1.0) ##### New features - Now display a loading spinner while asynchronously filtering or validating data. - `inquirer.prompt()` now accept a shorthand object syntax instead of an array with `name`d prompts: ```js const { foo, bar } = await inquirer.prompt({ foo: { message: '...', default: '...', }, bar: { default: '...', } }): ``` ### [`v8.0.1`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.0.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@8.0.0...inquirer@8.0.1) Fixes - Fix issue with duplicate keys in `expand` prompt not being caught if casing didn't match - Fix `rawlist` prompt ignoring `short` option - Rollback dependencies migrated to ESM causing issue for some users And lastly general dependency upgrade (to non-ESM versions)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.