-
Notifications
You must be signed in to change notification settings - Fork 9
Bump @inquirer/prompts to 7.9.0 and version to 1.0.4 #488
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
Conversation
Co-authored-by: Swiftwork <455178+Swiftwork@users.noreply.github.com>
Co-authored-by: Swiftwork <455178+Swiftwork@users.noreply.github.com>
|
Tested locally |
|
@copilot Bump version number and run yarn install |
Co-authored-by: Swiftwork <455178+Swiftwork@users.noreply.github.com>
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.
Pull Request Overview
This PR upgrades the @inquirer/prompts package from version ^5.3.8 to ^7.9.0 in the CLI package. This is a major version bump that brings updated dependencies and new peer dependency requirements.
- Bumped package version from 1.0.3 to 1.0.4
- Updated
@inquirer/promptsfrom ^5.3.8 to ^7.9.0 along with all its transitive dependencies
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/cli/package.json | Updated @inquirer/prompts dependency version from ^5.3.8 to ^7.9.0 and bumped package version to 1.0.4 |
| yarn.lock | Updated lockfile entries for @inquirer/* packages and their dependencies to reflect the major version upgrade |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@inquirer/prompts@^5.3.8transitively depends on the unmaintainedexternal-editor@3.1.0, which pulls in the vulnerabletmp@0.0.33package.Changes
@inquirer/promptsfrom^5.3.8to^7.9.0inpackages/cli/package.json1.0.3to1.0.4yarn.lockwith new dependency resolutionsImpact
Version 7.x uses
@inquirer/editor@4.2.21→@inquirer/external-editor@1.0.2, which has notmpdependency. The vulnerable dependency chain is completely eliminated from the CLI package.The API for
input,select, andconfirmfunctions used by the CLI remains unchanged.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.