Skip to content

Commit dab146a

Browse files
📦 Add conventional-changelog-cli
1 parent bbf626a commit dab146a

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@favoloso/conventional-changelog-emoji": "^0.9.0",
5454
"@types/jest": "^24.0.11",
5555
"babel-test": "^0.1.6",
56+
"conventional-changelog-cli": "^2.0.12",
5657
"husky": "^1.3.1",
5758
"jest": "^24.5.0",
5859
"jest-file-snapshot": "^0.3.6",

yarn.lock

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,11 @@ acorn@^6.0.1:
10131013
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
10141014
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
10151015

1016+
add-stream@^1.0.0:
1017+
version "1.0.0"
1018+
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
1019+
integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=
1020+
10161021
ajv@^6.5.5:
10171022
version "6.10.0"
10181023
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
@@ -1694,6 +1699,17 @@ conventional-changelog-atom@^2.0.1:
16941699
dependencies:
16951700
q "^1.5.1"
16961701

1702+
conventional-changelog-cli@^2.0.12:
1703+
version "2.0.12"
1704+
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.0.12.tgz#ffe04f5430fbc339dc7fa28634c2e0de5dd76e2e"
1705+
integrity sha512-6wh9W5Gpr9DM40E8cFi0qa6JotVm4Jq+suksuqgKnm544H8ZXsRhgGNXShDASOteY9brv9fX8/+fE/QL1wHqbA==
1706+
dependencies:
1707+
add-stream "^1.0.0"
1708+
conventional-changelog "^3.0.6"
1709+
lodash "^4.2.1"
1710+
meow "^4.0.0"
1711+
tempfile "^1.1.1"
1712+
16971713
conventional-changelog-codemirror@^2.0.1:
16981714
version "2.0.1"
16991715
resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.1.tgz#acc046bc0971460939a0cc2d390e5eafc5eb30da"
@@ -1777,7 +1793,7 @@ conventional-changelog-writer@^4.0.3:
17771793
split "^1.0.0"
17781794
through2 "^2.0.0"
17791795

1780-
conventional-changelog@3.0.6:
1796+
conventional-changelog@3.0.6, conventional-changelog@^3.0.6:
17811797
version "3.0.6"
17821798
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.0.6.tgz#a0bd3b51a0549ec03eb6ef90af7f9fa8c358b15f"
17831799
integrity sha512-1b96x3G67lDKakRvMm+VvYGwgRk+C8aapHKL5iZ/TJzzD/RuyGA2diHNEsR+uPHmQ7/A4Ts7j6N+VNqUoOfksg==
@@ -5697,6 +5713,14 @@ tar@^4:
56975713
safe-buffer "^5.1.2"
56985714
yallist "^3.0.2"
56995715

5716+
tempfile@^1.1.1:
5717+
version "1.1.1"
5718+
resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-1.1.1.tgz#5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2"
5719+
integrity sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I=
5720+
dependencies:
5721+
os-tmpdir "^1.0.0"
5722+
uuid "^2.0.1"
5723+
57005724
term-size@^1.2.0:
57015725
version "1.2.0"
57025726
resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
@@ -6021,6 +6045,11 @@ uuid@3.3.2, uuid@^3.3.2:
60216045
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
60226046
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
60236047

6048+
uuid@^2.0.1:
6049+
version "2.0.3"
6050+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
6051+
integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=
6052+
60246053
validate-npm-package-license@^3.0.1:
60256054
version "3.0.4"
60266055
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)