Skip to content

Commit b203816

Browse files
committed
chore(deps): update dependency @commitlint/cli to ^16.3.0
1 parent 82b0336 commit b203816

File tree

2 files changed

+50
-31
lines changed

2 files changed

+50
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"last 1 Safari versions"
119119
],
120120
"devDependencies": {
121-
"@commitlint/cli": "^16.2.4",
121+
"@commitlint/cli": "^16.3.0",
122122
"@commitlint/config-conventional": "^16.2.4",
123123
"@sourcegraph/prettierrc": "^2.2.0",
124124
"@sourcegraph/tsconfig": "^4.0.1",

yarn.lock

Lines changed: 49 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -799,14 +799,14 @@
799799
lodash "^4.17.13"
800800
to-fast-properties "^2.0.0"
801801

802-
"@commitlint/cli@^16.2.4":
803-
version "16.2.4"
804-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.4.tgz#f22707918d08c27a19779798788a7c793f1d38e6"
805-
integrity sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==
802+
"@commitlint/cli@^16.3.0":
803+
version "16.3.0"
804+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.3.0.tgz#5689f5c2abbb7880d5ff13329251e5648a784b16"
805+
integrity sha512-P+kvONlfsuTMnxSwWE1H+ZcPMY3STFaHb2kAacsqoIkNx66O0T7sTpBxpxkMrFPyhkJiLJnJWMhk4bbvYD3BMA==
806806
dependencies:
807807
"@commitlint/format" "^16.2.1"
808808
"@commitlint/lint" "^16.2.4"
809-
"@commitlint/load" "^16.2.4"
809+
"@commitlint/load" "^16.3.0"
810810
"@commitlint/read" "^16.2.1"
811811
"@commitlint/types" "^16.2.1"
812812
lodash "^4.17.19"
@@ -868,10 +868,10 @@
868868
"@commitlint/rules" "^16.2.4"
869869
"@commitlint/types" "^16.2.1"
870870

871-
"@commitlint/load@^16.2.4":
872-
version "16.2.4"
873-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.4.tgz#32c9f4c6538b21cf48cf40266312bb1adb65f435"
874-
integrity sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==
871+
"@commitlint/load@^16.3.0":
872+
version "16.3.0"
873+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.3.0.tgz#e674ccc9edefd64a2d8b82d175de81ec3bb70eca"
874+
integrity sha512-3tykjV/iwbkv2FU9DG+NZ/JqmP0Nm3b7aDwgCNQhhKV5P74JAuByULkafnhn+zsFGypG1qMtI5u+BZoa9APm0A==
875875
dependencies:
876876
"@commitlint/config-validator" "^16.2.1"
877877
"@commitlint/execute-rule" "^16.2.1"
@@ -880,7 +880,7 @@
880880
"@types/node" ">=12"
881881
chalk "^4.0.0"
882882
cosmiconfig "^7.0.0"
883-
cosmiconfig-typescript-loader "^1.0.0"
883+
cosmiconfig-typescript-loader "^2.0.0"
884884
lodash "^4.17.19"
885885
resolve-from "^5.0.0"
886886
typescript "^4.4.3"
@@ -951,23 +951,36 @@
951951
dependencies:
952952
chalk "^4.0.0"
953953

954-
"@cspotcode/[email protected]":
955-
version "0.8.0"
956-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
957-
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
958-
959-
"@cspotcode/[email protected]":
960-
version "0.7.0"
961-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
962-
integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
954+
"@cspotcode/source-map-support@^0.8.0":
955+
version "0.8.1"
956+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
957+
integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==
963958
dependencies:
964-
"@cspotcode/source-map-consumer" "0.8.0"
959+
"@jridgewell/trace-mapping" "0.3.9"
965960

966961
"@iarna/toml@^2.2.0":
967962
version "2.2.1"
968963
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.1.tgz#82d0993d8882bb05e0645fbb4731d9e939e895b3"
969964
integrity sha512-I2EjI9TbEFJNLziNPFfpo64PNanOaK17iL2kTW/jGlGOa4bvHw4VEied83kOEB7NJjXf1KfvmsQ2aEjy3xjiGg==
970965

966+
"@jridgewell/resolve-uri@^3.0.3":
967+
version "3.1.0"
968+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
969+
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
970+
971+
"@jridgewell/sourcemap-codec@^1.4.10":
972+
version "1.4.14"
973+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
974+
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
975+
976+
"@jridgewell/[email protected]":
977+
version "0.3.9"
978+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
979+
integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
980+
dependencies:
981+
"@jridgewell/resolve-uri" "^3.0.3"
982+
"@jridgewell/sourcemap-codec" "^1.4.10"
983+
971984
"@mrmlnc/readdir-enhanced@^2.2.1":
972985
version "2.2.1"
973986
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -2097,13 +2110,13 @@ [email protected], core-util-is@~1.0.0:
20972110
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
20982111
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
20992112

2100-
cosmiconfig-typescript-loader@^1.0.0:
2101-
version "1.0.2"
2102-
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.2.tgz#257b5bc3e2c18c280973aa3ff4ae423ac29ce9b4"
2103-
integrity sha512-27ZehvijYqAKVzta5xtZBS3PAliC8CmnWkGXN0vgxAZz7yqxpMjf3aG7flxF5rEiu8FAD7nZZXtOI+xUGn+bVg==
2113+
cosmiconfig-typescript-loader@^2.0.0:
2114+
version "2.0.2"
2115+
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.2.tgz#7e7ce6064af041c910e1e43fb0fd9625cee56e93"
2116+
integrity sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==
21042117
dependencies:
21052118
cosmiconfig "^7"
2106-
ts-node "^10.4.0"
2119+
ts-node "^10.8.1"
21072120

21082121
cosmiconfig@^5.0.0:
21092122
version "5.2.1"
@@ -7096,12 +7109,12 @@ trim-newlines@^3.0.0:
70967109
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
70977110
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
70987111

7099-
ts-node@^10.4.0:
7100-
version "10.4.0"
7101-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
7102-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
7112+
ts-node@^10.8.1:
7113+
version "10.8.2"
7114+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.2.tgz#3185b75228cef116bf82ffe8762594f54b2a23f2"
7115+
integrity sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==
71037116
dependencies:
7104-
"@cspotcode/source-map-support" "0.7.0"
7117+
"@cspotcode/source-map-support" "^0.8.0"
71057118
"@tsconfig/node10" "^1.0.7"
71067119
"@tsconfig/node12" "^1.0.7"
71077120
"@tsconfig/node14" "^1.0.0"
@@ -7112,6 +7125,7 @@ ts-node@^10.4.0:
71127125
create-require "^1.1.0"
71137126
diff "^4.0.1"
71147127
make-error "^1.1.1"
7128+
v8-compile-cache-lib "^3.0.1"
71157129
yn "3.1.1"
71167130

71177131
ts-node@^8.10.2:
@@ -7387,6 +7401,11 @@ uuid@^3.3.2:
73877401
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
73887402
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
73897403

7404+
v8-compile-cache-lib@^3.0.1:
7405+
version "3.0.1"
7406+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
7407+
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
7408+
73907409
v8-compile-cache@^2.0.0:
73917410
version "2.0.2"
73927411
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz#a428b28bb26790734c4fc8bc9fa106fccebf6a6c"

0 commit comments

Comments
 (0)