Skip to content

Commit de2c9e1

Browse files
committed
chore(deps): update commitlint monorepo
1 parent b6b14f7 commit de2c9e1

File tree

2 files changed

+75
-55
lines changed

2 files changed

+75
-55
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@commitlint/cli": "^17.6.7",
40-
"@commitlint/config-conventional": "^17.6.7",
39+
"@commitlint/cli": "^17.7.1",
40+
"@commitlint/config-conventional": "^17.7.0",
4141
"@sourcegraph/eslint-config": "^0.33.0",
4242
"@sourcegraph/prettierrc": "^3.0.3",
4343
"@sourcegraph/tsconfig": "^4.0.1",

yarn.lock

Lines changed: 73 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
lodash "^4.17.19"
123123
to-fast-properties "^2.0.0"
124124

125-
"@commitlint/cli@^17.6.7":
126-
version "17.6.7"
127-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.7.tgz#1d352a6cfdb6b6a6ae49a959e6c13dcef1b63782"
128-
integrity sha512-nzZmfO5KIOupYppn1MsnYX/80I+KDlxiwkks3CJT0XT+t34UgqGi3eSyEuzgcIjPlORk5/GMaAEiys78iLfGMg==
125+
"@commitlint/cli@^17.7.1":
126+
version "17.7.1"
127+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.7.1.tgz#f3ab35bd38d82fcd4ab03ec5a1e9db26d57fe1b0"
128+
integrity sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==
129129
dependencies:
130130
"@commitlint/format" "^17.4.4"
131-
"@commitlint/lint" "^17.6.7"
132-
"@commitlint/load" "^17.6.7"
131+
"@commitlint/lint" "^17.7.0"
132+
"@commitlint/load" "^17.7.1"
133133
"@commitlint/read" "^17.5.1"
134134
"@commitlint/types" "^17.4.4"
135135
execa "^5.0.0"
@@ -138,12 +138,12 @@
138138
resolve-global "1.0.0"
139139
yargs "^17.0.0"
140140

141-
"@commitlint/config-conventional@^17.6.7":
142-
version "17.6.7"
143-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.7.tgz#8469d977def36148615e9516b1a521e38ca27ddd"
144-
integrity sha512-4oTpEUC0HRM54QRHBPMOJW1pETp7usxXn9RuNYNWHcmu8wi1mpws95hvS20u2n6HtIkTn0jfn7vHioCm4AGUTw==
141+
"@commitlint/config-conventional@^17.7.0":
142+
version "17.7.0"
143+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz#1bbf2bce7851db63c1a8aa8d924277ad4938247e"
144+
integrity sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==
145145
dependencies:
146-
conventional-changelog-conventionalcommits "^5.0.0"
146+
conventional-changelog-conventionalcommits "^6.1.0"
147147

148148
"@commitlint/config-validator@^17.6.7":
149149
version "17.6.7"
@@ -178,34 +178,34 @@
178178
"@commitlint/types" "^17.4.4"
179179
chalk "^4.1.0"
180180

181-
"@commitlint/is-ignored@^17.6.7":
182-
version "17.6.7"
183-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.6.7.tgz#711897f19180f1121ecf302a3c5496f9a920a59e"
184-
integrity sha512-vqyNRqtbq72P2JadaoWiuoLtXIs9SaAWDqdtef6G2zsoXqKFc7vqj1f+thzVgosXG3X/5K9jNp+iYijmvOfc/g==
181+
"@commitlint/is-ignored@^17.7.0":
182+
version "17.7.0"
183+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.7.0.tgz#df9b284420bdb1aed5fdb2be44f4e98cc4826014"
184+
integrity sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==
185185
dependencies:
186186
"@commitlint/types" "^17.4.4"
187-
semver "7.5.2"
187+
semver "7.5.4"
188188

189-
"@commitlint/lint@^17.6.7":
190-
version "17.6.7"
191-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.7.tgz#fb49c2722749e3ef83e2b41258fc32531068a13b"
192-
integrity sha512-TW+AozfuOFMrHn+jdwtz0IWu8REKFp0eryOvoBp2r8IXNc4KihKB1spAiUB6SFyHD6hVVeolz12aHnJ3Mb+xVQ==
189+
"@commitlint/lint@^17.7.0":
190+
version "17.7.0"
191+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.7.0.tgz#33f831298dc43679e4de6b088aea63d1f884c7e7"
192+
integrity sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==
193193
dependencies:
194-
"@commitlint/is-ignored" "^17.6.7"
195-
"@commitlint/parse" "^17.6.7"
196-
"@commitlint/rules" "^17.6.7"
194+
"@commitlint/is-ignored" "^17.7.0"
195+
"@commitlint/parse" "^17.7.0"
196+
"@commitlint/rules" "^17.7.0"
197197
"@commitlint/types" "^17.4.4"
198198

199-
"@commitlint/load@^17.6.7":
200-
version "17.6.7"
201-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.6.7.tgz#c63b18ca8942a8fc095ec7a7ff7aa52f3854f6ba"
202-
integrity sha512-QZ2rJTbX55BQdYrCm/p6+hh/pFBgC9nTJxfsrK6xRPe2thiQzHN0AQDBqBwAirn6gIkHrjIbCbtAE6kiDYLjrw==
199+
"@commitlint/load@^17.7.1":
200+
version "17.7.1"
201+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.7.1.tgz#0723b11723a20043a304a74960602dead89b5cdd"
202+
integrity sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==
203203
dependencies:
204204
"@commitlint/config-validator" "^17.6.7"
205205
"@commitlint/execute-rule" "^17.4.0"
206206
"@commitlint/resolve-extends" "^17.6.7"
207207
"@commitlint/types" "^17.4.4"
208-
"@types/node" "*"
208+
"@types/node" "20.4.7"
209209
chalk "^4.1.0"
210210
cosmiconfig "^8.0.0"
211211
cosmiconfig-typescript-loader "^4.0.0"
@@ -221,14 +221,14 @@
221221
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.2.tgz#f4753a79701ad6db6db21f69076e34de6580e22c"
222222
integrity sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==
223223

224-
"@commitlint/parse@^17.6.7":
225-
version "17.6.7"
226-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.6.7.tgz#b87c61213653d670f956faafe7783aef9ef13020"
227-
integrity sha512-ibO03BgEns+JJpohpBZYD49mCdSNMg6fTv7vA5yqzEFWkBQk5NWhEBw2yG+Z1UClStIRkMkAYyI2HzoQG9tCQQ==
224+
"@commitlint/parse@^17.7.0":
225+
version "17.7.0"
226+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.7.0.tgz#aacb2d189e50ab8454154b1df150aaf20478ae47"
227+
integrity sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==
228228
dependencies:
229229
"@commitlint/types" "^17.4.4"
230-
conventional-changelog-angular "^5.0.11"
231-
conventional-commits-parser "^3.2.2"
230+
conventional-changelog-angular "^6.0.0"
231+
conventional-commits-parser "^4.0.0"
232232

233233
"@commitlint/read@^17.5.1":
234234
version "17.5.1"
@@ -253,10 +253,10 @@
253253
resolve-from "^5.0.0"
254254
resolve-global "^1.0.0"
255255

256-
"@commitlint/rules@^17.6.7":
257-
version "17.6.7"
258-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.7.tgz#2dbf52e82b5bcb1c74445637c6a9974571ab54b6"
259-
integrity sha512-x/SDwDTN3w3Gr5xkhrIORu96rlKCc8ZLYEMXRqi9+MB33st2mKcGvKa5uJuigHlbl3xm75bAAubATrodVrjguQ==
256+
"@commitlint/rules@^17.7.0":
257+
version "17.7.0"
258+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.7.0.tgz#b97a4933c5cba11a659a19ee467f6f000f31533e"
259+
integrity sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==
260260
dependencies:
261261
"@commitlint/ensure" "^17.6.7"
262262
"@commitlint/message" "^17.4.2"
@@ -714,7 +714,12 @@
714714
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
715715
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
716716

717-
"@types/node@*", "@types/node@>= 8", "@types/node@^12.6.2":
717+
"@types/node@*", "@types/[email protected]", "@types/node@>= 8":
718+
version "20.4.7"
719+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.7.tgz#74d323a93f1391a63477b27b9aec56669c98b2ab"
720+
integrity sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==
721+
722+
"@types/node@^12.6.2":
718723
version "12.12.5"
719724
resolved "https://registry.npmjs.org/@types/node/-/node-12.12.5.tgz#66103d2eddc543d44a04394abb7be52506d7f290"
720725
integrity sha512-KEjODidV4XYUlJBF3XdjSH5FWoMCtO0utnhtdLf1AgeuZLOrRbvmU/gaRCVg7ZaQDjVf3l84egiY0mRNe5xE4A==
@@ -1625,22 +1630,27 @@ console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-
16251630
resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
16261631
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
16271632

1628-
conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.11:
1633+
conventional-changelog-angular@^5.0.0:
16291634
version "5.0.13"
16301635
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz#896885d63b914a70d4934b59d2fe7bde1832b28c"
16311636
integrity sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==
16321637
dependencies:
16331638
compare-func "^2.0.0"
16341639
q "^1.5.1"
16351640

1636-
conventional-changelog-conventionalcommits@^5.0.0:
1637-
version "5.0.0"
1638-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
1639-
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
1641+
conventional-changelog-angular@^6.0.0:
1642+
version "6.0.0"
1643+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz#a9a9494c28b7165889144fd5b91573c4aa9ca541"
1644+
integrity sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==
1645+
dependencies:
1646+
compare-func "^2.0.0"
1647+
1648+
conventional-changelog-conventionalcommits@^6.1.0:
1649+
version "6.1.0"
1650+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
1651+
integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
16401652
dependencies:
16411653
compare-func "^2.0.0"
1642-
lodash "^4.17.15"
1643-
q "^1.5.1"
16441654

16451655
conventional-changelog-writer@^4.0.0:
16461656
version "4.0.9"
@@ -1666,7 +1676,7 @@ conventional-commits-filter@^2.0.0, conventional-commits-filter@^2.0.2:
16661676
lodash.ismatch "^4.4.0"
16671677
modify-values "^1.0.0"
16681678

1669-
conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.0.7, conventional-commits-parser@^3.2.2:
1679+
conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.0.7:
16701680
version "3.2.4"
16711681
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz#a7d3b77758a202a9b2293d2112a8d8052c740972"
16721682
integrity sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==
@@ -1678,6 +1688,16 @@ conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.0.7, conventi
16781688
split2 "^3.0.0"
16791689
through2 "^4.0.0"
16801690

1691+
conventional-commits-parser@^4.0.0:
1692+
version "4.0.0"
1693+
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz#02ae1178a381304839bce7cea9da5f1b549ae505"
1694+
integrity sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==
1695+
dependencies:
1696+
JSONStream "^1.3.5"
1697+
is-text-path "^1.0.1"
1698+
meow "^8.1.2"
1699+
split2 "^3.2.2"
1700+
16811701
copy-concurrently@^1.0.0:
16821702
version "1.0.5"
16831703
resolved "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -4229,7 +4249,7 @@ meow@^4.0.0:
42294249
redent "^2.0.0"
42304250
trim-newlines "^2.0.0"
42314251

4232-
meow@^8.0.0:
4252+
meow@^8.0.0, meow@^8.1.2:
42334253
version "8.1.2"
42344254
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
42354255
integrity sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==
@@ -5811,10 +5831,10 @@ semver-regex@^2.0.0:
58115831
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
58125832
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
58135833

5814-
[email protected].2, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
5815-
version "7.5.2"
5816-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
5817-
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
5834+
[email protected].4, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
5835+
version "7.5.4"
5836+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
5837+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
58185838
dependencies:
58195839
lru-cache "^6.0.0"
58205840

@@ -5987,7 +6007,7 @@ split-on-first@^1.0.0:
59876007
resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
59886008
integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==
59896009

5990-
split2@^3.0.0:
6010+
split2@^3.0.0, split2@^3.2.2:
59916011
version "3.2.2"
59926012
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
59936013
integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==

0 commit comments

Comments
 (0)