Open trivikr opened 3 years ago
Lerna is largely unmaintained, and the lead maintainer is considering resigning from the post because of burnout. Babel replaced lerna with custom yarn plugin in https://github.com/babel/babel/pull/12138
Explore alternatives to lerna:
Stick with lerna, as it's still widely used in the JS community. The v4.0.0 was released in Feb 2021.
This can be combined with request to use yarn (v2) in https://github.com/ahoopen/typescript-mono-repo/issues/3, in a new repo.
Hi @trivikr
You can still use Lerna if you want to. But i would rather move over to turbo repo for some extra benefits. Have been using it for a while now and it works great :)
Is your feature request related to a problem? Please describe.
Lerna is largely unmaintained, and the lead maintainer is considering resigning from the post because of burnout. Babel replaced lerna with custom yarn plugin in https://github.com/babel/babel/pull/12138
Describe the solution you'd like
Explore alternatives to lerna:
Describe alternatives you've considered
Stick with lerna, as it's still widely used in the JS community. The v4.0.0 was released in Feb 2021.
Additional context
This can be combined with request to use yarn (v2) in https://github.com/ahoopen/typescript-mono-repo/issues/3, in a new repo.