Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency inquirer to v8.2.6 - autoclosed #305

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2023

Mend Renovate

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 - "after 10pm every weekday,before 5am every weekday,every weekend" (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.

@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.22%. Comparing base (f3bce4e) to head (10b1351).
Report is 119 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #305   +/-   ##
=======================================
  Coverage   75.22%   75.22%           
=======================================
  Files          45       45           
  Lines        6342     6342           
  Branches      198      198           
=======================================
  Hits         4771     4771           
  Misses       1568     1568           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch from b228b0a to 6758d85 Compare June 18, 2023 09:13
@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch from 6758d85 to fb307b2 Compare June 29, 2023 08:29
@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch from fb307b2 to 70535eb Compare July 6, 2023 10:44
@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch from 70535eb to 54ca76d Compare July 16, 2023 13:49
@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch 3 times, most recently from f37043a to 20008dc Compare August 2, 2023 19:43
@renovate renovate bot changed the title Update dependency inquirer to v8.2.5 Update dependency inquirer to v8.2.6 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch from 20008dc to 4c1fbb7 Compare August 9, 2023 15:04
@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch from 4c1fbb7 to 3cd90c4 Compare August 22, 2023 17:37
@renovate renovate bot force-pushed the renovate/inquirer-8.x-lockfile branch from 3cd90c4 to 10b1351 Compare August 27, 2023 08:32
@renovate renovate bot changed the title Update dependency inquirer to v8.2.6 Update dependency inquirer to v8.2.6 - autoclosed Aug 28, 2023
@renovate renovate bot closed this Aug 28, 2023
@renovate renovate bot deleted the renovate/inquirer-8.x-lockfile branch August 28, 2023 19:41
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.

0 participants