typescript-mono-repo
typescript-mono-repo copied to clipboard
Explore alternatives to lerna?
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:
- yarn 2 with changesets
- Rush stack
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.