Migrate repository from pnpm to Bun as package manager (#92) - #93
Open
damien-schneider wants to merge 4 commits into
Open
Migrate repository from pnpm to Bun as package manager (#92)#93damien-schneider wants to merge 4 commits into
damien-schneider wants to merge 4 commits into
Conversation
* chore(pkg-manager): migrate repository from pnpm to bun * Update contribute.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update apps/website/src/ui/store/use-package-manager.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update apps/website/src/ui/store/use-package-manager.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: cto-new[bot] <140088366+cto-new[bot]@users.noreply.github.com> Co-authored-by: Damien Schneider <74979845+damien-schneider@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Dokploy Preview Deployment
|
There was a problem hiding this comment.
Pull request overview
This PR migrates the repository from pnpm to Bun as the package manager, updating configuration files, scripts, documentation, and CI/CD workflows throughout the codebase.
- Replaces pnpm with Bun v1.3.4 across all package manager configurations and scripts
- Updates lock file references from
pnpm-lock.yamltobun.lock/bun.lockbin cleanup scripts and documentation - Adds Bun as a supported package manager option in the website's package manager selector UI
Reviewed changes
Copilot reviewed 10 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/cleanup-repo.sh | Updates cleanup script to remove Bun lock files instead of pnpm lock files |
| pnpm-workspace.yaml | Removes pnpm workspace configuration (functionality moved to package.json) |
| packages/ui/package.json | Updates npm scripts to use bun command instead of pnpm |
| package.json | Adds workspaces field and updates packageManager to bun@1.3.4 |
| justfile | Updates all commands from pnpm to bun equivalents |
| contributing.md | Updates installation and development commands to use bun |
| contribute.md | Updates prerequisite version and installation commands for bun |
| apps/website/src/ui/store/use-package-manager.ts | Adds "bun" to the list of supported package managers with corresponding command |
| apps/website/package.json | Updates packageManager field and npm scripts to use bun |
| .gitignore | Adds bun-debug.log* to ignored files |
| .github/workflows/node.js.yml | Replaces pnpm CI setup with Bun setup using oven-sh/setup-bun action |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan * Fix build: update bun.lock to sync with package.json Co-authored-by: damien-schneider <74979845+damien-schneider@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: damien-schneider <74979845+damien-schneider@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore(pkg-manager): migrate repository from pnpm to bun
Update contribute.md
Update apps/website/src/ui/store/use-package-manager.ts
Update apps/website/src/ui/store/use-package-manager.ts