-
Notifications
You must be signed in to change notification settings - Fork 1
Support both bun/pnpm #48
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
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
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.
1 issue found across 6 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="packages/cli/src/cmd/init.ts">
<violation number="1" location="packages/cli/src/cmd/init.ts:289">
P2: The workflow pins Bun to `latest` while `packageManager` is set to `bun@1.1.27`. CI can run a different Bun version than local/dev, which can cause lockfile drift or install differences. Pin the workflow to the same version.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Deploying startupkit with
|
| Latest commit: |
102debc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fb3db86f.startupkit-975.pages.dev |
| Branch Preview URL: | https://ian-startup-114-upgrade-pnpm.startupkit-975.pages.dev |
Summary by cubic
Adds first-class support for both pnpm and Bun. The CLI now lets you choose or specify a package manager and configures scripts, CI, and docs to match, addressing STARTUP-114.
New Features
Dependencies
Written for commit 102debc. Summary will update on new commits.