Skip to content

Bump inquirer from 13.3.0 to 13.3.2#47

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer-13.3.2
Mar 16, 2026
Merged

Bump inquirer from 13.3.0 to 13.3.2#47
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer-13.3.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps inquirer from 13.3.0 to 13.3.2.

Release notes

Sourced from inquirer's releases.

inquirer@13.3.2

  • Fix broken 1.3.1 release process.

inquirer@13.3.1

  • Bump dependencies
Commits
  • b218fcc chore: Publish new release
  • b6aabed fix: set prepublish script
  • 1ce0319 chore: Publish new release
  • 62a1b2d Merge pull request #2031 from SBoudrias/sboudrias/debug-xterm-80g
  • 09fcc6c chore(@​inquirer/testing): fix formatting
  • 56bdf30 fix(@​inquirer/testing): resolve xterm CJS named export error under native Nod...
  • 58d3bf0 chore(deps): Bump brace-expansion from 1.1.11 to 1.1.12 (#2029)
  • f9a3adb Merge pull request #2026 from SBoudrias/emdash/semver-315
  • 264f5da chore(setup-packages): simplify coerce using tryParseRange
  • feab678 chore(setup-packages): replace semver with std-semver
  • 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.3.0 to 13.3.2 to pull in upstream patch fixes and updated @inquirer/* dependencies. No behavior changes expected; CLI prompts should work as before.

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

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

---
updated-dependencies:
- dependency-name: inquirer
  dependency-version: 13.3.2
  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 Mar 16, 2026
@github-actions
Copy link
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 github-actions bot merged commit 3b12b8d into main Mar 16, 2026
7 of 9 checks passed
@github-actions
Copy link
Contributor

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

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/inquirer-13.3.2 branch March 16, 2026 18:25
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 User (Terminal)
    participant CLI as Hexo CLI / App
    participant Inquirer as Inquirer v13.3.2
    participant Std as Process (stdin/stdout)

    Note over User, Std: Interactive CLI Session

    CLI->>Inquirer: CHANGED: prompt(questions)
    Inquirer->>Std: Initialize UI & render questions
    Std-->>User: Display prompt in terminal

    loop Awaiting Input
        User->>Std: Keypress / String input
        Std->>Inquirer: Raw input stream
        Inquirer->>Inquirer: Update internal state
        Inquirer->>Std: Refresh UI (ANSI escapes)
    end

    User->>Std: Enter (Submit)
    Std->>Inquirer: Finalize input
    Inquirer-->>CLI: Return parsed answers object
    CLI->>User: Execute command based on answers
Loading

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