Skip to content

Commit bb273fc

Browse files
author
Markus Günther
committedNov 15, 2018
Update: Update the linters
Updates prettier and eslint related packages.
1 parent e083218 commit bb273fc

File tree

2 files changed

+53
-119
lines changed

2 files changed

+53
-119
lines changed
 

Diff for: ‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"@types/react": "^16.7.6",
3333
"babel-cli": "^6.26.0",
3434
"babel-core": "^6.26.3",
35-
"babel-eslint": "^10.0.0",
35+
"babel-eslint": "^10.0.1",
3636
"babel-plugin-transform-decorators-legacy": "^1.3.5",
3737
"babel-preset-es2015": "^6.24.1",
3838
"babel-preset-react": "^6.24.1",
3939
"babel-preset-stage-0": "^6.24.1",
4040
"commitizen": "^3.0.4",
4141
"conventional-changelog-eslint": "^3.0.1",
4242
"cz-adapter-eslint": "^0.1.2",
43-
"eslint": "^5.3.0",
44-
"eslint-config-prettier": "^3.0.0",
43+
"eslint": "^5.9.0",
44+
"eslint-config-prettier": "^3.3.0",
4545
"eslint-plugin-prettier": "^3.0.0",
46-
"eslint-plugin-react": "^7.10.0",
46+
"eslint-plugin-react": "^7.11.1",
4747
"fbjs": "^1.0.0",
4848
"jest": "^23.4.2",
4949
"jsdom": "^13.0.0",
50-
"prettier": "^1.14.0",
50+
"prettier": "^1.15.2",
5151
"react": "^16.6.3",
5252
"react-dom": "^16.6.3",
5353
"rimraf": "^2.6.2",

Diff for: ‎yarn.lock

+48-114
Original file line numberDiff line numberDiff line change
@@ -817,10 +817,6 @@ aggregate-error@^1.0.0:
817817
clean-stack "^1.0.0"
818818
indent-string "^3.0.0"
819819

820-
ajv-keywords@^3.0.0:
821-
version "3.2.0"
822-
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
823-
824820
ajv@^5.1.0, ajv@^5.3.0:
825821
version "5.5.2"
826822
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
@@ -830,14 +826,14 @@ ajv@^5.1.0, ajv@^5.3.0:
830826
fast-json-stable-stringify "^2.0.0"
831827
json-schema-traverse "^0.3.0"
832828

833-
ajv@^6.0.1, ajv@^6.5.0:
834-
version "6.5.2"
835-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.2.tgz#678495f9b82f7cca6be248dd92f59bff5e1f4360"
829+
ajv@^6.5.3:
830+
version "6.5.5"
831+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.5.tgz#cf97cdade71c6399a92c6d6c4177381291b781a1"
836832
dependencies:
837833
fast-deep-equal "^2.0.1"
838834
fast-json-stable-stringify "^2.0.0"
839835
json-schema-traverse "^0.4.1"
840-
uri-js "^4.2.1"
836+
uri-js "^4.2.2"
841837

842838
align-text@^0.1.1, align-text@^0.1.3:
843839
version "0.1.4"
@@ -1142,9 +1138,9 @@ babel-core@^6.0.0, babel-core@^6.26.0, babel-core@^6.26.3:
11421138
slash "^1.0.0"
11431139
source-map "^0.5.7"
11441140

1145-
babel-eslint@^10.0.0:
1146-
version "10.0.0"
1147-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.0.tgz#0bb43e6b11a119bf3defbb1ee2521f42e2d413c9"
1141+
babel-eslint@^10.0.1:
1142+
version "10.0.1"
1143+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
11481144
dependencies:
11491145
"@babel/code-frame" "^7.0.0"
11501146
"@babel/parser" "^7.0.0"
@@ -2207,10 +2203,6 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.2:
22072203
escape-string-regexp "^1.0.5"
22082204
supports-color "^5.3.0"
22092205

2210-
chardet@^0.4.0:
2211-
version "0.4.2"
2212-
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
2213-
22142206
chardet@^0.7.0:
22152207
version "0.7.0"
22162208
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -2697,7 +2689,7 @@ debug@^4.0.0:
26972689
dependencies:
26982690
ms "^2.1.1"
26992691

