Skip to content

Commit 9fae39e

Browse files
committed
chore(deps): update dependency @commitlint/cli to ^17.5.1
1 parent 8525f32 commit 9fae39e

File tree

2 files changed

+36
-94
lines changed

2 files changed

+36
-94
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"require": "ts-node/register"
4848
},
4949
"devDependencies": {
50-
"@commitlint/cli": "^17.4.4",
50+
"@commitlint/cli": "^17.5.1",
5151
"@commitlint/config-conventional": "^17.4.4",
5252
"@sourcegraph/eslint-config": "^0.23.0",
5353
"@sourcegraph/prettierrc": "^3.0.3",

yarn.lock

Lines changed: 35 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@
192192
lodash "^4.17.13"
193193
to-fast-properties "^2.0.0"
194194

195-
"@commitlint/cli@^17.4.4":
196-
version "17.4.4"
197-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06"
198-
integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==
195+
"@commitlint/cli@^17.5.1":
196+
version "17.5.1"
197+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881"
198+
integrity sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==
199199
dependencies:
200200
"@commitlint/format" "^17.4.4"
201201
"@commitlint/lint" "^17.4.4"
202-
"@commitlint/load" "^17.4.4"
203-
"@commitlint/read" "^17.4.4"
202+
"@commitlint/load" "^17.5.0"
203+
"@commitlint/read" "^17.5.1"
204204
"@commitlint/types" "^17.4.4"
205205
execa "^5.0.0"
206206
lodash.isfunction "^3.0.9"
@@ -266,10 +266,10 @@
266266
"@commitlint/rules" "^17.4.4"
267267
"@commitlint/types" "^17.4.4"
268268

269-
"@commitlint/load@^17.4.4":
270-
version "17.4.4"
271-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
272-
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
269+
"@commitlint/load@^17.5.0":
270+
version "17.5.0"
271+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
272+
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
273273
dependencies:
274274
"@commitlint/config-validator" "^17.4.4"
275275
"@commitlint/execute-rule" "^17.4.0"
@@ -284,7 +284,7 @@
284284
lodash.uniq "^4.5.0"
285285
resolve-from "^5.0.0"
286286
ts-node "^10.8.1"
287-
typescript "^4.6.4"
287+
typescript "^4.6.4 || ^5.0.0"
288288

289289
"@commitlint/message@^17.4.2":
290290
version "17.4.2"
@@ -300,15 +300,15 @@
300300
conventional-changelog-angular "^5.0.11"
301301
conventional-commits-parser "^3.2.2"
302302

303-
"@commitlint/read@^17.4.4":
304-
version "17.4.4"
305-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.4.tgz#de6ec00aad827764153009aa54517e3df2154555"
306-
integrity sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==
303+
"@commitlint/read@^17.5.1":
304+
version "17.5.1"
305+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c"
306+
integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
307307
dependencies:
308308
"@commitlint/top-level" "^17.4.0"
309309
"@commitlint/types" "^17.4.4"
310310
fs-extra "^11.0.0"
311-
git-raw-commits "^2.0.0"
311+
git-raw-commits "^2.0.11"
312312
minimist "^1.2.6"
313313

314314
"@commitlint/resolve-extends@^17.4.4":
@@ -1978,12 +1978,10 @@ damerau-levenshtein@^1.0.6:
19781978
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz#143c1641cb3d85c60c32329e26899adea8701791"
19791979
integrity sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==
19801980

1981-
dargs@^4.0.1:
1982-
version "4.1.0"
1983-
resolved "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17"
1984-
integrity sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=
1985-
dependencies:
1986-
number-is-nan "^1.0.0"
1981+
dargs@^7.0.0:
1982+
version "7.0.0"
1983+
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
1984+
integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==
19871985

19881986
dashdash@^1.12.0:
19891987
version "1.14.1"
@@ -3094,16 +3092,16 @@ git-log-parser@^1.2.0:
30943092
through2 "~2.0.0"
30953093
traverse "~0.6.6"
30963094

3097-
git-raw-commits@^2.0.0:
3098-
version "2.0.3"
3099-
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.3.tgz#f040e67b8445962d4d168903a9e84c4240c17655"
3100-
integrity sha512-SoSsFL5lnixVzctGEi2uykjA7B5I0AhO9x6kdzvGRHbxsa6JSEgrgy1esRKsfOKE1cgyOJ/KDR2Trxu157sb8w==
3095+
git-raw-commits@^2.0.11:
3096+
version "2.0.11"
3097+
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
3098+
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
31013099
dependencies:
3102-
dargs "^4.0.1"
3103-
lodash.template "^4.0.2"
3104-
meow "^5.0.0"
3105-
split2 "^2.0.0"
3106-
through2 "^3.0.0"
3100+
dargs "^7.0.0"
3101+
lodash "^4.17.15"
3102+
meow "^8.0.0"
3103+
split2 "^3.0.0"
3104+
through2 "^4.0.0"
31073105

31083106
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
31093107
version "5.1.2"
@@ -4241,11 +4239,6 @@ lodash._createset@~4.0.0:
42414239
resolved "https://registry.npmjs.org/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
42424240
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
42434241

4244-
lodash._reinterpolate@~3.0.0:
4245-
version "3.0.0"
4246-
resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
4247-
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
4248-
42494242
lodash._root@~3.0.0:
42504243
version "3.0.1"
42514244
resolved "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -4321,21 +4314,6 @@ lodash.startcase@^4.4.0:
43214314
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
43224315
integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==
43234316

4324-
lodash.template@^4.0.2:
4325-
version "4.4.0"
4326-
resolved "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0"
4327-
integrity sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=
4328-
dependencies:
4329-
lodash._reinterpolate "~3.0.0"
4330-
lodash.templatesettings "^4.0.0"
4331-
4332-
lodash.templatesettings@^4.0.0:
4333-
version "4.1.0"
4334-
resolved "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316"
4335-
integrity sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=
4336-
dependencies:
4337-
lodash._reinterpolate "~3.0.0"
4338-
43394317
lodash.toarray@^4.4.0:
43404318
version "4.4.0"
43414319
resolved "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
@@ -4531,21 +4509,6 @@ meow@^4.0.0:
45314509
redent "^2.0.0"
45324510
trim-newlines "^2.0.0"
45334511

4534-
meow@^5.0.0:
4535-
version "5.0.0"
4536-
resolved "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
4537-
integrity sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==
4538-
dependencies:
4539-
camelcase-keys "^4.0.0"
4540-
decamelize-keys "^1.0.0"
4541-
loud-rejection "^1.0.0"
4542-
minimist-options "^3.0.1"
4543-
normalize-package-data "^2.3.4"
4544-
read-pkg-up "^3.0.0"
4545-
redent "^2.0.0"
4546-
trim-newlines "^2.0.0"
4547-
yargs-parser "^10.0.0"
4548-
45494512
meow@^8.0.0:
45504513
version "8.0.0"
45514514
resolved "https://registry.yarnpkg.com/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a"
@@ -5940,7 +5903,7 @@ read@1, read@~1.0.1, read@~1.0.7:
59405903
dependencies:
59415904
mute-stream "~0.0.4"
59425905

5943-
"readable-stream@1 || 2", "readable-stream@2 || 3", readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.6, readable-stream@~2.3.6:
5906+
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.6, readable-stream@~2.3.6:
59445907
version "2.3.6"
59455908
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
59465909
integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
@@ -6523,13 +6486,6 @@ split-on-first@^1.0.0:
65236486
resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
65246487
integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==
65256488

6526-
split2@^2.0.0:
6527-
version "2.2.0"
6528-
resolved "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493"
6529-
integrity sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==
6530-
dependencies:
6531-
through2 "^2.0.2"
6532-
65336489
split2@^3.0.0:
65346490
version "3.2.2"
65356491
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
@@ -6858,21 +6814,14 @@ text-table@^0.2.0, text-table@~0.2.0:
68586814
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
68596815
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
68606816

6861-
through2@^2.0.0, through2@^2.0.2, through2@~2.0.0:
6817+
through2@^2.0.0, through2@~2.0.0:
68626818
version "2.0.5"
68636819
resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
68646820
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
68656821
dependencies:
68666822
readable-stream "~2.3.6"
68676823
xtend "~4.0.1"
68686824

6869-
through2@^3.0.0:
6870-
version "3.0.1"
6871-
resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a"
6872-
integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==
6873-
dependencies:
6874-
readable-stream "2 || 3"
6875-
68766825
through2@^4.0.0:
68776826
version "4.0.2"
68786827
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
@@ -7063,10 +7012,10 @@ typescript@^3.9.6:
70637012
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
70647013
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
70657014

7066-
typescript@^4.6.4:
7067-
version "4.7.2"
7068-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
7069-
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
7015+
"typescript@^4.6.4 || ^5.0.0":
7016+
version "5.0.3"
7017+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
7018+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
70707019

70717020
uglify-js@^3.1.4:
70727021
version "3.5.6"
@@ -7422,13 +7371,6 @@ [email protected], yargs-parser@^20.2.2, yargs-parser@^20.2.3:
74227371
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
74237372
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
74247373

7425-
yargs-parser@^10.0.0:
7426-
version "10.1.0"
7427-
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
7428-
integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==
7429-
dependencies:
7430-
camelcase "^4.1.0"
7431-
74327374
yargs-parser@^15.0.1:
74337375
version "15.0.1"
74347376
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"

0 commit comments

Comments
 (0)