From e196c39edfafcc51a25ed261089687e55b9f1216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 14:04:54 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-angular from 9.1.2 to 11.0.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 9.1.2 to 11.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v11.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++++++++++------- package.json | 2 +- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e86c2cf..ebf7854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -837,17 +837,17 @@ } }, "@commitlint/config-angular": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-9.1.2.tgz", - "integrity": "sha512-zIO26glOlUjFnOiqxBl4fX1p6NYqWzx4OVf56LvrVP4vtrE5z0r/De93iqHLhmx9mBCh8HCUhGjYHR7SkqdepQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-11.0.0.tgz", + "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==", "requires": { - "@commitlint/config-angular-type-enum": "^9.1.2" + "@commitlint/config-angular-type-enum": "^11.0.0" } }, "@commitlint/config-angular-type-enum": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.2.tgz", - "integrity": "sha512-vPdAnL1GbSKbbMhzAgCknQqCwafhjWI9GKnbNgY6MKcXJEvND/OyufUvxyyiews1blenGJupufZ8JrY5qbJwtQ==" + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz", + "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==" }, "@commitlint/config-conventional": { "version": "9.1.2", @@ -884,6 +884,19 @@ "lodash": "^4.17.19" }, "dependencies": { + "@commitlint/config-angular": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-9.1.2.tgz", + "integrity": "sha512-zIO26glOlUjFnOiqxBl4fX1p6NYqWzx4OVf56LvrVP4vtrE5z0r/De93iqHLhmx9mBCh8HCUhGjYHR7SkqdepQ==", + "requires": { + "@commitlint/config-angular-type-enum": "^9.1.2" + } + }, + "@commitlint/config-angular-type-enum": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.2.tgz", + "integrity": "sha512-vPdAnL1GbSKbbMhzAgCknQqCwafhjWI9GKnbNgY6MKcXJEvND/OyufUvxyyiews1blenGJupufZ8JrY5qbJwtQ==" + }, "lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", diff --git a/package.json b/package.json index 77bed47..3942c70 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@commitlint/config-angular": "^9.1.2", + "@commitlint/config-angular": "^11.0.0", "@commitlint/config-conventional": "^9.1.2", "@commitlint/config-lerna-scopes": "^9.1.2", "@commitlint/config-patternplate": "^9.1.2",