-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrade Lerna to the latest version #53515
Conversation
Size Change: 0 B Total Size: 1.5 MB ℹ️ View Unchanged
|
It's a bit concerning that after upgrading Lerna and running
I guess it is what it is 🤷🏻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If CI jobs pass we should be good, and let's hope that the lock file becomes more stable moving on.
Let's also keep an eye on the next npm publish for any potential failures... |
What?
While doing the node/npm migration, I've noticed a few messages when installing packages. Among them, the fact that we're using a few deprecated packages. I'm trying to clean these out a little bit.
I noticed that our Lerna's dependency was responsible for 3 or 4 of these warnings, so in this PR I'm trying to upgrade it to the latest version.
How?
Also, as recommended by Lerna's changelog. I've run
lerna repair
which updated the lerna.json file.Testing Instructions
It's a bit hard to test all the commands because some of them are only run when publishing packages. but I tried
npm run publish:check
and it seems to work as intended and we're also using somelerna
in the build command which is run in CI.