Skip to content

Commit

Permalink
[code-infra] Update lerna and unpin its version (#40399)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Jan 2, 2024
1 parent ad912d6 commit c47d176
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 374 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ jobs:
DANGER_COMMAND: prepareBundleSizeReport
- run:
name: build @mui packages
command: yarn lerna run --ignore @mui/icons-material --concurrency 8 --scope "@mui/*" build
command: yarn lerna run --ignore @mui/icons-material --concurrency 6 --scope "@mui/*" build
- run:
name: create @mui/material canary distributable
command: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ docs/public/static/blog/feed/*
# vale downloaded config
.github/styles/Google
.github/styles/write-good
.nx/cache
9 changes: 3 additions & 6 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"extends": "nx/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build"]
}
"targetDefaults": {
"build": {
"cache": true
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lerna": "7.2.0",
"lerna": "^8.0.1",
"lodash": "^4.17.21",
"markdownlint-cli2": "^0.11.0",
"mocha": "^10.2.0",
"nx": "^16.10.0",
"nx": "^17.2.8",
"nyc": "^15.1.0",
"piscina": "^4.2.1",
"postcss-styled-syntax": "^0.5.0",
Expand Down
6 changes: 0 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@
{
"groupName": "@definitelytyped tools",
"matchPackagePatterns": ["@definitelytyped/*"]
},
{
"groupName": "Lerna",
"matchPackageNames": ["lerna"],
"description": "Limited at 7.2.0 until https://github.com/mui/material-ui/issues/40025 is fixed",
"allowedVersions": "<=7.2.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
Expand Down
Loading

0 comments on commit c47d176

Please sign in to comment.