Skip to content

Commit 2d36852

Browse files
chore(deps-dev): bump @commitlint/cli from 19.7.1 to 19.8.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.7.1 to 19.8.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/v19.8.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]>
1 parent 456eb7f commit 2d36852

File tree

1 file changed

+93
-93
lines changed

1 file changed

+93
-93
lines changed

yarn.lock

+93-93
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
8080

8181
"@commitlint/cli@^19.3.0":
82-
version "19.7.1"
83-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.7.1.tgz#aca351ae6200af58b49de58181319015e7429601"
84-
integrity sha512-iObGjR1tE/PfDtDTEfd+tnRkB3/HJzpQqRTyofS2MPPkDn1mp3DBC8SoPDayokfAy+xKhF8+bwRCJO25Nea0YQ==
85-
dependencies:
86-
"@commitlint/format" "^19.5.0"
87-
"@commitlint/lint" "^19.7.1"
88-
"@commitlint/load" "^19.6.1"
89-
"@commitlint/read" "^19.5.0"
90-
"@commitlint/types" "^19.5.0"
82+
version "19.8.0"
83+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.0.tgz#e66e5a5268437e42b7c6f2a447e94ea83b8a3272"
84+
integrity sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==
85+
dependencies:
86+
"@commitlint/format" "^19.8.0"
87+
"@commitlint/lint" "^19.8.0"
88+
"@commitlint/load" "^19.8.0"
89+
"@commitlint/read" "^19.8.0"
90+
"@commitlint/types" "^19.8.0"
9191
tinyexec "^0.3.0"
9292
yargs "^17.0.0"
9393

@@ -99,136 +99,136 @@
9999
"@commitlint/types" "^19.5.0"
100100
conventional-changelog-conventionalcommits "^7.0.2"
101101

102-
"@commitlint/config-validator@^19.5.0":
103-
version "19.5.0"
104-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.5.0.tgz#f0a4eda2109fc716ef01bb8831af9b02e3a1e568"
105-
integrity sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==
102+
"@commitlint/config-validator@^19.8.0":
103+
version "19.8.0"
104+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.0.tgz#0b30c274e4427d3942fd62ecf53c19d99f43ac4a"
105+
integrity sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==
106106
dependencies:
107-
"@commitlint/types" "^19.5.0"
107+
"@commitlint/types" "^19.8.0"
108108
ajv "^8.11.0"
109109

110-
"@commitlint/ensure@^19.5.0":
111-
version "19.5.0"
112-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.5.0.tgz#b087374a6a0a0140e5925a82901d234885d9f6dd"
113-
integrity sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==
110+
"@commitlint/ensure@^19.8.0":
111+
version "19.8.0"
112+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.0.tgz#481c30706dc4aa4a8e85e7d1f1877c30e5201a0d"
113+
integrity sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==
114114
dependencies:
115-
"@commitlint/types" "^19.5.0"
115+
"@commitlint/types" "^19.8.0"
116116
lodash.camelcase "^4.3.0"
117117
lodash.kebabcase "^4.1.1"
118118
lodash.snakecase "^4.1.1"
119119
lodash.startcase "^4.4.0"
120120
lodash.upperfirst "^4.3.1"
121121

122-
"@commitlint/execute-rule@^19.5.0":
123-
version "19.5.0"
124-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz#c13da8c03ea0379f30856111e27d57518e25b8a2"
125-
integrity sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==
122+
"@commitlint/execute-rule@^19.8.0":
123+
version "19.8.0"
124+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.8.0.tgz#ebcac26dc75d481e223b0c37d59e5bdd7a164d4a"
125+
integrity sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==
126126

127-
"@commitlint/format@^19.5.0":
128-
version "19.5.0"
129-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.5.0.tgz#d879db2d97d70ae622397839fb8603d56e85a250"
130-
integrity sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==
127+
"@commitlint/format@^19.8.0":
128+
version "19.8.0"
129+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.0.tgz#b06084fb3b807f2142c19c94572127d4a3af5da1"
130+
integrity sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==
131131
dependencies:
132-
"@commitlint/types" "^19.5.0"
132+
"@commitlint/types" "^19.8.0"
133133
chalk "^5.3.0"
134134