2700-
debug@^4.1.0:
2692+
debug@^4.0.1, debug@^4.1.0:
27012693
version "4.1.0"
27022694
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
27032695
dependencies:
@@ -2956,7 +2948,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
29562948
dependencies:
29572949
is-arrayish "^0.2.1"
29582950

2959-
es-abstract@^1.10.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
2951+
es-abstract@^1.5.1, es-abstract@^1.7.0:
29602952
version "1.12.0"
29612953
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
29622954
dependencies:
@@ -2999,9 +2991,9 @@ escodegen@^1.11.0, escodegen@^1.9.1:
29992991
optionalDependencies:
30002992
source-map "~0.6.1"
30012993

3002-
eslint-config-prettier@^3.0.0:
3003-
version "3.0.1"
3004-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
2994+
eslint-config-prettier@^3.3.0:
2995+
version "3.3.0"
2996+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.3.0.tgz#41afc8d3b852e757f06274ed6c44ca16f939a57d"
30052997
dependencies:
30062998
get-stdin "^6.0.0"
30072999

@@ -3011,10 +3003,11 @@ eslint-plugin-prettier@^3.0.0:
30113003
dependencies:
30123004
prettier-linter-helpers "^1.0.0"
30133005

3014-
eslint-plugin-react@^7.10.0:
3015-
version "7.10.0"
3016-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50"
3006+
eslint-plugin-react@^7.11.1:
3007+
version "7.11.1"
3008+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
30173009
dependencies:
3010+
array-includes "^3.0.3"
30183011
doctrine "^2.1.0"
30193012
has "^1.0.3"
30203013
jsx-ast-utils "^2.0.1"
@@ -3042,15 +3035,15 @@ eslint-visitor-keys@^1.0.0:
30423035
version "1.0.0"
30433036
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
30443037

3045-
eslint@^5.3.0:
3046-
version "5.3.0"
3047-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.3.0.tgz#53695aca5213968aacdf970ccb231e42a2b285f8"
3038+
eslint@^5.9.0:
3039+
version "5.9.0"
3040+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e"
30483041
dependencies:
3049-
ajv "^6.5.0"
3050-
babel-code-frame "^6.26.0"
3042+
"@babel/code-frame" "^7.0.0"
3043+
ajv "^6.5.3"
30513044
chalk "^2.1.0"
30523045
cross-spawn "^6.0.5"
3053-
debug "^3.1.0"
3046+
debug "^4.0.1"
30543047
doctrine "^2.1.0"
30553048
eslint-scope "^4.0.0"
30563049
eslint-utils "^1.3.1"
@@ -3062,11 +3055,11 @@ eslint@^5.3.0:
30623055
functional-red-black-tree "^1.0.1"
30633056
glob "^7.1.2"
30643057
globals "^11.7.0"
3065-
ignore "^4.0.2"
3058+
ignore "^4.0.6"
30663059
imurmurhash "^0.1.4"
3067-
inquirer "^5.2.0"
3060+
inquirer "^6.1.0"
30683061
is-resolvable "^1.1.0"
3069-
js-yaml "^3.11.0"
3062+
js-yaml "^3.12.0"
30703063
json-stable-stringify-without-jsonify "^1.0.1"
30713064
levn "^0.3.0"
30723065
lodash "^4.17.5"
@@ -3077,13 +3070,12 @@ eslint@^5.3.0:
30773070
path-is-inside "^1.0.2"
30783071
pluralize "^7.0.0"
30793072
progress "^2.0.0"
3080-
regexpp "^2.0.0"
3073+
regexpp "^2.0.1"
30813074
require-uncached "^1.0.3"
3082-
semver "^5.5.0"
3083-
string.prototype.matchall "^2.0.0"
3075+
semver "^5.5.1"
30843076
strip-ansi "^4.0.0"
30853077
strip-json-comments "^2.0.1"
3086-
table "^4.0.3"
3078+
table "^5.0.2"
30873079
text-table "^0.2.0"
30883080

30893081
espree@^4.0.0:
@@ -3221,14 +3213,6 @@ extend@~3.0.1, extend@~3.0.2:
32213213
version "3.0.2"
32223214
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
32233215

