-
Notifications
You must be signed in to change notification settings - Fork 119
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
chore(deps): Migrate to lerna v7 #796
Conversation
Signed-off-by: Martin Halford <[email protected]>
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.
Let's go all the way and remove the dependency on Lerna.
Dan did a similar thing for markdown-transform recently, https://github.com/accordproject/markdown-transform/pull/570/files
Can you also review the GitHub Actions scripts (in .github/workflows
) too? Especially the build and publish steps.
Signed-off-by: Martin Halford <[email protected]>
OK. Let me see what I can do. |
Signed-off-by: Martin Halford <[email protected]>
I've removed Lerna completely. However, some stuff has been modified but not tested - most notably I've also tweaked the |
Signed-off-by: Martin Halford <[email protected]>
Pull Request Test Coverage Report for Build 6569311786
💛 - Coveralls |
Closes #779
Lerna Bootstrap has been deprecated as of Lerna version 7.
The linking of
packages/*
is now handled bynpm
usingworkspaces
.Changes
lerna bootstrap
.workspaces
topackage.json
- so thatnpm
handles package linking."lerna": "^7.3.1",
lerna bootstrap
fromDEVELOPERS.md
.Author Checklist
--signoff
option of git commit.master
fromfork:branchname