Skip to content

Commit 9869404

Browse files
chore(deps-dev): bump @commitlint/config-conventional (#493)
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.8.1 to 20.0.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.0.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 20.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c89ff7 commit 9869404

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@commitlint/cli": "^19.8.1",
69-
"@commitlint/config-conventional": "^19.8.1",
69+
"@commitlint/config-conventional": "^20.0.0",
7070
"@rollup/plugin-commonjs": "^28.0.6",
7171
"@rollup/plugin-node-resolve": "^16.0.1",
7272
"@rollup/plugin-terser": "^0.4.4",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -547,12 +547,12 @@
547547
tinyexec "^1.0.0"
548548
yargs "^17.0.0"
549549

550-
"@commitlint/config-conventional@^19.8.1":
551-
version "19.8.1"
552-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz#eab42df58cda44f18410ae0cbd6785ece00f214b"
553-
integrity sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==
550+
"@commitlint/config-conventional@^20.0.0":
551+
version "20.0.0"
552+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz#f222dc9ce08e16f9c66eae55e99129d2be517546"
553+
integrity sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==
554554
dependencies:
555-
"@commitlint/types" "^19.8.1"
555+
"@commitlint/types" "^20.0.0"
556556
conventional-changelog-conventionalcommits "^7.0.2"
557557

558558
"@commitlint/config-validator@^19.8.1":
@@ -689,6 +689,14 @@
689689
"@types/conventional-commits-parser" "^5.0.0"
690690
chalk "^5.3.0"
691691

692+
"@commitlint/types@^20.0.0":
693+
version "20.0.0"
694+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.0.0.tgz#70edef6e1c1d3aaca15e1e87242d8d256beebe67"
695+
integrity sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==
696+
dependencies:
697+
"@types/conventional-commits-parser" "^5.0.0"
698+
chalk "^5.3.0"
699+
692700
"@cspotcode/source-map-support@^0.8.0":
693701
version "0.8.1"
694702
resolved "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz"

0 commit comments

Comments
 (0)