135-
"@commitlint/is-ignored@^19.7.1":
136-
version "19.7.1"
137-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.7.1.tgz#d3d713d97df4da5d0a6440624d0db38e3a67494e"
138-
integrity sha512-3IaOc6HVg2hAoGleRK3r9vL9zZ3XY0rf1RsUf6jdQLuaD46ZHnXBiOPTyQ004C4IvYjSWqJwlh0/u2P73aIE3g==
135+
"@commitlint/is-ignored@^19.8.0":
136+
version "19.8.0"
137+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz#3e413168b1222e62798dd1a36c64d2454e7bb291"
138+
integrity sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==
139139
dependencies:
140-
"@commitlint/types" "^19.5.0"
140+
"@commitlint/types" "^19.8.0"
141141
semver "^7.6.0"
142142

143-
"@commitlint/lint@^19.7.1":
144-
version "19.7.1"
145-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.7.1.tgz#a180d5695fc5328b8566a482750df7fbf72b11c5"
146-
integrity sha512-LhcPfVjcOcOZA7LEuBBeO00o3MeZa+tWrX9Xyl1r9PMd5FWsEoZI9IgnGqTKZ0lZt5pO3ZlstgnRyY1CJJc9Xg==
147-
dependencies:
148-
"@commitlint/is-ignored" "^19.7.1"
149-
"@commitlint/parse" "^19.5.0"
150-
"@commitlint/rules" "^19.6.0"
151-
"@commitlint/types" "^19.5.0"
152-
153-
"@commitlint/load@^19.6.1":
154-
version "19.6.1"
155-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.6.1.tgz#5fae8843a6048a2d3d1cc16da0af8ee532fa9db4"
156-
integrity sha512-kE4mRKWWNju2QpsCWt428XBvUH55OET2N4QKQ0bF85qS/XbsRGG1MiTByDNlEVpEPceMkDr46LNH95DtRwcsfA==
157-
dependencies:
158-
"@commitlint/config-validator" "^19.5.0"
159-
"@commitlint/execute-rule" "^19.5.0"
160-
"@commitlint/resolve-extends" "^19.5.0"
161-
"@commitlint/types" "^19.5.0"
143+
"@commitlint/lint@^19.8.0":
144+
version "19.8.0"
145+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.0.tgz#c2bf85de6d2e86e13c972cf19a2d425e62e9b057"
146+
integrity sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==
147+
dependencies:
148+
"@commitlint/is-ignored" "^19.8.0"
149+
"@commitlint/parse" "^19.8.0"
150+
"@commitlint/rules" "^19.8.0"
151+
"@commitlint/types" "^19.8.0"
152+
153+
"@commitlint/load@^19.8.0":
154+
version "19.8.0"
155+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.0.tgz#7c7078fbdc9c4e3a14fa5a8684c3cb854353551e"
156+
integrity sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==
157+
dependencies:
158+
"@commitlint/config-validator" "^19.8.0"
159+
"@commitlint/execute-rule" "^19.8.0"
160+
"@commitlint/resolve-extends" "^19.8.0"
161+
"@commitlint/types" "^19.8.0"
162162
chalk "^5.3.0"
163163
cosmiconfig "^9.0.0"
164164
cosmiconfig-typescript-loader "^6.1.0"
165165
lodash.isplainobject "^4.0.6"
166166
lodash.merge "^4.6.2"
167167
lodash.uniq "^4.5.0"
168168

169-
"@commitlint/message@^19.5.0":
170-
version "19.5.0"
171-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.5.0.tgz#c062d9a1d2b3302c3a8cac25d6d1125ea9c019b2"
172-
integrity sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==
169+
"@commitlint/message@^19.8.0":
170+
version "19.8.0"
171+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.0.tgz#1ac1c527a601b329373ba50ffd70a713acb0b8ca"
172+
integrity sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==
173173

174-
"@commitlint/parse@^19.5.0":
175-
version "19.5.0"
176-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.5.0.tgz#b450dad9b5a95ac5ba472d6d0fdab822dce946fc"
177-
integrity sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==
174+
"@commitlint/parse@^19.8.0":
175+
version "19.8.0"
176+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.0.tgz#bce415dda60e115239cd337b15262e459cab8eba"
177+
integrity sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==
178178
dependencies:
179-
"@commitlint/types" "^19.5.0"
179+
"@commitlint/types" "^19.8.0"
180180
conventional-changelog-angular "^7.0.0"
181181
conventional-commits-parser "^5.0.0"
182182

