Skip to content

Replace yarn with pnpm as package manager #893

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Replace yarn with pnpm as package manager

This PR migrates the magic-js repository from yarn to pnpm as the package manager.

Changes

  • Updated package.json to specify [email protected] as the package manager
  • Created pnpm-workspace.yaml to replace yarn workspaces configuration
  • Updated all scripts to use pnpm instead of yarn
  • Updated GitHub workflow files to use pnpm for CI/CD
  • Updated README.md with pnpm commands
  • Removed yarn-specific files (.yarn directory, .yarnrc.yml, yarn.lock)
  • Updated workspace-helpers.ts to use pnpm list command instead of yarn workspaces list

Test Results

  • Core magic-sdk package tests are passing (18 tests, 72.15% statement coverage)
  • Some React Native package tests are failing with Jest environment configuration errors that may need further investigation

Link to Devin run

https://app.devin.ai/sessions/d4c9e4a2579c45a7a47a5f1877013ae4

Requested by: [email protected]

@devin-ai-integration devin-ai-integration bot requested a review from a team as a code owner May 19, 2025 19:34
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants