Skip to content

Commit b5f0bfa

Browse files
build(deps-dev): bump @commitlint/cli from 20.2.0 to 20.3.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 20.2.0 to 20.3.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/v20.3.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 20.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4dbe714 commit b5f0bfa

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@commitlint/cli": "^20.2.0",
3+
"@commitlint/cli": "^20.3.0",
44
"@commitlint/config-conventional": "^20.2.0"
55
}
66
}

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@commitlint/cli@^20.2.0":
27-
version "20.2.0"
28-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.2.0.tgz#4164499d3848447aacd795d298c8a768fb13a80c"
29-
integrity sha512-l37HkrPZ2DZy26rKiTUvdq/LZtlMcxz+PeLv9dzK9NzoFGuJdOQyYU7IEkEQj0pO++uYue89wzOpZ0hcTtoqUA==
26+
"@commitlint/cli@^20.3.0":
27+
version "20.3.0"
28+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.3.0.tgz#5fff38a99393e23a36256754ed05e9c05a4dcac6"
29+
integrity sha512-HXO8YVfqdBK+MnlX2zqNrv6waGYPs6Ysjm5W2Y0GMagWXwiIKx7C8dcIX9ca+QdHq4WA0lcMnZLQ0pzQh1piZg==
3030
dependencies:
3131
"@commitlint/format" "^20.2.0"
32-
"@commitlint/lint" "^20.2.0"
33-
"@commitlint/load" "^20.2.0"
32+
"@commitlint/lint" "^20.3.0"
33+
"@commitlint/load" "^20.3.0"
3434
"@commitlint/read" "^20.2.0"
3535
"@commitlint/types" "^20.2.0"
3636
tinyexec "^1.0.0"
@@ -85,20 +85,20 @@
8585
"@commitlint/types" "^20.2.0"
8686
semver "^7.6.0"
8787

88-
"@commitlint/lint@^20.2.0":
89-
version "20.2.0"
90-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.2.0.tgz#535f63f419cef7244b0a2907b5bf27ecb1f55bda"
91-
integrity sha512-cQEEB+jlmyQbyiji/kmh8pUJSDeUmPiWq23kFV0EtW3eM+uAaMLMuoTMajbrtWYWQpPzOMDjYltQ8jxHeHgITg==
88+
"@commitlint/lint@^20.3.0":
89+
version "20.3.0"
90+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.3.0.tgz#67b67e2a8b72425170245ccf10b219fe712f65fe"
91+
integrity sha512-X19HOGU5nRo6i9DIY0kG0mhgtvpn1UGO1D6aLX1ILLyeqSM5yJyMcrRqNj8SLgeSeUDODhLY9QYsBIG0LdNHkA==
9292
dependencies:
9393
"@commitlint/is-ignored" "^20.2.0"
9494
"@commitlint/parse" "^20.2.0"
95-
"@commitlint/rules" "^20.2.0"
95+
"@commitlint/rules" "^20.3.0"
9696
"@commitlint/types" "^20.2.0"
9797

98-
"@commitlint/load@^20.2.0":
99-
version "20.2.0"
100-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.2.0.tgz#0864d7296c9dc7f0759c811e7e497e2df03292db"
101-
integrity sha512-iAK2GaBM8sPFTSwtagI67HrLKHIUxQc2BgpgNc/UMNme6LfmtHpIxQoN1TbP+X1iz58jq32HL1GbrFTCzcMi6g==
98+
"@commitlint/load@^20.3.0":
99+
version "20.3.0"
100+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.3.0.tgz#4084c1af223e5f845e513f6dbbc9911df2c31abf"
101+
integrity sha512-amkdVZTXp5R65bsRXRSCwoNXbJHR2aAIY/RGFkoyd63t8UEwqEgT3f0MgeLqYw4hwXyq+TYXKdaW133E29pnGQ==
102102
dependencies:
103103
"@commitlint/config-validator" "^20.2.0"
104104
"@commitlint/execute-rule" "^20.0.0"
@@ -148,10 +148,10 @@
148148
lodash.mergewith "^4.6.2"
149149
resolve-from "^5.0.0"
150150

151-
"@commitlint/rules@^20.2.0":
152-
version "20.2.0"
153-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.2.0.tgz#0fd03c9bf55dccd3ddc1948f6ea36cd5ed162e8d"
154-
integrity sha512-27rHGpeAjnYl/A+qUUiYDa7Yn1WIjof/dFJjYW4gA1Ug+LUGa1P0AexzGZ5NBxTbAlmDgaxSZkLLxtLVqtg8PQ==
151+
"@commitlint/rules@^20.3.0":
152+
version "20.3.0"
153+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.3.0.tgz#edc80cc68e148b38302c154e0189ccc5ff70b36e"
154+
integrity sha512-TGgXN/qBEhbzVD13crE1l7YSMJRrbPbUL0OBZALbUM5ER36RZmiZRu2ud2W/AA7HO9YLBRbyx6YVi2t/2Be0yQ==
155155
dependencies:
156156
"@commitlint/ensure" "^20.2.0"
157157
"@commitlint/message" "^20.0.0"

0 commit comments

Comments
 (0)