Skip to content

Bump inquirer from 13.4.3 to 14.0.0#1226

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/inquirer-14.0.0
May 26, 2026
Merged

Bump inquirer from 13.4.3 to 14.0.0#1226
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/inquirer-14.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps inquirer from 13.4.3 to 14.0.0.

Release notes

Sourced from inquirer's releases.

inquirer@14.0.0

  • Fix (breaking): Inquirer will now throw when encountering non-registered prompt. Prior to this fix, Inquirer would default to type: 'input' in such cases - this behaviour was misleading and made it harder to detect broken code when not using Typescript.
  • Feat: Read env variable INQUIRER_KEYBINDINGS to enable vim or emacs keybindings; making this a user preference instead of a library author preference. One caveat is doing so disable the search feature in the select prompt. Syntax: INQUIRER_KEYBINDINGS=vim,emacs.
  • Fix: Line wraps would sometime cause the cursor to be mispositioned relative to the input.
  • Chore: Dropped the rxjs dependency in favor of a lightweight internal Observable implementation. The package is much smaller for most users now.
  • Chore: Bump dependencies.
Commits
  • 5ca6d11 chore: Publish new release
  • 2520349 feat(@​inquirer/core): support keybindings env defaults
  • 777266b refactor(inquirer): remove rxjs runtime dependency
  • b3588be fix(inquirer)!: throw on unknown prompt types
  • ab5ec9d chore(deps): Bump mute-stream from 3.0.0 to 4.0.0
  • ecec47a fix(@​inquirer/core): hard wrap rendered lines
  • c3b20a6 chore: Bump yarn + min age gate (#2133)
  • 9f3e810 chore: relax test function scoping lint
  • e4c5c99 chore(deps-dev): Bump the linting group across 1 directory with 5 updates (#2...
  • b7aed8f chore(deps): Bump minimatch from 3.1.5 to 10.2.5
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 13.4.3 to 14.0.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@13.4.3...inquirer@14.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 26, 2026
@github-actions github-actions Bot merged commit ef8ff7a into master May 26, 2026
2 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/inquirer-14.0.0 branch May 26, 2026 17:40
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants