chore: bump inquirerer to ^4.9.1 (timeout fix for TTY environments)#1322
Merged
Conversation
…rerer/test to ^1.4.3, genomic to ^5.6.2 Picks up the timeout fix from dev-utils#91 — inactivity timeout now applies to all environments (TTY and non-TTY), so pgpm commands crash with usage info when required args are missing.
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps dev-utils packages across all 9 consumers to pick up the inactivity timeout fix from dev-utils#91:
inquirerer^4.9.0 → ^4.9.1@inquirerer/utils^3.3.8 → ^3.3.9@inquirerer/test^1.4.2 → ^1.4.3genomic^5.6.1 → ^5.6.2The key fix:
PromptTimeoutErrornow fires in all environments (including TTY), not just non-TTY. Runningpgpm init(or any command) from a terminal without required args will now timeout after 15s of inactivity with usage info, instead of hanging on an interactive prompt forever.Link to Devin session: https://app.devin.ai/sessions/0742309126f34ef584e8dd827828d723
Requested by: @pyramation