-
-
Notifications
You must be signed in to change notification settings - Fork 503
chore: bump package manager detector #1646
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
chore: bump package manager detector #1646
Conversation
🦋 Changeset detectedLatest commit: 324105a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
LGTM! |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
AdrianGonz97
left a comment
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.
thank you!
|
@huntabyte would it be possible cherry-pick this change into the @next version? shadcn-svelte@next uses package-manager-detector v0.2.2 which doesn't have support for detecting Deno, while the version in this PR (v1.2.0) does. When trying to install components using the shadcn-svelte@next cli, it fails to detect the Deno runtime, and it won't install component dependencies because of the code here: shadcn-svelte/packages/cli/src/commands/init.ts Lines 367 to 378 in 95ffa00
Backporting this PR to the @next branch will fix the issue. |
Closes: #1642
bun 1.2 introduces new lock format:
bun.lock, which is not supported by package-manager-detector until 0.2.8.Before submitting the PR, please make sure you do the following
feat:,fix:,chore:, ordocs:.pnpm formatandpnpm lint