Skip to content

Commit 7be8ce6

Browse files
build(deps-dev): bump @commitlint/cli from 17.1.2 to 17.2.0 (#146)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.1.2 to 17.2.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/v17.2.0/@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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8aa0f83 commit 7be8ce6

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"stylelint": "^14.14.1"
2424
},
2525
"devDependencies": {
26-
"@commitlint/cli": "^17.1.2",
26+
"@commitlint/cli": "^17.2.0",
2727
"@commitlint/config-conventional": "^17.1.0",
2828
"@qvant/prettier-config": "^0.1.0",
2929
"husky": "^8.0.1",

yarn.lock

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

26-
"@commitlint/cli@^17.1.2":
27-
version "17.1.2"
28-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.1.2.tgz#38240f84936df5216f749f06f838dc50cc85a43d"
29-
integrity sha512-h/4Hlka3bvCLbnxf0Er2ri5A44VMlbMSkdTRp8Adv2tRiklSTRIoPGs7OEXDv3EoDs2AAzILiPookgM4Gi7LOw==
26+
"@commitlint/cli@^17.2.0":
27+
version "17.2.0"
28+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.2.0.tgz#75cb39181cea98ccc3c9ec122c367af4252d0b5a"
29+
integrity sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==
3030
dependencies:
3131
"@commitlint/format" "^17.0.0"
32-
"@commitlint/lint" "^17.1.0"
33-
"@commitlint/load" "^17.1.2"
34-
"@commitlint/read" "^17.1.0"
32+
"@commitlint/lint" "^17.2.0"
33+
"@commitlint/load" "^17.2.0"
34+
"@commitlint/read" "^17.2.0"
3535
"@commitlint/types" "^17.0.0"
3636
execa "^5.0.0"
3737
lodash "^4.17.19"
@@ -75,28 +75,28 @@
7575
"@commitlint/types" "^17.0.0"
7676
chalk "^4.1.0"
7777

78-
"@commitlint/is-ignored@^17.1.0":
79-
version "17.1.0"
80-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.1.0.tgz#c9d5ca22679fdc657fff33a8aa23e0c0152ebbd1"
81-
integrity sha512-JITWKDMHhIh8IpdIbcbuH9rEQJty1ZWelgjleTFrVRAcEwN/sPzk1aVUXRIZNXMJWbZj8vtXRJnFihrml8uECQ==
78+
"@commitlint/is-ignored@^17.2.0":
79+
version "17.2.0"
80+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.2.0.tgz#07c329396e2457fd37e8707f990c3a49731a168d"
81+
integrity sha512-rgUPUQraHxoMLxiE8GK430HA7/R2vXyLcOT4fQooNrZq9ERutNrP6dw3gdKLkq22Nede3+gEHQYUzL4Wu75ndg==
8282
dependencies:
8383
"@commitlint/types" "^17.0.0"
8484
semver "7.3.7"
8585

86-
"@commitlint/lint@^17.1.0":
87-
version "17.1.0"
88-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.1.0.tgz#de2d3baa2b20d9ec3d5fd2f2421f6025c8439630"
89-
integrity sha512-ltpqM2ogt/+SDhUaScFo0MdscncEF96lvQTPMM/VTTWlw7sTGLLWkOOppsee2MN/uLNNWjQ7kqkd4h6JqoM9AQ==
86+
"@commitlint/lint@^17.2.0":
87+
version "17.2.0"
88+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.2.0.tgz#a793579d56c3e73416c750d76f09510bc8a6479f"
89+
integrity sha512-N2oLn4Dj672wKH5qJ4LGO+73UkYXGHO+NTVUusGw83SjEv7GjpqPGKU6KALW2kFQ/GsDefSvOjpSi3CzWHQBDg==
9090
dependencies:
91-
"@commitlint/is-ignored" "^17.1.0"
92-
"@commitlint/parse" "^17.0.0"
93-
"@commitlint/rules" "^17.0.0"
91+
"@commitlint/is-ignored" "^17.2.0"
92+
"@commitlint/parse" "^17.2.0"
93+
"@commitlint/rules" "^17.2.0"
9494
"@commitlint/types" "^17.0.0"
9595

96-
"@commitlint/load@^17.1.2":
97-
version "17.1.2"
98-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.1.2.tgz#19c88be570d8666bbd32f9b3d81925a08328bc13"
99-
integrity sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==
96+
"@commitlint/load@^17.2.0":
97+
version "17.2.0"
98+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.2.0.tgz#11c9fb23a967ff1507a28931c91aae7f978ea4ae"
99+
integrity sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==
100100
dependencies:
101101
"@commitlint/config-validator" "^17.1.0"
102102
"@commitlint/execute-rule" "^17.0.0"
@@ -111,24 +111,24 @@
111111
ts-node "^10.8.1"
112112
typescript "^4.6.4"
113113

114-
"@commitlint/message@^17.0.0":
115-
version "17.0.0"
116-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73"
117-
integrity sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==
114+
"@commitlint/message@^17.2.0":
115+
version "17.2.0"
116+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.2.0.tgz#c546b7a441b9f69493257f9fe0c3c8fc37933b27"
117+
integrity sha512-/4l2KFKxBOuoEn1YAuuNNlAU05Zt7sNsC9H0mPdPm3chOrT4rcX0pOqrQcLtdMrMkJz0gC7b3SF80q2+LtdL9Q==
118118

119-
"@commitlint/parse@^17.0.0":
120-
version "17.0.0"
121-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.0.0.tgz#6d508a1e2aec76f348a447994f26e9b749c02091"
122-
integrity sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==
119+
"@commitlint/parse@^17.2.0":
120+
version "17.2.0"
121+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.2.0.tgz#d87b09436ec741c2267b76a41972b34e53459a81"
122+
integrity sha512-vLzLznK9Y21zQ6F9hf8D6kcIJRb2haAK5T/Vt1uW2CbHYOIfNsR/hJs0XnF/J9ctM20Tfsqv4zBitbYvVw7F6Q==
123123
dependencies:
124124
"@commitlint/types" "^17.0.0"
125125
conventional-changelog-angular "^5.0.11"
126126
conventional-commits-parser "^3.2.2"
127127

128-
"@commitlint/read@^17.1.0":
129-
version "17.1.0"
130-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.1.0.tgz#cf6bab410180f32f70891c97b15467c0b92ac14f"
131-
integrity sha512-73BoFNBA/3Ozo2JQvGsE0J8SdrJAWGfZQRSHqvKaqgmY042Su4gXQLqvAzgr55S9DI1l9TiU/5WDuh8IE86d/g==
128+
"@commitlint/read@^17.2.0":
129+
version "17.2.0"
130+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.2.0.tgz#7a67b7b611d978a344c2430cba030252c2170723"
131+
integrity sha512-bbblBhrHkjxra3ptJNm0abxu7yeAaxumQ8ZtD6GIVqzURCETCP7Dm0tlVvGRDyXBuqX6lIJxh3W7oyKqllDsHQ==
132132
dependencies:
133133
"@commitlint/top-level" "^17.0.0"
134134
"@commitlint/types" "^17.0.0"
@@ -148,13 +148,13 @@
148148
resolve-from "^5.0.0"
149149
resolve-global "^1.0.0"
150150

151-
"@commitlint/rules@^17.0.0":
152-
version "17.0.0"
153-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.0.0.tgz#4eecc5d28cabbc5f3f73838fb02592b551f9bf62"
154-
integrity sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==
151+
"@commitlint/rules@^17.2.0":
152+
version "17.2.0"
153+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.2.0.tgz#b49d5ee3b5f599d7c21aab453bb055ecdc6c2e7c"
154+
integrity sha512-1YynwD4Eh7HXZNpqG8mtUlL2pSX2jBy61EejYJv4ooZPcg50Ak7LPOyD3a9UZnsE76AXWFBz+yo9Hv4MIpAa0Q==
155155
dependencies:
156156
"@commitlint/ensure" "^17.0.0"
157-
"@commitlint/message" "^17.0.0"
157+
"@commitlint/message" "^17.2.0"
158158
"@commitlint/to-lines" "^17.0.0"
159159
"@commitlint/types" "^17.0.0"
160160
execa "^5.0.0"

0 commit comments

Comments
 (0)