Skip to content

Commit 990ca8b

Browse files
chore(deps-dev): bump @callstack/eslint-config from 10.2.0 to 11.0.0 (callstack#847)
Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 10.2.0 to 11.0.0. - [Release notes](https://github.com/callstack/eslint-config-callstack/releases) - [Commits](callstack/eslint-config-callstack@v10.2.0...v11.0.0) --- updated-dependencies: - dependency-name: "@callstack/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b25668c commit 990ca8b

File tree

2 files changed

+77
-35
lines changed

2 files changed

+77
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/preset-env": "^7.9.6",
3333
"@babel/preset-flow": "^7.9.0",
3434
"@babel/preset-react": "^7.9.4",
35-
"@callstack/eslint-config": "^10.0.0",
35+
"@callstack/eslint-config": "^11.0.0",
3636
"@release-it/conventional-changelog": "^2.0.0",
3737
"@testing-library/jest-native": "~4.0.2",
3838
"@types/react": "^17.0.0",

yarn.lock

Lines changed: 76 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,18 +1332,18 @@
13321332
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
13331333
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
13341334

1335-
"@callstack/eslint-config@^10.0.0":
1336-
version "10.2.0"
1337-
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-10.2.0.tgz#22963ac05b4b815ba4413467ebf81fec3de1cb97"
1338-
integrity sha512-vefzK3GT0HvLnr+1YxyvykF82bRfc6Oo7Tgof7pG9Xeh+PKHXuLjyUC4rjz3sMlBOsDoQdQulSayV5wIxZlxnA==
1335+
"@callstack/eslint-config@^11.0.0":
1336+
version "11.0.0"
1337+
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-11.0.0.tgz#3a0a4a1d39431b97a252e26638e904d44a2e198e"
1338+
integrity sha512-Ra8V0v7wnLNO1o8dR7yZ+SdDh1GzQGo97zq3cM5GxbE+Tr2DBbdB1avfyasGopTQM0Yw06HGyDwRAHMAOKHhZA==
13391339
dependencies:
13401340
"@typescript-eslint/eslint-plugin" "^4.15.0"
13411341
"@typescript-eslint/parser" "^4.15.0"
13421342
babel-eslint "^10.0.3"
13431343
eslint-config-prettier "^6.10.1"
13441344
eslint-plugin-flowtype "^4.5.2"
13451345
eslint-plugin-import "^2.19.1"
1346-
eslint-plugin-jest "^23.1.1"
1346+
eslint-plugin-jest "^24.3.6"
13471347
eslint-plugin-prettier "^3.1.3"
13481348
eslint-plugin-promise "^4.2.1"
13491349
eslint-plugin-react "^7.17.0"
@@ -2115,6 +2115,11 @@
21152115
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
21162116
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
21172117

2118+
"@types/json-schema@^7.0.7":
2119+
version "7.0.9"
2120+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
2121+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
2122+
21182123
"@types/keyv@*":
21192124
version "3.1.1"
21202125
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.1.tgz#e45a45324fca9dab716ab1230ee249c9fb52cfa7"
@@ -2249,15 +2254,17 @@
22492254
eslint-scope "^5.0.0"
22502255
eslint-utils "^2.0.0"
22512256

2252-
"@typescript-eslint/experimental-utils@^2.5.0":
2253-
version "2.29.0"
2254-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.29.0.tgz#3cb8060de9265ba131625a96bbfec31ba6d4a0fe"
2255-
integrity sha512-H/6VJr6eWYstyqjWXBP2Nn1hQJyvJoFdDtsHxGiD+lEP7piGnGpb/ZQd+z1ZSB1F7dN+WsxUDh8+S4LwI+f3jw==
2257+
"@typescript-eslint/experimental-utils@^4.0.1":
2258+
version "4.33.0"
2259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2260+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
22562261
dependencies:
2257-
"@types/json-schema" "^7.0.3"
2258-
"@typescript-eslint/typescript-estree" "2.29.0"
2259-
eslint-scope "^5.0.0"
2260-
eslint-utils "^2.0.0"
2262+
"@types/json-schema" "^7.0.7"
2263+
"@typescript-eslint/scope-manager" "4.33.0"
2264+
"@typescript-eslint/types" "4.33.0"
2265+
"@typescript-eslint/typescript-estree" "4.33.0"
2266+
eslint-scope "^5.1.1"
2267+
eslint-utils "^3.0.0"
22612268

22622269
"@typescript-eslint/parser@^4.15.0":
22632270
version "4.15.2"
@@ -2277,23 +2284,23 @@
22772284
"@typescript-eslint/types" "4.15.2"
22782285
"@typescript-eslint/visitor-keys" "4.15.2"
22792286

2287+
"@typescript-eslint/[email protected]":
2288+
version "4.33.0"
2289+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2290+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2291+
dependencies:
2292+
"@typescript-eslint/types" "4.33.0"
2293+
"@typescript-eslint/visitor-keys" "4.33.0"
2294+
22802295
"@typescript-eslint/[email protected]":
22812296
version "4.15.2"
22822297
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60"
22832298
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ==
22842299

2285-
"@typescript-eslint/[email protected]":
2286-
version "2.29.0"
2287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.29.0.tgz#1be6612bb02fc37ac9f466521c1459a4744e8d3a"
2288-
integrity sha512-3YGbtnWy4az16Egy5Fj5CckkVlpIh0MADtAQza+jiMADRSKkjdpzZp/5WuvwK/Qib3Z0HtzrDFeWanS99dNhnA==
2289-
dependencies:
2290-
debug "^4.1.1"
2291-
eslint-visitor-keys "^1.1.0"
2292-
glob "^7.1.6"
2293-
is-glob "^4.0.1"
2294-
lodash "^4.17.15"
2295-
semver "^6.3.0"
2296-
tsutils "^3.17.1"
2300+
"@typescript-eslint/[email protected]":
2301+
version "4.33.0"
2302+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2303+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
22972304

22982305
"@typescript-eslint/[email protected]":
22992306
version "4.15.2"
@@ -2308,6 +2315,19 @@
23082315
semver "^7.3.2"
23092316
tsutils "^3.17.1"
23102317

2318+
"@typescript-eslint/[email protected]":
2319+
version "4.33.0"
2320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2321+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2322+
dependencies:
2323+
"@typescript-eslint/types" "4.33.0"
2324+
"@typescript-eslint/visitor-keys" "4.33.0"
2325+
debug "^4.3.1"
2326+
globby "^11.0.3"
2327+
is-glob "^4.0.1"
2328+
semver "^7.3.5"
2329+
tsutils "^3.21.0"
2330+
23112331
"@typescript-eslint/[email protected]":
23122332
version "4.15.2"
23132333
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9"
@@ -2316,6 +2336,14 @@
23162336
"@typescript-eslint/types" "4.15.2"
23172337
eslint-visitor-keys "^2.0.0"
23182338

2339+
"@typescript-eslint/[email protected]":
2340+
version "4.33.0"
2341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2342+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2343+
dependencies:
2344+
"@typescript-eslint/types" "4.33.0"
2345+
eslint-visitor-keys "^2.0.0"
2346+
23192347
JSONStream@^1.0.4:
23202348
version "1.3.5"
23212349
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3716,7 +3744,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
37163744
dependencies:
37173745
ms "2.0.0"
37183746

3719-
debug@4, [email protected], debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
3747+
debug@4, [email protected], debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
37203748
version "4.3.2"
37213749
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
37223750
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -4119,12 +4147,12 @@ eslint-plugin-import@^2.19.1:
41194147
read-pkg-up "^2.0.0"
41204148
resolve "^1.12.0"
41214149

4122-
eslint-plugin-jest@^23.1.1:
4123-
version "23.8.2"
4124-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.8.2.tgz#6f28b41c67ef635f803ebd9e168f6b73858eb8d4"
4125-
integrity sha512-xwbnvOsotSV27MtAe7s8uGWOori0nUsrXh2f1EnpmXua8sDfY6VZhHAhHg2sqK7HBNycRQExF074XSZ7DvfoFg==
4150+
eslint-plugin-jest@^24.3.6:
4151+
version "24.7.0"
4152+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889"
4153+
integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==
41264154
dependencies:
4127-
"@typescript-eslint/experimental-utils" "^2.5.0"
4155+
"@typescript-eslint/experimental-utils" "^4.0.1"
41284156

41294157
eslint-plugin-prettier@^3.1.3:
41304158
version "3.1.3"
@@ -4202,6 +4230,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
42024230
dependencies:
42034231
eslint-visitor-keys "^1.1.0"
42044232

4233+
eslint-utils@^3.0.0:
4234+
version "3.0.0"
4235+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
4236+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
4237+
dependencies:
4238+
eslint-visitor-keys "^2.0.0"
4239+
42054240
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
42064241
version "1.3.0"
42074242
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -4830,7 +4865,7 @@ glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
48304865
dependencies:
48314866
is-glob "^4.0.1"
48324867

4833-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4868+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
48344869
version "7.1.6"
48354870
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
48364871
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -4861,7 +4896,7 @@ globals@^13.6.0, globals@^13.9.0:
48614896
dependencies:
48624897
type-fest "^0.20.2"
48634898

4864-
[email protected], globby@^11.0.1:
4899+
[email protected], globby@^11.0.1, globby@^11.0.3:
48654900
version "11.0.4"
48664901
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
48674902
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -8561,7 +8596,7 @@ [email protected]:
85618596
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
85628597
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
85638598

8564-
[email protected], semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
8599+
[email protected], semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
85658600
version "7.3.5"
85668601
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
85678602
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -9327,6 +9362,13 @@ tsutils@^3.17.1:
93279362
dependencies:
93289363
tslib "^1.8.1"
93299364

9365+
tsutils@^3.21.0:
9366+
version "3.21.0"
9367+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
9368+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
9369+
dependencies:
9370+
tslib "^1.8.1"
9371+
93309372
type-check@^0.4.0, type-check@~0.4.0:
93319373
version "0.4.0"
93329374
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)