Skip to content

Commit 7b7518f

Browse files
greenkeeper[bot]thymikee
authored andcommitted
Update @callstack/eslint-config to the latest version 🚀 (#160)
* chore(package): update @callstack/eslint-config to version 5.0.0 * chore(package): update lockfile yarn.lock
1 parent 66a4f5f commit 7b7518f

File tree

2 files changed

+46
-38
lines changed

2 files changed

+46
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@babel/cli": "^7.1.2",
1919
"@babel/core": "^7.1.2",
20-
"@callstack/eslint-config": "^4.0.1",
20+
"@callstack/eslint-config": "^5.0.0",
2121
"@types/react": "^16.7.11",
2222
"@types/react-test-renderer": "^16.0.3",
2323
"babel-jest": "^24.7.1",

yarn.lock

Lines changed: 45 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -705,22 +705,23 @@
705705
lodash "^4.17.10"
706706
to-fast-properties "^2.0.0"
707707

708-
"@callstack/eslint-config@^4.0.1":
709-
version "4.0.1"
710-
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-4.0.1.tgz#54145df66458a69623e752c5b14b3a6845cc06b9"
711-
integrity sha512-1d9ueMSuJUy8Y1Av4wKk+w9s+CBLafgtU6n0X5rstSXx1b4vMDfy9FLoNe9Z4uKWk4KKTJtIj5qdkpaFj+F8HQ==
708+
"@callstack/eslint-config@^5.0.0":
709+
version "5.0.0"
710+
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-5.0.0.tgz#4901322bdc5e693909b60b6b01b8ce4b9471b08d"
711+
integrity sha512-moOcSfz/6kuwPz8NpjHBONJoMRIlKlfNtVOVTaT9RdT3B3mtt/GIWa1F9+T/svIs1tIzmTO7Z6cRFDVrys7yJA==
712712
dependencies:
713713
babel-eslint "^10.0.1"
714714
eslint-config-prettier "^4.1.0"
715-
eslint-plugin-flowtype "^3.4.2"
716-
eslint-plugin-import "^2.16.0"
717-
eslint-plugin-jest "^22.4.0"
718-
eslint-plugin-prettier "^3.0.0"
715+
eslint-plugin-flowtype "^3.6.1"
716+
eslint-plugin-import "^2.17.2"
717+
eslint-plugin-jest "^22.4.1"
718+
eslint-plugin-prettier "^3.0.1"
719+
eslint-plugin-promise "^4.1.1"
719720
eslint-plugin-react "^7.12.4"
720-
eslint-plugin-react-hooks "^1.5.1"
721+
eslint-plugin-react-hooks "^1.6.0"
721722
eslint-plugin-react-native "^3.6.0"
722723
eslint-restricted-globals "^0.2.0"
723-
prettier "^1.16.4"
724+
prettier "^1.17.0"
724725

725726
"@cnakazawa/watch@^1.0.3":
726727
version "1.0.3"
@@ -2580,52 +2581,59 @@ eslint-import-resolver-node@^0.3.2:
25802581
debug "^2.6.9"
25812582
resolve "^1.5.0"
25822583

2583-
eslint-module-utils@^2.3.0:
2584-
version "2.3.0"
2585-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
2586-
integrity sha512-lmDJgeOOjk8hObTysjqH7wyMi+nsHwwvfBykwfhjR1LNdd7C2uFJBvx4OpWYpXOw4df1yE1cDEVd1yLHitk34w==
2584+
eslint-module-utils@^2.4.0:
2585+
version "2.4.0"
2586+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
2587+
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
25872588
dependencies:
25882589
debug "^2.6.8"
25892590
pkg-dir "^2.0.0"
25902591

2591-
eslint-plugin-flowtype@^3.4.2:
2592-
version "3.4.2"
2593-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.4.2.tgz#55475e10b05fd714d60bceebbbed596cb8706b16"
2594-
integrity sha512-sv6O6fiN3dIwhU4qRxfcyIpbKGVvsxwIQ6vgBLudpQKjH1rEyEFEOjGzGEUBTQP9J8LdTZm37OjiqZ0ZeFOa6g==
2592+
eslint-plugin-flowtype@^3.6.1:
2593+
version "3.6.1"
2594+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.6.1.tgz#99cfa3a30e8a2c9ea40c507b25ea9a320af4ceae"
2595+
integrity sha512-VVuPKb5kgWFhxCkAMpL5wi44AK+4nkxa3XXZVa2PKf00n4INNbdKmZC0tT8qeNTHoDPYMXbqak4tGC9YtIOqGw==
25952596
dependencies:
25962597
lodash "^4.17.11"
25972598

2598-
eslint-plugin-import@^2.16.0:
2599-
version "2.16.0"
2600-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
2601-
integrity sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A==
2599+
eslint-plugin-import@^2.17.2:
2600+
version "2.17.2"
2601+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz#d227d5c6dc67eca71eb590d2bb62fb38d86e9fcb"
2602+
integrity sha512-m+cSVxM7oLsIpmwNn2WXTJoReOF9f/CtLMo7qOVmKd1KntBy0hEcuNZ3erTmWjx+DxRO0Zcrm5KwAvI9wHcV5g==
26022603
dependencies:
2604+
array-includes "^3.0.3"
26032605
contains-path "^0.1.0"
26042606
debug "^2.6.9"
26052607
doctrine "1.5.0"
26062608
eslint-import-resolver-node "^0.3.2"
2607-
eslint-module-utils "^2.3.0"
2609+
eslint-module-utils "^2.4.0"
26082610
has "^1.0.3"
26092611
lodash "^4.17.11"
26102612
minimatch "^3.0.4"
26112613
read-pkg-up "^2.0.0"
2612-
resolve "^1.9.0"
2614+
resolve "^1.10.0"
26132615

2614-
eslint-plugin-jest@^22.4.0:
2616+
eslint-plugin-jest@^22.4.1:
26152617
version "22.4.1"
26162618
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz#a5fd6f7a2a41388d16f527073b778013c5189a9c"
26172619
integrity sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg==
26182620

2619-
eslint-plugin-prettier@^3.0.0:
2620-
version "3.0.0"
2621-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.0.tgz#f6b823e065f8c36529918cdb766d7a0e975ec30c"
2621+
eslint-plugin-prettier@^3.0.1:
2622+
version "3.0.1"
2623+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.1.tgz#19d521e3981f69dd6d14f64aec8c6a6ac6eb0b0d"
2624+
integrity sha512-/PMttrarPAY78PLvV3xfWibMOdMDl57hmlQ2XqFeA37wd+CJ7WSxV7txqjVPHi/AAFKd2lX0ZqfsOc/i5yFCSQ==
26222625
dependencies:
26232626
prettier-linter-helpers "^1.0.0"
26242627

2625-
eslint-plugin-react-hooks@^1.5.1:
2626-
version "1.5.1"
2627-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.5.1.tgz#3c601326914ee0e1fedd709115db4940bdbbed4a"
2628-
integrity sha512-i3dIrmZ+Ssrm0LrbbtuGcRf7EEpe1FaMuL8XnnpZO0X4tk3dZNzevWxD0/7nMAFa5yZQfNnYkfEP0MmwLvbdHw==
2628+
eslint-plugin-promise@^4.1.1:
2629+
version "4.1.1"
2630+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.1.1.tgz#1e08cb68b5b2cd8839f8d5864c796f56d82746db"
2631+
integrity sha512-faAHw7uzlNPy7b45J1guyjazw28M+7gJokKUjC5JSFoYfUEyy6Gw/i7YQvmv2Yk00sUjWcmzXQLpU1Ki/C2IZQ==
2632+
2633+
eslint-plugin-react-hooks@^1.6.0:
2634+
version "1.6.0"
2635+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz#348efcda8fb426399ac7b8609607c7b4025a6f5f"
2636+
integrity sha512-lHBVRIaz5ibnIgNG07JNiAuBUeKhEf8l4etNx5vfAEwqQ5tcuK3jV9yjmopPgQDagQb7HwIuQVsE3IVcGrRnag==
26292637

26302638
eslint-plugin-react-native-globals@^0.1.1:
26312639
version "0.1.2"
@@ -6052,10 +6060,10 @@ prettier-linter-helpers@^1.0.0:
60526060
dependencies:
60536061
fast-diff "^1.1.2"
60546062

6055-
prettier@^1.16.4:
6056-
version "1.16.4"
6057-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
6058-
integrity sha512-ZzWuos7TI5CKUeQAtFd6Zhm2s6EpAD/ZLApIhsF9pRvRtM1RFo61dM/4MSRUA0SuLugA/zgrZD8m0BaY46Og7g==
6063+
prettier@^1.17.0:
6064+
version "1.17.0"
6065+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.0.tgz#53b303676eed22cc14a9f0cec09b477b3026c008"
6066+
integrity sha512-sXe5lSt2WQlCbydGETgfm1YBShgOX4HxQkFPvbxkcwgDvGDeqVau8h+12+lmSVlP3rHPz0oavfddSZg/q+Szjw==
60596067

60606068
60616069
version "24.0.0-alpha.6"
@@ -6588,7 +6596,7 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
65886596
dependencies:
65896597
path-parse "^1.0.5"
65906598

6591-
resolve@^1.9.0:
6599+
resolve@^1.10.0, resolve@^1.9.0:
65926600
version "1.10.0"
65936601
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
65946602
integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==

0 commit comments

Comments
 (0)