⬆ Bump commitlint-config-gitmoji from 1.0.1 to 2.1.2

Bumps [commitlint-config-gitmoji](https://github.com/arvinxx/commit-gitmoji) from 1.0.1 to 2.1.2.
- [Release notes](https://github.com/arvinxx/commit-gitmoji/releases)
- [Changelog](https://github.com/arvinxx/commit-gitmoji/blob/master/.changelogrc.js)
- [Commits](https://github.com/arvinxx/commit-gitmoji/commits/commitlint-config-gitmoji@2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-01-23 04:59:38 +00:00
committed by Bruce Markham
parent 16fba649ff
commit 613013a96c
2 changed files with 27 additions and 4 deletions

29
package-lock.json generated
View File

@@ -730,6 +730,18 @@
"integrity": "sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==",
"dev": true
},
"@gitmoji/commit-types": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@gitmoji/commit-types/-/commit-types-1.0.0.tgz",
"integrity": "sha512-LmFQvuE4QR8R8qEjZMfXK+TuyBmRsWlMjBHfNDrb7c1Zm+WU4F22SAEVjGK170CF5wsqjgPmoPYiiQwgUo04Rg==",
"dev": true
},
"@gitmoji/parser-opts": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@gitmoji/parser-opts/-/parser-opts-1.2.1.tgz",
"integrity": "sha512-6XJSIBOGDS4zcXb9n58ERYcJfdUqyGhmAQtffHuDQ5yv9PiomdK4Uzv5S5s4vywIYMY+rGGCfoDVh6xgL3C+Aw==",
"dev": true
},
"@istanbuljs/load-nyc-config": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz",
@@ -3427,9 +3439,20 @@
"optional": true
},
"commitlint-config-gitmoji": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/commitlint-config-gitmoji/-/commitlint-config-gitmoji-1.0.1.tgz",
"integrity": "sha512-qzWMYSZN9KVjS8om+XwE8+cvr7+Nts8GKvPEi2RZZ+jTAQbzsLtdLIXq4KXqzE+PTVXgU1E6Diw0qQPvEwGrDA==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/commitlint-config-gitmoji/-/commitlint-config-gitmoji-2.1.2.tgz",
"integrity": "sha512-HhJutKvccyhGf6vL3xvVSANOPfVyp3PzxQZF8TjCuH1OQgVWELzWQHNjffJn1b0Ca3+U3DsRQxfLTDEqCM8qUw==",
"dev": true,
"requires": {
"@gitmoji/commit-types": "^1.0.0",
"@gitmoji/parser-opts": "^1.2.1",
"commitlint-plugin-gitmoji": "^2.0.1"
}
},
"commitlint-plugin-gitmoji": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/commitlint-plugin-gitmoji/-/commitlint-plugin-gitmoji-2.0.1.tgz",
"integrity": "sha512-tlbrt7ApEWl6UWHmH0ErKwwIH6/9yQfk3ETkIHQLDmhbxJxTN8hwql7SCL0nLwhHLluvlahqDvezcUY1OznsHQ==",
"dev": true
},
"compare-func": {

View File

@@ -44,7 +44,7 @@
"@semantic-release/github": "^7.0.5",
"@types/jest": "^26.0.0",
"antlr4ts-cli": "^0.5.0-alpha.3",
"commitlint-config-gitmoji": "^1.0.1",
"commitlint-config-gitmoji": "^2.1.2",
"cpy-cli": "^3.1.0",
"cz-gitmoji": "0.0.7",
"husky": "^4.2.3",