Skip to content

Commit b4aebca

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @commitlint/cli to v16.2.4
1 parent 0ec6179 commit b4aebca

File tree

2 files changed

+37
-30
lines changed

2 files changed

+37
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@babel/core": "7.17.9",
7575
"@babel/preset-env": "7.16.11",
7676
"@babel/register": "7.17.7",
77-
"@commitlint/cli": "16.2.3",
77+
"@commitlint/cli": "16.2.4",
7878
"@iterable-iterator/list": "1.0.1",
7979
"@iterable-iterator/map": "1.0.1",
8080
"@iterable-iterator/range": "2.1.0",

yarn.lock

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,14 +1944,14 @@
19441944
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
19451945
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
19461946

1947-
"@commitlint/cli@16.2.3":
1948-
version "16.2.3"
1949-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.3.tgz#6c250ce7a660a08a3ac35dd2ec5039421fb831df"
1950-
integrity sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==
1947+
"@commitlint/cli@16.2.4":
1948+
version "16.2.4"
1949+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.4.tgz#f22707918d08c27a19779798788a7c793f1d38e6"
1950+
integrity sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==
19511951
dependencies:
19521952
"@commitlint/format" "^16.2.1"
1953-
"@commitlint/lint" "^16.2.1"
1954-
"@commitlint/load" "^16.2.3"
1953+
"@commitlint/lint" "^16.2.4"
1954+
"@commitlint/load" "^16.2.4"
19551955
"@commitlint/read" "^16.2.1"
19561956
"@commitlint/types" "^16.2.1"
19571957
lodash "^4.17.19"
@@ -1988,28 +1988,28 @@
19881988
"@commitlint/types" "^16.2.1"
19891989
chalk "^4.0.0"
19901990

1991-
"@commitlint/is-ignored@^16.2.1":
1992-
version "16.2.1"
1993-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz#cc688ec73a3d204b90f8086821a08814da461e5e"
1994-
integrity sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==
1991+
"@commitlint/is-ignored@^16.2.4":
1992+
version "16.2.4"
1993+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b"
1994+
integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==
19951995
dependencies:
19961996
"@commitlint/types" "^16.2.1"
1997-
semver "7.3.5"
1997+
semver "7.3.7"
19981998

1999-
"@commitlint/lint@^16.2.1":
2000-
version "16.2.1"
2001-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.1.tgz#c773f082cd4f69cb7807b805b691d2a52c732f97"
2002-
integrity sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==
1999+
"@commitlint/lint@^16.2.4":
2000+
version "16.2.4"
2001+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788"
2002+
integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==
20032003
dependencies:
2004-
"@commitlint/is-ignored" "^16.2.1"
2004+
"@commitlint/is-ignored" "^16.2.4"
20052005
"@commitlint/parse" "^16.2.1"
2006-
"@commitlint/rules" "^16.2.1"
2006+
"@commitlint/rules" "^16.2.4"
20072007
"@commitlint/types" "^16.2.1"
20082008

2009-
"@commitlint/load@^16.2.3":
2010-
version "16.2.3"
2011-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.3.tgz#7b2e85af25a6f736f080ba08e7165738cedf8c8f"
2012-
integrity sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==
2009+
"@commitlint/load@^16.2.4":
2010+
version "16.2.4"
2011+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.4.tgz#32c9f4c6538b21cf48cf40266312bb1adb65f435"
2012+
integrity sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==
20132013
dependencies:
20142014
"@commitlint/config-validator" "^16.2.1"
20152015
"@commitlint/execute-rule" "^16.2.1"
@@ -2059,10 +2059,10 @@
20592059
resolve-from "^5.0.0"
20602060
resolve-global "^1.0.0"
20612061

2062-
"@commitlint/rules@^16.2.1":
2063-
version "16.2.1"
2064-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.1.tgz#7264aa1c754e1c212aeceb27e5eb380cfa7bb233"
2065-
integrity sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==
2062+
"@commitlint/rules@^16.2.4":
2063+
version "16.2.4"
2064+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b"
2065+
integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==
20662066
dependencies:
20672067
"@commitlint/ensure" "^16.2.1"
20682068
"@commitlint/message" "^16.2.1"
@@ -9208,10 +9208,10 @@ semver@7.0.0:
92089208
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
92099209
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
92109210

9211-
semver@7.3.5, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
9212-
version "7.3.5"
9213-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
9214-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
9211+
semver@7.3.7:
9212+
version "7.3.7"
9213+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9214+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
92159215
dependencies:
92169216
lru-cache "^6.0.0"
92179217

@@ -9220,6 +9220,13 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semve
92209220
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
92219221
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
92229222

9223+
semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
9224+
version "7.3.5"
9225+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
9226+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
9227+
dependencies:
9228+
lru-cache "^6.0.0"
9229+
92239230
serialize-error@^7.0.1:
92249231
version "7.0.1"
92259232
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"

0 commit comments

Comments
 (0)