5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

feat: add support for @elevai/commitlint-plugin-github

This commit is contained in:
Dan Rivett 2020-02-21 23:33:38 -08:00
parent 601b4ff681
commit 6507c88e29
2 changed files with 60 additions and 0 deletions

58
package-lock.json generated
View file

@ -415,6 +415,64 @@
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.2.0.tgz",
"integrity": "sha512-LXTYG3sMenlN5qwyTZ6czOULVcx46uMy+MEVqpvCgptqr/MZcV/C2J+S2o1DGwj1gOEFMpqrZaE3/1R2Q+N8ng=="
},
"@elevai/commitlint-config-github": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@elevai/commitlint-config-github/-/commitlint-config-github-0.1.0.tgz",
"integrity": "sha512-Wz/sE5BZLiWdkGlHCR5hls0lBbsDlJA+uJebyE8XBvfciLt5P1MEW3fGg64jrcCpGbzP6+GxKhInXliLfuOQlQ==",
"requires": {
"@elevai/commitlint-github-utils": "^0.1.0"
}
},
"@elevai/commitlint-github-utils": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@elevai/commitlint-github-utils/-/commitlint-github-utils-0.1.0.tgz",
"integrity": "sha512-4APAaplw2dV85hXCCKet9rHgv9REMNNSvry0GNpZFMR9G2hY+2FVCPj2VJDt42RTZTVR1mfB1KngH/M/NHsaKA=="
},
"@elevai/commitlint-plugin-github": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@elevai/commitlint-plugin-github/-/commitlint-plugin-github-0.1.0.tgz",
"integrity": "sha512-BAzlRGu3tOuP9yrr5gsNIwCM8IKtmnwTU5//4GGpYY7fktufb+IwRVMVhUBTV2e0BmAn6llWQ4h2XaMLmC+YFQ==",
"requires": {
"@commitlint/rules": "^8.3.4",
"@elevai/commitlint-github-utils": "^0.1.0"
},
"dependencies": {
"@commitlint/ensure": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-8.3.4.tgz",
"integrity": "sha512-8NW77VxviLhD16O3EUd02lApMFnrHexq10YS4F4NftNoErKbKaJ0YYedktk2boKrtNRf/gQHY/Qf65edPx4ipw==",
"requires": {
"lodash": "4.17.15"
}
},
"@commitlint/message": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-8.3.4.tgz",
"integrity": "sha512-nEj5tknoOKXqBsaQtCtgPcsAaf5VCg3+fWhss4Vmtq40633xLq0irkdDdMEsYIx8rGR0XPBTukqzln9kAWCkcA=="
},
"@commitlint/rules": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.3.4.tgz",
"integrity": "sha512-xuC9dlqD5xgAoDFgnbs578cJySvwOSkMLQyZADb1xD5n7BNcUJfP8WjT9W1Aw8K3Wf8+Ym/ysr9FZHXInLeaRg==",
"requires": {
"@commitlint/ensure": "^8.3.4",
"@commitlint/message": "^8.3.4",
"@commitlint/to-lines": "^8.3.4",
"babel-runtime": "^6.23.0"
}
},
"@commitlint/to-lines": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.3.4.tgz",
"integrity": "sha512-5AvcdwRsMIVq0lrzXTwpbbG5fKRTWcHkhn/hCXJJ9pm1JidsnidS1y0RGkb3O50TEHGewhXwNoavxW9VToscUA=="
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
}
}
},
"@evocateur/libnpmaccess": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz",

View file

@ -24,6 +24,8 @@
"@commitlint/format": "8.2.0",
"@commitlint/lint": "8.2.0",
"@commitlint/load": "8.2.0",
"@elevai/commitlint-config-github": "^0.1.0",
"@elevai/commitlint-plugin-github": "^0.1.0",
"commitlint-config-jira": "1.2.0",
"commitlint-plugin-jira-rules": "1.2.0",
"conventional-changelog-lint-config-canonical": "1.0.0",