Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 1e3e28e

Browse files
renovate[bot]spirosikmd
authored andcommitted
chore(deps): update dependency eslint to v6.6.0 (#262)
1 parent f4b6fb3 commit 1e3e28e

File tree

2 files changed

+84
-60
lines changed

2 files changed

+84
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@semantic-release/changelog": "3.0.4",
4949
"@semantic-release/git": "7.0.16",
5050
"@wetransfer/eslint-config-wetransfer": "3.1.0",
51-
"eslint": "6.5.1",
51+
"eslint": "6.6.0",
5252
"husky": "3.0.8",
5353
"jest": "24.9.0",
5454
"jest-watch-typeahead": "0.4.0",

yarn.lock

Lines changed: 83 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -591,19 +591,19 @@ acorn-globals@^4.1.0:
591591
dependencies:
592592
acorn "^5.0.0"
593593

594-
acorn-jsx@^5.0.2:
595-
version "5.0.2"
596-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
597-
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
594+
acorn-jsx@^5.1.0:
595+
version "5.1.0"
596+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
597+
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
598598

599599
acorn@^5.0.0, acorn@^5.3.0:
600600
version "5.5.3"
601601
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
602602

603-
acorn@^7.0.0:
604-
version "7.0.0"
605-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
606-
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
603+
acorn@^7.1.0:
604+
version "7.1.0"
605+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
606+
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
607607

608608
agent-base@4, agent-base@^4.1.0:
609609
version "4.2.0"
@@ -672,10 +672,6 @@ ansi-escapes@^3.0.0, ansi-escapes@^3.1.0:
672672
version "3.1.0"
673673
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
674674

675-
ansi-escapes@^3.2.0:
676-
version "3.2.0"
677-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
678-
679675
ansi-escapes@^4.2.1:
680676
version "4.2.1"
681677
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.2.1.tgz#4dccdb846c3eee10f6d64dea66273eab90c37228"
@@ -1277,11 +1273,12 @@ cli-columns@^3.1.2:
12771273
string-width "^2.0.0"
12781274
strip-ansi "^3.0.1"
12791275

1280-
cli-cursor@^2.1.0:
1281-
version "2.1.0"
1282-
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
1276+
cli-cursor@^3.1.0:
1277+
version "3.1.0"
1278+
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
1279+
integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
12831280
dependencies:
1284-
restore-cursor "^2.0.0"
1281+
restore-cursor "^3.1.0"
12851282

12861283
cli-table3@^0.5.0:
12871284
version "0.5.1"
@@ -1845,6 +1842,11 @@ emoji-regex@^7.0.1:
18451842
version "7.0.3"
18461843
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
18471844

1845+
emoji-regex@^8.0.0:
1846+
version "8.0.0"
1847+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1848+
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1849+
18481850
18491851
version "1.0.1"
18501852
resolved "https://registry.yarnpkg.com/emoji-strip/-/emoji-strip-1.0.1.tgz#cf9390535044121888420ae4db436d03a6cc459d"
@@ -1948,26 +1950,22 @@ eslint-scope@^5.0.0:
19481950
esrecurse "^4.1.0"
19491951
estraverse "^4.1.1"
19501952

1951-
eslint-utils@^1.4.2:
1952-
version "1.4.2"
1953-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
1954-
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
1953+
eslint-utils@^1.4.3:
1954+
version "1.4.3"
1955+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
1956+
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
19551957
dependencies:
1956-
eslint-visitor-keys "^1.0.0"
1957-
1958-
eslint-visitor-keys@^1.0.0:
1959-
version "1.0.0"
1960-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
1958+
eslint-visitor-keys "^1.1.0"
19611959

19621960
eslint-visitor-keys@^1.1.0:
19631961
version "1.1.0"
19641962
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
19651963
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
19661964

1967-
eslint@6.5.1:
1968-
version "6.5.1"
1969-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.5.1.tgz#828e4c469697d43bb586144be152198b91e96ed6"
1970-
integrity sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==
1965+
eslint@6.6.0:
1966+
version "6.6.0"
1967+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.6.0.tgz#4a01a2fb48d32aacef5530ee9c5a78f11a8afd04"
1968+
integrity sha512-PpEBq7b6qY/qrOmpYQ/jTMDYfuQMELR4g4WI1M/NaSDDD/bdcMb+dj4Hgks7p41kW2caXsPsEZAEAyAgjVVC0g==
19711969
dependencies:
19721970
"@babel/code-frame" "^7.0.0"
19731971
ajv "^6.10.0"
@@ -1976,9 +1974,9 @@ [email protected]:
19761974
debug "^4.0.1"
19771975
doctrine "^3.0.0"
19781976
eslint-scope "^5.0.0"
1979-
eslint-utils "^1.4.2"
1977+
eslint-utils "^1.4.3"
19801978
eslint-visitor-keys "^1.1.0"
1981-
espree "^6.1.1"
1979+
espree "^6.1.2"
19821980
esquery "^1.0.1"
19831981
esutils "^2.0.2"
19841982
file-entry-cache "^5.0.1"
@@ -1988,7 +1986,7 @@ [email protected]:
19881986
ignore "^4.0.6"
19891987
import-fresh "^3.0.0"
19901988
imurmurhash "^0.1.4"
1991-
inquirer "^6.4.1"
1989+
inquirer "^7.0.0"
19921990
is-glob "^4.0.0"
19931991
js-yaml "^3.13.1"
19941992
json-stable-stringify-without-jsonify "^1.0.1"
@@ -2007,13 +2005,13 @@ [email protected]:
20072005
text-table "^0.2.0"
20082006
v8-compile-cache "^2.0.3"
20092007

2010-
espree@^6.1.1:
2011-
version "6.1.1"
2012-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
2013-
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
2008+
espree@^6.1.2:
2009+
version "6.1.2"
2010+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d"
2011+
integrity sha512-2iUPuuPP+yW1PZaMSDM9eyVf8D5P0Hi8h83YtZ5bPc/zHYjII5khoixIUTMO794NOY8F/ThF1Bo8ncZILarUTA==
20142012
dependencies:
2015-
acorn "^7.0.0"
2016-
acorn-jsx "^5.0.2"
2013+
acorn "^7.1.0"
2014+
acorn-jsx "^5.1.0"
20172015
eslint-visitor-keys "^1.1.0"
20182016

20192017
esprima@^3.1.3:
@@ -2915,22 +2913,22 @@ init-package-json@^1.10.3:
29152913
validate-npm-package-license "^3.0.1"
29162914
validate-npm-package-name "^3.0.0"
29172915

2918-
inquirer@^6.4.1:
2919-
version "6.5.0"
2920-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
2921-
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
2916+
inquirer@^7.0.0:
2917+
version "7.0.0"
2918+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
2919+
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
29222920
dependencies:
2923-
ansi-escapes "^3.2.0"
2921+
ansi-escapes "^4.2.1"
29242922
chalk "^2.4.2"
2925-
cli-cursor "^2.1.0"
2923+
cli-cursor "^3.1.0"
29262924
cli-width "^2.0.0"
29272925
external-editor "^3.0.3"
2928-
figures "^2.0.0"
2929-
lodash "^4.17.12"
2930-
mute-stream "0.0.7"
2926+
figures "^3.0.0"
2927+
lodash "^4.17.15"
2928+
mute-stream "0.0.8"
29312929
run-async "^2.2.0"
29322930
rxjs "^6.4.0"
2933-
string-width "^2.1.0"
2931+
string-width "^4.1.0"
29342932
strip-ansi "^5.1.0"
29352933
through "^2.3.6"
29362934

@@ -3077,6 +3075,11 @@ is-fullwidth-code-point@^2.0.0:
30773075
version "2.0.0"
30783076
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
30793077

3078+
is-fullwidth-code-point@^3.0.0:
3079+
version "3.0.0"
3080+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
3081+
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
3082+
30803083
is-generator-fn@^2.0.0:
30813084
version "2.0.0"
30823085
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.0.0.tgz#038c31b774709641bda678b1f06a4e3227c10b3e"
@@ -4045,7 +4048,7 @@ lodash.without@~4.4.0:
40454048
version "4.4.0"
40464049
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
40474050

4048-
[email protected], lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.1:
4051+
[email protected], lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.1:
40494052
version "4.17.15"
40504053
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
40514054
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -4263,6 +4266,11 @@ mimic-fn@^1.0.0:
42634266
version "1.2.0"
42644267
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
42654268

4269+
mimic-fn@^2.1.0:
4270+
version "2.1.0"
4271+
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
4272+
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
4273+
42664274
minimatch@^3.0.4:
42674275
version "3.0.4"
42684276
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -4381,7 +4389,12 @@ ms@^2.0.0, ms@^2.1.1:
43814389
version "2.1.1"
43824390
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
43834391

4384-
[email protected], mute-stream@~0.0.4:
4392+
4393+
version "0.0.8"
4394+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
4395+
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
4396+
4397+
mute-stream@~0.0.4:
43854398
version "0.0.7"
43864399
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
43874400

@@ -4855,11 +4868,12 @@ [email protected]:
48554868
version "0.0.4"
48564869
resolved "https://registry.yarnpkg.com/one-time/-/one-time-0.0.4.tgz#f8cdf77884826fe4dff93e3a9cc37b1e4480742e"
48574870

4858-
onetime@^2.0.0:
4859-
version "2.0.1"
4860-
resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4"
4871+
onetime@^5.1.0:
4872+
version "5.1.0"
4873+
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
4874+
integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
48614875
dependencies:
4862-
mimic-fn "^1.0.0"
4876+
mimic-fn "^2.1.0"
48634877

48644878
opencollective-postinstall@^2.0.2:
48654879
version "2.0.2"
@@ -5653,11 +5667,12 @@ resolve@^1.3.2:
56535667
dependencies:
56545668
path-parse "^1.0.6"
56555669

5656-
restore-cursor@^2.0.0:
5657-
version "2.0.0"
5658-
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
5670+
restore-cursor@^3.1.0:
5671+
version "3.1.0"
5672+
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
5673+
integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==
56595674
dependencies:
5660-
onetime "^2.0.0"
5675+
onetime "^5.1.0"
56615676
signal-exit "^3.0.2"
56625677

56635678
ret@~0.1.10:
@@ -6184,7 +6199,7 @@ string-width@^1.0.1, string-width@^1.0.2:
61846199
is-fullwidth-code-point "^1.0.0"
61856200
strip-ansi "^3.0.0"
61866201

6187-
string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
6202+
string-width@^2.0.0, string-width@^2.1.1:
61886203
version "2.1.1"
61896204
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
61906205
dependencies:
@@ -6199,6 +6214,15 @@ string-width@^3.0.0, string-width@^3.1.0:
61996214
is-fullwidth-code-point "^2.0.0"
62006215
strip-ansi "^5.1.0"
62016216

6217+
string-width@^4.1.0:
6218+
version "4.1.0"
6219+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
6220+
integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
6221+
dependencies:
6222+
emoji-regex "^8.0.0"
6223+
is-fullwidth-code-point "^3.0.0"
6224+
strip-ansi "^5.2.0"
6225+
62026226
string_decoder@^1.1.1:
62036227
version "1.2.0"
62046228
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"

0 commit comments

Comments
 (0)