Skip to content

Commit

Permalink
⬆️ deps: Upgrade dependency @commitlint/cli to v17.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2023
1 parent 785f36a commit 8c1d359
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@commitlint/cli": "17.4.4",
"@commitlint/cli": "17.5.0",
"@js-library/commitlint-config": "0.0.4",
"@node-loader/babel": "2.0.1",
"@node-loader/core": "2.0.0",
Expand Down
27 changes: 16 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2186,14 +2186,14 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@commitlint/cli@17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06"
integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==
"@commitlint/cli@17.5.0":
version "17.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
dependencies:
"@commitlint/format" "^17.4.4"
"@commitlint/lint" "^17.4.4"
"@commitlint/load" "^17.4.4"
"@commitlint/load" "^17.5.0"
"@commitlint/read" "^17.4.4"
"@commitlint/types" "^17.4.4"
execa "^5.0.0"
Expand Down Expand Up @@ -2253,10 +2253,10 @@
"@commitlint/rules" "^17.4.4"
"@commitlint/types" "^17.4.4"

"@commitlint/load@^17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
"@commitlint/load@^17.5.0":
version "17.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
dependencies:
"@commitlint/config-validator" "^17.4.4"
"@commitlint/execute-rule" "^17.4.0"
Expand All @@ -2271,7 +2271,7 @@
lodash.uniq "^4.5.0"
resolve-from "^5.0.0"
ts-node "^10.8.1"
typescript "^4.6.4"
typescript "^4.6.4 || ^5.0.0"

"@commitlint/message@^17.4.2":
version "17.4.2"
Expand Down Expand Up @@ -10048,11 +10048,16 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^4.1.3, typescript@^4.6.4:
typescript@^4.1.3:
version "4.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==

"typescript@^4.6.4 || ^5.0.0":
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

typescript@^4.7.3:
version "4.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
Expand Down

0 comments on commit 8c1d359

Please sign in to comment.