Skip to content

Commit 7d2836d

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3
1 parent d2bb4fe commit 7d2836d

2 files changed

Lines changed: 97 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"commitizen": "3.1.2",
8888
"coveralls": "3.0.5",
8989
"cross-env": "5.2.0",
90-
"cz-conventional-changelog": "2.1.0",
90+
"cz-conventional-changelog": "3.0.1",
9191
"eslint": "4.19.1",
9292
"eslint-config-airbnb": "16.1.0",
9393
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 96 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,35 @@
796796
lodash "^4.17.13"
797797
to-fast-properties "^2.0.0"
798798

799+
"@commitlint/execute-rule@^8.1.0":
800+
version "8.1.0"
801+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz#e8386bd0836b3dcdd41ebb9d5904bbeb447e4715"
802+
integrity sha512-+vpH3RFuO6ypuCqhP2rSqTjFTQ7ClzXtUvXphpROv9v9+7zH4L+Ex+wZLVkL8Xj2cxefSLn/5Kcqa9XyJTn3kg==
803+
804+
"@commitlint/load@>6.1.1":
805+
version "8.1.0"
806+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.1.0.tgz#63b72ae5bb9152b8fa5b17c5428053032a9a49c8"
807+
integrity sha512-ra02Dvmd7Gp1+uFLzTY3yGOpHjPzl5T9wYg/xrtPJNiOWXvQ0Mw7THw+ucd1M5iLUWjvdavv2N87YDRc428wHg==
808+
dependencies:
809+
"@commitlint/execute-rule" "^8.1.0"
810+
"@commitlint/resolve-extends" "^8.1.0"
811+
babel-runtime "^6.23.0"
812+
chalk "2.4.2"
813+
cosmiconfig "^5.2.0"
814+
lodash "4.17.14"
815+
resolve-from "^5.0.0"
816+
817+
"@commitlint/resolve-extends@^8.1.0":
818+
version "8.1.0"
819+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.1.0.tgz#ed67f2ee484160ac8e0078bae52f172625157472"
820+
integrity sha512-r/y+CeKW72Oa9BUctS1+I/MFCDiI3lfhwfQ65Tpfn6eZ4CuBYKzrCRi++GTHeAFKE3y8q1epJq5Rl/1GBejtBw==
821+
dependencies:
822+
"@types/node" "^12.0.2"
823+
import-fresh "^3.0.0"
824+
lodash "4.17.14"
825+
resolve-from "^5.0.0"
826+
resolve-global "^1.0.0"
827+
799828
"@samverschueren/stream-to-observable@^0.3.0":
800829
version "0.3.0"
801830
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -974,6 +1003,11 @@
9741003
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.132.tgz#8ce45ca8745ff2e004fac0de0ab46f61e390ffa0"
9751004
integrity sha512-RNUU1rrh85NgUJcjOOr96YXr+RHwInGbaQCZmlitqOaCKXffj8bh+Zxwuq5rjDy5OgzFldDVoqk4pyLEDiwxIw==
9761005

1006+
"@types/node@^12.0.2":
1007+
version "12.6.8"
1008+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c"
1009+
integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg==
1010+
9771011
"@webassemblyjs/ast@1.8.5":
9781012
version "1.8.5"
9791013
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -1612,7 +1646,7 @@ babel-plugin-source-map-support@2.1.1:
16121646
dependencies:
16131647
"@babel/helper-module-imports" "^7.0.0"
16141648

1615-
babel-runtime@^6.26.0:
1649+
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
16161650
version "6.26.0"
16171651
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
16181652
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -2015,6 +2049,11 @@ callsites@^2.0.0:
20152049
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
20162050
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
20172051

2052+
callsites@^3.0.0:
2053+
version "3.1.0"
2054+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
2055+
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
2056+
20182057
camelcase@^4.0.0:
20192058
version "4.1.0"
20202059
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
@@ -2078,6 +2117,15 @@ chai@4.2.0:
20782117
pathval "^1.1.0"
20792118
type-detect "^4.0.5"
20802119

