chore(ci): install conventionalcommits

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-11-06 10:36:34 -05:00
parent 3a98821ecc
commit bdfd62d915
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245
2 changed files with 27 additions and 0 deletions

26
package-lock.json generated
View File

@ -38,6 +38,7 @@
"@typescript-eslint/parser": "^5.19.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.13.0",
"mocha": "^9.2.2",
"mochawesome": "^7.1.3",
@ -2608,6 +2609,20 @@
"node": ">=10"
}
},
"node_modules/conventional-changelog-conventionalcommits": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz",
"integrity": "sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==",
"dev": true,
"dependencies": {
"compare-func": "^2.0.0",
"lodash": "^4.17.15",
"q": "^1.5.1"
},
"engines": {
"node": ">=10"
}
},
"node_modules/conventional-changelog-writer": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz",
@ -13355,6 +13370,17 @@
"q": "^1.5.1"
}
},
"conventional-changelog-conventionalcommits": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz",
"integrity": "sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==",
"dev": true,
"requires": {
"compare-func": "^2.0.0",
"lodash": "^4.17.15",
"q": "^1.5.1"
}
},
"conventional-changelog-writer": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz",

View File

@ -80,6 +80,7 @@
"@typescript-eslint/parser": "^5.19.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.13.0",
"mocha": "^9.2.2",
"mochawesome": "^7.1.3",