Skip to content

Commit fc684f7

Browse files
chore(deps-dev): bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 15.0.0 to 19.8.1. - [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.1/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 19.8.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df91b1a commit fc684f7

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

scorecards-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@babel/eslint-parser": "^7.16.3",
5656
"@commitlint/cli": "^15.0.0",
57-
"@commitlint/config-conventional": "^15.0.0",
57+
"@commitlint/config-conventional": "^19.8.1",
5858
"@nuxtjs/eslint-config": "^8.0.0",
5959
"@nuxtjs/eslint-module": "^3.0.2",
6060
"@nuxtjs/tailwindcss": "^4.2.1",

scorecards-site/yarn.lock

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,12 +1085,13 @@
10851085
resolve-global "1.0.0"
10861086
yargs "^17.0.0"
10871087

1088-
"@commitlint/config-conventional@^15.0.0":
1089-
version "15.0.0"
1090-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz#3bf1adf319e3b431de12ba82dc399524038b2d8f"
1091-
integrity sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==
1088+
"@commitlint/config-conventional@^19.8.1":
1089+
version "19.8.1"
1090+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz#eab42df58cda44f18410ae0cbd6785ece00f214b"
1091+
integrity sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==
10921092
dependencies:
1093-
conventional-changelog-conventionalcommits "^4.3.1"
1093+
"@commitlint/types" "^19.8.1"
1094+
conventional-changelog-conventionalcommits "^7.0.2"
10941095

10951096
"@commitlint/ensure@^15.0.0":
10961097
version "15.0.0"
@@ -1210,6 +1211,14 @@
12101211
dependencies:
12111212
chalk "^4.0.0"
12121213

1214+
"@commitlint/types@^19.8.1":
1215+
version "19.8.1"
1216+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.1.tgz#7971fbd56b0cfb31692a4e1941b74ac8217c44e5"
1217+
integrity sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==
1218+
dependencies:
1219+
"@types/conventional-commits-parser" "^5.0.0"
1220+
chalk "^5.3.0"
1221+
12131222
"@csstools/convert-colors@^1.4.0":
12141223
version "1.4.0"
12151224
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
@@ -2068,6 +2077,13 @@
20682077
dependencies:
20692078
"@types/node" "*"
20702079

2080+
"@types/conventional-commits-parser@^5.0.0":
2081+
version "5.0.1"
2082+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz#8cb81cf170853496cbc501a3b32dcf5e46ffb61a"
2083+
integrity sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==
2084+
dependencies:
2085+
"@types/node" "*"
2086+
20712087
"@types/eslint@^7.28.2":
20722088
version "7.29.0"
20732089
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
@@ -3655,6 +3671,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
36553671
ansi-styles "^4.1.0"
36563672
supports-color "^7.1.0"
36573673

3674+
chalk@^5.3.0:
3675+
version "5.6.2"
3676+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
3677+
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
3678+
36583679
change-case@^4.1.2:
36593680
version "4.1.2"
36603681
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
@@ -4107,14 +4128,12 @@ conventional-changelog-angular@^5.0.11:
41074128
compare-func "^2.0.0"
41084129
q "^1.5.1"
41094130

4110-
conventional-changelog-conventionalcommits@^4.3.1:
4111-
version "4.6.3"
4112-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
4113-
integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
4131+
conventional-changelog-conventionalcommits@^7.0.2:
4132+
version "7.0.2"
4133+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
4134+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
41144135
dependencies:
41154136
compare-func "^2.0.0"
4116-
lodash "^4.17.15"
4117-
q "^1.5.1"
41184137

41194138
conventional-commits-parser@^3.2.2:
41204139
version "3.2.4"

0 commit comments

Comments
 (0)