From 613013a96c5d9a7e812ef10a1f95e498ca478bea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 23 Jan 2021 04:59:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20commitlint-config-gitmoji=20?= =?UTF-8?q?from=201.0.1=20to=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- package-lock.json | 29 ++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89e27f4..0b3e86d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 808d935..4651c2e 100644 --- a/package.json +++ b/package.json @@ -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",