From 4a1c011ff80b767ccb0b9d85ab202f22106d2b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:54:54 +1100 Subject: [PATCH] build(deps-dev): Bump git-conventional-commits from 2.3.0 to 2.4.0 (#787) Bumps [git-conventional-commits](https://github.com/qoomon/git-conventional-commits) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/qoomon/git-conventional-commits/releases) - [Changelog](https://github.com/qoomon/git-conventional-commits/blob/master/CHANGELOG.md) - [Commits](https://github.com/qoomon/git-conventional-commits/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: git-conventional-commits dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- packages/legacy/package.json | 2 +- yarn.lock | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 961f2ef7..dccecde6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", - "git-conventional-commits": "^2.3.0", + "git-conventional-commits": "^2.4.0", "husky": "^8.0.2", "license-checker": "^25.0.1", "lint-staged": "^13.0.4", diff --git a/packages/legacy/package.json b/packages/legacy/package.json index 7bba0a88..c7da0fd1 100644 --- a/packages/legacy/package.json +++ b/packages/legacy/package.json @@ -87,7 +87,7 @@ "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-storybook": "^0.6.8", - "git-conventional-commits": "^2.3.0", + "git-conventional-commits": "^2.4.0", "husky": "^8.0.2", "jest": "29.3.1", "jest-axe": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index ef00326e..96eb0df7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9528,11 +9528,12 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -git-conventional-commits@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/git-conventional-commits/-/git-conventional-commits-2.3.0.tgz#d0a70b982216ac9ea5bca1c72468f5a0958f3f9c" - integrity sha512-D9tLRmkztCKJAQCw+DCrlnmuNOgyz5pDB7AlhTl/KixyL53LYyumMetiburjCtHHfknLU98BZJMT1o4Q/NpIFQ== +git-conventional-commits@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/git-conventional-commits/-/git-conventional-commits-2.4.0.tgz#af4446e9eab30f79437e56d694ab00a57e7cc931" + integrity sha512-nZ9xZILZzy+1DMzztIL67JVmg5z/jUF9OMVWg25WqNxZAhaXtbsrRXh04cX9+g5XoswvYtbAzdQvJZLpprrHPA== dependencies: + yaml "^2.1.3" yargs "^17.6.2" github-slugger@^1.0.0, github-slugger@^1.2.1: