-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update package dependencies #489
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -26,6 +26,7 @@ | |||||||||||||
| "ccusage": "^17.2.0", | ||||||||||||||
| "cline": "^1.0.8", | ||||||||||||||
| "open-composer": "^0.8.23", | ||||||||||||||
| "turbo": "^2.7.2", | ||||||||||||||
|
||||||||||||||
| "turbo": "^2.7.2", | |
| "ccusage", | |
| "cline", | |
| "open-composer", | |
| "turbo", | |
| "typescript" |
🤖 Prompt for AI Agents
In package.json around line 29 (and trustedDependencies array at lines ~32-49),
the "turbo" dependency was added to dependencies but not mirrored in
trustedDependencies; add the string "turbo" into the trustedDependencies array
in alphabetical order with the same quoting/comma style as the other entries so
the two lists remain consistent.
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.
The new dependency
turboshould also be added to thetrustedDependenciesarray. Packages with native binaries or install scripts, liketurbo, need to be explicitly trusted bybunto ensure they can be installed correctly.Please add
"turbo"to thetrustedDependencieslist, maintaining alphabetical order. For example: