Skip to content

Bump inquirer from 7.0.0 to 8.2.0#119

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/inquirer-8.2.0
Open

Bump inquirer from 7.0.0 to 8.2.0#119
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/inquirer-8.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 18, 2021

Bumps inquirer from 7.0.0 to 8.2.0.

Release notes

Sourced from inquirer's releases.

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.

inquirer@8.1.5

Fix older Node version compatibility issue.

inquirer@8.1.4

  • Fix an error being thrown inside the rawlist prompt

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.

inquirer@8.1.2

  • Fix bug on rawList prompt
  • Bump dependencies

inquirer@8.1.1

Fix: Number prompt default behavior.

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

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 18, 2021
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/inquirer-8.2.0 branch from 0c82357 to 39e5010 Compare October 28, 2021 17:51
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/inquirer-8.2.0 branch from 39e5010 to 6366369 Compare January 31, 2022 14:00
@Anifacted Anifacted force-pushed the dependabot/npm_and_yarn/inquirer-8.2.0 branch from 6366369 to da7baad Compare January 31, 2022 14:41
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.0.0 to 8.2.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.0.0...inquirer@8.2.0)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@Anifacted Anifacted force-pushed the dependabot/npm_and_yarn/inquirer-8.2.0 branch from da7baad to ae6d173 Compare January 31, 2022 14:42
@Anifacted Anifacted force-pushed the dependabot/npm_and_yarn/inquirer-8.2.0 branch from 740e9c7 to 24bbb48 Compare January 31, 2022 20:05
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 9, 2022

A newer version of inquirer exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant