Skip to content
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

build(deps-dev): Bump @commitlint/cli from 17.7.1 to 17.7.2 #85

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.11.0",
"@commitlint/cli": "17.7.1",
"@commitlint/cli": "17.7.2",
"@commitlint/types": "17.4.4",
"@faker-js/faker": "8.1.0",
"@flex-development/commitlint-config": "1.0.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:17.7.1":
version: 17.7.1
resolution: "@commitlint/cli@npm:17.7.1"
"@commitlint/cli@npm:17.7.2":
version: 17.7.2
resolution: "@commitlint/cli@npm:17.7.2"
dependencies:
"@commitlint/format": "npm:^17.4.4"
"@commitlint/lint": "npm:^17.7.0"
"@commitlint/load": "npm:^17.7.1"
"@commitlint/load": "npm:^17.7.2"
"@commitlint/read": "npm:^17.5.1"
"@commitlint/types": "npm:^17.4.4"
execa: "npm:^5.0.0"
Expand All @@ -269,7 +269,7 @@ __metadata:
yargs: "npm:^17.0.0"
bin:
commitlint: cli.js
checksum: 163e4b9f7ff3ccd7e15efac6993924a72fe660979accc04c86ba5de813a6725095a087c172306d957d1f3fa21718499ab9caae9342f0bdfd854bf8bd47135dd7
checksum: 894a1ae7af1eab18cf59f63c39d60dcb27a4be6356a1c56ab32da4ea53c86ed3cc29cafd59a521f9facd1a835ce58ede42eb9bfc436ce1f9f348a6e2a1741731
languageName: node
linkType: hard

Expand Down Expand Up @@ -336,15 +336,15 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/load@npm:^17.7.1":
version: 17.7.1
resolution: "@commitlint/load@npm:17.7.1"
"@commitlint/load@npm:^17.7.2":
version: 17.7.2
resolution: "@commitlint/load@npm:17.7.2"
dependencies:
"@commitlint/config-validator": "npm:^17.6.7"
"@commitlint/execute-rule": "npm:^17.4.0"
"@commitlint/resolve-extends": "npm:^17.6.7"
"@commitlint/types": "npm:^17.4.4"
"@types/node": "npm:20.4.7"
"@types/node": "npm:20.5.1"
chalk: "npm:^4.1.0"
cosmiconfig: "npm:^8.0.0"
cosmiconfig-typescript-loader: "npm:^4.0.0"
Expand All @@ -354,7 +354,7 @@ __metadata:
resolve-from: "npm:^5.0.0"
ts-node: "npm:^10.8.1"
typescript: "npm:^4.6.4 || ^5.0.0"
checksum: 8d0e56b49a0e4dec7e8e28a2c6bc7ce985e6b8e10274aa20d0e3f6c2465fc9082d18f91bbe5c336594ebabcc4dc9668fdeaa039ef5bbfaf26ca0be423461ef61
checksum: dda9f7efd6413309266617a5ee026df65cc8c590b86c312f5905285fcbef5ae3ec983694c145007d89402c9f728882465f016167b156f43f6ed414c3b8ca079a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1480,7 +1480,7 @@ __metadata:
resolution: "@flex-development/nest-commander@workspace:."
dependencies:
"@arethetypeswrong/cli": "npm:0.11.0"
"@commitlint/cli": "npm:17.7.1"
"@commitlint/cli": "npm:17.7.2"
"@commitlint/types": "npm:17.4.4"
"@faker-js/faker": "npm:8.1.0"
"@flex-development/commitlint-config": "npm:1.0.1"
Expand Down Expand Up @@ -2792,10 +2792,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.4.7":
version: 20.4.7
resolution: "@types/node@npm:20.4.7"
checksum: 63c43283caeaf854853b2a1717754ebb094ea15cd9bb7b93a0a49cc5f5f533d6125986effec1e9bb5d8150c353c76a516bdecc7a74aba20bfde6a78e59952845
"@types/node@npm:20.5.1":
version: 20.5.1
resolution: "@types/node@npm:20.5.1"
checksum: e91034ba7eda82171dff73d3b30f584941400a5611b45d73a4d8159dc1fc309d4f1a423fbe84fd22d1ba7833383ee299c81ace6fab035c17affd0f4f0cbe7a89
languageName: node
linkType: hard

Expand Down
Loading