Skip to content

Commit 34d26d4

Browse files
committed
chore(deps): add conventional-changelog-angular-all
1 parent 1d6a47d commit 34d26d4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"@types/node": "^13.7.1",
8989
"@typescript-eslint/eslint-plugin": "^2.20.0",
9090
"@typescript-eslint/parser": "^2.20.0",
91+
"conventional-changelog-angular-all": "^1.7.0",
9192
"dependency-cruiser": "^7.2.0",
9293
"eslint": "^6.8.0",
9394
"eslint-plugin-import": "^2.20.1",

Diff for: yarn.lock

+15-1
Original file line numberDiff line numberDiff line change
@@ -2533,6 +2533,15 @@ contains-path@^0.1.0:
25332533
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
25342534
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
25352535

2536+
conventional-changelog-angular-all@^1.7.0:
2537+
version "1.7.0"
2538+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular-all/-/conventional-changelog-angular-all-1.7.0.tgz#848997135556bae66d7545630b30ea35a738820a"
2539+
integrity sha512-wIlKDqXXYvnUUhLt31vDTS6lUDSDs8GHkVaDqDDFFtaFUTVKbG6biG80JZYswqkQczkOPdQiFK8d8VxuU0zwcQ==
2540+
dependencies:
2541+
compare-func "^1.3.1"
2542+
conventional-commit-types "^2.1.1"
2543+
q "^1.4.1"
2544+
25362545
conventional-changelog-angular@^1.3.3:
25372546
version "1.6.6"
25382547
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz#b27f2b315c16d0a1f23eb181309d0e6a4698ea0f"
@@ -2598,6 +2607,11 @@ conventional-changelog-writer@^4.0.6:
25982607
split "^1.0.0"
25992608
through2 "^3.0.0"
26002609

2610+
conventional-commit-types@^2.1.1:
2611+
version "2.3.0"
2612+
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22"
2613+
integrity sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ==
2614+
26012615
conventional-commits-filter@^2.0.2:
26022616
version "2.0.2"
26032617
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1"
@@ -6629,7 +6643,7 @@ punycode@^2.1.0, punycode@^2.1.1:
66296643
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
66306644
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
66316645

6632-
q@^1.5.1:
6646+
q@^1.4.1, q@^1.5.1:
66336647
version "1.5.1"
66346648
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
66356649
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=

0 commit comments

Comments
 (0)