Skip to content

Commit be8a4b5

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v17.5.0
1 parent 6b0cf6f commit be8a4b5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@babel/core": "7.21.3",
6969
"@babel/preset-env": "7.20.2",
7070
"@babel/register": "7.21.0",
71-
"@commitlint/cli": "17.4.4",
71+
"@commitlint/cli": "17.5.0",
7272
"@js-library/commitlint-config": "0.0.4",
7373
"ava": "5.2.0",
7474
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,14 +2194,14 @@
21942194
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
21952195
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
21962196

2197-
"@commitlint/cli@17.4.4":
2198-
version "17.4.4"
2199-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06"
2200-
integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==
2197+
"@commitlint/cli@17.5.0":
2198+
version "17.5.0"
2199+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
2200+
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
22012201
dependencies:
22022202
"@commitlint/format" "^17.4.4"
22032203
"@commitlint/lint" "^17.4.4"
2204-
"@commitlint/load" "^17.4.4"
2204+
"@commitlint/load" "^17.5.0"
22052205
"@commitlint/read" "^17.4.4"
22062206
"@commitlint/types" "^17.4.4"
22072207
execa "^5.0.0"
@@ -2261,10 +2261,10 @@
22612261
"@commitlint/rules" "^17.4.4"
22622262
"@commitlint/types" "^17.4.4"
22632263

2264-
"@commitlint/load@^17.4.4":
2265-
version "17.4.4"
2266-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
2267-
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
2264+
"@commitlint/load@^17.5.0":
2265+
version "17.5.0"
2266+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
2267+
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
22682268
dependencies:
22692269
"@commitlint/config-validator" "^17.4.4"
22702270
"@commitlint/execute-rule" "^17.4.0"
@@ -2279,7 +2279,7 @@
22792279
lodash.uniq "^4.5.0"
22802280
resolve-from "^5.0.0"
22812281
ts-node "^10.8.1"
2282-
typescript "^4.6.4"
2282+
typescript "^4.6.4 || ^5.0.0"
22832283

22842284
"@commitlint/message@^17.4.2":
22852285
version "17.4.2"
@@ -10257,10 +10257,10 @@ typescript@^4.1.3:
1025710257
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
1025810258
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
1025910259

10260-
typescript@^4.6.4:
10261-
version "4.6.4"
10262-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
10263-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
10260+
"typescript@^4.6.4 || ^5.0.0":
10261+
version "5.0.2"
10262+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
10263+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
1026410264

1026510265
typescript@^4.9.3:
1026610266
version "4.9.3"

0 commit comments

Comments
 (0)