2120+
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2121+
version "2.4.2"
2122+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2123+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2124+
dependencies:
2125+
ansi-styles "^3.2.1"
2126+
escape-string-regexp "^1.0.5"
2127+
supports-color "^5.3.0"
2128+
20812129
chalk@^1.0.0, chalk@^1.1.3:
20822130
version "1.1.3"
20832131
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2089,15 +2137,6 @@ chalk@^1.0.0, chalk@^1.1.3:
20892137
strip-ansi "^3.0.0"
20902138
supports-color "^2.0.0"
20912139

2092-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2093-
version "2.4.2"
2094-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2095-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2096-
dependencies:
2097-
ansi-styles "^3.2.1"
2098-
escape-string-regexp "^1.0.5"
2099-
supports-color "^5.3.0"
2100-
21012140
chardet@^0.4.0:
21022141
version "0.4.2"
21032142
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -2700,6 +2739,20 @@ cz-conventional-changelog@2.1.0:
27002739
right-pad "^1.0.1"
27012740
word-wrap "^1.0.3"
27022741

2742+
cz-conventional-changelog@3.0.1:
2743+
version "3.0.1"
2744+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.1.tgz#b1f207ae050355e7ada65aad5c52e9de3d0c8e5b"
2745+
integrity sha512-7KASIwB8/ClEyCRvQrCPbN7WkQnUSjSSVNyPM+gDJ0jskLi8h8N2hrdpyeCk7fIqKMRzziqVSOBTB8yyLTMHGQ==
2746+
dependencies:
2747+
chalk "^2.4.1"
2748+
conventional-commit-types "^2.0.0"
2749+
lodash.map "^4.5.1"
2750+
longest "^2.0.1"
2751+
right-pad "^1.0.1"
2752+
word-wrap "^1.0.3"
2753+
optionalDependencies:
2754+
"@commitlint/load" ">6.1.1"
2755+
27032756
d@1, d@^1.0.1:
27042757
version "1.0.1"
27052758
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
@@ -4145,7 +4198,7 @@ glob@^7.0.5:
41454198
once "^1.3.0"
41464199
path-is-absolute "^1.0.0"
41474200

4148-
global-dirs@^0.1.0:
4201+
global-dirs@^0.1.0, global-dirs@^0.1.1:
41494202
version "0.1.1"
41504203
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
41514204
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
@@ -4559,6 +4612,14 @@ import-fresh@^2.0.0:
45594612
caller-path "^2.0.0"
45604613
resolve-from "^3.0.0"
45614614

4615+
import-fresh@^3.0.0:
4616+
version "3.1.0"
4617+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz#6d33fa1dcef6df930fae003446f33415af905118"
4618+
integrity sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==
4619+
dependencies:
4620+
parent-module "^1.0.0"
4621+
resolve-from "^4.0.0"
4622+
45624623
import-lazy@^2.1.0:
45634624
version "2.1.0"
45644625
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -5797,6 +5858,11 @@ longest@^1.0.1:
57975858
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
57985859
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
57995860

5861+
longest@^2.0.1:
5862+
version "2.0.1"
5863+
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
5864+
integrity sha1-eB4YMpaqlPbU2RbcM10NF676I/g=
5865+
58005866
loose-envify@^1.0.0, loose-envify@^1.4.0:
58015867
version "1.4.0"
58025868
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -6766,6 +6832,13 @@ parallel-transform@^1.1.0:
67666832
inherits "^2.0.3"
67676833
readable-stream "^2.1.5"
67686834

6835+
parent-module@^1.0.0:
6836+
version "1.0.1"
6837+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
6838+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
6839+
dependencies:
6840+
callsites "^3.0.0"
6841+
67696842
parse-asn1@^5.0.0:
67706843
version "5.1.4"
67716844
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
@@ -7550,6 +7623,18 @@ resolve-from@^4.0.0:
75507623
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
75517624
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
75527625

7626+
resolve-from@^5.0.0:
7627+
version "5.0.0"
7628+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
7629+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
7630+
7631+
resolve-global@^1.0.0:
7632+
version "1.0.0"
7633+
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
7634+
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
7635+
dependencies:
7636+
global-dirs "^0.1.1"
7637+
75537638
resolve-url@^0.2.1:
75547639
version "0.2.1"
75557640
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

0 commit comments

Comments
 (0)