3224-
external-editor@^2.1.0:
3225-
version "2.2.0"
3226-
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
3227-
dependencies:
3228-
chardet "^0.4.0"
3229-
iconv-lite "^0.4.17"
3230-
tmp "^0.0.33"
3231-
32323216
external-editor@^3.0.0:
32333217
version "3.0.3"
32343218
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.0.3.tgz#5866db29a97826dbe4bf3afd24070ead9ea43a27"
@@ -3887,10 +3871,6 @@ has-flag@^3.0.0:
38873871
version "3.0.0"
38883872
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
38893873

3890-
has-symbols@^1.0.0:
3891-
version "1.0.0"
3892-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3893-
38943874
has-unicode@^2.0.0, has-unicode@~2.0.1:
38953875
version "2.0.1"
38963876
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -4042,7 +4022,7 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24:
40424022
dependencies:
40434023
safer-buffer ">= 2.1.2 < 3"
40444024

4045-
iconv-lite@^0.4.17, iconv-lite@^0.4.4:
4025+
iconv-lite@^0.4.4:
40464026
version "0.4.23"
40474027
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
40484028
dependencies:
@@ -4066,9 +4046,9 @@ ignore@^3.3.5:
40664046
version "3.3.10"
40674047
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
40684048

4069-
ignore@^4.0.2:
4070-
version "4.0.3"
4071-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.3.tgz#e2d58c9654d75b542529fa28d80ac95b29e4f467"
4049+
ignore@^4.0.6:
4050+
version "4.0.6"
4051+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
40724052

40734053
import-from@^2.1.0:
40744054
version "2.1.0"
@@ -4131,7 +4111,7 @@ init-package-json@^1.10.3:
41314111
validate-npm-package-license "^3.0.1"
41324112
validate-npm-package-name "^3.0.0"
41334113

4134-
inquirer@6.2.0:
4114+
inquirer@6.2.0, inquirer@^6.1.0:
41354115
version "6.2.0"
41364116
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.0.tgz#51adcd776f661369dc1e894859c2560a224abdd8"
41374117
dependencies:
@@ -4149,24 +4129,6 @@ inquirer@6.2.0:
41494129
strip-ansi "^4.0.0"
41504130
through "^2.3.6"
41514131

4152-
inquirer@^5.2.0:
4153-
version "5.2.0"
4154-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726"
4155-
dependencies:
4156-
ansi-escapes "^3.0.0"
4157-
chalk "^2.0.0"
4158-
cli-cursor "^2.1.0"
4159-
cli-width "^2.0.0"
4160-
external-editor "^2.1.0"
4161-
figures "^2.0.0"
4162-
lodash "^4.3.0"
4163-
mute-stream "0.0.7"
4164-
run-async "^2.2.0"
4165-
rxjs "^5.5.2"
4166-
string-width "^2.1.0"
4167-
strip-ansi "^4.0.0"
4168-
through "^2.3.6"
4169-
41704132
interpret@^1.0.0:
41714133
version "1.1.0"
41724134
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
@@ -4911,7 +4873,7 @@ js-tokens@^4.0.0:
49114873
version "4.0.0"
49124874
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
49134875

4914-
js-yaml@^3.11.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
4876+
js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
49154877
version "3.12.0"
49164878
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
49174879
dependencies:
@@ -5297,7 +5259,7 @@ lodash@4.17.11:
52975259
version "4.17.11"
52985260
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
52995261

5300-
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
5262+
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
53015263
version "4.17.10"
53025264
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
53035265

@@ -6513,9 +6475,9 @@ prettier-linter-helpers@^1.0.0:
65136475
dependencies:
65146476
fast-diff "^1.1.2"
65156477

6516-
prettier@^1.14.0:
6517-
version "1.14.0"
6518-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.0.tgz#847c235522035fd988100f1f43cf20a7d24f9372"
6478+
prettier@^1.15.2:
6479+
version "1.15.2"
6480+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e"
65196481

