Skip to content

Commit

Permalink
build(deps-dev): bump commitizen in /{{cookiecutter.project_slug}}
Browse files Browse the repository at this point in the history
Bumps [commitizen](https://github.com/commitizen/cz-cli) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/commitizen/cz-cli/releases)
- [Commits](commitizen/cz-cli@v4.2.1...v4.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 22, 2020
1 parent 4515ea8 commit f686b45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"bourbon": "^7.0.0",
"browser-sync": "^2.26.12",
"commitizen": "^4.2.1",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "^1.2.2",
"grunt": "^1.3.0",
Expand Down
26 changes: 6 additions & 20 deletions {{cookiecutter.project_slug}}/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1678,13 +1678,13 @@ commander@^2.2.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==

commitizen@^4.0.3, commitizen@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.1.tgz#3b098b16c6b1a37f0d129018dff6751b20cd3103"
integrity sha512-nZsp8IThkDu7C+93BFD/mLShb9Gd6Wsaf90tpKE3x/6u5y/Q52kzanIJpGr0qvIsJ5bCMpgKtr3Lbu3miEJfaA==
commitizen@^4.0.3, commitizen@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.2.tgz#1a93dd07208521ea1ebbf832593542dac714cc79"
integrity sha512-uz+E6lGsDBDI2mYA4QfOxFeqdWUYwR1ky11YmLgg2BnEEP3YbeejpT4lxzGjkYqumnXr062qTOGavR9NtX/iwQ==
dependencies:
cachedir "2.2.0"
cz-conventional-changelog "3.2.0"
cz-conventional-changelog "3.3.0"
dedent "0.7.0"
detect-indent "6.0.0"
find-node-modules "2.0.0"
Expand Down Expand Up @@ -2015,21 +2015,7 @@ currently-unhandled@^0.4.1:
dependencies:
array-find-index "^1.0.1"

cz-conventional-changelog@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz#6aef1f892d64113343d7e455529089ac9f20e477"
integrity sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==
dependencies:
chalk "^2.4.1"
commitizen "^4.0.3"
conventional-commit-types "^3.0.0"
lodash.map "^4.5.1"
longest "^2.0.1"
word-wrap "^1.0.3"
optionalDependencies:
"@commitlint/load" ">6.1.1"

cz-conventional-changelog@^3.3.0:
cz-conventional-changelog@3.3.0, cz-conventional-changelog@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"
integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
Expand Down

0 comments on commit f686b45

Please sign in to comment.