-
Notifications
You must be signed in to change notification settings - Fork 124
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
Bump lerna to v4 #2017
Bump lerna to v4 #2017
Conversation
@tlylt I get an extremely large diff as well (but it looks correct on some eyeballing) on package-lock (slightly less lines than yours), but no updates to the font files. What command are you using? (I'm using just |
Put up a diff here |
Hmm I changed the Lerna version number in the root |
This is done before or after the version bump? If before it might happen that the lerna that you are invoking is still |
Hmm I'm surprised this would even work (it shouldn't). The
Before the bump, use lerna itself to update lerna 🙃. Then re-verified with |
I see, I guess I did 'npm install --save-dev lerna@v4.0.0' first, then run 'npm run setup', which should probably be ok for npm Ci, since npm install already changes the package-lock Any suggestions on how to proceed from here? Not sure what to check/rectify |
Would try the following:
|
Thanks @ang-zeyu, updated as above. |
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.
Lgtm!
What is the purpose of this pull request?
Overview of changes:
Bumping lerna to v4 since we have migrated to nodejs v14 and above. Should be a trivial update, see https://github.com/lerna/lerna/releases/tag/v4.0.0 for details
Anything you'd like to highlight/discuss:
Testing instructions:
Proposed commit message: (wrap lines at 72 characters)
Bump lerna to v4
Checklist: ☑️