Skip to content

Commit

Permalink
chore(deps): update dependency cz-conventional-changelog to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 27, 2020
1 parent 2a990ac commit 597658c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"codecov": "3.6.5",
"cz-conventional-changelog": "3.0.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "6.8.0",
"eslint-config-airbnb-typescript": "6.3.1",
"eslint-config-prettier": "6.7.0",
Expand Down
16 changes: 10 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,11 @@ conventional-commit-types@^2.0.0:
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22"
integrity sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ==

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.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1"
Expand Down Expand Up @@ -1891,17 +1896,16 @@ 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.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==
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"
word-wrap "^1.0.3"
optionalDependencies:
"@commitlint/load" ">6.1.1"
Expand Down

0 comments on commit 597658c

Please sign in to comment.