Skip to content

Commit 768f1fb

Browse files
build(deps): update dependency @commitlint/cli to v17.8.0
1 parent 1c12339 commit 768f1fb

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"unknown": "^0.2.5"
9393
},
9494
"devDependencies": {
95-
"@commitlint/cli": "17.7.2",
95+
"@commitlint/cli": "17.8.0",
9696
"@commitlint/config-conventional": "17.7.0",
9797
"@commitlint/cz-commitlint": "17.7.2",
9898
"@softwareventures/eslint-config": "7.1.2",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ __metadata:
4747
languageName: node
4848
linkType: hard
4949

50-
"@commitlint/cli@npm:17.7.2":
51-
version: 17.7.2
52-
resolution: "@commitlint/cli@npm:17.7.2"
50+
"@commitlint/cli@npm:17.8.0":
51+
version: 17.8.0
52+
resolution: "@commitlint/cli@npm:17.8.0"
5353
dependencies:
5454
"@commitlint/format": ^17.4.4
55-
"@commitlint/lint": ^17.7.0
56-
"@commitlint/load": ^17.7.2
55+
"@commitlint/lint": ^17.8.0
56+
"@commitlint/load": ^17.8.0
5757
"@commitlint/read": ^17.5.1
5858
"@commitlint/types": ^17.4.4
5959
execa: ^5.0.0
@@ -63,7 +63,7 @@ __metadata:
6363
yargs: ^17.0.0
6464
bin:
6565
commitlint: cli.js
66-
checksum: 7d5d86b27980135713094e44023ee7a6cc2bb1cd015f92111857e069a3127dab63d4575b507bdac2e16255aaab65da908d1f7667e8aa9de7e032d9c464ef3154
66+
checksum: 3780a143aa943c832283b762be9d2bc317745ce716f798ff6a07c1f5d1bb2a8fee169fc153e7545b00bea81e255f108e078ee7d79db8c3631d87e5820ea71d50
6767
languageName: node
6868
linkType: hard
6969

@@ -134,31 +134,31 @@ __metadata:
134134
languageName: node
135135
linkType: hard
136136

137-
"@commitlint/is-ignored@npm:^17.7.0":
138-
version: 17.7.0
139-
resolution: "@commitlint/is-ignored@npm:17.7.0"
137+
"@commitlint/is-ignored@npm:^17.8.0":
138+
version: 17.8.0
139+
resolution: "@commitlint/is-ignored@npm:17.8.0"
140140
dependencies:
141141
"@commitlint/types": ^17.4.4
142142
semver: 7.5.4
143-
checksum: aa0b695d6e7bee5e732f96a2ff383347ff476eb48f9d3b4ed75b098cafa27e56da15563833d3cf4e1268fc26819180cd8b5bdc322b087073a63bc94f699944b2
143+
checksum: ae18943cae8370476049fcbf08c18256f44e2063c9be553eb282a81231ec50a8aff1b861e93108dc823fe6331e1aedcdd7c74c777b57e564308eeb7f7b9da33c
144144
languageName: node
145145
linkType: hard
146146

147-
"@commitlint/lint@npm:^17.7.0":
148-
version: 17.7.0
149-
resolution: "@commitlint/lint@npm:17.7.0"
147+
"@commitlint/lint@npm:^17.8.0":
148+
version: 17.8.0
149+
resolution: "@commitlint/lint@npm:17.8.0"
150150
dependencies:
151-
"@commitlint/is-ignored": ^17.7.0
151+
"@commitlint/is-ignored": ^17.8.0
152152
"@commitlint/parse": ^17.7.0
153153
"@commitlint/rules": ^17.7.0
154154
"@commitlint/types": ^17.4.4
155-
checksum: 72765e0f2c6b78faa1c7ceb1050ef624d505deb0f95c5ac2ce1959c3ee8c2ce579d4f5aaf9434adf244727a97653be4d7fbc0d75cda2d8915e563ebeb7b886ae
155+
checksum: 7a2729575de88b15c296619d78bb7cde4da535adb35b8a5f5834585d3ae293cc01352a2bbb98cb02c6938cedb871c787c5086d47d42750b311094a459b33cbc9
156156
languageName: node
157157
linkType: hard
158158

159-
"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^17.7.2":
160-
version: 17.7.2
161-
resolution: "@commitlint/load@npm:17.7.2"
159+
"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^17.7.2, @commitlint/load@npm:^17.8.0":
160+
version: 17.8.0
161+
resolution: "@commitlint/load@npm:17.8.0"
162162
dependencies:
163163
"@commitlint/config-validator": ^17.6.7
164164
"@commitlint/execute-rule": ^17.4.0
@@ -174,7 +174,7 @@ __metadata:
174174
resolve-from: ^5.0.0
175175
ts-node: ^10.8.1
176176
typescript: ^4.6.4 || ^5.0.0
177-
checksum: dda9f7efd6413309266617a5ee026df65cc8c590b86c312f5905285fcbef5ae3ec983694c145007d89402c9f728882465f016167b156f43f6ed414c3b8ca079a
177+
checksum: 24287a9dfbf57f7d824ffc7f6a3df2f4771db501ce05219ed93abd00b68dc629a41a70c4d6c142ca05c4f29d38a1cf823353886c2378f5dd77d6e0cf2c540ffc
178178
languageName: node
179179
linkType: hard
180180

@@ -926,7 +926,7 @@ __metadata:
926926
version: 0.0.0-use.local
927927
resolution: "@softwareventures/async-iterator@workspace:."
928928
dependencies:
929-
"@commitlint/cli": 17.7.2
929+
"@commitlint/cli": 17.8.0
930930
"@commitlint/config-conventional": 17.7.0
931931
"@commitlint/cz-commitlint": 17.7.2
932932
"@softwareventures/async-iterable": ^1.0.1

0 commit comments

Comments
 (0)