Skip to content

Commit 5fa7f5d

Browse files
chore(deps-dev): bump @commitlint/cli from 17.4.4 to 17.5.0 in /web
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.4 to 17.5.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.5.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f3bd63 commit 5fa7f5d

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@babel/eslint-parser": "^7.21.3",
47-
"@commitlint/cli": "^17.4.4",
47+
"@commitlint/cli": "^17.5.0",
4848
"@commitlint/config-conventional": "^17.4.4",
4949
"@nuxt/types": "^2.16.3",
5050
"@nuxt/typescript-build": "^2.1.0",

web/yarn.lock

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

1179-
"@commitlint/cli@^17.4.4":
1180-
version "17.4.4"
1181-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06"
1182-
integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==
1179+
"@commitlint/cli@^17.5.0":
1180+
version "17.5.0"
1181+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
1182+
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
11831183
dependencies:
11841184
"@commitlint/format" "^17.4.4"
11851185
"@commitlint/lint" "^17.4.4"
1186-
"@commitlint/load" "^17.4.4"
1186+
"@commitlint/load" "^17.5.0"
11871187
"@commitlint/read" "^17.4.4"
11881188
"@commitlint/types" "^17.4.4"
11891189
execa "^5.0.0"
@@ -1250,10 +1250,10 @@
12501250
"@commitlint/rules" "^17.4.4"
12511251
"@commitlint/types" "^17.4.4"
12521252

1253-
"@commitlint/load@^17.4.4":
1254-
version "17.4.4"
1255-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
1256-
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
1253+
"@commitlint/load@^17.5.0":
1254+
version "17.5.0"
1255+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
1256+
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
12571257
dependencies:
12581258
"@commitlint/config-validator" "^17.4.4"
12591259
"@commitlint/execute-rule" "^17.4.0"
@@ -1268,7 +1268,7 @@
12681268
lodash.uniq "^4.5.0"
12691269
resolve-from "^5.0.0"
12701270
ts-node "^10.8.1"
1271-
typescript "^4.6.4"
1271+
typescript "^4.6.4 || ^5.0.0"
12721272

12731273
"@commitlint/message@^17.4.2":
12741274
version "17.4.2"
@@ -13398,10 +13398,10 @@ typedarray@^0.0.6:
1339813398
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1339913399
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1340013400

13401-
typescript@^4.6.4:
13402-
version "4.9.5"
13403-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
13404-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
13401+
"typescript@^4.6.4 || ^5.0.0":
13402+
version "5.0.2"
13403+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
13404+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
1340513405

1340613406
typescript@~4.2:
1340713407
version "4.2.4"

0 commit comments

Comments
 (0)