Skip to content

Commit 1cda1f5

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

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.4",
6969
"@babel/preset-env": "7.21.4",
7070
"@babel/register": "7.21.0",
71-
"@commitlint/cli": "17.5.1",
71+
"@commitlint/cli": "17.6.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
@@ -2141,13 +2141,13 @@
21412141
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
21422142
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
21432143

2144-
"@commitlint/cli@17.5.1":
2145-
version "17.5.1"
2146-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881"
2147-
integrity sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==
2144+
"@commitlint/cli@17.6.0":
2145+
version "17.6.0"
2146+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.0.tgz#9e14322fc2eb7b27aa3124d3f0d64571e4ecb230"
2147+
integrity sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==
21482148
dependencies:
21492149
"@commitlint/format" "^17.4.4"
2150-
"@commitlint/lint" "^17.4.4"
2150+
"@commitlint/lint" "^17.6.0"
21512151
"@commitlint/load" "^17.5.0"
21522152
"@commitlint/read" "^17.5.1"
21532153
"@commitlint/types" "^17.4.4"
@@ -2198,14 +2198,14 @@
21982198
"@commitlint/types" "^17.4.4"
21992199
semver "7.3.8"
22002200

2201-
"@commitlint/lint@^17.4.4":
2202-
version "17.4.4"
2203-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.4.tgz#0ecd70b44ec5f4823c2e00e0c4b04ebd41d42856"
2204-
integrity sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==
2201+
"@commitlint/lint@^17.6.0":
2202+
version "17.6.0"
2203+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.0.tgz#ec40e2267ced1d75e7f62b7e032db1f8a9e6c1f2"
2204+
integrity sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==
22052205
dependencies:
22062206
"@commitlint/is-ignored" "^17.4.4"
22072207
"@commitlint/parse" "^17.4.4"
2208-
"@commitlint/rules" "^17.4.4"
2208+
"@commitlint/rules" "^17.6.0"
22092209
"@commitlint/types" "^17.4.4"
22102210

22112211
"@commitlint/load@^17.5.0":
@@ -2265,10 +2265,10 @@
22652265
resolve-from "^5.0.0"
22662266
resolve-global "^1.0.0"
22672267

2268-
"@commitlint/rules@^17.4.4":
2269-
version "17.4.4"
2270-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.4.tgz#9b33f41e5eb529f916396bac7c62e61f0edd6791"
2271-
integrity sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==
2268+
"@commitlint/rules@^17.6.0":
2269+
version "17.6.0"
2270+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.0.tgz#1d4029015362ec96690c3e460b8267331dc51077"
2271+
integrity sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==
22722272
dependencies:
22732273
"@commitlint/ensure" "^17.4.4"
22742274
"@commitlint/message" "^17.4.2"

0 commit comments

Comments
 (0)