Skip to content

Commit 18e32be

Browse files
build(deps-dev): bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 20.3.1 to 20.4.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/v20.4.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c24ed67 commit 18e32be

File tree

3 files changed

+108
-80
lines changed

3 files changed

+108
-80
lines changed

package-lock.json

Lines changed: 74 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
33
"@commitlint/cli": "^20.3.1",
4-
"@commitlint/config-conventional": "^20.3.1"
4+
"@commitlint/config-conventional": "^20.4.0"
55
}
66
}

yarn.lock

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
tinyexec "^1.0.0"
3737
yargs "^17.0.0"
3838

39-
"@commitlint/config-conventional@^20.3.1":
40-
version "20.3.1"
41-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.3.1.tgz#0060d47c2f79dd7063ac1d28951ec460889fe672"
42-
integrity sha512-NCzwvxepstBZbmVXsvg49s+shCxlJDJPWxXqONVcAtJH9wWrOlkMQw/zyl+dJmt8lyVopt5mwQ3mR5M2N2rUWg==
39+
"@commitlint/config-conventional@^20.4.0":
40+
version "20.4.0"
41+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.4.0.tgz#6522e0059e1ad6169b756c2ed0e42b21dab729b1"
42+
integrity sha512-nolhFe2YKIix0D4+tPXAWnnIc9WB5fOCgmm4h2EcRyEShC64oH/DpM9n++85NRdItvIhKb+Szsaeuug7KcEeIA==
4343
dependencies:
44-
"@commitlint/types" "^20.3.1"
45-
conventional-changelog-conventionalcommits "^7.0.2"
44+
"@commitlint/types" "^20.4.0"
45+
conventional-changelog-conventionalcommits "^9.1.0"
4646

4747
"@commitlint/config-validator@^20.3.1":
4848
version "20.3.1"
@@ -170,27 +170,13 @@
170170
dependencies:
171171
find-up "^7.0.0"
172172

173-
"@commitlint/types@^20.3.1":
174-
version "20.3.1"
175-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.3.1.tgz#084cf4cb142826d7a0eab378f838514e3e75f048"
176-
integrity sha512-VmIFV/JkBRhDRRv7N5B7zEUkNZIx9Mp+8Pe65erz0rKycXLsi8Epcw0XJ+btSeRXgTzE7DyOyA9bkJ9mn/yqVQ==
177-
dependencies:
178-
"@types/conventional-commits-parser" "^5.0.0"
179-
chalk "^5.3.0"
180-
181-
"@types/conventional-commits-parser@^5.0.0":
182-
version "5.0.0"
183-
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"
184-
integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==
185-
dependencies:
186-
"@types/node" "*"
187-
188-
"@types/node@*":
189-
version "20.11.22"
190-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.22.tgz#9a192c3d7e7e71fa3a4b15032654f64643815cd6"
191-
integrity sha512-/G+IxWxma6V3E+pqK1tSl2Fo1kl41pK1yeCyDsgkF9WlVAme4j5ISYM2zR11bgLFJGLN5sVK40T4RJNuiZbEjA==
173+
"@commitlint/types@^20.3.1", "@commitlint/types@^20.4.0":
174+
version "20.4.0"
175+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.4.0.tgz#f8a1cf83b17db4f7de56940880873bca7480be59"
176+
integrity sha512-aO5l99BQJ0X34ft8b0h7QFkQlqxC6e7ZPVmBKz13xM9O8obDaM1Cld4sQlJDXXU/VFuUzQ30mVtHjVz74TuStw==
192177
dependencies:
193-
undici-types "~5.26.4"
178+
conventional-commits-parser "^6.2.1"
179+
picocolors "^1.1.1"
194180

195181
JSONStream@^1.3.5:
196182
version "1.3.5"
@@ -306,10 +292,10 @@ conventional-changelog-angular@^7.0.0:
306292
dependencies:
307293
compare-func "^2.0.0"
308294

309-
conventional-changelog-conventionalcommits@^7.0.2:
310-
version "7.0.2"
311-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
312-
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
295+
conventional-changelog-conventionalcommits@^9.1.0:
296+
version "9.1.0"
297+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.1.0.tgz#34e5f35c80c1375a5464df2a8067a1facbb2d858"
298+
integrity sha512-MnbEysR8wWa8dAEvbj5xcBgJKQlX/m0lhS8DsyAAWDHdfs2faDJxTgzRYlRYpXSe7UiKrIIlB4TrBKU9q9DgkA==
313299
dependencies:
314300
compare-func "^2.0.0"
315301

@@ -323,6 +309,13 @@ conventional-commits-parser@^5.0.0:
323309
meow "^12.0.1"
324310
split2 "^4.0.0"
325311

312+
conventional-commits-parser@^6.2.1:
313+
version "6.2.1"
314+
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-6.2.1.tgz#855e53c4792b1feaf93649eff5d75e0dbc2c63ad"
315+
integrity sha512-20pyHgnO40rvfI0NGF/xiEoFMkXDtkF8FwHvk5BokoFoCuTQRI8vrNCNFWUOfuolKJMm1tPCHc8GgYEtr1XRNA==
316+
dependencies:
317+
meow "^13.0.0"
318+
326319
cosmiconfig-typescript-loader@^6.1.0:
327320
version "6.1.0"
328321
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-6.1.0.tgz#7f644503e1c2bff90aed2d29a637008f279646bb"
@@ -560,6 +553,11 @@ meow@^12.0.1:
560553
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
561554
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
562555

556+
meow@^13.0.0:
557+
version "13.2.0"
558+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
559+
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
560+
563561
minimist@^1.2.8:
564562
version "1.2.8"
565563
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -601,6 +599,11 @@ path-exists@^5.0.0:
601599
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
602600
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
603601

602+
picocolors@^1.1.1:
603+
version "1.1.1"
604+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
605+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
606+
604607
punycode@^2.1.0:
605608
version "2.1.1"
606609
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -676,11 +679,6 @@ tinyexec@^1.0.0:
676679
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
677680
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
678681

679-
undici-types@~5.26.4:
680-
version "5.26.5"
681-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
682-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
683-
684682
unicorn-magic@^0.1.0:
685683
version "0.1.0"
686684
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"

0 commit comments

Comments
 (0)