Skip to content

Bump inquirer from 13.4.3 to 14.0.0#86

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/inquirer-14.0.0
Open

Bump inquirer from 13.4.3 to 14.0.0#86
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/inquirer-14.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 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)

Summary by cubic

Upgrade inquirer to 14.0.0 for stricter prompt handling, a smaller install, and prompt fixes. Also refreshes indexes (breaches, threat actors, slugs), report counts, and the last import timestamp.

  • Dependencies

    • Bump inquirer 13.4.3 → 14.0.0; drops rxjs and updates @inquirer/* and mute-stream@4.
  • Migration

    • Unknown/unregistered prompt types now throw; register custom prompts or fix type values.
    • Optional keybindings via INQUIRER_KEYBINDINGS=vim or emacs (disables select search).
    • mute-stream@4 requires Node >=22.22.2, ^24.15.0, or >=26.0.0; update local/CI Node if needed.

Written for commit b86e963. Summary will update on new commits.

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:production
  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 25, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 Hi @dependabot[bot], I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@github-actions
Copy link
Copy Markdown
Contributor

🤖 I'm sorry @dependabot[bot], but I was unable to process your request. Please see the logs for more details.

@alphaleadership
Copy link
Copy Markdown
Owner

@pullfrog

@pullfrog
Copy link
Copy Markdown

pullfrog Bot commented May 28, 2026

We successfully verified the inquirer@14.0.0 dependency upgrade. The project builds, cleans, and runs all utilities perfectly without any breaking changes, and the updated data and article index files have been committed and pushed back to the pull request.

Task list (5/5 completed)
  • Initialize and checkout PR branch dependabot/npm_and_yarn/inquirer-14.0.0
  • Install dependencies and run build / tests to identify potential breaking changes
  • Fix any issues or compilation/test errors arising from inquirer 14.0.0 upgrade
  • Run verification (build, lint, test) and ensure everything passes
  • Commit changes, push branch, and report progress

Pullfrog  | View workflow run | via Pullfrog | Using openrouter/google/gemini-3.5-flash𝕏

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.

1 participant