opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

Switch from lerna to nx

Open dyladan opened this issue 9 months ago • 2 comments

We have used lerna for quite some time to manage our packages and builds, but for a while now it has just been a wrapper around nx which provides significant performance improvements. This has worked fine until now, but it is starting to cause problems because we can't control the version of nx which is used. In particular our testing of node 14 fails as can be seen in #4238

Switching to nx can avoid this issue, as well as reduce the likelihood of additional similar problems in the future. Additionally, it seems that we should be using the tooling directly rather than relying on a compatibility layer for an old and deprecated technology.

dyladan avatar Oct 30 '23 16:10 dyladan

Contrib repo migrated to use npm workspaces in https://github.com/open-telemetry/opentelemetry-js-contrib/pull/1771 for package management and still using lerna for publishing. Is that an option?

david-luna avatar Nov 29 '23 14:11 david-luna

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

github-actions[bot] avatar Jan 29 '24 06:01 github-actions[bot]

This issue was closed because it has been stale for 14 days with no activity.

github-actions[bot] avatar Mar 11 '24 06:03 github-actions[bot]