-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update dependency @inquirer/core to v10.3.0 #1364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,7 +44,7 @@ | |
| }, | ||
| "dependencies": { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Potential bug: Due to a version mismatch in
|
||
| "@gql.tada/cli-utils": "1.7.1", | ||
| "@inquirer/core": "10.2.2", | ||
| "@inquirer/core": "10.3.0", | ||
| "node-fetch-native": "1.6.7", | ||
| "zod": "^4" | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating
@inquirer/corein isolation breaks error handling for prompts. Other@inquirer/*packages still use an older version, causinginstanceofchecks on error types to fail due to version mismatch. This will treat user-cancelled prompts as crashes.Prompt for AI agents