-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: delete appkit Core from cli #5013
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
10 Skipped Deployments
|
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 removes the AppKit Core option from the CLI tool while updating several dependencies to newer versions.
- Removes "AppKit Core" as a selectable library option from the CLI interface
- Updates multiple dependencies including figlet, inquirer, babel plugins, and cross-env
- Adds various package manager lock files to .gitignore
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
packages/cli/package.json | Updates dependency versions for figlet, inquirer, babel, cross-env, and ts-node |
packages/cli/index.js | Removes AppKit Core option from library selection prompt |
packages/cli/.gitignore | Adds lock files for different package managers to ignore list |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
"cross-env": "10.0.0", | ||
"esm": "3.2.25", | ||
"ts-node": "10.9.2" | ||
"ts-node": "10.9.1" |
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.
This appears to be a downgrade from ts-node 10.9.2 to 10.9.1, which could introduce bugs that were fixed in the newer version. Consider keeping the current version or upgrading to the latest stable release.
"ts-node": "10.9.1" | |
"ts-node": "10.9.2" |
Copilot uses AI. Check for mistakes.
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Description
delete appkit Core option from cli
Type of change
Associated Issues
For Linear issues: Closes APKT-xxx
For GH issues: closes #...
Showcase (Optional)
If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.
Checklist