Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
chore(deps): update dependency cz-conventional-changelog to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 28, 2020
1 parent 7db9cda commit c87e98b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"concurrently": "5.1.0",
"coveralls": "3.0.9",
"cross-env": "6.0.3",
"cz-conventional-changelog": "3.0.2",
"cz-conventional-changelog": "3.1.0",
"husky": "4.2.1",
"jest": "24.9.0",
"jest-config": "24.9.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1950,6 +1950,11 @@ conventional-commit-types@^2.0.0:
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.1.1.tgz#352eb53f56fbc7c1a6c1ba059c2b6670c90b2a8a"
integrity sha512-0Ts+fEdmjqYDOQ1yZ+LNgdSPO335XZw9qC10M7CxtLP3nIMGmeMhmkM8Taffa4+MXN13bRPlp0CtH+QfOzKTzw==

conventional-commit-types@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==

conventional-commits-filter@^2.0.0, conventional-commits-filter@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz#55a135de1802f6510b6758e0a6aa9e0b28618db3"
Expand Down Expand Up @@ -2189,14 +2194,14 @@ cz-conventional-changelog@3.0.1:
optionalDependencies:
"@commitlint/load" ">6.1.1"

cz-conventional-changelog@3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
cz-conventional-changelog@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.1.0.tgz#1e004a4f507531347a5f78ab4ed65c3ff693fc97"
integrity sha512-SCwPPOF+7qMh1DZkJhrwaxCvZzPaz2E9BwQzcZwBuHlpcJj9zzz7K5vADQRhHuxStaHZFSLbDlZEdcls4bKu7Q==
dependencies:
chalk "^2.4.1"
commitizen "^4.0.3"
conventional-commit-types "^2.0.0"
conventional-commit-types "^3.0.0"
lodash.map "^4.5.1"
longest "^2.0.1"
right-pad "^1.0.1"
Expand Down

0 comments on commit c87e98b

Please sign in to comment.