Skip to content

Update dependency @inquirer/confirm to v6#645

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/inquirer-confirm-6.x
Open

Update dependency @inquirer/confirm to v6#645
renovate[bot] wants to merge 1 commit intomainfrom
renovate/inquirer-confirm-6.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence
@inquirer/confirm (source) 3.2.06.0.10 age confidence

Release Notes

SBoudrias/Inquirer.js (@​inquirer/confirm)

v6.0.10

Compare Source

v6.0.9

Compare Source

v6.0.8

Compare Source

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

No technical breaking changes; but we changed the style of the question prefix once the answer is provided. Once a question is answer, the prefix becomes a tick mark (previously it was the same ? as when the prompt is idle.)

This is theme-able, and so can be overwritten to with theme.prefix.

v5.1.21

Compare Source

v5.1.20

Compare Source

v5.1.19

Compare Source

v5.1.18

Compare Source

v5.1.17

Compare Source

v5.1.16

Compare Source

v5.1.15

Compare Source

  • Fix Unix yes not properly being processed by the confirm prompt. (yes | node confirm-script.js)

v5.1.14

Compare Source

v5.1.13

Compare Source

v5.1.12

Compare Source

v5.1.11

Compare Source

v5.1.10

Compare Source

v5.1.9

Compare Source

v5.1.8

Compare Source

v5.1.7

Compare Source

v5.1.6

Compare Source

v5.1.5

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

  • Feat (select): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.

v5.0.2

Compare Source

v5.0.1

Compare Source

  • Fix: breaking change wrongly removed the Separator export.

v5.0.0

Compare Source

  • [Breaking #​1384] @inquirer/core isn't exported from @inquirer/prompts anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of @inquirer/* packages.

v4.0.1

Compare Source

  • Update dependency to fix a LGPL license issue.

v4.0.0

Compare Source

Breaking

The core codebase went through a major es5 to 6 refactor. As such, we're dropping support for Node 4.

This change will likely require changes to the community Plugins as es6 classes are enforcing more restriction (like constructor can only be invoked with new).

New features / Bug fixes

  • list, expand and rawlist prompts now accepts the value as default (previously it would only accept the choice index).
  • The pagination now properly handles multiline choices.
  • Fix bug where invalid default choices would break the UI.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch 2 times, most recently from 08c1588 to 2acb261 Compare November 20, 2025 22:40
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch from 2acb261 to 4f5af2f Compare December 2, 2025 22:35
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch 4 times, most recently from 591a1fe to 3e292d0 Compare December 18, 2025 19:01
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch from 3e292d0 to f2d1460 Compare December 31, 2025 18:48
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch from f2d1460 to e0a940a Compare January 8, 2026 21:25
@coderabbitai
Copy link

coderabbitai bot commented Jan 8, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch 3 times, most recently from 1f7cc2b to 3ded38f Compare January 14, 2026 19:37
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch 2 times, most recently from 0467848 to 6318efe Compare January 23, 2026 20:49
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch from 6318efe to 6a60fbc Compare February 2, 2026 16:31
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch 4 times, most recently from 657bcf5 to 942127e Compare February 16, 2026 19:37
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch 2 times, most recently from 329c8fc to 3e7e247 Compare February 23, 2026 02:51
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch 2 times, most recently from f0882ef to 3428e8e Compare February 26, 2026 17:00
@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch from 3428e8e to 0c681e2 Compare March 5, 2026 17:23
@ErisDS
Copy link
Member

ErisDS commented Mar 5, 2026

🤖 Velo CI Failure Analysis

Classification: 🟠 SOFT FAIL

  • Workflow: Test
  • Failed Step: Run yarn test
  • Run: View failed run
    What failed: Uncaught exception during test execution due to invalid data deserialization
    Why: The error message indicates that there was an uncaught exception during the test execution, caused by an issue with deserializing cloned data. This is likely a code-related issue, as it occurred within the application code being tested.
    Action:
    The author should investigate the root cause of the deserialization error and fix the issue in the application code. This may involve reviewing the code that handles the cloned data and ensuring that it is properly serialized and deserialized.

@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch from 0c681e2 to 3918178 Compare March 14, 2026 17:05
@ErisDS
Copy link
Member

ErisDS commented Mar 14, 2026

🤖 Velo CI Failure Analysis

Classification: 🟠 SOFT FAIL

  • Workflow: Test
  • Failed Step: Run yarn test
  • Run: View failed run
    What failed: CI failure - likely code issue
    Why: The failure appears to be related to code changes. Check the error output for details.
    Action:
    Review the error logs and fix the issue in your code.

@renovate renovate bot force-pushed the renovate/inquirer-confirm-6.x branch from 3918178 to 1b8b119 Compare March 18, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant