chore(): update lerna to 5.3.0 #25682
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Folks 👋
I'm one of the new maintainers of Lerna (via Nrwl).
As I noted on #25497, I'm sorry that you had to initially downgrade from v5 back to v4.
I used Ionic's repo to troubleshoot a subtle difference between some of the implementation details we upgraded as part of v4->v5. Lerna uses a lot of packages produced by the npm team and in this case the package concerned with running lifecycle scripts needed to swapped out entirely after npm reimplemented it from scratch.
I added a missing piece of logic needed for the new package and released 5.3.0 of lerna just now, which addresses the issues you experienced before.
I even verified your full publishing flow locally by using a verdaccio instance instead of the real npm registry.
Please let me know if you have any questions or concerns! 🙏