From e0240593b612b5568fe791077ba573cc8e18f108 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 07:23:48 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 7.5.0 to 9.0.1. - [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/v7.5.0...v9.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2f06ef7f4..e20e99a6c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@commitlint/cli": "8.1.0", - "@commitlint/config-conventional": "7.5.0", + "@commitlint/config-conventional": "9.0.1", "@commitlint/config-lerna-scopes": "8.1.0", "@semantic-release/commit-analyzer": "^6.1.0", "@semantic-release/git": "^7.0.8", diff --git a/yarn.lock b/yarn.lock index 520fb1e82..7c9d87463 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1348,10 +1348,12 @@ resolve-from "5.0.0" resolve-global "1.0.0" -"@commitlint/config-conventional@7.5.0": - version "7.5.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.5.0.tgz#3afd4e3e34e5c2f6ec6af03e78ae924fed883ce7" - integrity sha512-odLgBfQ5xntFAmMfAmDY2C4EWhW+cSTbvbsRS7seb55DCa3IaxxSHHC9eXrR+hN/BdUT5vqAxdX1PkR996sq9Q== +"@commitlint/config-conventional@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-9.0.1.tgz#af44a175f49704ca6b27cc7770a13d809f2fd7a7" + integrity sha512-5rGu8aT4nRhWKrd5SpXqKJKLM07wXi4X5KVD9EEAuucAh2iZgfJJK9HKZNKGEKLKBQSWlnXE6UvkeEjJgi6TPQ== + dependencies: + conventional-changelog-conventionalcommits "4.2.3" "@commitlint/config-lerna-scopes@8.1.0": version "8.1.0" @@ -7741,6 +7743,15 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.3: compare-func "^1.3.1" q "^1.5.1" +conventional-changelog-conventionalcommits@4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz#22855b32d57d0328951c1c2dc01b172a5f24ea37" + integrity sha512-atGa+R4vvEhb8N/8v3IoW59gCBJeeFiX6uIbPu876ENAmkMwsenyn0R21kdDHJFLQdy6zW4J6b4xN8KI3b9oww== + dependencies: + compare-func "^1.3.1" + lodash "^4.17.15" + q "^1.5.1" + conventional-changelog-core@^3.1.6: version "3.2.3" resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb"