Skip to content

Comments

Bump inquirer from 13.2.2 to 13.2.5#34

Merged
alphaleadership merged 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer-13.2.5
Feb 23, 2026
Merged

Bump inquirer from 13.2.2 to 13.2.5#34
alphaleadership merged 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer-13.2.5

Conversation

@dependabot
Copy link
Contributor

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

Bumps inquirer from 13.2.2 to 13.2.5.

Release notes

Sourced from inquirer's releases.

inquirer@13.2.3

  • chore: Switch wrap-ansi with fast-wrap-ansi
Commits
  • fd001c1 chore: Publish new release
  • 260d7eb fix(@​inquirer/testing): handle SWC-style namespace objects and missing option...
  • b760129 chore(deps): Bump @​xterm/headless from 5.5.0 to 6.0.0 (#2002)
  • 768d521 chore(deps-dev): Bump vitest from 3.2.4 to 4.0.18 in the testing group (#1998)
  • eeb8081 chore(deps-dev): Bump the types group with 2 updates (#2001)
  • 3da12d9 chore(deps-dev): Bump turbo from 2.8.3 to 2.8.9 in the build group (#2000)
  • db5bd68 chore(deps-dev): Bump oxfmt in the formatting group (#1999)
  • 48b5d7e chore: Publish new release
  • edd8f36 fix(@​inquirer/testing): declare @inquirer/* packages as optional peerDependen...
  • 53dbf6c chore: Publish new release
  • 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 from 13.2.2 to 13.3.0 to pick up fixes and faster ANSI text wrapping in prompts. No application code changes.

  • Dependencies
    • Bump inquirer to ^13.3.0, updating @inquirer/core to 11.1.5 and @inquirer/prompts to 8.3.0.
    • Replaces wrap-ansi with fast-wrap-ansi via core, reducing transitive deps and improving text wrapping performance.

Written for commit 749a666. Summary will update on new commits.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 17, 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 Terminal User
    participant App as CLI Application
    participant Inquirer as Inquirer.js (v13.2.5)
    participant Ansi as fast-wrap-ansi

    Note over App,Ansi: Runtime CLI Interaction Flow

    App->>Inquirer: prompt(questions)
    
    rect rgb(30, 41, 59)
    Note right of Inquirer: Internal Text Processing
    Inquirer->>Ansi: NEW: fast-wrap-ansi(text)
    Ansi-->>Inquirer: Return wrapped text
    end

    Inquirer->>User: Display formatted prompt
    User->>Inquirer: Provide input/selection
    
    alt Valid Input
        Inquirer-->>App: Return answers object
    else Invalid Input
        Inquirer->>User: Show validation error
    end
Loading

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inquirer-13.2.5 branch from 5d9d009 to ed8142c Compare February 22, 2026 08:27
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 13.2.2 to 13.2.5.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@13.2.2...inquirer@13.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inquirer-13.2.5 branch from ed8142c to 749a666 Compare February 23, 2026 07:31
@alphaleadership alphaleadership merged commit a06cd95 into main Feb 23, 2026
1 check failed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/inquirer-13.2.5 branch February 23, 2026 07:46
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