Skip to content

build(package-manager): Migrate from Yarn to PNPM #149

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 1 commit into
base: main
Choose a base branch
from
Open

build(package-manager): Migrate from Yarn to PNPM #149

wants to merge 1 commit into from

Conversation

J3m5
Copy link
Contributor

@J3m5 J3m5 commented May 31, 2025

Build 📦

Transition the package manager from Yarn to PNPM, updating the Readme, CI configuration and scripts accordingly.

Why migrate from Yarn 1 (1.22.22) to pnpm 10 (10.11.0) ?

  • 🚀 Faster installs – usually 2-3 × quicker than Yarn 1
  • 📦 Smaller node_modules – hard-link store saves ~60 % disk
  • 🔒 Stricter isolation & reproducibilitypnpm-lock.yaml + declared-only imports, no “phantom” deps
  • 🔄 Actively maintained – Yarn 1 is legacy; pnpm 10 receives frequent releases

@J3m5 J3m5 self-assigned this May 31, 2025
@J3m5 J3m5 force-pushed the pnpm branch 2 times, most recently from 7724ae2 to fc38f13 Compare May 31, 2025 20:38
@J3m5 J3m5 requested review from soyuka and dunglas June 2, 2025 07:32
@soyuka
Copy link
Member

soyuka commented Jun 2, 2025

@dunglas can we merge this? I remember we had to use yarn because react-admin uses yarn but in this project it should be fine?

@J3m5 J3m5 requested a review from alanpoulain June 4, 2025 18:11
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.

2 participants