Skip to content

Commit

Permalink
build(deps): update dependency @commitlint/cz-commitlint to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 7c3f549 commit aaa0c74
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/cz-commitlint": "17.8.1",
"@commitlint/cz-commitlint": "18.2.0",
"@softwareventures/eslint-config": "7.1.2",
"@softwareventures/precise-commits": "3.0.21",
"@softwareventures/prettier-config": "4.0.0",
Expand Down
32 changes: 23 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cz-commitlint@npm:17.8.1":
version: 17.8.1
resolution: "@commitlint/cz-commitlint@npm:17.8.1"
"@commitlint/cz-commitlint@npm:18.2.0":
version: 18.2.0
resolution: "@commitlint/cz-commitlint@npm:18.2.0"
dependencies:
"@commitlint/ensure": ^17.8.1
"@commitlint/load": ^17.8.1
"@commitlint/types": ^17.8.1
"@commitlint/ensure": ^18.1.0
"@commitlint/load": ^18.2.0
"@commitlint/types": ^18.1.0
chalk: ^4.1.0
lodash.isplainobject: ^4.0.6
word-wrap: ^1.2.5
peerDependencies:
commitizen: ^4.0.3
inquirer: ^8.0.0
checksum: 51c07885d555b2ed31ee3fae6c5b6d6170d02eb22de2a68300a6662d1a8520dbd627bfc44d760548a5b44006641175b9982409d003c9a0c249b7ac697b686570
checksum: 542f1a471ba04763032158a74b204e85b3bad8e8641aa8e1213489d33542bd9d227d1e9b42d4a9342c00202460137a00b52f8ee16c77de817e361da0a4eec97b
languageName: node
linkType: hard

Expand All @@ -127,6 +127,20 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/ensure@npm:^18.1.0":
version: 18.1.0
resolution: "@commitlint/ensure@npm:18.1.0"
dependencies:
"@commitlint/types": ^18.1.0
lodash.camelcase: ^4.3.0
lodash.kebabcase: ^4.1.1
lodash.snakecase: ^4.1.1
lodash.startcase: ^4.4.0
lodash.upperfirst: ^4.3.1
checksum: 3d181d44f87924b46d65e0f8663ef0465c8c9ad7690b85acba843398fca06110f5ea33f3da336ada1c1f7cad4c66b7568e391c78e00669704ea07f8900b7c74b
languageName: node
linkType: hard

"@commitlint/execute-rule@npm:^17.8.1":
version: 17.8.1
resolution: "@commitlint/execute-rule@npm:17.8.1"
Expand Down Expand Up @@ -173,7 +187,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/load@npm:>6.1.1":
"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^18.2.0":
version: 18.2.0
resolution: "@commitlint/load@npm:18.2.0"
dependencies:
Expand Down Expand Up @@ -1077,7 +1091,7 @@ __metadata:
dependencies:
"@commitlint/cli": 17.8.1
"@commitlint/config-conventional": 17.8.1
"@commitlint/cz-commitlint": 17.8.1
"@commitlint/cz-commitlint": 18.2.0
"@softwareventures/eslint-config": 7.1.2
"@softwareventures/precise-commits": 3.0.21
"@softwareventures/prettier-config": 4.0.0
Expand Down

0 comments on commit aaa0c74

Please sign in to comment.