You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yarn v1 was ahead of the game for a while with it's monorepo support that greatly improved on lerna. However, in the years since then, yarn has generally fallen behind and pnpm is leading the pack.
@yorhodes bun is very cool, very fast, and also prioritizes security so it's worth considering!
I do have two small reservations though:
I wouldn't recommend using the bun package manager unless we also replace our usage of node with bun. Which would be nice but since the majority of our CLI users will use node, risk of missing a node-specific bug is a bit higher
I don't know how good bun's monorepo features are. The docs say it supports workspaces, I just don't know personally how good they are and haven't heard anything about it yet.
Yarn v1 was ahead of the game for a while with it's monorepo support that greatly improved on lerna. However, in the years since then, yarn has generally fallen behind and pnpm is leading the pack.
In particular it has:
The text was updated successfully, but these errors were encountered: