Skip to content

Commit fa17a3a

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency @commitlint/cli to v17.5.0
1 parent 3e104a2 commit fa17a3a

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
@@ -36,7 +36,7 @@
3636
"compatibility": "^1.0.0"
3737
},
3838
"devDependencies": {
39-
"@commitlint/cli": "17.4.4",
39+
"@commitlint/cli": "17.5.0",
4040
"@commitlint/config-angular": "17.4.4",
4141
"eslint": "8.36.0",
4242
"eslint-config-airbnb-base": "15.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
esutils "^2.0.2"
1919
js-tokens "^4.0.0"
2020

21-
"@commitlint/cli@17.4.4":
22-
version "17.4.4"
23-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06"
24-
integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==
21+
"@commitlint/cli@17.5.0":
22+
version "17.5.0"
23+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
24+
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
2525
dependencies:
2626
"@commitlint/format" "^17.4.4"
2727
"@commitlint/lint" "^17.4.4"
28-
"@commitlint/load" "^17.4.4"
28+
"@commitlint/load" "^17.5.0"
2929
"@commitlint/read" "^17.4.4"
3030
"@commitlint/types" "^17.4.4"
3131
execa "^5.0.0"
@@ -97,10 +97,10 @@
9797
"@commitlint/rules" "^17.4.4"
9898
"@commitlint/types" "^17.4.4"
9999

100-
"@commitlint/load@^17.4.4":
101-
version "17.4.4"
102-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
103-
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
100+
"@commitlint/load@^17.5.0":
101+
version "17.5.0"
102+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
103+
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
104104
dependencies:
105105
"@commitlint/config-validator" "^17.4.4"
106106
"@commitlint/execute-rule" "^17.4.0"
@@ -115,7 +115,7 @@
115115
lodash.uniq "^4.5.0"
116116
resolve-from "^5.0.0"
117117
ts-node "^10.8.1"
118-
typescript "^4.6.4"
118+
typescript "^4.6.4 || ^5.0.0"
119119

120120
"@commitlint/message@^17.4.2":
121121
version "17.4.2"
@@ -3961,10 +3961,10 @@ typed-array-length@^1.0.4:
39613961
for-each "^0.3.3"
39623962
is-typed-array "^1.1.9"
39633963

3964-
typescript@^4.6.4:
3965-
version "4.6.4"
3966-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
3967-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
3964+
"typescript@^4.6.4 || ^5.0.0":
3965+
version "5.0.2"
3966+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
3967+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
39683968

39693969
unbox-primitive@^1.0.1:
39703970
version "1.0.1"

0 commit comments

Comments
 (0)