Skip to content

Commit

Permalink
build(deps-dev): bump lerna from 7.4.2 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 7.4.2 to 8.0.0.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.0.0/packages/lerna)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Nov 27, 2023
1 parent c900f2a commit 03ce622
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 254 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
dist/
coverage/
**/yarn-error.log
**/yarn-error.log
.nx/cache
37 changes: 17 additions & 20 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,41 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"lint",
"jest",
"test",
"test:unit",
"test:e2e",
"test:coverage"
]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/dist"
]
],
"cache": true
},
"test:unit": {
"outputs": [
"{projectRoot}/src/**/__snapshots__"
]
],
"cache": true
},
"test:e2e": {
"outputs": [
"{projectRoot}/src/**/__snapshots__"
]
],
"cache": true
},
"test:coverage": {
"outputs": [
"{projectRoot}/coverage",
"{projectRoot}/src/**/__snapshots__"
]
],
"cache": true
},
"lint": {
"cache": true
},
"jest": {
"cache": true
},
"test": {
"cache": true
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"unlink": "lerna exec yarn unlink"
},
"devDependencies": {
"lerna": "^7.2.0",
"lerna": "^8.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.2"
},
Expand Down
Loading

0 comments on commit 03ce622

Please sign in to comment.