Skip to content

Commit 61398a5

Browse files
authored
chore: Update to lerna 7 and update other deps (#1424)
1 parent dd9cee8 commit 61398a5

File tree

8 files changed

+4697
-5161
lines changed

8 files changed

+4697
-5161
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,7 @@ The `scope` options are listed in [commitlint.config.js](https://github.com/temp
153153

154154
## Updating and pruning dependencies
155155

156-
There are various tools out there to help with updating and pruning NPM dependencies. Unfortunately,
157-
most of these tools don't work well in older lerna-style monorepos, such as this one, and updating
158-
to NPM 7 workspace would break support for Node 14.x. We must therefore rely on a more manual
159-
approach.
156+
There are various tools out there to help with updating and pruning NPM dependencies.
160157

161158
I personally use the following commands to find NPM packages that needs to be updated. It runs
162159
interactively on each package of the repo, making it easy to select and apply packages to be updated.

lerna.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@
88
},
99
"version": {
1010
"message": "chore(release): Publish"
11-
},
12-
"bootstrap": {
13-
"npmClientArgs": [
14-
"--no-package-lock"
15-
]
1611
}
1712
},
18-
"packages": [
19-
"packages/*"
20-
]
13+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
2114
}

0 commit comments

Comments
 (0)