65206482
pretty-format@^23.2.0:
65216483
version "23.2.0"
@@ -6944,15 +6906,9 @@ regex-not@^1.0.0, regex-not@^1.0.2:
69446906
extend-shallow "^3.0.2"
69456907
safe-regex "^1.1.0"
69466908

6947-
regexp.prototype.flags@^1.2.0:
6948-
version "1.2.0"
6949-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz#6b30724e306a27833eeb171b66ac8890ba37e41c"
6950-
dependencies:
6951-
define-properties "^1.1.2"
6952-
6953-
regexpp@^2.0.0:
6954-
version "2.0.0"
6955-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.0.tgz#b2a7534a85ca1b033bcf5ce9ff8e56d4e0755365"
6909+
regexpp@^2.0.1:
6910+
version "2.0.1"
6911+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
69566912

69576913
regexpu-core@^2.0.0:
69586914
version "2.0.0"
@@ -7236,12 +7192,6 @@ run-queue@^1.0.0, run-queue@^1.0.3:
72367192
dependencies:
72377193
aproba "^1.1.1"
72387194

7239-
rxjs@^5.5.2:
7240-
version "5.5.11"
7241-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.11.tgz#f733027ca43e3bec6b994473be4ab98ad43ced87"
7242-
dependencies:
7243-
symbol-observable "1.0.1"
7244-
72457195
rxjs@^6.1.0:
72467196
version "6.3.3"
72477197
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
@@ -7343,7 +7293,7 @@ semver-regex@^2.0.0:
73437293
version "5.5.0"
73447294
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
73457295

7346-
semver@^5.0.1:
7296+
semver@^5.0.1, semver@^5.5.1:
73477297
version "5.6.0"
73487298
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
73497299

@@ -7726,16 +7676,6 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
77267676
is-fullwidth-code-point "^2.0.0"
77277677
strip-ansi "^4.0.0"
77287678

7729-
string.prototype.matchall@^2.0.0:
7730-
version "2.0.0"
7731-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-2.0.0.tgz#2af8fe3d2d6dc53ca2a59bd376b089c3c152b3c8"
7732-
dependencies:
7733-
define-properties "^1.1.2"
7734-
es-abstract "^1.10.0"
7735-
function-bind "^1.1.1"
7736-
has-symbols "^1.0.0"
7737-
regexp.prototype.flags "^1.2.0"
7738-
77397679
string_decoder@~0.10.x:
77407680
version "0.10.31"
77417681
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
@@ -7818,10 +7758,6 @@ supports-color@^5.3.0, supports-color@^5.4.0:
78187758
dependencies:
78197759
has-flag "^3.0.0"
78207760

7821-
symbol-observable@1.0.1:
7822-
version "1.0.1"
7823-
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"
7824-
78257761
symbol-observable@^1.2.0:
78267762
version "1.2.0"
78277763
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
@@ -7830,14 +7766,12 @@ symbol-tree@^3.2.2:
78307766
version "3.2.2"
78317767
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
78327768

7833-
table@^4.0.3:
7834-
version "4.0.3"
7835-
resolved "https://registry.yarnpkg.com/table/-/table-4.0.3.tgz#00b5e2b602f1794b9acaf9ca908a76386a7813bc"
7769+
table@^5.0.2:
7770+
version "5.1.0"
7771+
resolved "https://registry.yarnpkg.com/table/-/table-5.1.0.tgz#69a54644f6f01ad1628f8178715b408dc6bf11f7"
78367772
dependencies:
7837-
ajv "^6.0.1"
7838-
ajv-keywords "^3.0.0"
7839-
chalk "^2.1.0"
7840-
lodash "^4.17.4"
7773+
ajv "^6.5.3"
7774+
lodash "^4.17.10"
78417775
slice-ansi "1.0.0"
78427776
string-width "^2.1.1"
78437777

@@ -8174,7 +8108,7 @@ update-notifier@^2.3.0, update-notifier@^2.5.0:
81748108
semver-diff "^2.0.0"
81758109
xdg-basedir "^3.0.0"
81768110

8177-
uri-js@^4.2.1:
8111+
uri-js@^4.2.2:
81788112
version "4.2.2"
81798113
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
81808114
dependencies:

0 commit comments

Comments
 (0)
Please sign in to comment.