Skip to content

Commit db26a79

Browse files
Upgrade: Updates commitizen related packages
1 parent cdc59bd commit db26a79

File tree

2 files changed

+48
-41
lines changed

2 files changed

+48
-41
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@semantic-release/release-notes-generator": "^9.0.1",
4141
"@types/react": "^16.9.5",
4242
"babel-eslint": "^10.0.3",
43-
"commitizen": "^4.0.3",
44-
"conventional-changelog-eslint": "^3.0.4",
43+
"commitizen": "^4.1.2",
44+
"conventional-changelog-eslint": "^3.0.8",
4545
"cz-adapter-eslint": "^0.3.0",
4646
"eslint": "^6.5.1",
4747
"eslint-config-prettier": "^6.4.0",

yarn.lock

+46-39
Original file line numberDiff line numberDiff line change
@@ -2771,6 +2771,26 @@ commitizen@^4.0.3:
27712771
strip-bom "4.0.0"
27722772
strip-json-comments "3.0.1"
27732773

2774+
commitizen@^4.1.2:
2775+
version "4.1.2"
2776+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.1.2.tgz#6095eb825fd3f0d3611df88e6803c69b23307e9a"
2777+
integrity sha512-LBxTQKHbVgroMz9ohpm86N+GfJobonGyvDc3zBGdZazbwCLz2tqLa48Rf2TnAdKx7/06W1i1R3SXUt5QW97qVQ==
2778+
dependencies:
2779+
cachedir "2.2.0"
2780+
cz-conventional-changelog "3.2.0"
2781+
dedent "0.7.0"
2782+
detect-indent "6.0.0"
2783+
find-node-modules "2.0.0"
2784+
find-root "1.1.0"
2785+
fs-extra "8.1.0"
2786+
glob "7.1.4"
2787+
inquirer "6.5.0"
2788+
is-utf8 "^0.2.1"
2789+
lodash "4.17.15"
2790+
minimist "1.2.5"
2791+
strip-bom "4.0.0"
2792+
strip-json-comments "3.0.1"
2793+
27742794
commondir@^1.0.1:
27752795
version "1.0.1"
27762796
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
@@ -2837,10 +2857,10 @@ conventional-changelog-angular@^5.0.0:
28372857
compare-func "^1.3.1"
28382858
q "^1.5.1"
28392859

2840-
conventional-changelog-eslint@^3.0.4:
2841-
version "3.0.4"
2842-
resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.4.tgz#8f4736a23e0cd97e890e76fccc287db2f205f2ff"
2843-
integrity sha512-CPwTUENzhLGl3auunrJxiIEWncAGaby7gOFCdj2gslIuOFJ0KPJVOUhRz4Da/I53sdo/7UncUJkiLg94jEsjxg==
2860+
conventional-changelog-eslint@^3.0.8:
2861+
version "3.0.8"
2862+
resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.8.tgz#f8b952b7ed7253ea0ac0b30720bb381f4921b46c"
2863+
integrity sha512-5rTRltgWG7TpU1PqgKHMA/2ivjhrB+E+S7OCTvj0zM/QGg4vmnVH67Vq/EzvSNYtejhWC+OwzvDrLk3tqPry8A==
28442864
dependencies:
28452865
q "^1.5.1"
28462866

@@ -2865,6 +2885,11 @@ conventional-commit-types@^2.0.0:
28652885
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.2.0.tgz#5db95739d6c212acbe7b6f656a11b940baa68946"
28662886
integrity sha1-XblXOdbCEqy+e29lahG5QLqmiUY=
28672887

2888+
conventional-commit-types@^3.0.0:
2889+
version "3.0.0"
2890+
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
2891+
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
2892+
28682893
conventional-commits-filter@^2.0.0, conventional-commits-filter@^2.0.1:
28692894
version "2.0.1"
28702895
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz#55a135de1802f6510b6758e0a6aa9e0b28618db3"
@@ -3078,6 +3103,20 @@ [email protected]:
30783103
optionalDependencies:
30793104
"@commitlint/load" ">6.1.1"
30803105

3106+
3107+
version "3.2.0"
3108+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz#6aef1f892d64113343d7e455529089ac9f20e477"
3109+
integrity sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==
3110+
dependencies:
3111+
chalk "^2.4.1"
3112+
commitizen "^4.0.3"
3113+
conventional-commit-types "^3.0.0"
3114+
lodash.map "^4.5.1"
3115+
longest "^2.0.1"
3116+
word-wrap "^1.0.3"
3117+
optionalDependencies:
3118+
"@commitlint/load" ">6.1.1"
3119+
30813120
dashdash@^1.12.0:
30823121
version "1.14.1"
30833122
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
@@ -3127,7 +3166,7 @@ debug@^3.1.0:
31273166
dependencies:
31283167
ms "^2.1.1"
31293168

3130-
debuglog@*, debuglog@^1.0.1:
3169+
debuglog@^1.0.1:
31313170
version "1.0.1"
31323171
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
31333172
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -4650,7 +4689,7 @@ import-local@^2.0.0:
46504689
pkg-dir "^3.0.0"
46514690
resolve-cwd "^2.0.0"
46524691

4653-
imurmurhash@*, imurmurhash@^0.1.4:
4692+
imurmurhash@^0.1.4:
46544693
version "0.1.4"
46554694
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
46564695
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -5993,11 +6032,6 @@ lockfile@^1.0.4:
59936032
dependencies:
59946033
signal-exit "^3.0.2"
59956034

5996-
lodash._baseindexof@*:
5997-
version "3.1.0"
5998-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5999-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
6000-
60016035
lodash._baseuniq@~4.6.0:
60026036
version "4.6.0"
60036037
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -6006,33 +6040,11 @@ lodash._baseuniq@~4.6.0:
60066040
lodash._createset "~4.0.0"
60076041
lodash._root "~3.0.0"
60086042

6009-
lodash._bindcallback@*:
6010-
version "3.0.1"
6011-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
6012-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
6013-
6014-
lodash._cacheindexof@*:
6015-
version "3.0.2"
6016-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
6017-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
6018-
6019-
lodash._createcache@*:
6020-
version "3.1.2"
6021-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
6022-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
6023-
dependencies:
6024-
lodash._getnative "^3.0.0"
6025-
60266043
lodash._createset@~4.0.0:
60276044
version "4.0.3"
60286045
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
60296046
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
60306047

6031-
lodash._getnative@*, lodash._getnative@^3.0.0:
6032-
version "3.9.1"
6033-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
6034-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
6035-
60366048
lodash._root@~3.0.0:
60376049
version "3.0.1"
60386050
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -6068,11 +6080,6 @@ lodash.map@^4.5.1, lodash.map@^4.6.0:
60686080
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
60696081
integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=
60706082

6071-
lodash.restparam@*:
6072-
version "3.6.1"
6073-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
6074-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
6075-
60766083
lodash.sortby@^4.7.0:
60776084
version "4.7.0"
60786085
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -6421,7 +6428,7 @@ [email protected], minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
64216428
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
64226429
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
64236430

6424-
minimist@^1.2.5:
6431+
minimist@1.2.5, minimist@^1.2.5:
64256432
version "1.2.5"
64266433
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
64276434
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==

0 commit comments

Comments
 (0)