Skip to content

Commit 85efdae

Browse files
chore(deps): update commitlint monorepo to v19.8.0 (#461)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`19.7.1` -> `19.8.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.7.1/19.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/19.7.1/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/19.7.1/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`19.7.1` -> `19.8.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/19.7.1/19.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/19.7.1/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/19.7.1/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/cli)</summary> ### [`v19.8.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1980-2025-03-07) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0) ##### Performance Improvements - use `node:` prefix to bypass require.cache call for builtins ([#&#8203;4302](https://redirect.github.com/conventional-changelog/commitlint/issues/4302)) ([0cd8f41](https://redirect.github.com/conventional-changelog/commitlint/commit/0cd8f410573fe11383f788b1ceb7e0946143591d)) #### [19.7.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://redirect.github.com/commitlint/cli) #### [19.6.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://redirect.github.com/commitlint/cli) </details> <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/config-conventional)</summary> ### [`v19.8.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1980-2025-03-07) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.7.1...e82f05a737626bb69979d14564f5ff601997f679) ##### Performance Improvements - use `node:` prefix to bypass require.cache call for builtins ([#&#8203;4302](https://redirect.github.com/conventional-changelog/commitlint/issues/4302)) ([0cd8f41](https://redirect.github.com/conventional-changelog/commitlint/commit/0cd8f410573fe11383f788b1ceb7e0946143591d)) #### [19.7.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.7.0...v19.7.1) (2025-02-02) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jgiovaresco/apim-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 655629f commit 85efdae

File tree

2 files changed

+101
-101
lines changed

2 files changed

+101
-101
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
]
1616
},
1717
"devDependencies": {
18-
"@commitlint/cli": "19.7.1",
19-
"@commitlint/config-conventional": "19.7.1",
18+
"@commitlint/cli": "19.8.0",
19+
"@commitlint/config-conventional": "19.8.0",
2020
"@semantic-release/changelog": "6.0.3",
2121
"@semantic-release/exec": "7.0.3",
2222
"@semantic-release/git": "10.0.1",

yarn.lock

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -67,194 +67,194 @@ __metadata:
6767
languageName: node
6868
linkType: hard
6969

70-
"@commitlint/cli@npm:19.7.1":
71-
version: 19.7.1
72-
resolution: "@commitlint/cli@npm:19.7.1"
73-
dependencies:
74-
"@commitlint/format": "npm:^19.5.0"
75-
"@commitlint/lint": "npm:^19.7.1"
76-
"@commitlint/load": "npm:^19.6.1"
77-
"@commitlint/read": "npm:^19.5.0"
78-
"@commitlint/types": "npm:^19.5.0"
70+
"@commitlint/cli@npm:19.8.0":
71+
version: 19.8.0
72+
resolution: "@commitlint/cli@npm:19.8.0"
73+
dependencies:
74+
"@commitlint/format": "npm:^19.8.0"
75+
"@commitlint/lint": "npm:^19.8.0"
76+
"@commitlint/load": "npm:^19.8.0"
77+
"@commitlint/read": "npm:^19.8.0"
78+
"@commitlint/types": "npm:^19.8.0"
7979
tinyexec: "npm:^0.3.0"
8080
yargs: "npm:^17.0.0"
8181
bin:
82-
commitlint: cli.js
83-
checksum: 10c0/bb5e4f004f6b16078cdc7e7d6ff1a53762cefc1265af017ccef4ab789d2c562b75fe316ccc1751da6bc1172393f2427926c863298edda2e4d00c8323f2878f5b
82+
commitlint: ./cli.js
83+
checksum: 10c0/6931c62c18b848b2c7266ec0b2d3a690a9ec9f83151a67a89ef20a49c84d5e6ee8dbaee4aaec14b2bd1229fdd91c7a0b41b7fd68c52fff8632a0037d52bd6eb2
8484
languageName: node
8585
linkType: hard
8686

87-
"@commitlint/config-conventional@npm:19.7.1":
88-
version: 19.7.1
89-
resolution: "@commitlint/config-conventional@npm:19.7.1"
87+
"@commitlint/config-conventional@npm:19.8.0":
88+
version: 19.8.0
89+
resolution: "@commitlint/config-conventional@npm:19.8.0"
9090
dependencies:
91-
"@commitlint/types": "npm:^19.5.0"
91+
"@commitlint/types": "npm:^19.8.0"
9292
conventional-changelog-conventionalcommits: "npm:^7.0.2"
93-
checksum: 10c0/9de7e5f1e4ac1d995293da12a646936d477c4fc50562de015df26e0b307ebf3fd2632dc8c874ba9d9a81c9540c3189e275fb6fe0b707ae6c9159c013b7dfdb56
93+
checksum: 10c0/c0e2ad4ee8b793ad08ce8f0fd242d8111c71c81eba53b652431b7852e02d3eef0a383e234b7574429f5d1876b712a915921f6ff61fdaccdf708cbbaf3fa1f2f0
9494
languageName: node
9595
linkType: hard
9696

97-
"@commitlint/config-validator@npm:^19.5.0":
98-
version: 19.5.0
99-
resolution: "@commitlint/config-validator@npm:19.5.0"
97+
"@commitlint/config-validator@npm:^19.8.0":
98+
version: 19.8.0
99+
resolution: "@commitlint/config-validator@npm:19.8.0"
100100
dependencies:
101-
"@commitlint/types": "npm:^19.5.0"
101+
"@commitlint/types": "npm:^19.8.0"
102102
ajv: "npm:^8.11.0"
103-
checksum: 10c0/f04b8c66448c9a4f335d1ac9625393d471d2bcc864adc834eeec52ce19939c25475bf90677504df03ab88869e883b4ebfddff68f99f7652900d6b297ef586643
103+
checksum: 10c0/968b3041dbf1683f9da443c2998a53ced52e86b98a48862f39f303af69638c72b7409840c16b3ded27eaa1636bdbf6b2464f8a2628c40d8f14a66a5474359ed5
104104
languageName: node
105105
linkType: hard
106106

107-
"@commitlint/ensure@npm:^19.5.0":
108-
version: 19.5.0
109-
resolution: "@commitlint/ensure@npm:19.5.0"
107+
"@commitlint/ensure@npm:^19.8.0":
108+
version: 19.8.0
109+
resolution: "@commitlint/ensure@npm:19.8.0"
110110
dependencies:
111-
"@commitlint/types": "npm:^19.5.0"
111+
"@commitlint/types": "npm:^19.8.0"
112112
lodash.camelcase: "npm:^4.3.0"
113113
lodash.kebabcase: "npm:^4.1.1"
114114
lodash.snakecase: "npm:^4.1.1"
115115
lodash.startcase: "npm:^4.4.0"
116116
lodash.upperfirst: "npm:^4.3.1"
117-
checksum: 10c0/94955d424da36a4e9390dfb6e128160d1dcd3ffa20b835a9b6fdd92af46bf8897851f19cbeb9d12a70e9b9c36a993d3a48a60893e74f32fe1b601e1e68484d71
117+
checksum: 10c0/5160dcf41c595496894cf1d075b4ee15c14b3689967d8693d4121689475d36853eceeb09fc4e07b6f002e7b8869e75418b0c1cd95d4ee32d062811301337875c
118118
languageName: node
119119
linkType: hard
120120

121-
"@commitlint/execute-rule@npm:^19.5.0":
122-
version: 19.5.0
123-
resolution: "@commitlint/execute-rule@npm:19.5.0"
124-
checksum: 10c0/966dfc09ae3fe609527fb49c7773ae210ade9d14a802a92a57ab251900a77d2968aed08df6b34f175bf4ae9bf5d675b52b346e7b10b717e8a635499e4cf42267
121+
"@commitlint/execute-rule@npm:^19.8.0":
122+
version: 19.8.0
123+
resolution: "@commitlint/execute-rule@npm:19.8.0"
124+
checksum: 10c0/fee5848e41680935510c6eebe2afcfe3511e2ccc39686c555f2e2db0205345479c7dbd84e7a8a2b22c7700ce75e6442b24685fbc3a419b0ea91f83a0850c6489
125125
languageName: node
126126
linkType: hard
127127

128-
"@commitlint/format@npm:^19.5.0":
129-
version: 19.5.0
130-
resolution: "@commitlint/format@npm:19.5.0"
128+
"@commitlint/format@npm:^19.8.0":
129+
version: 19.8.0
130+
resolution: "@commitlint/format@npm:19.8.0"
131131
dependencies:
132-
"@commitlint/types": "npm:^19.5.0"
132+
"@commitlint/types": "npm:^19.8.0"
133133
chalk: "npm:^5.3.0"
134-
checksum: 10c0/209a3d530d028d483886ea2337d6ec8a95b61119f53f7f1db167b13fd8a204bdcbcd704e649406a0b2285e8424b3bac9e1e6856d2a78f45e176976b9efb76e45
134+
checksum: 10c0/25de71d5b19c126e7e9f471dcf8015bc362ee94fec7ca0da866181832548cb4a04c18f732c8d7cc64641e896a33d0e199bd445edd9e0ef164b0e7bd7259b86b1
135135
languageName: node
136136
linkType: hard
137137

138-
"@commitlint/is-ignored@npm:^19.7.1":
139-
version: 19.7.1
140-
resolution: "@commitlint/is-ignored@npm:19.7.1"
138+
"@commitlint/is-ignored@npm:^19.8.0":
139+
version: 19.8.0
140+
resolution: "@commitlint/is-ignored@npm:19.8.0"
141141
dependencies:
142-
"@commitlint/types": "npm:^19.5.0"
142+
"@commitlint/types": "npm:^19.8.0"
143143
semver: "npm:^7.6.0"
144-
checksum: 10c0/8c238002c6c7bb0a50cca2dfc001af2cec2926056e090b840e73c25f8d246ac5d8ff862d51a63900a195479869edca7889fc4c7923ffa2bb85a1475f8c469c43
144+
checksum: 10c0/6f882266cca84fdc2a435cc01388b070c60cdda56dff6cb1bd98a443982d8bb90b186972450c733ee1190122882f53e715a7204d9fc9787b5303ca545985958c
145145
languageName: node
146146
linkType: hard
147147

148-
"@commitlint/lint@npm:^19.7.1":
149-
version: 19.7.1
150-
resolution: "@commitlint/lint@npm:19.7.1"
148+
"@commitlint/lint@npm:^19.8.0":
149+
version: 19.8.0
150+
resolution: "@commitlint/lint@npm:19.8.0"
151151
dependencies:
152-
"@commitlint/is-ignored": "npm:^19.7.1"
153-
"@commitlint/parse": "npm:^19.5.0"
154-
"@commitlint/rules": "npm:^19.6.0"
155-
"@commitlint/types": "npm:^19.5.0"
156-
checksum: 10c0/578e2a955c5d16e34dade2538966b5a0fed6ba4e81fcfb477ad3a62472467f80d84d0d79ec017aa5e6815ed6c71b246d660d9febb64cabb175e39eee426b2f98
152+
"@commitlint/is-ignored": "npm:^19.8.0"
153+
"@commitlint/parse": "npm:^19.8.0"
154+
"@commitlint/rules": "npm:^19.8.0"
155+
"@commitlint/types": "npm:^19.8.0"
156+
checksum: 10c0/5ce1074e5ad1ed12158fb722d4d643be71c3ae35113c6b13faa71dd85a07eeafec50ef2fee3f3e6fccdbd8bf8684613aa097e287b54a7cbcae1f9f28e2b95e8d
157157
languageName: node
158158
linkType: hard
159159

160-
"@commitlint/load@npm:^19.6.1":
161-
version: 19.6.1
162-
resolution: "@commitlint/load@npm:19.6.1"
160+
"@commitlint/load@npm:^19.8.0":
161+
version: 19.8.0
162+
resolution: "@commitlint/load@npm:19.8.0"
163163
dependencies:
164-
"@commitlint/config-validator": "npm:^19.5.0"
165-
"@commitlint/execute-rule": "npm:^19.5.0"
166-
"@commitlint/resolve-extends": "npm:^19.5.0"
167-
"@commitlint/types": "npm:^19.5.0"
164+
"@commitlint/config-validator": "npm:^19.8.0"
165+
"@commitlint/execute-rule": "npm:^19.8.0"
166+
"@commitlint/resolve-extends": "npm:^19.8.0"
167+
"@commitlint/types": "npm:^19.8.0"
168168
chalk: "npm:^5.3.0"
169169
cosmiconfig: "npm:^9.0.0"
170170
cosmiconfig-typescript-loader: "npm:^6.1.0"
171171
lodash.isplainobject: "npm:^4.0.6"
172172
lodash.merge: "npm:^4.6.2"
173173
lodash.uniq: "npm:^4.5.0"
174-
checksum: 10c0/3f92ef6a592491dbb48ae985ef8e3897adccbbb735c09425304cbe574a0ec392b2d724ca14ebb99107e32f60bbec3b873ab64e87fea6d5af7aa579a9052a626e
174+
checksum: 10c0/6826a015ce40ae6043ff45bf29c7d515822ea416ab2a2a6eec6a69e5ba81b71419cadd609070aa3695d59f5442c34e3c264889df343eb66595c130185db58bad
175175
languageName: node
176176
linkType: hard
177177

178-
"@commitlint/message@npm:^19.5.0":
179-
version: 19.5.0
180-
resolution: "@commitlint/message@npm:19.5.0"
181-
checksum: 10c0/72b990ba8c3c41441bff2126f4ea536a635c9768dee7000b4951770ac82c5e0bb4c2d408cf28cadbf51a0abbdb7a09ddd36e0968af0997fcc166596d4c3866a7
178+
"@commitlint/message@npm:^19.8.0":
179+
version: 19.8.0
180+
resolution: "@commitlint/message@npm:19.8.0"
181+
checksum: 10c0/a7390fade33e381a17d53ec16081bd6915d61cf4eb326739ee4b4c1f3a4016f84e953dd273126fcf23deaf5ca2ed49d75c0e667bc159dcfb26cb37ce840d97a9
182182
languageName: node
183183
linkType: hard
184184

185-
"@commitlint/parse@npm:^19.5.0":
186-
version: 19.5.0
187-
resolution: "@commitlint/parse@npm:19.5.0"
185+
"@commitlint/parse@npm:^19.8.0":
186+
version: 19.8.0
187+
resolution: "@commitlint/parse@npm:19.8.0"
188188
dependencies:
189-
"@commitlint/types": "npm:^19.5.0"
189+
"@commitlint/types": "npm:^19.8.0"
190190
conventional-changelog-angular: "npm:^7.0.0"
191191
conventional-commits-parser: "npm:^5.0.0"
192-
checksum: 10c0/63655cedcf48b29613ef959155ee83f49942406abe40ee6b64ad989a169a0582451dcf15a9c9b69a66011ae451ab2e086fb80c1823cc7ddf275705ff627660b1
192+
checksum: 10c0/ece54b76d2bf6eb620d972810a8db276a104cbd29db6a3c7eb661fc6eaf8212fda04a42920eac56831f65af77bc4a8e15260c2c0881f351289d93e4cf5371cde
193193
languageName: node
194194
linkType: hard
195195

196-
"@commitlint/read@npm:^19.5.0":
197-
version: 19.5.0
198-
resolution: "@commitlint/read@npm:19.5.0"
196+
"@commitlint/read@npm:^19.8.0":
197+
version: 19.8.0
198+
resolution: "@commitlint/read@npm:19.8.0"
199199
dependencies:
200-
"@commitlint/top-level": "npm:^19.5.0"
201-
"@commitlint/types": "npm:^19.5.0"
200+
"@commitlint/top-level": "npm:^19.8.0"
201+
"@commitlint/types": "npm:^19.8.0"
202202
git-raw-commits: "npm:^4.0.0"
203203
minimist: "npm:^1.2.8"
204204
tinyexec: "npm:^0.3.0"
205-
checksum: 10c0/c2d6f958930e815337a4994779ca1dfcbbb6b81b8f3098cc7380e2cc5ddeae69ebd839b48fecd08950e565d43bc42c479915c578eaf57b3877706bca1fad6b8a
205+
checksum: 10c0/94b9156f67b95d0ca7dd9653e399b7129d0b84c4940dc79a5264148688ca01c70780ef235b67d344059e575938c9e0988af9fa7233a793dcd74f49f9278e0e68
206206
languageName: node
207207
linkType: hard
208208

209-
"@commitlint/resolve-extends@npm:^19.5.0":
210-
version: 19.5.0
211-
resolution: "@commitlint/resolve-extends@npm:19.5.0"
209+
"@commitlint/resolve-extends@npm:^19.8.0":
210+
version: 19.8.0
211+
resolution: "@commitlint/resolve-extends@npm:19.8.0"
212212
dependencies:
213-
"@commitlint/config-validator": "npm:^19.5.0"
214-
"@commitlint/types": "npm:^19.5.0"
213+
"@commitlint/config-validator": "npm:^19.8.0"
214+
"@commitlint/types": "npm:^19.8.0"
215215
global-directory: "npm:^4.0.1"
216216
import-meta-resolve: "npm:^4.0.0"
217217
lodash.mergewith: "npm:^4.6.2"
218218
resolve-from: "npm:^5.0.0"
219-
checksum: 10c0/10569a46036b7aa93c77dc5001a67bc9f36b340b97b2fd39b5ee95b0efc5e35335c61f86d4ba0bb5a8e6dd49ccf956990cce9ee29cfea9ba567e02668be01841
219+
checksum: 10c0/7b05d0c9bc2171e1475baeef13d30d6d985e1dd9cb4652355484a8d4841797dffd3e80edd5c61182cbfab1a28f4180ccbdef87bfa8f4586e057e05e238f5b19b
220220
languageName: node
221221
linkType: hard
222222

223-
"@commitlint/rules@npm:^19.6.0":
224-
version: 19.6.0
225-
resolution: "@commitlint/rules@npm:19.6.0"
223+
"@commitlint/rules@npm:^19.8.0":
224+
version: 19.8.0
225+
resolution: "@commitlint/rules@npm:19.8.0"
226226
dependencies:
227-
"@commitlint/ensure": "npm:^19.5.0"
228-
"@commitlint/message": "npm:^19.5.0"
229-
"@commitlint/to-lines": "npm:^19.5.0"
230-
"@commitlint/types": "npm:^19.5.0"
231-
checksum: 10c0/1d93b741cfb46e6c5314ddb03282844b65db832aa4767561bb37e9d0595d02330e6a0a557fb66f86d78b2ffd91cd2ed794899df59ee23b27abc44e1e57b42d0e
227+
"@commitlint/ensure": "npm:^19.8.0"
228+
"@commitlint/message": "npm:^19.8.0"
229+
"@commitlint/to-lines": "npm:^19.8.0"
230+
"@commitlint/types": "npm:^19.8.0"
231+
checksum: 10c0/3d6e932dfbd4c6384d3b3ded66a9f886667988cae4b1ae091350198ae8ca5c703142f13ccd8b632a0d260fd48072f5bc67836c15e6d637033b97dac2c81c95dd
232232
languageName: node
233233
linkType: hard
234234

235-
"@commitlint/to-lines@npm:^19.5.0":
236-
version: 19.5.0
237-
resolution: "@commitlint/to-lines@npm:19.5.0"
238-
checksum: 10c0/7674b4b6887c09e84728b9fa9c986ab77db400bf53ec83aaae84e03e0f3ed33088d450d1f67135f0f7a4cbc1121181775199779e1ca162fe604c902987e3008f
235+
"@commitlint/to-lines@npm:^19.8.0":
236+
version: 19.8.0
237+
resolution: "@commitlint/to-lines@npm:19.8.0"
238+
checksum: 10c0/1a0f34805615f244f34471138cfd5c8a45531ec3d1a0254370835db817dd06ec14181a8b281cd508632cf217d6cf5148473984bf4736d74b275fe69b8cd40863
239239
languageName: node
240240
linkType: hard
241241

242-
"@commitlint/top-level@npm:^19.5.0":
243-
version: 19.5.0
244-
resolution: "@commitlint/top-level@npm:19.5.0"
242+
"@commitlint/top-level@npm:^19.8.0":
243+
version: 19.8.0
244+
resolution: "@commitlint/top-level@npm:19.8.0"
245245
dependencies:
246246
find-up: "npm:^7.0.0"
247-
checksum: 10c0/8c1edc513c8d6655606e52d160d31ccd4b13234400ca67d21782798ab66701780b1ec21a7bb411fe8270db7735f10d39d3b0a3e52f3ddd1109b80741eb512bb4
247+
checksum: 10c0/04d39835bfb8d9f86b693d8d13bfe7e6566d48ac57e382e5139277bb0e5fa286645fe220c323fcb8e6569eea48ab26253c0eb4f6a142855a3a7b7565891ead7c
248248
languageName: node
249249
linkType: hard
250250

251-
"@commitlint/types@npm:^19.5.0":
252-
version: 19.5.0
253-
resolution: "@commitlint/types@npm:19.5.0"
251+
"@commitlint/types@npm:^19.8.0":
252+
version: 19.8.0
253+
resolution: "@commitlint/types@npm:19.8.0"
254254
dependencies:
255255
"@types/conventional-commits-parser": "npm:^5.0.0"
256256
chalk: "npm:^5.3.0"
257-
checksum: 10c0/f4a93992f43b23cd5af200c69bb73227fdc0f78a6f7ebcda73dad10d558c1ac66ff164aa6dc3c2ddb322c9ed8b1a89b05f458e40d7c440a0358f435d2d71c2df
257+
checksum: 10c0/634a5db20110675da8ddf226f200c33f262c6e99d06853fd4a2f6d543e6cc7dfe48b045f7ae76bcce2e39595099bfebe6a5dd6da37ff2968733c1263b8d46644
258258
languageName: node
259259
linkType: hard
260260

@@ -1142,8 +1142,8 @@ __metadata:
11421142
version: 0.0.0-use.local
11431143
resolution: "apim-samples@workspace:."
11441144
dependencies:
1145-
"@commitlint/cli": "npm:19.7.1"
1146-
"@commitlint/config-conventional": "npm:19.7.1"
1145+
"@commitlint/cli": "npm:19.8.0"
1146+
"@commitlint/config-conventional": "npm:19.8.0"
11471147
"@semantic-release/changelog": "npm:6.0.3"
11481148
"@semantic-release/exec": "npm:7.0.3"
11491149
"@semantic-release/git": "npm:10.0.1"

0 commit comments

Comments
 (0)