Skip to content

Commit 199ac68

Browse files
rnikefacebook-github-bot
authored andcommitted
build(deps): Bump dependencies version for eslint-plugin (#32800)
Summary: Add cached yarn deps Seeing the message below during development, packages are outdated ``` ============= WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.1.0 YOUR TYPESCRIPT VERSION: 4.5.4 Please only submit bug reports when using the officially supported version. ============= ``` Update packages below to "5.8.0" should fix this - typescript-eslint/eslint-plugin - typescript-eslint/parser ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General][Changed] - Bump dependencies version for eslint-plugin Pull Request resolved: #32800 Test Plan: `yarn lint` with no error Reviewed By: cortinico, yungsters Differential Revision: D33331050 Pulled By: charlesbdudley fbshipit-source-id: 27bf9b9b0536545ebfe4614ed210255df65aa2cd
1 parent 58a2eb7 commit 199ac68

File tree

2 files changed

+78
-92
lines changed

2 files changed

+78
-92
lines changed

packages/eslint-config-react-native-community/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community#readme",
1313
"dependencies": {
1414
"@react-native-community/eslint-plugin": "^1.1.0",
15-
"@typescript-eslint/eslint-plugin": "^4.22.1",
16-
"@typescript-eslint/parser": "^4.22.1",
15+
"@typescript-eslint/eslint-plugin": "^5.8.0",
16+
"@typescript-eslint/parser": "^5.8.0",
1717
"babel-eslint": "^10.1.0",
1818
"eslint-config-prettier": "^8.3.0",
1919
"eslint-plugin-eslint-comments": "^3.2.0",

packages/eslint-config-react-native-community/yarn.lock

+76-90
Original file line numberDiff line numberDiff line change
@@ -160,41 +160,36 @@
160160
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
161161
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
162162

163-
"@types/json-schema@^7.0.3":
164-
version "7.0.4"
165-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
166-
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
167-
168163
"@types/json-schema@^7.0.9":
169164
version "7.0.9"
170165
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
171166
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
172167

173-
"@typescript-eslint/eslint-plugin@^4.22.1":
174-
version "4.22.1"
175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.1.tgz#6bcdbaa4548553ab861b4e5f34936ead1349a543"
176-
integrity sha512-kVTAghWDDhsvQ602tHBc6WmQkdaYbkcTwZu+7l24jtJiYvm9l+/y/b2BZANEezxPDiX5MK2ZecE+9BFi/YJryw==
168+
"@typescript-eslint/eslint-plugin@^5.8.0":
169+
version "5.8.0"
170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.0.tgz#52cd9305ceef98a5333f9492d519e6c6c7fe7d43"
171+
integrity sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA==
177172
dependencies:
178-
"@typescript-eslint/experimental-utils" "4.22.1"
179-
"@typescript-eslint/scope-manager" "4.22.1"
180-
debug "^4.1.1"
173+
"@typescript-eslint/experimental-utils" "5.8.0"
174+
"@typescript-eslint/scope-manager" "5.8.0"
175+
debug "^4.3.2"
181176
functional-red-black-tree "^1.0.1"
182-
lodash "^4.17.15"
183-
regexpp "^3.0.0"
184-
semver "^7.3.2"
185-
tsutils "^3.17.1"
186-
187-
"@typescript-eslint/experimental-utils@4.22.1":
188-
version "4.22.1"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.1.tgz#3938a5c89b27dc9a39b5de63a62ab1623ab27497"
190-
integrity sha512-svYlHecSMCQGDO2qN1v477ax/IDQwWhc7PRBiwAdAMJE7GXk5stF4Z9R/8wbRkuX/5e9dHqbIWxjeOjckK3wLQ==
191-
dependencies:
192-
"@types/json-schema" "^7.0.3"
193-
"@typescript-eslint/scope-manager" "4.22.1"
194-
"@typescript-eslint/types" "4.22.1"
195-
"@typescript-eslint/typescript-estree" "4.22.1"
196-
eslint-scope "^5.0.0"
197-
eslint-utils "^2.0.0"
177+
ignore "^5.1.8"
178+
regexpp "^3.2.0"
179+
semver "^7.3.5"
180+
tsutils "^3.21.0"
181+
182+
"@typescript-eslint/experimental-utils@5.8.0":
183+
version "5.8.0"
184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.0.tgz#0916ffe98d34b3c95e3652efa0cace61a7b25728"
185+
integrity sha512-KN5FvNH71bhZ8fKtL+lhW7bjm7cxs1nt+hrDZWIqb6ViCffQcWyLunGrgvISgkRojIDcXIsH+xlFfI4RCDA0xA==
186+
dependencies:
187+
"@types/json-schema" "^7.0.9"
188+
"@typescript-eslint/scope-manager" "5.8.0"
189+
"@typescript-eslint/types" "5.8.0"
190+
"@typescript-eslint/typescript-estree" "5.8.0"
191+
eslint-scope "^5.1.1"
192+
eslint-utils "^3.0.0"
198193

199194
"@typescript-eslint/experimental-utils@^5.0.0":
200195
version "5.3.1"
@@ -208,23 +203,15 @@
208203
eslint-scope "^5.1.1"
209204
eslint-utils "^3.0.0"
210205

211-
"@typescript-eslint/parser@^4.22.1":
212-
version "4.22.1"
213-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.1.tgz#a95bda0fd01d994a15fc3e99dc984294f25c19cc"
214-
integrity sha512-l+sUJFInWhuMxA6rtirzjooh8cM/AATAe3amvIkqKFeMzkn85V+eLzb1RyuXkHak4dLfYzOmF6DXPyflJvjQnw==
206+
"@typescript-eslint/parser@^5.8.0":
207+
version "5.8.0"
208+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
209+
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
215210
dependencies:
216-
"@typescript-eslint/scope-manager" "4.22.1"
217-
"@typescript-eslint/types" "4.22.1"
218-
"@typescript-eslint/typescript-estree" "4.22.1"
219-
debug "^4.1.1"
220-
221-
"@typescript-eslint/[email protected]":
222-
version "4.22.1"
223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.1.tgz#5bb357f94f9cd8b94e6be43dd637eb73b8f355b4"
224-
integrity sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g==
225-
dependencies:
226-
"@typescript-eslint/types" "4.22.1"
227-
"@typescript-eslint/visitor-keys" "4.22.1"
211+
"@typescript-eslint/scope-manager" "5.8.0"
212+
"@typescript-eslint/types" "5.8.0"
213+
"@typescript-eslint/typescript-estree" "5.8.0"
214+
debug "^4.3.2"
228215

229216
"@typescript-eslint/[email protected]":
230217
version "5.3.1"
@@ -234,28 +221,23 @@
234221
"@typescript-eslint/types" "5.3.1"
235222
"@typescript-eslint/visitor-keys" "5.3.1"
236223

237-
"@typescript-eslint/[email protected]":
238-
version "4.22.1"
239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a"
240-
integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==
224+
"@typescript-eslint/[email protected]":
225+
version "5.8.0"
226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.0.tgz#2371095b4fa4c7be6a80b380f4e1b49c715e16f4"
227+
integrity sha512-x82CYJsLOjPCDuFFEbS6e7K1QEWj7u5Wk1alw8A+gnJiYwNnDJk0ib6PCegbaPMjrfBvFKa7SxE3EOnnIQz2Gg==
228+
dependencies:
229+
"@typescript-eslint/types" "5.8.0"
230+
"@typescript-eslint/visitor-keys" "5.8.0"
241231

242232
"@typescript-eslint/[email protected]":
243233
version "5.3.1"
244234
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.1.tgz#afaa715b69ebfcfde3af8b0403bf27527912f9b7"
245235
integrity sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==
246236

247-
"@typescript-eslint/[email protected]":
248-
version "4.22.1"
249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.1.tgz#dca379eead8cdfd4edc04805e83af6d148c164f9"
250-
integrity sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A==
251-
dependencies:
252-
"@typescript-eslint/types" "4.22.1"
253-
"@typescript-eslint/visitor-keys" "4.22.1"
254-
debug "^4.1.1"
255-
globby "^11.0.1"
256-
is-glob "^4.0.1"
257-
semver "^7.3.2"
258-
tsutils "^3.17.1"
237+
"@typescript-eslint/[email protected]":
238+
version "5.8.0"
239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.0.tgz#e7fa74ec35d9dbe3560d039d3d8734986c3971e0"
240+
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
259241

260242
"@typescript-eslint/[email protected]":
261243
version "5.3.1"
@@ -270,13 +252,18 @@
270252
semver "^7.3.5"
271253
tsutils "^3.21.0"
272254

273-
"@typescript-eslint/[email protected]":
274-
version "4.22.1"
275-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.1.tgz#6045ae25a11662c671f90b3a403d682dfca0b7a6"
276-
integrity sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ==
255+
"@typescript-eslint/[email protected]":
256+
version "5.8.0"
257+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz#900469ba9d5a37f4482b014ecce4a5dbb86cb4dd"
258+
integrity sha512-srfeZ3URdEcUsSLbkOFqS7WoxOqn8JNil2NSLO9O+I2/Uyc85+UlfpEvQHIpj5dVts7KKOZnftoJD/Fdv0L7nQ==
277259
dependencies:
278-
"@typescript-eslint/types" "4.22.1"
279-
eslint-visitor-keys "^2.0.0"
260+
"@typescript-eslint/types" "5.8.0"
261+
"@typescript-eslint/visitor-keys" "5.8.0"
262+
debug "^4.3.2"
263+
globby "^11.0.4"
264+
is-glob "^4.0.3"
265+
semver "^7.3.5"
266+
tsutils "^3.21.0"
280267

281268
"@typescript-eslint/[email protected]":
282269
version "5.3.1"
@@ -286,6 +273,14 @@
286273
"@typescript-eslint/types" "5.3.1"
287274
eslint-visitor-keys "^3.0.0"
288275

276+
"@typescript-eslint/[email protected]":
277+
version "5.8.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz#22d4ed96fe2451135299239feedb9fe1dcec780c"
279+
integrity sha512-+HDIGOEMnqbxdAHegxvnOqESUH6RWFRR2b8qxP1W9CZnnYh4Usz6MBL+2KMAgPk/P0o9c1HqnYtwzVH6GTIqug==
280+
dependencies:
281+
"@typescript-eslint/types" "5.8.0"
282+
eslint-visitor-keys "^3.0.0"
283+
289284
acorn-jsx@^5.2.0:
290285
version "5.2.0"
291286
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
@@ -672,15 +667,15 @@ eslint-plugin-react@^7.26.1:
672667
semver "^6.3.0"
673668
string.prototype.matchall "^4.0.5"
674669

675-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
670+
eslint-scope@^5.1.1:
676671
version "5.1.1"
677672
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
678673
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
679674
dependencies:
680675
esrecurse "^4.3.0"
681676
estraverse "^4.1.1"
682677

683-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
678+
eslint-utils@^2.1.0:
684679
version "2.1.0"
685680
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
686681
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
@@ -941,18 +936,6 @@ globals@^13.6.0, globals@^13.9.0:
941936
dependencies:
942937
type-fest "^0.20.2"
943938

944-
globby@^11.0.1:
945-
version "11.0.3"
946-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
947-
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
948-
dependencies:
949-
array-union "^2.1.0"
950-
dir-glob "^3.0.1"
951-
fast-glob "^3.1.1"
952-
ignore "^5.1.4"
953-
merge2 "^1.3.0"
954-
slash "^3.0.0"
955-
956939
globby@^11.0.4:
957940
version "11.0.4"
958941
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
@@ -1019,6 +1002,11 @@ ignore@^5.1.4:
10191002
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
10201003
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
10211004

1005+
ignore@^5.1.8:
1006+
version "5.2.0"
1007+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
1008+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
1009+
10221010
import-fresh@^3.0.0, import-fresh@^3.2.1:
10231011
version "3.2.1"
10241012
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1242,7 +1230,7 @@ lodash.truncate@^4.4.2:
12421230
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
12431231
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
12441232

1245-
lodash@^4.17.15, lodash@^4.17.19:
1233+
lodash@^4.17.19:
12461234
version "4.17.20"
12471235
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
12481236
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
@@ -1466,11 +1454,16 @@ regexp.prototype.flags@^1.3.1:
14661454
call-bind "^1.0.2"
14671455
define-properties "^1.1.3"
14681456

1469-
regexpp@^3.0.0, regexpp@^3.1.0:
1457+
regexpp@^3.1.0:
14701458
version "3.1.0"
14711459
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
14721460
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
14731461

1462+
regexpp@^3.2.0:
1463+
version "3.2.0"
1464+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1465+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
1466+
14741467
require-from-string@^2.0.2:
14751468
version "2.0.2"
14761469
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
@@ -1520,7 +1513,7 @@ semver@^6.3.0:
15201513
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
15211514
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
15221515

1523-
semver@^7.2.1, semver@^7.3.2:
1516+
semver@^7.2.1:
15241517
version "7.3.2"
15251518
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
15261519
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
@@ -1687,13 +1680,6 @@ tslib@^1.8.1:
16871680
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
16881681
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
16891682

1690-
tsutils@^3.17.1:
1691-
version "3.17.1"
1692-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
1693-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
1694-
dependencies:
1695-
tslib "^1.8.1"
1696-
16971683
tsutils@^3.21.0:
16981684
version "3.21.0"
16991685
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)