Skip to content

Commit ac5fd85

Browse files
committed
workflow: use cc cli
1 parent dfdc00c commit ac5fd85

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"workbox-build": "^3.1.0"
102102
},
103103
"devDependencies": {
104-
"conventional-changelog": "^1.1.23",
104+
"conventional-changelog-cli": "^1.3.22",
105105
"eslint": "^4.19.1",
106106
"eslint-plugin-vue-libs": "^3.0.0",
107107
"lint-staged": "^7.0.4",

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ acorn@^5.0.0, acorn@^5.3.0, acorn@^5.5.0:
297297
version "5.5.3"
298298
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
299299

300+
add-stream@^1.0.0:
301+
version "1.0.0"
302+
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
303+
300304
agentkeepalive@^2.2.0:
301305
version "2.2.0"
302306
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-2.2.0.tgz#c5d1bd4b129008f1163f236f86e5faea2026e2ef"
@@ -1805,6 +1809,16 @@ conventional-changelog-atom@^0.2.8:
18051809
dependencies:
18061810
q "^1.5.1"
18071811

1812+
conventional-changelog-cli@^1.3.22:
1813+
version "1.3.22"
1814+
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-1.3.22.tgz#13570fe1728f56f013ff7a88878ff49d5162a405"
1815+
dependencies:
1816+
add-stream "^1.0.0"
1817+
conventional-changelog "^1.1.24"
1818+
lodash "^4.2.1"
1819+
meow "^4.0.0"
1820+
tempfile "^1.1.1"
1821+
18081822
conventional-changelog-codemirror@^0.3.8:
18091823
version "0.3.8"
18101824
resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.3.8.tgz#a1982c8291f4ee4d6f2f62817c6b2ecd2c4b7b47"
@@ -1885,7 +1899,7 @@ conventional-changelog-writer@^3.0.9:
18851899
split "^1.0.0"
18861900
through2 "^2.0.0"
18871901

1888-
conventional-changelog@^1.1.23:
1902+
conventional-changelog@^1.1.24:
18891903
version "1.1.24"
18901904
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.24.tgz#3d94c29c960f5261c002678315b756cdd3d7d1f0"
18911905
dependencies:
@@ -6846,6 +6860,13 @@ tar@^4:
68466860
safe-buffer "^5.1.2"
68476861
yallist "^3.0.2"
68486862

6863+
tempfile@^1.1.1:
6864+
version "1.1.1"
6865+
resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-1.1.1.tgz#5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2"
6866+
dependencies:
6867+
os-tmpdir "^1.0.0"
6868+
uuid "^2.0.1"
6869+
68496870
term-size@^1.2.0:
68506871
version "1.2.0"
68516872
resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
@@ -7211,6 +7232,10 @@ utila@~0.4:
72117232
version "0.4.0"
72127233
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
72137234

7235+
uuid@^2.0.1:
7236+
version "2.0.3"
7237+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
7238+
72147239
uuid@^3.1.0:
72157240
version "3.2.1"
72167241
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"

0 commit comments

Comments
 (0)