-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency lerna to v7
#1542
Comments
In the long term we'll need to use another solution, but in the short term, can also go the route of adding |
@pichlermarc should we switch to use We can solve this by remove EDIT: also found some issue with hoisting, right now some workspace like |
Yes, I think doing it in one go would be preferable, or at least in a way that allows us to still release after merging the PR. I think creating that PR will be quite painful due to the amount of possible conflicts. Another option would also be switching to
I think this makes sense, I wonder why we even have that prepare script here in contrib - I think we never had that setup in the core repo https://github.com/open-telemetry/opentelemetry-js and we require running
Hmm, I see. I'm not opposed to switching to Thank you for taking care of this, it may also be worth to sync with @clesleycode, they're working on the same thing over at the core repo open-telemetry/opentelemetry-js#3927. Would you like for me to assign this issue to you? 🙂 |
Yes, I already have a PR #1561. There still some issue with the PR need to fix. |
I just learn more about the use of test-all-versions in the codebase and right now tav only support npm right now. So if we want to switch to other package manager that is something we also need to consider. |
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. |
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. |
This issue was closed because it has been stale for 14 days with no activity. |
The "bootstrap" command was removed by default in v7, and is no longer maintained.
, which means we'd have to change the way we link packages, possibly by using npm workspaces.Further information:
See also:
Same issue in the otel-js core repo open-telemetry/opentelemetry-js#3894
The text was updated successfully, but these errors were encountered: