Skip to content

Commit 01a7cef

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 12.1.4 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 cdfa31d commit 01a7cef

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
3737
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
3838
"@commitlint/cli": "^12.1.1",
39-
"@commitlint/config-conventional": "^12.1.1",
39+
"@commitlint/config-conventional": "^19.8.1",
4040
"@prettier/plugin-xml": "^0.13.1",
4141
"cross-env": "^7.0.3",
4242
"customize-cra": "^1.0.0",

yarn.lock

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,12 +1685,13 @@
16851685
resolve-global "1.0.0"
16861686
yargs "^16.2.0"
16871687

1688-
"@commitlint/config-conventional@^12.1.1":
1689-
version "12.1.4"
1690-
resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz"
1691-
integrity sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==
1688+
"@commitlint/config-conventional@^19.8.1":
1689+
version "19.8.1"
1690+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz#eab42df58cda44f18410ae0cbd6785ece00f214b"
1691+
integrity sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==
16921692
dependencies:
1693-
conventional-changelog-conventionalcommits "^4.3.1"
1693+
"@commitlint/types" "^19.8.1"
1694+
conventional-changelog-conventionalcommits "^7.0.2"
16941695

16951696
"@commitlint/ensure@^12.1.4":
16961697
version "12.1.4"
@@ -1807,6 +1808,14 @@
18071808
dependencies:
18081809
chalk "^4.0.0"
18091810

1811+
"@commitlint/types@^19.8.1":
1812+
version "19.8.1"
1813+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.1.tgz#7971fbd56b0cfb31692a4e1941b74ac8217c44e5"
1814+
integrity sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==
1815+
dependencies:
1816+
"@types/conventional-commits-parser" "^5.0.0"
1817+
chalk "^5.3.0"
1818+
18101819
"@csstools/convert-colors@^1.4.0":
18111820
version "1.4.0"
18121821
resolved "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz"
@@ -2800,6 +2809,13 @@
28002809
dependencies:
28012810
"@types/node" "*"
28022811

2812+
"@types/conventional-commits-parser@^5.0.0":
2813+
version "5.0.1"
2814+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz#8cb81cf170853496cbc501a3b32dcf5e46ffb61a"
2815+
integrity sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==
2816+
dependencies:
2817+
"@types/node" "*"
2818+
28032819
"@types/json5@^0.0.29":
28042820
version "0.0.29"
28052821
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -4738,6 +4754,11 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1:
47384754
ansi-styles "^4.1.0"
47394755
supports-color "^7.1.0"
47404756

4757+
chalk@^5.3.0:
4758+
version "5.4.1"
4759+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
4760+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
4761+
47414762
character-entities-legacy@^1.0.0:
47424763
version "1.1.4"
47434764
resolved "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz"
@@ -5263,7 +5284,7 @@ [email protected]:
52635284
lodash "^4.17.15"
52645285
q "^1.5.1"
52655286

5266-
conventional-changelog-conventionalcommits@^4.3.0, conventional-changelog-conventionalcommits@^4.3.1:
5287+
conventional-changelog-conventionalcommits@^4.3.0:
52675288
version "4.6.0"
52685289
resolved "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.0.tgz"
52695290
integrity sha512-sj9tj3z5cnHaSJCYObA9nISf7eq/YjscLPoq6nmew4SiOjxqL2KRpK20fjnjVbpNDjJ2HR3MoVcWKXwbVvzS0A==
@@ -5272,6 +5293,13 @@ conventional-changelog-conventionalcommits@^4.3.0, conventional-changelog-conven
52725293
lodash "^4.17.15"
52735294
q "^1.5.1"
52745295

5296+
conventional-changelog-conventionalcommits@^7.0.2:
5297+
version "7.0.2"
5298+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
5299+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
5300+
dependencies:
5301+
compare-func "^2.0.0"
5302+
52755303
conventional-changelog-core@^4.1.7:
52765304
version "4.2.2"
52775305
resolved "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.2.tgz"

0 commit comments

Comments
 (0)