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

fix(deps): update dependency inquirer to v9 - autoclosed #158

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

SBoudrias/Inquirer.js (inquirer)

v9.3.2

Compare Source

v9.3.1

Compare Source

  • Fix risk of prototype injection.

v9.3.0

Compare Source

  • Replace chalk with picolors.
  • Drop many dependencies in favour of native functions when possible.

No impact expected, but it's a large changes in dependencies. Let us know if you run into any issues upgrading!

v9.2.23

Compare Source

v9.2.22

Compare Source

  • editor prompt: Fixed compatibility issue between default and waitUserInput options. #​1405

v9.2.21

Compare Source

v9.2.20

Compare Source

v9.2.19

Compare Source

v9.2.18

Compare Source

v9.2.17

Compare Source

v9.2.16

Compare Source

v9.2.15

Compare Source

v9.2.14

Compare Source

v9.2.13

Compare Source

v9.2.12

Compare Source

v9.2.11

Compare Source

v9.2.10

Compare Source

v9.2.9

Compare Source

  • Modified lodash imports to help with tree-shaking
  • Replace unmaintained through dependency (only affect users of the old bottom bar)

v9.2.8

Compare Source

v9.2.7

Compare Source

v9.2.6

Compare Source

v9.2.5

Compare Source

v9.2.4

Compare Source

v9.2.3

Compare Source

v9.2.2

Compare Source

v9.2.1

Compare Source

v9.2.0

Compare Source

v9.1.5

Compare Source

v9.1.4

Compare Source

Fix issue with the default value disappearing from prompt.

v9.1.3

Compare Source

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

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.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)

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

v7.3.3

Compare Source

  • Fix to release the readline on errors
  • Security patch (lodash)

v7.3.2

Compare Source

Fix the loop: false option in the checkbox prompt.

v7.3.1

Compare Source

  • Fix the loop: false option in the list prompt.

v7.3.0

Compare Source

  • New option loop (boolean) for list type prompts. This prevents the list from looping when reaching the top or bottom of the selection.
  • Bug fix: multi line list type prompts
  • Core: Bumped dependencies

v7.2.0: Inquirer v7.2.0

Compare Source

Enhancement
Bug Fix

v7.1.0

Compare Source

v7.0.7

Compare Source

v7.0.6

Compare Source

v7.0.5

Compare Source

Errors when running in non-TTY environment are now marked and catchable.

v7.0.4

Compare Source

v7.0.3

Compare Source

Revert broken fix done in 7.0.2

v7.0.2

Compare Source

~Work around bug affecting Windows user with Node 10 (#​767)~ (Reverted in v7.0.3)

v7.0.1

Compare Source

v7.0.0

Compare Source

  • Drop support for Node 6.

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, 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.

@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from ddf9453 to f2ff264 Compare June 20, 2022 04:56
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 2 times, most recently from 449b20f to 5844b18 Compare July 20, 2022 03:23
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 5844b18 to df42e6e Compare August 5, 2022 02:16
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from df42e6e to 80fe2da Compare September 1, 2022 04:25
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 80fe2da to 359269a Compare September 18, 2022 19:23
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 359269a to 078790c Compare October 7, 2022 03:20
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 078790c to 941f6fd Compare October 18, 2022 03:35
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v9 Update dependency inquirer to v9 Dec 17, 2022
@renovate renovate bot changed the title Update dependency inquirer to v9 fix(deps): update dependency inquirer to v9 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 941f6fd to 1c70283 Compare March 25, 2023 03:55
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 2 times, most recently from 1b02a62 to a6e0290 Compare June 3, 2023 21:29
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from a6e0290 to 0cecb4e Compare July 14, 2023 03:07
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 0cecb4e to a415a66 Compare July 29, 2023 03:50
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v9 fix(deps): update dependency inquirer to v9 - autoclosed Aug 2, 2023
@renovate renovate bot closed this Aug 2, 2023
@renovate renovate bot deleted the renovate/inquirer-9.x branch August 2, 2023 19:53
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v9 - autoclosed fix(deps): update dependency inquirer to v9 Aug 5, 2023
@renovate renovate bot reopened this Aug 5, 2023
@renovate renovate bot restored the renovate/inquirer-9.x branch August 5, 2023 22:51
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from a415a66 to 5a71810 Compare August 6, 2023 01:25
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 5a71810 to 9d66039 Compare September 9, 2023 22:49
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 9d66039 to cc8b7a0 Compare November 8, 2023 03:42
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from cc8b7a0 to cc112d4 Compare January 27, 2024 20:51
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from cc112d4 to 49acbc0 Compare February 4, 2024 21:36
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 49acbc0 to 47d215a Compare February 20, 2024 03:48
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 47d215a to e5162bc Compare March 13, 2024 03:23
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from e5162bc to 939eae7 Compare March 30, 2024 02:33
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 939eae7 to baef044 Compare April 13, 2024 04:31
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from baef044 to 3111d20 Compare April 17, 2024 04:47
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 3111d20 to 2039e15 Compare April 27, 2024 02:45
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 2 times, most recently from a65fbd9 to 748a1c3 Compare May 18, 2024 05:12
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from 748a1c3 to 441f017 Compare June 1, 2024 02:09
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 2 times, most recently from 2e1dbe6 to f516cc1 Compare June 28, 2024 04:13
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch from f516cc1 to 327cc1e Compare June 30, 2024 22:41
@renovate renovate bot changed the title fix(deps): update dependency inquirer to v9 fix(deps): update dependency inquirer to v9 - autoclosed Jul 9, 2024
@renovate renovate bot closed this Jul 9, 2024
@renovate renovate bot deleted the renovate/inquirer-9.x branch July 9, 2024 14:43
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