Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 0a9f76f

Browse files
authored
Merge pull request #134 from Nargonath/dependabot/npm_and_yarn/develop/cz-conventional-changelog-3.1.0
build(deps-dev): bump cz-conventional-changelog from 3.0.2 to 3.1.0
2 parents 6ff4c00 + 4ec6539 commit 0a9f76f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@commitlint/cli": "8.3.5",
6565
"@commitlint/config-conventional": "8.3.4",
6666
"@dixeed/eslint-config": "2.0.0",
67-
"cz-conventional-changelog": "3.0.2",
67+
"cz-conventional-changelog": "3.1.0",
6868
"eslint": "6.8.0",
6969
"husky": "4.2.1",
7070
"jest": "^24.8.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,11 @@ conventional-commit-types@^2.0.0:
12401240
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22"
12411241
integrity sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ==
12421242

1243+
conventional-commit-types@^3.0.0:
1244+
version "3.0.0"
1245+
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
1246+
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
1247+
12431248
conventional-commits-parser@^3.0.0:
12441249
version "3.0.8"
12451250
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.8.tgz#23310a9bda6c93c874224375e72b09fb275fe710"
@@ -1364,14 +1369,14 @@ [email protected]:
13641369
optionalDependencies:
13651370
"@commitlint/load" ">6.1.1"
13661371

1367-
cz-conventional-changelog@3.0.2:
1368-
version "3.0.2"
1369-
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
1370-
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
1372+
cz-conventional-changelog@3.1.0:
1373+
version "3.1.0"
1374+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.1.0.tgz#1e004a4f507531347a5f78ab4ed65c3ff693fc97"
1375+
integrity sha512-SCwPPOF+7qMh1DZkJhrwaxCvZzPaz2E9BwQzcZwBuHlpcJj9zzz7K5vADQRhHuxStaHZFSLbDlZEdcls4bKu7Q==
13711376
dependencies:
13721377
chalk "^2.4.1"
13731378
commitizen "^4.0.3"
1374-
conventional-commit-types "^2.0.0"
1379+
conventional-commit-types "^3.0.0"
13751380
lodash.map "^4.5.1"
13761381
longest "^2.0.1"
13771382
right-pad "^1.0.1"

0 commit comments

Comments
 (0)