Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 6, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
inquirer (source) 8.0.0 -> 8.2.6 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js (inquirer)

v8.2.6

Compare Source

  • Bugfix: Fix a dependency who became ESM only

v8.2.5

Compare Source

v8.2.4

Compare Source

v8.2.3

Compare Source

  • Fix line wrapping with using with terminal links
  • Fix number prompt not working with negative numbers

v8.2.2

Compare Source

Fix bugs with the rawlist

v8.2.1

Compare Source

  • Fix bug when using both arrow keys and number keys on the rawList prompt.
  • Dependencies bump

v8.2.0

Compare Source

  • 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

Compare Source

Fix older Node version compatibility issue.

v8.1.4

Compare Source

  • Fix an error being thrown inside the rawlist prompt

v8.1.3

Compare Source

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

Compare Source

  • Fix bug on rawList prompt
  • Bump dependencies

v8.1.1

Compare Source

Fix: Number prompt default behavior.

v8.1.0

Compare Source

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 named prompts:
const { foo, bar } = await inquirer.prompt({
  foo: {
    message: '...',
    default: '...',
  },
  bar: {
    default: '...',
  }
}):

v8.0.1

Compare Source

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 549c950 to a16ea12 Compare October 20, 2021 06:04
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v8.1.0 fix(deps): update dependency inquirer to v8.2.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from a16ea12 to b48c6ea Compare March 26, 2022 15:05
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v8.2.0 fix(deps): update dependency inquirer to v8.2.2 Mar 26, 2022
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v8.2.2 fix(deps): update dependency inquirer to v8.2.4 May 16, 2022
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from b48c6ea to 48ca40d Compare May 16, 2022 00:30
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 48ca40d to 7216c9b Compare November 20, 2022 14:50
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v8.2.4 fix(deps): update dependency inquirer to v8.2.5 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 7216c9b to 69509c0 Compare August 2, 2023 19:27
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v8.2.5 fix(deps): update dependency inquirer to v8.2.6 Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant