Skip to content

Commit 10bf3cb

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3
1 parent e17210a commit 10bf3cb

2 files changed

Lines changed: 92 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.0",
9191
"eslint": "4.19.1",
9292
"eslint-config-airbnb": "16.1.0",
9393
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 91 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"
@@ -973,6 +1002,11 @@
9731002
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.132.tgz#8ce45ca8745ff2e004fac0de0ab46f61e390ffa0"
9741003
integrity sha512-RNUU1rrh85NgUJcjOOr96YXr+RHwInGbaQCZmlitqOaCKXffj8bh+Zxwuq5rjDy5OgzFldDVoqk4pyLEDiwxIw==
9751004

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

1614-
babel-runtime@^6.26.0:
1648+
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
16151649
version "6.26.0"
16161650
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
16171651
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -2014,6 +2048,11 @@ callsites@^2.0.0:
20142048
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
20152049
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
20162050

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

2119+
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:
2120+
version "2.4.2"
2121+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2122+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2123+
dependencies:
2124+
ansi-styles "^3.2.1"
2125+
escape-string-regexp "^1.0.5"
2126+
supports-color "^5.3.0"
2127+
20802128
chalk@^1.0.0, chalk@^1.1.3:
20812129
version "1.1.3"
20822130
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2088,15 +2136,6 @@ chalk@^1.0.0, chalk@^1.1.3:
20882136
strip-ansi "^3.0.0"
20892137
supports-color "^2.0.0"
20902138

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

2741+
cz-conventional-changelog@3.0.0:
2742+
version "3.0.0"
2743+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.0.tgz#a510abf86418b739c12a3deb65c26c2d5d5ad0c0"
2744+
integrity sha512-d6yoDVs00HLXhq1EwRNLk1jUb+0TkTW4mGP7hHMQjDnkNFpLmJdte2Hqd4K34yYt3QZGQ9WPKW2e5tjMxvFsLA==
2745+
dependencies:
2746+
chalk "^2.4.1"
2747+
conventional-commit-types "^2.0.0"
2748+
lodash.map "^4.5.1"
2749+
longest "^1.0.1"
2750+
right-pad "^1.0.1"
2751+
word-wrap "^1.0.3"
2752+
optionalDependencies:
2753+
"@commitlint/load" ">6.1.1"
2754+
27022755
d@1, d@^1.0.1:
27032756
version "1.0.1"
27042757
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
@@ -4144,7 +4197,7 @@ glob@^7.0.5:
41444197
once "^1.3.0"
41454198
path-is-absolute "^1.0.0"
41464199

4147-
global-dirs@^0.1.0:
4200+
global-dirs@^0.1.0, global-dirs@^0.1.1:
41484201
version "0.1.1"
41494202
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
41504203
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
@@ -4558,6 +4611,14 @@ import-fresh@^2.0.0:
45584611
caller-path "^2.0.0"
45594612
resolve-from "^3.0.0"
45604613

4614+
import-fresh@^3.0.0:
4615+
version "3.1.0"
4616+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz#6d33fa1dcef6df930fae003446f33415af905118"
4617+
integrity sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==
4618+
dependencies:
4619+
parent-module "^1.0.0"
4620+
resolve-from "^4.0.0"
4621+
45614622
import-lazy@^2.1.0:
45624623
version "2.1.0"
45634624
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -6760,6 +6821,13 @@ parallel-transform@^1.1.0:
67606821
inherits "^2.0.3"
67616822
readable-stream "^2.1.5"
67626823

6824+
parent-module@^1.0.0:
6825+
version "1.0.1"
6826+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
6827+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
6828+
dependencies:
6829+
callsites "^3.0.0"
6830+
67636831
parse-asn1@^5.0.0:
67646832
version "5.1.4"
67656833
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
@@ -7544,6 +7612,18 @@ resolve-from@^4.0.0:
75447612
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
75457613
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
75467614

7615+
resolve-from@^5.0.0:
7616+
version "5.0.0"
7617+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
7618+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
7619+
7620+
resolve-global@^1.0.0:
7621+
version "1.0.0"
7622+
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
7623+
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
7624+
dependencies:
7625+
global-dirs "^0.1.1"
7626+
75477627
resolve-url@^0.2.1:
75487628
version "0.2.1"
75497629
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

0 commit comments

Comments
 (0)