Skip to content
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

Remove Yarn #1622

Merged
merged 43 commits into from
Feb 28, 2024
Merged

Remove Yarn #1622

merged 43 commits into from
Feb 28, 2024

Conversation

ovidiuch
Copy link
Member

@ovidiuch ovidiuch commented Feb 25, 2024

Why?

  • Yarn 1.x is deprecated and has bugs that won't be resolved.
  • Using NPM is one less dependency because it's the standard package manager.
  • Windows GitHub Actions are sped up significantly after moving away from Yarn 1.x.

TODO

  • Codecov token.
  • Use npm ci as yarn --frozen-lockfile equivalent.
  • Cache NPM cache (node_modules is deleted before calling npm ci).
  • Cache Playwright binaries.
  • Review test-pnp workflow.
  • Remove BerniWittmann/background-server-action.
  • Mention "optionalDependencies" NPM workaround in DEBT doc.
  • Update release-canary workflow.
  • Upgrade to Lerna 8.

Related:

Copy link

cloudflare-pages bot commented Feb 25, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: e72c75a
Status: ✅  Deploy successful!
Preview URL: https://ca0ab558.reactcosmos.pages.dev
Branch Preview URL: https://remove-yarn.reactcosmos.pages.dev

View logs

@ovidiuch ovidiuch marked this pull request as ready for review February 28, 2024 09:18
@ovidiuch ovidiuch merged commit 2b25174 into main Feb 28, 2024
13 checks passed
@ovidiuch ovidiuch deleted the remove-yarn branch February 28, 2024 09:29
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.

None yet

1 participant