Skip to content

Bump inquirer from 13.2.2 to 13.2.4#33

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer-13.2.4
Closed

Bump inquirer from 13.2.2 to 13.2.4#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer-13.2.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps inquirer from 13.2.2 to 13.2.4.

Release notes

Sourced from inquirer's releases.

inquirer@13.2.3

  • chore: Switch wrap-ansi with fast-wrap-ansi
Commits
  • 48b5d7e chore: Publish new release
  • edd8f36 fix(@​inquirer/testing): declare @inquirer/* packages as optional peerDependen...
  • 53dbf6c chore: Publish new release
  • 5f6c774 fix(@​inquirer/testing): prevent artificial line wrapping in test output (#1996)
  • e400674 ci: auto-merge dependabot PRs for patch and minor updates
  • 63a85b2 fix(@​inquirer/testing): auto-mock @​inquirer/prompts barrel re-exports
  • ad95368 feat(@​inquirer/testing): add E2E testing support for CLI applications (#1980)
  • 2e60d48 chore(deps-dev): Bump oxfmt in the formatting group (#1989)
  • 7e1c0e7 chore(deps): Bump the types group with 2 updates (#1991)
  • 002c246 chore(deps-dev): Bump the build group with 3 updates (#1990)
  • 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 13.2.4 for faster ANSI wrapping and prompt fixes. No app code changes; lockfiles updated.

  • Dependencies
    • inquirer: 13.2.2 → 13.2.4
    • Updates @inquirer/core to 11.1.3 and @inquirer/prompts to 8.2.1 (patch updates across prompt packages)
    • Replaces wrap-ansi with fast-wrap-ansi (adds fast-string-width/truncated-width)

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

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

---
updated-dependencies:
- dependency-name: inquirer
  dependency-version: 13.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Feb 16, 2026
Copy link

@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 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User as Developer / CLI User
    participant CLI as CLI Application
    participant Inquirer as Inquirer Service
    participant Wrap as NEW: fast-wrap-ansi
    participant TTY as Terminal (Stdout/Stdin)

    Note over CLI,TTY: Runtime Interactive Prompt Flow

    User->>CLI: Executes command (e.g., hexo new)
    CLI->>Inquirer: prompt(questions)
    
    Inquirer->>Wrap: CHANGED: Request text wrapping
    Note right of Wrap: Replaced 'wrap-ansi' for<br/>better performance
    Wrap-->>Inquirer: Wrapped ANSI string
    
    Inquirer->>TTY: Render UI (Questions/List)
    
    User->>TTY: Provide Input (Keypress/Enter)
    TTY-->>Inquirer: Raw Input Stream
    
    Inquirer->>Inquirer: Validate & Filter Input
    
    alt Invalid Input
        Inquirer->>TTY: Render Error Message
    else Valid Input
        Inquirer-->>CLI: Return Answers Object
    end
    
    CLI->>User: Complete Action (e.g., File Created)
Loading

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2026

Superseded by #34.

@dependabot dependabot bot closed this Feb 17, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/inquirer-13.2.4 branch February 17, 2026 17:45
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