Skip to content

Commit 9546a1b

Browse files
chore(deps): update dependency cz-conventional-changelog to v3.1.0 (faceyspacey#227)
1 parent e208ce4 commit 9546a1b

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"commitlint-azure-pipelines-cli": "1.0.3",
8686
"cross-env": "7.0.0",
8787
"css-loader": "3.4.2",
88-
"cz-conventional-changelog": "3.0.2",
88+
"cz-conventional-changelog": "3.1.0",
8989
"del": "4.1.1",
9090
"del-cli": "1.1.0",
9191
"es-check": "5.1.0",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -2963,6 +2963,11 @@ conventional-commit-types@^2.0.0:
29632963
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22"
29642964
integrity sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ==
29652965

2966+
conventional-commit-types@^3.0.0:
2967+
version "3.0.0"
2968+
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
2969+
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
2970+
29662971
conventional-commits-filter@^2.0.2:
29672972
version "2.0.2"
29682973
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1"
@@ -3230,14 +3235,14 @@ cz-conventional-changelog@3.0.1:
32303235
optionalDependencies:
32313236
"@commitlint/load" ">6.1.1"
32323237

3233-
cz-conventional-changelog@3.0.2:
3234-
version "3.0.2"
3235-
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
3236-
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
3238+
cz-conventional-changelog@3.1.0:
3239+
version "3.1.0"
3240+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.1.0.tgz#1e004a4f507531347a5f78ab4ed65c3ff693fc97"
3241+
integrity sha512-SCwPPOF+7qMh1DZkJhrwaxCvZzPaz2E9BwQzcZwBuHlpcJj9zzz7K5vADQRhHuxStaHZFSLbDlZEdcls4bKu7Q==
32373242
dependencies:
32383243
chalk "^2.4.1"
32393244
commitizen "^4.0.3"
3240-
conventional-commit-types "^2.0.0"
3245+
conventional-commit-types "^3.0.0"
32413246
lodash.map "^4.5.1"
32423247
longest "^2.0.1"
32433248
right-pad "^1.0.1"

0 commit comments

Comments
 (0)