183-
"@commitlint/read@^19.5.0":
184-
version "19.5.0"
185-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.5.0.tgz#601f9f1afe69852b0f28aa81cd455b40979fad6b"
186-
integrity sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==
183+
"@commitlint/read@^19.8.0":
184+
version "19.8.0"
185+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.0.tgz#d16bea846619100e23c4d56bcf191c397da7542f"
186+
integrity sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==
187187
dependencies:
188-
"@commitlint/top-level" "^19.5.0"
189-
"@commitlint/types" "^19.5.0"
188+
"@commitlint/top-level" "^19.8.0"
189+
"@commitlint/types" "^19.8.0"
190190
git-raw-commits "^4.0.0"
191191
minimist "^1.2.8"
192192
tinyexec "^0.3.0"
193193

194-
"@commitlint/resolve-extends@^19.5.0":
195-
version "19.5.0"
196-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz#f3ec33e12d10df90cae0bfad8e593431fb61b18e"
197-
integrity sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==
194+
"@commitlint/resolve-extends@^19.8.0":
195+
version "19.8.0"
196+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz#2ef6c448ed7f925840cca282e3ce37bea8e9b726"
197+
integrity sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==
198198
dependencies:
199-
"@commitlint/config-validator" "^19.5.0"
200-
"@commitlint/types" "^19.5.0"
199+
"@commitlint/config-validator" "^19.8.0"
200+
"@commitlint/types" "^19.8.0"
201201
global-directory "^4.0.1"
202202
import-meta-resolve "^4.0.0"
203203
lodash.mergewith "^4.6.2"
204204
resolve-from "^5.0.0"
205205

206-
"@commitlint/rules@^19.6.0":
207-
version "19.6.0"
208-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.6.0.tgz#2436da7974c3cf2a7236257f3ef5dd40c4d91312"
209-
integrity sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==
206+
"@commitlint/rules@^19.8.0":
207+
version "19.8.0"
208+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.0.tgz#0ca2b7bd9dc22409173963f15061d8cac671bdaa"
209+
integrity sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==
210210
dependencies:
211-
"@commitlint/ensure" "^19.5.0"
212-
"@commitlint/message" "^19.5.0"
213-
"@commitlint/to-lines" "^19.5.0"
214-
"@commitlint/types" "^19.5.0"
211+
"@commitlint/ensure" "^19.8.0"
212+
"@commitlint/message" "^19.8.0"
213+
"@commitlint/to-lines" "^19.8.0"
214+
"@commitlint/types" "^19.8.0"
215215

216-
"@commitlint/to-lines@^19.5.0":
217-
version "19.5.0"
218-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.5.0.tgz#e4b7f34f09064568c96a74de4f1fc9f466c4d472"
219-
integrity sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==
216+
"@commitlint/to-lines@^19.8.0":
217+
version "19.8.0"
218+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.0.tgz#f7bdf7878999c0620f3a2f46f829fcc1f1f1d118"
219+
integrity sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==
220220

221-
"@commitlint/top-level@^19.5.0":
222-
version "19.5.0"
223-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.5.0.tgz#0017ffe39b5ba3611a1debd62efe28803601a14f"
224-
integrity sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==
221+
"@commitlint/top-level@^19.8.0":
222+
version "19.8.0"
223+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.0.tgz#5ff4d9b8be44501edd2c94b93602a7104d63d92d"
224+
integrity sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==
225225
dependencies:
226226
find-up "^7.0.0"
227227

228-
"@commitlint/types@^19.5.0":
229-
version "19.5.0"
230-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.5.0.tgz#c5084d1231d4dd50e40bdb656ee7601f691400b3"
231-
integrity sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==
228+
"@commitlint/types@^19.5.0", "@commitlint/types@^19.8.0":
229+
version "19.8.0"
230+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.0.tgz#5a77c7a723a714995a51917edd0ecfcf29495d3c"
231+
integrity sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==
232232
dependencies:
233233
"@types/conventional-commits-parser" "^5.0.0"
234234
chalk "^5.3.0"

0 commit comments

Comments
 (0)