Skip to content

Commit 12abcbb

Browse files
build: bump @commitlint/cli from 17.4.4 to 17.6.1 (#79)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.4 to 17.6.1. - [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.6.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc5607c commit 12abcbb

File tree

1 file changed

+21
-46
lines changed

1 file changed

+21
-46
lines changed

yarn.lock

Lines changed: 21 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
3030

3131
"@commitlint/cli@^17.0.2":
32-
version "17.4.4"
33-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06"
34-
integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==
32+
version "17.6.1"
33+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.1.tgz#571a1272a656cd316f4b601cbb0fcb2ef50bfc7a"
34+
integrity sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==
3535
dependencies:
3636
"@commitlint/format" "^17.4.4"
37-
"@commitlint/lint" "^17.4.4"
38-
"@commitlint/load" "^17.4.4"
39-
"@commitlint/read" "^17.4.4"
37+
"@commitlint/lint" "^17.6.1"
38+
"@commitlint/load" "^17.5.0"
39+
"@commitlint/read" "^17.5.1"
4040
"@commitlint/types" "^17.4.4"
4141
execa "^5.0.0"
4242
lodash.isfunction "^3.0.9"
@@ -97,36 +97,16 @@
9797
"@commitlint/types" "^17.4.4"
9898
semver "7.3.8"
9999

100-
"@commitlint/lint@^17.4.4":
101-
version "17.4.4"
102-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.4.tgz#0ecd70b44ec5f4823c2e00e0c4b04ebd41d42856"
103-
integrity sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==
100+
"@commitlint/lint@^17.6.1":
101+
version "17.6.1"
102+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.1.tgz#52275acc6b3d92a9ad466535331c5dd8e85b6f42"
103+
integrity sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==
104104
dependencies:
105105
"@commitlint/is-ignored" "^17.4.4"
106106
"@commitlint/parse" "^17.4.4"
107-
"@commitlint/rules" "^17.4.4"
107+
"@commitlint/rules" "^17.6.1"
108108
"@commitlint/types" "^17.4.4"
109109

110-
"@commitlint/load@^17.4.4":
111-
version "17.4.4"
112-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
113-
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
114-
dependencies:
115-
"@commitlint/config-validator" "^17.4.4"
116-
"@commitlint/execute-rule" "^17.4.0"
117-
"@commitlint/resolve-extends" "^17.4.4"
118-
"@commitlint/types" "^17.4.4"
119-
"@types/node" "*"
120-
chalk "^4.1.0"
121-
cosmiconfig "^8.0.0"
122-
cosmiconfig-typescript-loader "^4.0.0"
123-
lodash.isplainobject "^4.0.6"
124-
lodash.merge "^4.6.2"
125-
lodash.uniq "^4.5.0"
126-
resolve-from "^5.0.0"
127-
ts-node "^10.8.1"
128-
typescript "^4.6.4"
129-
130110
"@commitlint/load@^17.5.0":
131111
version "17.5.0"
132112
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
@@ -181,15 +161,15 @@
181161
chalk "^4.1.0"
182162
inquirer "^6.5.2"
183163

184-
"@commitlint/read@^17.4.4":
185-
version "17.4.4"
186-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.4.tgz#de6ec00aad827764153009aa54517e3df2154555"
187-
integrity sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==
164+
"@commitlint/read@^17.5.1":
165+
version "17.5.1"
166+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c"
167+
integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
188168
dependencies:
189169
"@commitlint/top-level" "^17.4.0"
190170
"@commitlint/types" "^17.4.4"
191171
fs-extra "^11.0.0"
192-
git-raw-commits "^2.0.0"
172+
git-raw-commits "^2.0.11"
193173
minimist "^1.2.6"
194174

195175
"@commitlint/resolve-extends@^17.4.4":
@@ -204,10 +184,10 @@
204184
resolve-from "^5.0.0"
205185
resolve-global "^1.0.0"
206186

207-
"@commitlint/rules@^17.4.4":
208-
version "17.4.4"
209-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.4.tgz#9b33f41e5eb529f916396bac7c62e61f0edd6791"
210-
integrity sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==
187+
"@commitlint/rules@^17.6.1":
188+
version "17.6.1"
189+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.1.tgz#dff529b8d1e0455808fe7e3e1fa70617e4eb2759"
190+
integrity sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==
211191
dependencies:
212192
"@commitlint/ensure" "^17.4.4"
213193
"@commitlint/message" "^17.4.2"
@@ -2165,7 +2145,7 @@ git-log-parser@^1.2.0:
21652145
through2 "~2.0.0"
21662146
traverse "~0.6.6"
21672147

2168-
git-raw-commits@^2.0.0:
2148+
git-raw-commits@^2.0.11:
21692149
version "2.0.11"
21702150
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
21712151
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
@@ -4641,11 +4621,6 @@ typedarray-to-buffer@^3.1.5:
46414621
dependencies:
46424622
is-typedarray "^1.0.0"
46434623

4644-
typescript@^4.6.4:
4645-
version "4.7.2"
4646-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
4647-
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
4648-
46494624
"typescript@^4.6.4 || ^5.0.0":
46504625
version "5.0.3"
46514626
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"

0 commit comments

Comments
 (0)