Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
303 stars 191 forks source link

remove Lerna #4660

Open turadg opened 2 years ago

turadg commented 2 years ago

What is the Problem Being Solved?

Lerna was abandoned,

Important note: this project is not actively maintained. Consider adopting an alternative toolset for monorepo management.

And then bought by Nx. They've been tightening its integration with their SaaS, which we don't use.

Description of the Design

Either adopt Lerna Lite instead, https://github.com/Agoric/agoric-sdk/pull/5927#issuecomment-1211342562

Or drop Lerna (some research notes).

Security Considerations

TBD

Test Plan

TBD

turadg commented 2 years ago

Reconsider whether to remove Lerna because it has a new owner:

Important note: this project is changing stewardship to Nrwl! Your favorite tool will continue to live on. Stay tuned for updates and soon a project roadmap!

We might want to make the jump to the new owner, https://nx.dev/

turadg commented 1 year ago

I tried upgrading to Lerna 5 and when I tried lerna run --stream test it only checked a handful of packages and spuriously passed the rest. I didn't see anything in the https://github.com/lerna/lerna/blob/main/CHANGELOG.md to explain it. Makes me think we may be better off without it.

https://github.com/Agoric/agoric-sdk/pull/new/ta/lerna-v5