[ ] At least one test case is included for this feature or bug fix
[x] Documentation was added or is not needed
[ ] This is an API breaking change
Issue Resolved / Feature Added
lerna v.7 and chalk v.5 has been released.
This modules needs to be updated to the latest node modules to fix security vulnerabilities.
Resolution
Updated lerna and chalk module to the latest version.
Additional Considerations
There were breaking changes affecting this repository.
[LERNA]
After updating we strongly recommend running lerna repair in your project. This will migrate your lerna.json to the latest and greatest and remove any outdated options. ( https://github.com/lerna/lerna/releases?page=2 )
Checklist
Issue Resolved / Feature Added
lerna
v.7 andchalk
v.5 has been released. This modules needs to be updated to the latest node modules to fix security vulnerabilities.Resolution
Updated
lerna
andchalk
module to the latest version.Additional Considerations
There were breaking changes affecting this repository. [LERNA]
lerna repair
in your project. This will migrate your lerna.json to the latest and greatest and remove any outdated options. ( https://github.com/lerna/lerna/releases?page=2 )lerna bootstrap
withnpm install
. ( https://lerna.js.org/docs/legacy-package-management )lerna init
can no longer be run on an existing lerna repo[CHALK]
Links
WRQ-404 https://github.com/lerna/lerna/releases?page=2 https://lerna.js.org/docs/legacy-package-management https://github.com/chalk/chalk/releases https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
Comments
Enact-DCO-1.0-Signed-off-by: Andrei Tirla andrei.tirla@lgepartner.com