migrate icon indicating copy to clipboard operation
migrate copied to clipboard

fix(deps): update dependency @inquirer/prompts to v5

Open renovate[bot] opened this issue 10 months ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@inquirer/prompts (source) 2.3.1 -> 5.0.3 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js (@​inquirer/prompts)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

  • Fix: breaking change wrongly removed the Separator export.

v5.0.0

Compare Source

  • [Breaking #​1384] @inquirer/core isn't exported from @inquirer/prompts anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of @inquirer/* packages.

v4.3.3

Compare Source

  • On windows, we will now use unicode characters whenever possible

v4.3.2

Compare Source

  • Performance improvements (less flickering mainly noticeable on select/checkbox)

v4.3.1

Compare Source

v4.3.0

Compare Source

  • Errors thrown from prompts are now custom errors.

v4.2.1

Compare Source

  • Bugfix: When relying on asynchronous validation, the loader icon was broken.
  • Chore: Added tests covering the prior issue to prevent future regression of loaders.

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

  • All prompts are now themable. See each prompts documentation about the options available.
  • BREAKING: The message option of each prompt must now be a string. It could previously be an asynchronous function. See recipes for a migration option.
  • Node 18 required

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

  • Added prefix and suffix options to question object to allow you to edit the ? prefix or add a custom suffix.

v3.2.0

Compare Source

  • Change to list prompts default handling:
    • If number, default is the choice index
    • Any other defined values, find the value in the choice array. (previously it'd only support strings)
  • Bug: SIGINT was not properly exiting the process for some users
  • Cleanup: bump dependencies

v3.1.2

Compare Source

v3.1.1

Compare Source

  • Fix: There was an issue with ESM/CJS imports interoperability that should now be fixed. Ref #​1297

v3.1.0

Compare Source

  • Review how force exit events are handled to make sure we restore the cursor properly.
  • Various dependencies bump (including TS 5.2.2)

v3.0.4

Compare Source

Fix extra whitespace being printed #​506

v3.0.3

Compare Source

  • Unsure we properly unmute the stdout on force close.

v3.0.2

Compare Source

  • Properly reset the prompt state when a SIGINT signal is emitted. (this fix bug where texts under the input wouldn't be cleared off the terminal after emitting ctrl-c)
  • Fix bug with scrollable list centering

v3.0.1

Compare Source

  • Fix import bug

v3.0.0

Compare Source

  • Drop support for Node < 4
  • Allow failing async validation by rejecting the returned Promise
  • Fix bug with bottom bar

Configuration

📅 Schedule: Branch creation - "every weekday" (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.

renovate[bot] avatar Apr 12 '24 19:04 renovate[bot]