Skip to content

Commit 9676d25

Browse files
build(deps): update dependency @commitlint/cz-commitlint to v18
1 parent cd03700 commit 9676d25

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@commitlint/cli": "17.8.1",
3434
"@commitlint/config-conventional": "17.8.1",
35-
"@commitlint/cz-commitlint": "17.8.1",
35+
"@commitlint/cz-commitlint": "18.4.1",
3636
"@softwareventures/eslint-config": "7.1.2",
3737
"@softwareventures/precise-commits": "3.0.21",
3838
"@softwareventures/prettier-config": "4.0.0",

yarn.lock

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,20 @@ __metadata:
9696
languageName: node
9797
linkType: hard
9898

99-
"@commitlint/cz-commitlint@npm:17.8.1":
100-
version: 17.8.1
101-
resolution: "@commitlint/cz-commitlint@npm:17.8.1"
99+
"@commitlint/cz-commitlint@npm:18.4.1":
100+
version: 18.4.1
101+
resolution: "@commitlint/cz-commitlint@npm:18.4.1"
102102
dependencies:
103-
"@commitlint/ensure": ^17.8.1
104-
"@commitlint/load": ^17.8.1
105-
"@commitlint/types": ^17.8.1
103+
"@commitlint/ensure": ^18.4.0
104+
"@commitlint/load": ^18.4.1
105+
"@commitlint/types": ^18.4.0
106106
chalk: ^4.1.0
107107
lodash.isplainobject: ^4.0.6
108108
word-wrap: ^1.2.5
109109
peerDependencies:
110110
commitizen: ^4.0.3
111111
inquirer: ^8.0.0
112-
checksum: 51c07885d555b2ed31ee3fae6c5b6d6170d02eb22de2a68300a6662d1a8520dbd627bfc44d760548a5b44006641175b9982409d003c9a0c249b7ac697b686570
112+
checksum: abea17dad2eb10aa33b6d916220454ad0f5fc55f4774a40f98b5d649edd5ff48197b5e0bca832496ed9a5aa40a0713206376aaf35c9d556d15dec281b2cdf1fd
113113
languageName: node
114114
linkType: hard
115115

@@ -127,6 +127,20 @@ __metadata:
127127
languageName: node
128128
linkType: hard
129129

130+
"@commitlint/ensure@npm:^18.4.0":
131+
version: 18.4.0
132+
resolution: "@commitlint/ensure@npm:18.4.0"
133+
dependencies:
134+
"@commitlint/types": ^18.4.0
135+
lodash.camelcase: ^4.3.0
136+
lodash.kebabcase: ^4.1.1
137+
lodash.snakecase: ^4.1.1
138+
lodash.startcase: ^4.4.0
139+
lodash.upperfirst: ^4.3.1
140+
checksum: 84bc79e2636b5151a950d7c9b8dbe89da1565d570fd91e5f96d09dc23db7bb39cc57612eb26a706b51f43418ebb757b393275ae6a7da9a582665478432e8273d
141+
languageName: node
142+
linkType: hard
143+
130144
"@commitlint/execute-rule@npm:^17.8.1":
131145
version: 17.8.1
132146
resolution: "@commitlint/execute-rule@npm:17.8.1"
@@ -173,7 +187,7 @@ __metadata:
173187
languageName: node
174188
linkType: hard
175189

176-
"@commitlint/load@npm:>6.1.1":
190+
"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^18.4.1":
177191
version: 18.4.1
178192
resolution: "@commitlint/load@npm:18.4.1"
179193
dependencies:
@@ -1077,7 +1091,7 @@ __metadata:
10771091
dependencies:
10781092
"@commitlint/cli": 17.8.1
10791093
"@commitlint/config-conventional": 17.8.1
1080-
"@commitlint/cz-commitlint": 17.8.1
1094+
"@commitlint/cz-commitlint": 18.4.1
10811095
"@softwareventures/eslint-config": 7.1.2
10821096
"@softwareventures/precise-commits": 3.0.21
10831097
"@softwareventures/prettier-config": 4.0.0

0 commit comments

Comments
 (0)