Skip to content

chore(deps): update dependency @inquirer/select to v5#1146

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/inquirer-select-5.x
Open

chore(deps): update dependency @inquirer/select to v5#1146
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/inquirer-select-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
@inquirer/select (source) ^1.3.3^5.0.0 age confidence

Release Notes

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

v5.1.0

Compare Source

  • Feat (select): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.

v5.0.7

Compare Source

  • Replace chalk with picolors (in 5.1.0 went to yoctocolors to stay with Sindre's packages and reduce amount of provenance.)
  • TS 5.5 (no impact expected on package users)

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

  • Fix bug with the editor prompt.

v5.0.0

Compare Source

Breaking: Upgrade to RxJS v5 which updates a bunch of Reactive interface method names.

For people not using the Reactive interface directly, this new major release should just work out of the box.

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

  • New design for the keys help tip. Themable/localizable with theme.style.keysHelpTip.
  • Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with theme.keybindings

v4.3.4

Compare Source

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

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

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

  • New prefill option to control if the default value is editable inline or only after pressing tab.

v4.1.1

Compare Source

v4.1.0

Compare Source

  • feat: Add support for default.

v4.0.10

Compare Source

v4.0.9

Compare Source

v4.0.8

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

Improve Windows rendering to properly match terminal size

v4.0.1

Compare Source

  • Update dependency to fix a LGPL license issue.

v4.0.0

Compare Source

Breaking

The core codebase went through a major es5 to 6 refactor. As such, we're dropping support for Node 4.

This change will likely require changes to the community Plugins as es6 classes are enforcing more restriction (like constructor can only be invoked with new).

New features / Bug fixes

  • list, expand and rawlist prompts now accepts the value as default (previously it would only accept the choice index).
  • The pagination now properly handles multiline choices.
  • Fix bug where invalid default choices would break the UI.

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

v2.5.0

Compare Source

  • Each choice can now provide a description (like for the select and search prompts)
  • choices can now be an array of string.
  • Includes @inquirer/core@9.1.0 adding support for { signal: AbortSignal } in the context options to programatically cancel a prompt.

v2.4.7

Compare Source

v2.4.6

Compare Source

v2.4.5

Compare Source

v2.4.4

Compare Source

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

  • Added optional short property to the choices. When defined, we'll use short instead of name when rendering the selection after submitting the prompt. This is added to maintain compatibility with the inquirer API.

v2.3.11

Compare Source

v2.3.10

Compare Source

v2.3.9

Compare Source

v2.3.8

Compare Source

v2.3.7

Compare Source

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

Fix bug where Common.js Typescript types definition were broken (should have no impact on ESM users)

v2.3.0

Compare Source

  • Help tip behaviors are now customizable through theme options.

v2.2.3

Compare Source

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

  • Allow customizing renderSelectedChoices with theme.

v2.0.0

Compare Source

  • Answer name with . are now expand in the answer object. e.g. name.sub would generate an answer object formatted as {name: {sub: 'answer'}}.
  • expand prompt default value if not specified is now help.
  • Drop support for node 0.10 and 0.12

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

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