Skip to content

Commit 86d69f6

Browse files
deps: bump the commitlint-related group with 3 updates
Bumps the commitlint-related group with 3 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) and [@commitlint/types](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/types). Updates `@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) Updates `@commitlint/config-conventional` 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/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/config-conventional) Updates `@commitlint/types` from 19.5.0 to 19.8.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/types/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/types) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: commitlint-related - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: commitlint-related - dependency-name: "@commitlint/types" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: commitlint-related ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1e5513 commit 86d69f6

File tree

3 files changed

+102
-102
lines changed

3 files changed

+102
-102
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@abinnovision/commitlint-config": "workspace:^",
3434
"@abinnovision/prettier-config": "workspace:^",
35-
"@commitlint/cli": "^19.7.1",
35+
"@commitlint/cli": "^19.8.0",
3636
"concurrently": "^9.1.2",
3737
"husky": "^9.1.7",
3838
"lint-staged": "^15.4.3",

packages/commitlint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
},
4343
"prettier": "@abinnovision/prettier-config",
4444
"dependencies": {
45-
"@commitlint/config-conventional": "^19.7.1"
45+
"@commitlint/config-conventional": "^19.8.0"
4646
},
4747
"devDependencies": {
4848
"@abinnovision/prettier-config": "workspace:^",
49-
"@commitlint/types": "^19.5.0",
49+
"@commitlint/types": "^19.8.0",
5050
"eslint": "^9.21.0",
5151
"prettier": "^3.4.2",
5252
"tsup": "^8.3.6",

yarn.lock

+99-99
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ __metadata:
1717
resolution: "@abinnovision/commitlint-config@workspace:packages/commitlint-config"
1818
dependencies:
1919
"@abinnovision/prettier-config": "workspace:^"
20-
"@commitlint/config-conventional": "npm:^19.7.1"
21-
"@commitlint/types": "npm:^19.5.0"
20+
"@commitlint/config-conventional": "npm:^19.8.0"
21+
"@commitlint/types": "npm:^19.8.0"
2222
eslint: "npm:^9.21.0"
2323
prettier: "npm:^3.4.2"
2424
tsup: "npm:^8.3.6"
@@ -126,194 +126,194 @@ __metadata:
126126
languageName: node
127127
linkType: hard
128128

129-
"@commitlint/cli@npm:^19.7.1":
130-
version: 19.7.1
131-
resolution: "@commitlint/cli@npm:19.7.1"
129+
"@commitlint/cli@npm:^19.8.0":
130+
version: 19.8.0
131+
resolution: "@commitlint/cli@npm:19.8.0"
132132
dependencies:
133-
"@commitlint/format": "npm:^19.5.0"
134-
"@commitlint/lint": "npm:^19.7.1"
135-
"@commitlint/load": "npm:^19.6.1"
136-
"@commitlint/read": "npm:^19.5.0"
137-
"@commitlint/types": "npm:^19.5.0"
133+
"@commitlint/format": "npm:^19.8.0"
134+
"@commitlint/lint": "npm:^19.8.0"
135+
"@commitlint/load": "npm:^19.8.0"
136+
"@commitlint/read": "npm:^19.8.0"
137+
"@commitlint/types": "npm:^19.8.0"
138138
tinyexec: "npm:^0.3.0"
139139
yargs: "npm:^17.0.0"
140140
bin:
141-
commitlint: cli.js
142-
checksum: 10/d6bc2c2d036bb3e83cc24aeba17f8bff1dd8a16474f8857775ba8a483aa7a3bf41a9dfd6dadd5ee12b08f7d4d47746ab53cccd3ecfb20d0ebf2826c2f31a2e98
141+
commitlint: ./cli.js
142+
checksum: 10/80879bafedb2935c984e5f86f47810c7eae54bf987181f46bfe4d86887c0e6063c38738c3fa6ea23ed1230a158ff95f8b82ba4d4850d7e0806408e2624b6e566
143143
languageName: node
144144
linkType: hard
145145

146-
"@commitlint/config-conventional@npm:^19.7.1":
147-
version: 19.7.1
148-
resolution: "@commitlint/config-conventional@npm:19.7.1"
146+
"@commitlint/config-conventional@npm:^19.8.0":
147+
version: 19.8.0
148+
resolution: "@commitlint/config-conventional@npm:19.8.0"
149149
dependencies:
150-
"@commitlint/types": "npm:^19.5.0"
150+
"@commitlint/types": "npm:^19.8.0"
151151
conventional-changelog-conventionalcommits: "npm:^7.0.2"
152-
checksum: 10/fce984d36e1a721bbbb466f67b5ec6634fbbf7626fbb9c53bdf3cca8810c4350c7cbce8c93627d1107398b61b14373dea34cd344fc9244c2834133b93569081a
152+
checksum: 10/b7231cb985609b26dcd9f35a2ba897bb1c3688bfbbc4a72444001e01150efa3b5d7f574c0d269815e80503ae57c6719bff0c66ec0004fd2eeefae4085c7893a7
153153
languageName: node
154154
linkType: hard
155155

156-
"@commitlint/config-validator@npm:^19.5.0":
157-
version: 19.5.0
158-
resolution: "@commitlint/config-validator@npm:19.5.0"
156+
"@commitlint/config-validator@npm:^19.8.0":
157+
version: 19.8.0
158+
resolution: "@commitlint/config-validator@npm:19.8.0"
159159
dependencies:
160-
"@commitlint/types": "npm:^19.5.0"
160+
"@commitlint/types": "npm:^19.8.0"
161161
ajv: "npm:^8.11.0"
162-
checksum: 10/681bfdcabcb0ff794ea65d95128083869c97039c3a352219d6d88a2d4f3d0412b8ec515db77433fc6b0fce072051beb103d16889d42e76ea97873191ec191b23
162+
checksum: 10/2187dd82ab643336989c5466f620091782e81945dd9c4f6e765c7bbddaf5ab8b2c71559793327389af276b1553e05b2e008e9efb50107d015410938a22145ed3
163163
languageName: node
164164
linkType: hard
165165

166-
"@commitlint/ensure@npm:^19.5.0":
167-
version: 19.5.0
168-
resolution: "@commitlint/ensure@npm:19.5.0"
166+
"@commitlint/ensure@npm:^19.8.0":
167+
version: 19.8.0
168+
resolution: "@commitlint/ensure@npm:19.8.0"
169169
dependencies:
170-
"@commitlint/types": "npm:^19.5.0"
170+
"@commitlint/types": "npm:^19.8.0"
171171
lodash.camelcase: "npm:^4.3.0"
172172
lodash.kebabcase: "npm:^4.1.1"
173173
lodash.snakecase: "npm:^4.1.1"
174174
lodash.startcase: "npm:^4.4.0"
175175
lodash.upperfirst: "npm:^4.3.1"
176-
checksum: 10/a9d575637121221cb63232ee96024a63614052ccc205ec8fdab53feed70104b85608e31b4632f280d2876f10a2243474191d96e448b222abfc8d8ab48f9f8e7e
176+
checksum: 10/eddc204eb9ac2689ac00503eb61166568ba46cfd7d04cc7a8a0911e23a1df3da586d9b1a02fc3e776660f2e37bfa5a3f9f3b7e85d1e3053f9f26232d13f42b14
177177
languageName: node
178178
linkType: hard
179179

180-
"@commitlint/execute-rule@npm:^19.5.0":
181-
version: 19.5.0
182-
resolution: "@commitlint/execute-rule@npm:19.5.0"
183-
checksum: 10/ff05568c3a287ef8564171d5bc5d4510b2e00b552e4703f79db3d62f3cba9d669710717695d199e04c2117d41f9e72d7e43a342d5c1b62d456bc8e8bb7dda1e9
180+
"@commitlint/execute-rule@npm:^19.8.0":
181+
version: 19.8.0
182+
resolution: "@commitlint/execute-rule@npm:19.8.0"
183+
checksum: 10/88aaa3a6bc93407673d10975081c8eb4406678931ab68078a93c3dd27ede8b5195a535c04c69a9369048bca040b8933e763f418e4c9af40962a2c7a2ae6f4a96
184184
languageName: node
185185
linkType: hard
186186

187-
"@commitlint/format@npm:^19.5.0":
188-
version: 19.5.0
189-
resolution: "@commitlint/format@npm:19.5.0"
187+
"@commitlint/format@npm:^19.8.0":
188+
version: 19.8.0
189+
resolution: "@commitlint/format@npm:19.8.0"
190190
dependencies:
191-
"@commitlint/types": "npm:^19.5.0"
191+
"@commitlint/types": "npm:^19.8.0"
192192
chalk: "npm:^5.3.0"
193-
checksum: 10/685b64ebee936d71bbbf66276b11d50b0227f2ad0df3c00317d5b7e25bce8b1b8dbc65cc7c5c7fafc76cad11a83ad4378a666bf8f12a3eb1c7d6a2a6c6cb25aa
193+
checksum: 10/ed6d50da8d035fa2eb0882a284af6c137a3c84eebbade004736c01f9e3bede6ea9fce2389d0b4f0ccaaf3620d9886af5815e10fe8329a7c5254bd6b2e435e745
194194
languageName: node
195195
linkType: hard
196196

197-
"@commitlint/is-ignored@npm:^19.7.1":
198-
version: 19.7.1
199-
resolution: "@commitlint/is-ignored@npm:19.7.1"
197+
"@commitlint/is-ignored@npm:^19.8.0":
198+
version: 19.8.0
199+
resolution: "@commitlint/is-ignored@npm:19.8.0"
200200
dependencies:
201-
"@commitlint/types": "npm:^19.5.0"
201+
"@commitlint/types": "npm:^19.8.0"
202202
semver: "npm:^7.6.0"
203-
checksum: 10/489624ca405b4dc7c210db92a85d1860793fa534bb1460b913e4610eab1953fafc0d77f8a84dcdc7abcb79e8db7486799c4092063acbccafdc2772f6647215e5
203+
checksum: 10/48799c65f618b46dcb6c9e7333fad2b34d57f90cf22c98b99e736bf2078814019a01d91c2e9bd909f742534c2a47f2562ddfc52460a6a0f07956f51db1ee07dd
204204
languageName: node
205205
linkType: hard
206206

207-
"@commitlint/lint@npm:^19.7.1":
208-
version: 19.7.1
209-
resolution: "@commitlint/lint@npm:19.7.1"
207+
"@commitlint/lint@npm:^19.8.0":
208+
version: 19.8.0
209+
resolution: "@commitlint/lint@npm:19.8.0"
210210
dependencies:
211-
"@commitlint/is-ignored": "npm:^19.7.1"
212-
"@commitlint/parse": "npm:^19.5.0"
213-
"@commitlint/rules": "npm:^19.6.0"
214-
"@commitlint/types": "npm:^19.5.0"
215-
checksum: 10/1feac1d2aa1ad3c7864af2563622c21bbedac342b02030c877f87f9d5eb8acc0e0d10b67105aece64f6b94dfe906ec6c7d1e72a27cdde197606b88c8a8c66a9a
211+
"@commitlint/is-ignored": "npm:^19.8.0"
212+
"@commitlint/parse": "npm:^19.8.0"
213+
"@commitlint/rules": "npm:^19.8.0"
214+
"@commitlint/types": "npm:^19.8.0"
215+
checksum: 10/9365d6fa717dfb442050902dc063a5b49cd2ac3b0ecefa0c55267c3a5ae666a46f035a4873ef1f6f0f8379303c48eb1509378c01c66404cfdaae37fc25c6b38e
216216
languageName: node
217217
linkType: hard
218218

219-
"@commitlint/load@npm:^19.6.1":
220-
version: 19.6.1
221-
resolution: "@commitlint/load@npm:19.6.1"
219+
"@commitlint/load@npm:^19.8.0":
220+
version: 19.8.0
221+
resolution: "@commitlint/load@npm:19.8.0"
222222
dependencies:
223-
"@commitlint/config-validator": "npm:^19.5.0"
224-
"@commitlint/execute-rule": "npm:^19.5.0"
225-
"@commitlint/resolve-extends": "npm:^19.5.0"
226-
"@commitlint/types": "npm:^19.5.0"
223+
"@commitlint/config-validator": "npm:^19.8.0"
224+
"@commitlint/execute-rule": "npm:^19.8.0"
225+
"@commitlint/resolve-extends": "npm:^19.8.0"
226+
"@commitlint/types": "npm:^19.8.0"
227227
chalk: "npm:^5.3.0"
228228
cosmiconfig: "npm:^9.0.0"
229229
cosmiconfig-typescript-loader: "npm:^6.1.0"
230230
lodash.isplainobject: "npm:^4.0.6"
231231
lodash.merge: "npm:^4.6.2"
232232
lodash.uniq: "npm:^4.5.0"
233-
checksum: 10/f340060751016de8e06f67137373f9ec51aff85ceb7ac8d5eec1bfb3693df38f7ad2c231fd1dd61acf58affb2f514761c12281328aacceaacef455d25d58c2ce
233+
checksum: 10/7cf41b635735dc8a380db42e855a21b7a37be94ff13ab5e37bccac7ca453b71b704bcd52f8e64549d7a8b147829110305bb1a7ee64c19e7167e0e05ec3d7c0d9
234234
languageName: node
235235
linkType: hard
236236

237-
"@commitlint/message@npm:^19.5.0":
238-
version: 19.5.0
239-
resolution: "@commitlint/message@npm:19.5.0"
240-
checksum: 10/ad6993476ce3e6ed6ed7ae5327ac8d5116ca70168d9de6dff656a7e6f2b9f01a1c3ac7a13418831b5cdc3148ea9bcd78c32bdb7aa863280108e176ff803f7a51
237+
"@commitlint/message@npm:^19.8.0":
238+
version: 19.8.0
239+
resolution: "@commitlint/message@npm:19.8.0"
240+
checksum: 10/a8dee65927ec865dbd930f177cb0734e67298fb32feb91a1221ff4728ea3e75284d6d02f0d66eb12592288c5efea3ced9d7dfdf5e5daca5b9bf0cd932ef92db4
241241
languageName: node
242242
linkType: hard
243243

244-
"@commitlint/parse@npm:^19.5.0":
245-
version: 19.5.0
246-
resolution: "@commitlint/parse@npm:19.5.0"
244+
"@commitlint/parse@npm:^19.8.0":
245+
version: 19.8.0
246+
resolution: "@commitlint/parse@npm:19.8.0"
247247
dependencies:
248-
"@commitlint/types": "npm:^19.5.0"
248+
"@commitlint/types": "npm:^19.8.0"
249249
conventional-changelog-angular: "npm:^7.0.0"
250250
conventional-commits-parser: "npm:^5.0.0"
251-
checksum: 10/2a6f8bbbd79aa36a7e1128c60cecb322557110aa4aa8757c741c2f79071c540ba56957cef81fb64f4a304535e462d0c48b5c1ef1b2766fea7971d38ec5ad6384
251+
checksum: 10/5fa0828785e9159f3e844c592005c65bc58632c47d787f9de2e2546731530bc05ee554b9071c459784f95b2d72bd9f9b0af9f19d3e7f26ee87eb6f8dab34dcad
252252
languageName: node
253253
linkType: hard
254254

255-
"@commitlint/read@npm:^19.5.0":
256-
version: 19.5.0
257-
resolution: "@commitlint/read@npm:19.5.0"
255+
"@commitlint/read@npm:^19.8.0":
256+
version: 19.8.0
257+
resolution: "@commitlint/read@npm:19.8.0"
258258
dependencies:
259-
"@commitlint/top-level": "npm:^19.5.0"
260-
"@commitlint/types": "npm:^19.5.0"
259+
"@commitlint/top-level": "npm:^19.8.0"
260+
"@commitlint/types": "npm:^19.8.0"
261261
git-raw-commits: "npm:^4.0.0"
262262
minimist: "npm:^1.2.8"
263263
tinyexec: "npm:^0.3.0"
264-
checksum: 10/0ea2da48ae1bab9add9e831a1659306567755c20ec74cf04e6e50ef1e520970decd259af652995f55eef422a3f1382f0e64e5fbc23606176f766f71076ad872b
264+
checksum: 10/d3e5e532e81f8052326c4762118530284417866b1fa01aebcf356687c2aedc293932ba245dbf4d93d7cd8d65b9267ef5d7be1931825341b2fbf8a69a22dbb08a
265265
languageName: node
266266
linkType: hard
267267

268-
"@commitlint/resolve-extends@npm:^19.5.0":
269-
version: 19.5.0
270-
resolution: "@commitlint/resolve-extends@npm:19.5.0"
268+
"@commitlint/resolve-extends@npm:^19.8.0":
269+
version: 19.8.0
270+
resolution: "@commitlint/resolve-extends@npm:19.8.0"
271271
dependencies:
272-
"@commitlint/config-validator": "npm:^19.5.0"
273-
"@commitlint/types": "npm:^19.5.0"
272+
"@commitlint/config-validator": "npm:^19.8.0"
273+
"@commitlint/types": "npm:^19.8.0"
274274
global-directory: "npm:^4.0.1"
275275
import-meta-resolve: "npm:^4.0.0"
276276
lodash.mergewith: "npm:^4.6.2"
277277
resolve-from: "npm:^5.0.0"
278-
checksum: 10/71a1c9423570dedb55809f4ad7c35962607cb06921364116e8f2d8c3d37a7ff2a43747ad5a9cd924b58614e6880a42a3fa1510244748bb6997469b52b0fecd78
278+
checksum: 10/622a7c3da8b1e32428702eeb1d2f6ea931acdae993d1f9d811dd9e2fe41f31fe2a61e49ec5c46282424f37365a532075a31e81c36204f6ef35c324ef10ced3b5
279279
languageName: node
280280
linkType: hard
281281

282-
"@commitlint/rules@npm:^19.6.0":
283-
version: 19.6.0
284-
resolution: "@commitlint/rules@npm:19.6.0"
282+
"@commitlint/rules@npm:^19.8.0":
283+
version: 19.8.0
284+
resolution: "@commitlint/rules@npm:19.8.0"
285285
dependencies:
286-
"@commitlint/ensure": "npm:^19.5.0"
287-
"@commitlint/message": "npm:^19.5.0"
288-
"@commitlint/to-lines": "npm:^19.5.0"
289-
"@commitlint/types": "npm:^19.5.0"
290-
checksum: 10/d9493b5ed450306358197c504ff7bb8ca3ef41ef1067c15497fa30ac4dc3ace9dc8c970cd5d130a7ff0e686a9619a6122ab09b155bc9eacdf8e6a0096748b402
286+
"@commitlint/ensure": "npm:^19.8.0"
287+
"@commitlint/message": "npm:^19.8.0"
288+
"@commitlint/to-lines": "npm:^19.8.0"
289+
"@commitlint/types": "npm:^19.8.0"
290+
checksum: 10/d8897f2e3d5dc3c967cff6d7b1e167635ee245fa8a114a787d085a0fc411089515994ddbbc3732f7f3058405597bff9adb663b56d6b05b51a289a94661c0202c
291291
languageName: node
292292
linkType: hard
293293

294-
"@commitlint/to-lines@npm:^19.5.0":
295-
version: 19.5.0
296-
resolution: "@commitlint/to-lines@npm:19.5.0"
297-
checksum: 10/68aaca7bf1331b5f2f604e814d57f483ead81a8296f8cff5667249510a5601825dfbbaccade3d02e0aca580b973c01419276d693cc9aa888cbe11022daa9dce6
294+
"@commitlint/to-lines@npm:^19.8.0":
295+
version: 19.8.0
296+
resolution: "@commitlint/to-lines@npm:19.8.0"
297+
checksum: 10/2a1b895908fce972879158bdf0cefde3e480db88a286e4be5bba5c6a84d9dd2f7f21def05f9eb33c9128147f920daa37561a191412cae41937ac13cc7be043cf
298298
languageName: node
299299
linkType: hard
300300

301-
"@commitlint/top-level@npm:^19.5.0":
302-
version: 19.5.0
303-
resolution: "@commitlint/top-level@npm:19.5.0"
301+
"@commitlint/top-level@npm:^19.8.0":
302+
version: 19.8.0
303+
resolution: "@commitlint/top-level@npm:19.8.0"
304304
dependencies:
305305
find-up: "npm:^7.0.0"
306-
checksum: 10/f6b5a3746c458e12c7a9e93f7c856ba90fba6e61db614ea1201e6b6e92cb8161dd13e88d8c9b408709ea0c19bc949cffcd1dd356cb6f51fc2ede8df48c1fd410
306+
checksum: 10/9ac4a6eb32a5fc6d1913ff097a2ca33b1c5cb228e760c60911f55d666af1ac3f301b596db76a7219c38e849a740620561f1b31aba73aee9b445ad93b1c462cbd
307307
languageName: node
308308
linkType: hard
309309

310-
"@commitlint/types@npm:^19.5.0":
311-
version: 19.5.0
312-
resolution: "@commitlint/types@npm:19.5.0"
310+
"@commitlint/types@npm:^19.8.0":
311+
version: 19.8.0
312+
resolution: "@commitlint/types@npm:19.8.0"
313313
dependencies:
314314
"@types/conventional-commits-parser": "npm:^5.0.0"
315315
chalk: "npm:^5.3.0"
316-
checksum: 10/a26f33ec6987d7d93bdbd7e1b177cfac30ca056ea383faf343c6a09c0441aa057a24be1459c3d4e7e91edd2ecf8d6c4dd670948c9d22646d64767137c6db098a
316+
checksum: 10/a8bd0b65a2cf7d9924102c798ec2b68ffeb28c58c4aa975f953b85fcc7404fcc50f11054899d1b7a87f2a14da43a22452725eca6a211bbd5dcdde92b33458a6d
317317
languageName: node
318318
linkType: hard
319319

@@ -608,7 +608,7 @@ __metadata:
608608
dependencies:
609609
"@abinnovision/commitlint-config": "workspace:^"
610610
"@abinnovision/prettier-config": "workspace:^"
611-
"@commitlint/cli": "npm:^19.7.1"
611+
"@commitlint/cli": "npm:^19.8.0"
612612
concurrently: "npm:^9.1.2"
613613
husky: "npm:^9.1.7"
614614
lint-staged: "npm:^15.4.3"

0 commit comments

Comments
 (0)