Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

TASK: Update dependency inquirer to v8 #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
inquirer 7.3.3 -> 8.2.2 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js

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)

v8.0.0

Compare Source

  • Drop support for Node 10 (through dependencies)
  • Add postfix option to the editor prompt to allow easily turning on proper syntax highlighting

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 059adc1 to fb5327b Compare May 7, 2021 00:56
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from fb5327b to 2e4cac3 Compare May 21, 2021 20:47
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 2e4cac3 to 795f008 Compare June 15, 2021 19:50
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 795f008 to 471014c Compare July 14, 2021 16:04
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 471014c to 9624b12 Compare October 18, 2021 22:13
@renovate renovate bot force-pushed the renovate/inquirer-8.x branch from 9624b12 to 5ed7e65 Compare March 26, 2022 13:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant