Skip to content

Commit aaa91d7

Browse files
committedNov 5, 2022
chore(deps-dev): bump commitlint monorepo to ^17.2.0
1 parent ae97992 commit aaa91d7

File tree

2 files changed

+64
-44
lines changed

2 files changed

+64
-44
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"update": "yarn upgrade-interactive"
1313
},
1414
"devDependencies": {
15-
"@commitlint/cli": "^17.1.2",
16-
"@commitlint/config-conventional": "^17.1.0",
15+
"@commitlint/cli": "^17.2.0",
16+
"@commitlint/config-conventional": "^17.2.0",
1717
"@favware/cliff-jumper": "^1.8.8",
1818
"@favware/npm-deprecate": "^1.0.5",
1919
"@sapphire/utilities": "^3.11.0",

‎yarn.lock

+62-42
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ __metadata:
4646
languageName: node
4747
linkType: hard
4848

49-
"@commitlint/cli@npm:^17.1.2":
50-
version: 17.1.2
51-
resolution: "@commitlint/cli@npm:17.1.2"
49+
"@commitlint/cli@npm:^17.2.0":
50+
version: 17.2.0
51+
resolution: "@commitlint/cli@npm:17.2.0"
5252
dependencies:
5353
"@commitlint/format": ^17.0.0
54-
"@commitlint/lint": ^17.1.0
55-
"@commitlint/load": ^17.1.2
56-
"@commitlint/read": ^17.1.0
54+
"@commitlint/lint": ^17.2.0
55+
"@commitlint/load": ^17.2.0
56+
"@commitlint/read": ^17.2.0
5757
"@commitlint/types": ^17.0.0
5858
execa: ^5.0.0
5959
lodash: ^4.17.19
@@ -62,16 +62,16 @@ __metadata:
6262
yargs: ^17.0.0
6363
bin:
6464
commitlint: cli.js
65-
checksum: 2f87c560ede9c731574ceb3a4be0d4a12fed60aedef57a567a98b978537105da0aa70d189803f7894ee7a079038f63ee45345ebd29e9d29789d9fdf4c64006d4
65+
checksum: e850a2bfac3df902b72150050811e89a7aa5202918aa47bea5b8f6e5cff2277e9b15786a087b146bd510d450efad7ce3216338c4d580d9342ef43616abc2744c
6666
languageName: node
6767
linkType: hard
6868

69-
"@commitlint/config-conventional@npm:^17.1.0":
70-
version: 17.1.0
71-
resolution: "@commitlint/config-conventional@npm:17.1.0"
69+
"@commitlint/config-conventional@npm:^17.2.0":
70+
version: 17.2.0
71+
resolution: "@commitlint/config-conventional@npm:17.2.0"
7272
dependencies:
7373
conventional-changelog-conventionalcommits: ^5.0.0
74-
checksum: 8209f6b105ff0cd5239e3c0211be875fa17e02552927979faeba51d3797c8258df9bd1eb064f886e13aedf890d2da2083f6d41727d49d57bcc12520011d723a4
74+
checksum: c91f8f4aac263d907f94c0ddba482f5d5a590bbbc8466c1afcb94bb0a2dfc891561647d8544744a4d0ae4c80034aa9e931197a6cdf2fb1c64f8f9e5e25c01e81
7575
languageName: node
7676
linkType: hard
7777

@@ -112,29 +112,29 @@ __metadata:
112112
languageName: node
113113
linkType: hard
114114

115-
"@commitlint/is-ignored@npm:^17.1.0":
116-
version: 17.1.0
117-
resolution: "@commitlint/is-ignored@npm:17.1.0"
115+
"@commitlint/is-ignored@npm:^17.2.0":
116+
version: 17.2.0
117+
resolution: "@commitlint/is-ignored@npm:17.2.0"
118118
dependencies:
119119
"@commitlint/types": ^17.0.0
120120
semver: 7.3.7
121-
checksum: d371e7dbf137dee40d06b54f7edd1ac079d6ff696d756fb8b6a9c1a69b12a92295ecd2cf6d7079db229783c510b57a5f88080f486d3810177aef85b098f2464d
121+
checksum: ae88eae5f4661d963a46ed39ae58dd3e3b0a1139cbab59f76f535170eb263c203e25d67286f3a0dedb7cfd77606d65d65a9eaa8e4a1949cd82d342064c4e5cc3
122122
languageName: node
123123
linkType: hard
124124

125-
"@commitlint/lint@npm:^17.1.0":
126-
version: 17.1.0
127-
resolution: "@commitlint/lint@npm:17.1.0"
125+
"@commitlint/lint@npm:^17.2.0":
126+
version: 17.2.0
127+
resolution: "@commitlint/lint@npm:17.2.0"
128128
dependencies:
129-
"@commitlint/is-ignored": ^17.1.0
130-
"@commitlint/parse": ^17.0.0
131-
"@commitlint/rules": ^17.0.0
129+
"@commitlint/is-ignored": ^17.2.0
130+
"@commitlint/parse": ^17.2.0
131+
"@commitlint/rules": ^17.2.0
132132
"@commitlint/types": ^17.0.0
133-
checksum: a457461da400d9adc5fa52bdc78c0e97f9b0f3e021f4b74efae2e7aae1b3febea759ef4a952cde2330a247cd48203345b038197ed1fcc750433ac042a4a7217d
133+
checksum: e35f30b89e6126b6491b062c003b26afe129c9243e1866a569676ae0e3b04a6bce11ee348df82332a984dc38aabbeb139df0fb94a7d421f981ef352fe0c5420c
134134
languageName: node
135135
linkType: hard
136136

137-
"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^17.1.2":
137+
"@commitlint/load@npm:>6.1.1":
138138
version: 17.1.2
139139
resolution: "@commitlint/load@npm:17.1.2"
140140
dependencies:
@@ -154,34 +154,54 @@ __metadata:
154154
languageName: node
155155
linkType: hard
156156

157-
"@commitlint/message@npm:^17.0.0":
158-
version: 17.0.0
159-
resolution: "@commitlint/message@npm:17.0.0"
160-
checksum: ec80ea7f98082e48116fda1203277ac139bf2f442a8f58f87f8b823c6e526ec3771a9de7821b249254d580bff59a3fe205d044d1e9df29c34c3014a41e851c5d
157+
"@commitlint/load@npm:^17.2.0":
158+
version: 17.2.0
159+
resolution: "@commitlint/load@npm:17.2.0"
160+
dependencies:
161+
"@commitlint/config-validator": ^17.1.0
162+
"@commitlint/execute-rule": ^17.0.0
163+
"@commitlint/resolve-extends": ^17.1.0
164+
"@commitlint/types": ^17.0.0
165+
"@types/node": ^14.0.0
166+
chalk: ^4.1.0
167+
cosmiconfig: ^7.0.0
168+
cosmiconfig-typescript-loader: ^4.0.0
169+
lodash: ^4.17.19
170+
resolve-from: ^5.0.0
171+
ts-node: ^10.8.1
172+
typescript: ^4.6.4
173+
checksum: ac7c971049e4fd9ec837389b8dfb94bd86dbed492f863394c6baa0cc11774919a43ad1fb27aabc9a50169d8da13c352aa1a2d3b7c07573e5e3067d87eb0b114a
161174
languageName: node
162175
linkType: hard
163176

164-
"@commitlint/parse@npm:^17.0.0":
165-
version: 17.0.0
166-
resolution: "@commitlint/parse@npm:17.0.0"
177+
"@commitlint/message@npm:^17.2.0":
178+
version: 17.2.0
179+
resolution: "@commitlint/message@npm:17.2.0"
180+
checksum: 504760cfb1004d571f198d60641d2dc3e59e0ac28a244ba767fe938ee1124399acbe5be3b074da9ec88a9cb6b0378e198833c4b983feaeb0e4f1f886bbe927b6
181+
languageName: node
182+
linkType: hard
183+
184+
"@commitlint/parse@npm:^17.2.0":
185+
version: 17.2.0
186+
resolution: "@commitlint/parse@npm:17.2.0"
167187
dependencies:
168188
"@commitlint/types": ^17.0.0
169189
conventional-changelog-angular: ^5.0.11
170190
conventional-commits-parser: ^3.2.2
171-
checksum: 86610df080665b8ba83037c598f4e6d0538a5ec40fdb0c2ad1925bfdf0f494934deafa020d2e21663f64dbc20fec4e889d21675573d3860c379c2d305db7a141
191+
checksum: a6be0e9124debb2e2d97dd442a855c9dafcc86999b970f52e77bddf4a5e5ff569011ea1a2f5ab6075ec1f5634b8354e68033fd01542abf9c72b026ae77306189
172192
languageName: node
173193
linkType: hard
174194

175-
"@commitlint/read@npm:^17.1.0":
176-
version: 17.1.0
177-
resolution: "@commitlint/read@npm:17.1.0"
195+
"@commitlint/read@npm:^17.2.0":
196+
version: 17.2.0
197+
resolution: "@commitlint/read@npm:17.2.0"
178198
dependencies:
179199
"@commitlint/top-level": ^17.0.0
180200
"@commitlint/types": ^17.0.0
181201
fs-extra: ^10.0.0
182202
git-raw-commits: ^2.0.0
183203
minimist: ^1.2.6
184-
checksum: b9f728860a17db3e6c2e7872eca788b83192e1b83fbed3c4acdc0a83674573576df40041ca136eec9e19c1d0964efe31cfa98ec3f0907ccdefa80f6b5e7eeca4
204+
checksum: b2adcbe1f1853a0d6b477c245a22ce18eda0e15c47d0211aa141f5101acf84b77e4c9bace076021e8d0a78b3d05c1f7f4e04e550ea0317992b592686e07b81ac
185205
languageName: node
186206
linkType: hard
187207

@@ -199,16 +219,16 @@ __metadata:
199219
languageName: node
200220
linkType: hard
201221

202-
"@commitlint/rules@npm:^17.0.0":
203-
version: 17.0.0
204-
resolution: "@commitlint/rules@npm:17.0.0"
222+
"@commitlint/rules@npm:^17.2.0":
223+
version: 17.2.0
224+
resolution: "@commitlint/rules@npm:17.2.0"
205225
dependencies:
206226
"@commitlint/ensure": ^17.0.0
207-
"@commitlint/message": ^17.0.0
227+
"@commitlint/message": ^17.2.0
208228
"@commitlint/to-lines": ^17.0.0
209229
"@commitlint/types": ^17.0.0
210230
execa: ^5.0.0
211-
checksum: cd0944069932bee738a0ed70cb972fa0d14c0e35642310ca856d5e368ddc48513d05ece00f2e309ebcf4ecb119f8b44b322ff086edaa5208edb3cec0968dac06
231+
checksum: d13250a0a9c012944fee13426521500fd1da9ae5bac9597c4689ff8e1a0f04875614a90beddfca147165690a34e12ec277ff0b11dce43463aa559ebdf90ba397
212232
languageName: node
213233
linkType: hard
214234

@@ -4548,8 +4568,8 @@ __metadata:
45484568
version: 0.0.0-use.local
45494569
resolution: "root-utilities@workspace:."
45504570
dependencies:
4551-
"@commitlint/cli": ^17.1.2
4552-
"@commitlint/config-conventional": ^17.1.0
4571+
"@commitlint/cli": ^17.2.0
4572+
"@commitlint/config-conventional": ^17.2.0
45534573
"@favware/cliff-jumper": ^1.8.8
45544574
"@favware/npm-deprecate": ^1.0.5
45554575
"@sapphire/utilities": ^3.11.0

0 commit comments

Comments
 (0)
Please sign in to comment.