Skip to content

Commit ad9fdf1

Browse files
build(deps-dev): bump @commitlint/cli from 17.4.4 to 17.5.1 (#79)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.4 to 17.5.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.5.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 f879acc commit ad9fdf1

File tree

1 file changed

+11
-36
lines changed

1 file changed

+11
-36
lines changed

yarn.lock

Lines changed: 11 additions & 36 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.5.1"
33+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881"
34+
integrity sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==
3535
dependencies:
3636
"@commitlint/format" "^17.4.4"
3737
"@commitlint/lint" "^17.4.4"
38-
"@commitlint/load" "^17.4.4"
39-
"@commitlint/read" "^17.4.4"
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"
@@ -107,26 +107,6 @@
107107
"@commitlint/rules" "^17.4.4"
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":
@@ -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==
@@ -4632,11 +4612,6 @@ typedarray-to-buffer@^3.1.5:
46324612
dependencies:
46334613
is-typedarray "^1.0.0"
46344614

4635-
typescript@^4.6.4:
4636-
version "4.7.3"
4637-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
4638-
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
4639-
46404615
"typescript@^4.6.4 || ^5.0.0":
46414616
version "5.0.3"
46424617
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"

0 commit comments

Comments
 (0)