File tree Expand file tree Collapse file tree 5 files changed +18
-48
lines changed Expand file tree Collapse file tree 5 files changed +18
-48
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ module . exports = { extends : [ '@commitlint/config-conventional' ] } ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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+
19992015conventional-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"
You can’t perform that action at this time.
0 commit comments