Skip to content

Commit 032a414

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v17.6.0
1 parent d70974a commit 032a414

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
@@ -70,7 +70,7 @@
7070
"@babel/core": "7.21.4",
7171
"@babel/preset-env": "7.21.4",
7272
"@babel/register": "7.21.0",
73-
"@commitlint/cli": "17.5.1",
73+
"@commitlint/cli": "17.6.0",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"ava": "5.2.0",
7676
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

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

2149-
"@commitlint/cli@17.5.1":
2150-
version "17.5.1"
2151-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881"
2152-
integrity sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==
2149+
"@commitlint/cli@17.6.0":
2150+
version "17.6.0"
2151+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.0.tgz#9e14322fc2eb7b27aa3124d3f0d64571e4ecb230"
2152+
integrity sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==
21532153
dependencies:
21542154
"@commitlint/format" "^17.4.4"
2155-
"@commitlint/lint" "^17.4.4"
2155+
"@commitlint/lint" "^17.6.0"
21562156
"@commitlint/load" "^17.5.0"
21572157
"@commitlint/read" "^17.5.1"
21582158
"@commitlint/types" "^17.4.4"
@@ -2203,14 +2203,14 @@
22032203
"@commitlint/types" "^17.4.4"
22042204
semver "7.3.8"
22052205

2206-
"@commitlint/lint@^17.4.4":
2207-
version "17.4.4"
2208-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.4.tgz#0ecd70b44ec5f4823c2e00e0c4b04ebd41d42856"
2209-
integrity sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==
2206+
"@commitlint/lint@^17.6.0":
2207+
version "17.6.0"
2208+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.0.tgz#ec40e2267ced1d75e7f62b7e032db1f8a9e6c1f2"
2209+
integrity sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==
22102210
dependencies:
22112211
"@commitlint/is-ignored" "^17.4.4"
22122212
"@commitlint/parse" "^17.4.4"
2213-
"@commitlint/rules" "^17.4.4"
2213+
"@commitlint/rules" "^17.6.0"
22142214
"@commitlint/types" "^17.4.4"
22152215

22162216
"@commitlint/load@^17.5.0":
@@ -2270,10 +2270,10 @@
22702270
resolve-from "^5.0.0"
22712271
resolve-global "^1.0.0"
22722272

2273-
"@commitlint/rules@^17.4.4":
2274-
version "17.4.4"
2275-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.4.tgz#9b33f41e5eb529f916396bac7c62e61f0edd6791"
2276-
integrity sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==
2273+
"@commitlint/rules@^17.6.0":
2274+
version "17.6.0"
2275+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.0.tgz#1d4029015362ec96690c3e460b8267331dc51077"
2276+
integrity sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==
22772277
dependencies:
22782278
"@commitlint/ensure" "^17.4.4"
22792279
"@commitlint/message" "^17.4.2"

0 commit comments

Comments
 (0)