Skip to content

Commit 3731642

Browse files
committed
chore: update commitlint config
1 parent e5ecea0 commit 3731642

File tree

5 files changed

+18
-48
lines changed

5 files changed

+18
-48
lines changed

.commitlintrc.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

.versionrc.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = { extends: ['@commitlint/config-conventional'] };

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@commitlint/cli": "^17.1.2",
42+
"@commitlint/config-conventional": "^17.1.0",
4243
"@testing-library/jest-dom": "^5.16.5",
4344
"@testing-library/react": "^13.4.0",
4445
"@types/jest": "^29.0.0",

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,13 @@
432432
resolve-global "1.0.0"
433433
yargs "^17.0.0"
434434

435+
"@commitlint/config-conventional@^17.1.0":
436+
version "17.1.0"
437+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.1.0.tgz#9bd852766e08842bfe0fe4deb40e152eb718ec1b"
438+
integrity sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA==
439+
dependencies:
440+
conventional-changelog-conventionalcommits "^5.0.0"
441+
435442
"@commitlint/config-validator@^17.1.0":
436443
version "17.1.0"
437444
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.1.0.tgz#51d09ca53d7a0d19736abf34eb18a66efce0f97a"
@@ -1996,6 +2003,15 @@ conventional-changelog-angular@^5.0.11:
19962003
compare-func "^2.0.0"
19972004
q "^1.5.1"
19982005

2006+
conventional-changelog-conventionalcommits@^5.0.0:
2007+
version "5.0.0"
2008+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
2009+
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
2010+
dependencies:
2011+
compare-func "^2.0.0"
2012+
lodash "^4.17.15"
2013+
q "^1.5.1"
2014+
19992015
conventional-commits-parser@^3.2.2:
20002016
version "3.2.2"
20012017
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.2.tgz#190fb9900c6e02be0c0bca9b03d57e24982639fd"

0 commit comments

Comments
 (0)