Use supported version of lerna for development #1168
Labels
feature-request
A feature should be added or improved
needs-triage
The issue or PR still needs to be triaged
Use supported version of lerna for development
Use Case
Running
deployment/v2/build-patterns.sh
during development shows 270+ lines of warnings.More than 90% of them are about using unsupported version of lerna
Example npm page https://www.npmjs.com/package/@lerna/diff
The project uses lerna@3.x https://github.com/search?q=repo%3Aawslabs%2Faws-solutions-constructs%20%22lerna%22%20path%3Apackage.json&type=code
Proposed Solution
Use supported version of
lerna
which is 8.x or earlierCHANGELOG: https://github.com/lerna/lerna/blob/main/CHANGELOG.md#801-2023-12-15
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: