Skip to content

Commit d597836

Browse files
authored
Merge pull request #420 from Armour/dependabot/npm_and_yarn/commitlint-7.4.0
Build(deps-dev): bump commitlint from 7.3.2 to 7.4.0
2 parents cdf309a + 8992df0 commit d597836

File tree

2 files changed

+84
-17
lines changed

2 files changed

+84
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"@types/react-test-renderer": "^16.0.3",
134134
"babel-core": "7.0.0-bridge.0",
135135
"case-sensitive-paths-webpack-plugin": "^2.2.0",
136-
"commitlint": "^7.3.2",
136+
"commitlint": "^7.4.0",
137137
"commitlint-config-armour": "^1.2.1",
138138
"coveralls": "^3.0.2",
139139
"dotenv": "^6.2.0",

yarn.lock

Lines changed: 83 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -781,13 +781,13 @@
781781
lodash.pick "4.4.0"
782782
meow "^5.0.0"
783783

784-
"@commitlint/cli@^7.3.2":
785-
version "7.3.2"
786-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.3.2.tgz#61abf30b48861e4fbd521690e6d4a3e1258980bb"
787-
integrity sha512-QoVayW3kr6/pkWObaCmI6k8O02l/rOJmQIgy5785f6AVbUeHbLOVnh661XMunzAvDX2Cdz4mN+LenhsrLGsaug==
784+
"@commitlint/cli@^7.4.0":
785+
version "7.4.0"
786+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.4.0.tgz#18dd304d2e4c87edd5e575f3ae671da6c64b5d7d"
787+
integrity sha512-wwjLX+8dkqgiQgIDcKpwSoYC+vWp/njw+Q0f+TPtSB3KCARmb9A4EWmDzFocYzK1goJT+j472ZG87GqUOHmChg==
788788
dependencies:
789-
"@commitlint/format" "^7.3.1"
790-
"@commitlint/lint" "^7.3.2"
789+
"@commitlint/format" "^7.4.0"
790+
"@commitlint/lint" "^7.4.0"
791791
"@commitlint/load" "^7.3.1"
792792
"@commitlint/read" "^7.3.1"
793793
babel-polyfill "6.26.0"
@@ -812,22 +812,30 @@
812812
dependencies:
813813
babel-runtime "6.26.0"
814814

815-
"@commitlint/format@^7.0.0", "@commitlint/format@^7.3.1":
815+
"@commitlint/format@^7.0.0":
816816
version "7.3.1"
817817
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.3.1.tgz#a099eabe3bb6f3825831da465daab269ca76c0d5"
818818
integrity sha512-DP0cAYAG4HJqZjJ+EHBD5XwW0LXmQ1TxV0qD0uScrQmxrPliBBTcE/2FbtuLqXvwr8PKJsnl7KtglAdKlhrsAQ==
819819
dependencies:
820820
babel-runtime "^6.23.0"
821821
chalk "^2.0.1"
822822

823+
"@commitlint/format@^7.4.0":
824+
version "7.4.0"
825+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.4.0.tgz#fc927fd99835f73d17076e065296159a41592ee0"
826+
integrity sha512-+/ZCR2wWP4XXt7v/+4U6dfnLCh7l/N5IF+nKDJ6r+KsAgNbW85oTsAMpVWE/++fmTMU6CVIt1Rcbex6X06ggVA==
827+
dependencies:
828+
babel-runtime "^6.23.0"
829+
chalk "^2.0.1"
830+
823831
"@commitlint/is-ignored@^7.3.1":
824832
version "7.3.1"
825833
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.3.1.tgz#b99c67b50d9652430b8008c940a77c33ed7e9002"
826834
integrity sha512-Fz7Of30YKVg+wCJZK9qqojJiD45a4P32LLvXCHEb4/TLSwlKp/K/H6VeWK8kN4uUZHCx60PsKc6829l2Fm28Sw==
827835
dependencies:
828836
semver "5.6.0"
829837

830-
"@commitlint/lint@^7.0.0", "@commitlint/lint@^7.3.2":
838+
"@commitlint/lint@^7.0.0":
831839
version "7.3.2"
832840
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.3.2.tgz#e5323ce5b65512e37089ca9e5dfd065849edbf80"
833841
integrity sha512-NInm96JP89lMNR77R4zJRj/vaQWc4Ie5vR/5G5auFFiHuwyKmRWfXbGMA7zVYpAylPRgewGaELhuRzNTUW0Log==
@@ -838,6 +846,17 @@
838846
babel-runtime "^6.23.0"
839847
lodash "4.17.11"
840848

849+
"@commitlint/lint@^7.4.0":
850+
version "7.4.0"
851+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.4.0.tgz#69a690c37c3fb7f3b55bd7bad24cf018a0b9a19b"
852+
integrity sha512-Lp94Mry4AColIW1mZfEZ9YXp7hUc9GewQFcUSEBxfn12l+pUem+6eSyBdNGZpPm3JCAanudkdEey889Hw7QrFA==
853+
dependencies:
854+
"@commitlint/is-ignored" "^7.3.1"
855+
"@commitlint/parse" "^7.3.1"
856+
"@commitlint/rules" "^7.4.0"
857+
babel-runtime "^6.23.0"
858+
lodash "4.17.11"
859+
841860
"@commitlint/load@^7.0.0", "@commitlint/load@^7.3.1":
842861
version "7.3.1"
843862
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.3.1.tgz#c4c8fef80a7b36e932857e72eae7856e2612da2b"
@@ -895,6 +914,16 @@
895914
"@commitlint/to-lines" "^7.3.1"
896915
babel-runtime "^6.23.0"
897916

917+
"@commitlint/rules@^7.4.0":
918+
version "7.4.0"
919+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.4.0.tgz#282329528faca3a9c1bb608b01a42e02520ec3fd"
920+
integrity sha512-ltTKuKhrVgqk4BgmoVWBRLO2LCFU4x3YmMTIMyZeJ6S+WvFLdSPJ2UIxbpoOI5FEsZzcPRRb04Od7SCRXLfwwA==
921+
dependencies:
922+
"@commitlint/ensure" "^7.3.1"
923+
"@commitlint/message" "^7.3.1"
924+
"@commitlint/to-lines" "^7.3.1"
925+
babel-runtime "^6.23.0"
926+
898927
"@commitlint/to-lines@^7.3.1":
899928
version "7.3.1"
900929
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.3.1.tgz#befd6734225dc84c90a952c5657e2bdb8dcc5833"
@@ -2804,12 +2833,12 @@ commitlint-config-armour@^1.2.1:
28042833
dependencies:
28052834
"@commitlint/cli" "7.0.0"
28062835

2807-
commitlint@^7.3.2:
2808-
version "7.3.2"
2809-
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-7.3.2.tgz#a09df2848cfbc3d83280b4fb4c8fff9735de076a"
2810-
integrity sha512-+edebkQ/fIZrdMHacZVEALdNZ7OjQBimFNOb3sCCWaQeVNpJxHPly+anYZJdknXWDg1yiJTAtNM494/i5LgXbw==
2836+
commitlint@^7.4.0:
2837+
version "7.4.0"
2838+
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-7.4.0.tgz#a47b684f470459a8760be868383c89614d2ecbb3"
2839+
integrity sha512-IZZ91p0+Lb5Ff9ug6Lxt3Wj9cINDybYYuhZWmDFI0qu+kTCBP8Z9ZwOL4AQiqJ/TuCmS3DPhs2kHBAFlnE/JHw==
28112840
dependencies:
2812-
"@commitlint/cli" "^7.3.2"
2841+
"@commitlint/cli" "^7.4.0"
28132842
read-pkg "3.0.0"
28142843
resolve-pkg "1.0.0"
28152844

@@ -4003,7 +4032,7 @@ duplexer3@^0.1.4:
40034032
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
40044033
integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
40054034

4006-
duplexer@^0.1.1:
4035+
duplexer@^0.1.1, duplexer@~0.1.1:
40074036
version "0.1.1"
40084037
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
40094038
integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
@@ -4409,6 +4438,19 @@ etag@~1.8.1:
44094438
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
44104439
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
44114440

4441+
event-stream@^4.0.1:
4442+
version "4.0.1"
4443+
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-4.0.1.tgz#4092808ec995d0dd75ea4580c1df6a74db2cde65"
4444+
integrity sha512-qACXdu/9VHPBzcyhdOWR5/IahhGMf0roTeZJfzz077GwylcDd90yOHLouhmv7GJ5XzPi6ekaQWd8AvPP2nOvpA==
4445+
dependencies:
4446+
duplexer "^0.1.1"
4447+
from "^0.1.7"
4448+
map-stream "0.0.7"
4449+
pause-stream "^0.0.11"
4450+
split "^1.0.1"
4451+
stream-combiner "^0.2.2"
4452+
through "^2.3.8"
4453+
44124454
eventemitter3@^3.0.0:
44134455
version "3.1.0"
44144456
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163"
@@ -5061,6 +5103,11 @@ from2@^2.1.0, from2@^2.1.1:
50615103
inherits "^2.0.1"
50625104
readable-stream "^2.0.0"
50635105

5106+
from@^0.1.7:
5107+
version "0.1.7"
5108+
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
5109+
integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=
5110+
50645111
fs-constants@^1.0.0:
50655112
version "1.0.0"
50665113
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
@@ -7757,6 +7804,11 @@ map-obj@^2.0.0:
77577804
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
77587805
integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk=
77597806

7807+
7808+
version "0.0.7"
7809+
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8"
7810+
integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=
7811+
77607812
map-visit@^1.0.0:
77617813
version "1.0.0"
77627814
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
@@ -9095,6 +9147,13 @@ path-type@^3.0.0:
90959147
dependencies:
90969148
pify "^3.0.0"
90979149

9150+
pause-stream@^0.0.11:
9151+
version "0.0.11"
9152+
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
9153+
integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=
9154+
dependencies:
9155+
through "~2.3"
9156+
90989157
pbkdf2@^3.0.3:
90999158
version "3.0.17"
91009159
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6"
@@ -11532,7 +11591,7 @@ split2@^2.0.0:
1153211591
dependencies:
1153311592
through2 "^2.0.2"
1153411593

11535-
split@^1.0.0:
11594+
split@^1.0.0, split@^1.0.1:
1153611595
version "1.0.1"
1153711596
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
1153811597
integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
@@ -11635,6 +11694,14 @@ stream-browserify@^2.0.1:
1163511694
inherits "~2.0.1"
1163611695
readable-stream "^2.0.2"
1163711696

11697+
stream-combiner@^0.2.2:
11698+
version "0.2.2"
11699+
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858"
11700+
integrity sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=
11701+
dependencies:
11702+
duplexer "~0.1.1"
11703+
through "~2.3.4"
11704+
1163811705
stream-each@^1.1.0:
1163911706
version "1.2.3"
1164011707
resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
@@ -12094,7 +12161,7 @@ through2@^2.0.0, through2@^2.0.2:
1209412161
readable-stream "~2.3.6"
1209512162
xtend "~4.0.1"
1209612163

12097-
through@2, "through@>=2.2.7 <3", through@^2.3.6:
12164+
through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.4:
1209812165
version "2.3.8"
1209912166
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
1210012167
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=

0 commit comments

Comments
 (0)