Skip to content

Commit 5c5585c

Browse files
committed
Update typescript-eslint monorepo to v5
1 parent d7d8478 commit 5c5585c

2 files changed

Lines changed: 72 additions & 55 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@lundstrong/rbxts-transform-debug": "1.0.0-rc.3",
1818
"@rbxts/compiler-types": "1.1.1-types.5",
1919
"@rbxts/types": "1.0.537",
20-
"@typescript-eslint/eslint-plugin": "4.33.0",
21-
"@typescript-eslint/parser": "4.33.0",
20+
"@typescript-eslint/eslint-plugin": "5.2.0",
21+
"@typescript-eslint/parser": "5.2.0",
2222
"concurrently": "6.2.1",
2323
"eslint": "7.30.0",
2424
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 70 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@
125125
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
126126
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
127127

128+
"@types/json-schema@^7.0.9":
129+
version "7.0.9"
130+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
131+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
132+
128133
"@types/node@^14.14.32":
129134
version "14.17.5"
130135
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.5.tgz#b59daf6a7ffa461b5648456ca59050ba8e40ed54"
@@ -135,29 +140,29 @@
135140
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
136141
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
137142

138-
"@typescript-eslint/eslint-plugin@4.33.0":
139-
version "4.33.0"
140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
141-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
143+
"@typescript-eslint/eslint-plugin@5.2.0":
144+
version "5.2.0"
145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.2.0.tgz#2bdb247cc2e2afce7efbce09afb9a6f0a8a08434"
146+
integrity sha512-qQwg7sqYkBF4CIQSyRQyqsYvP+g/J0To9ZPVNJpfxfekl5RmdvQnFFTVVwpRtaUDFNvjfe/34TgY/dpc3MgNTw==
142147
dependencies:
143-
"@typescript-eslint/experimental-utils" "4.33.0"
144-
"@typescript-eslint/scope-manager" "4.33.0"
145-
debug "^4.3.1"
148+
"@typescript-eslint/experimental-utils" "5.2.0"
149+
"@typescript-eslint/scope-manager" "5.2.0"
150+
debug "^4.3.2"
146151
functional-red-black-tree "^1.0.1"
147152
ignore "^5.1.8"
148-
regexpp "^3.1.0"
153+
regexpp "^3.2.0"
149154
semver "^7.3.5"
150155
tsutils "^3.21.0"
151156

152-
"@typescript-eslint/experimental-utils@4.33.0":
153-
version "4.33.0"
154-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
155-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
157+
"@typescript-eslint/experimental-utils@5.2.0":
158+
version "5.2.0"
159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz#e3b2cb9cd0aff9b50f68d9a414c299fd26b067e6"
160+
integrity sha512-fWyT3Agf7n7HuZZRpvUYdFYbPk3iDCq6fgu3ulia4c7yxmPnwVBovdSOX7RL+k8u6hLbrXcdAehlWUVpGh6IEw==
156161
dependencies:
157-
"@types/json-schema" "^7.0.7"
158-
"@typescript-eslint/scope-manager" "4.33.0"
159-
"@typescript-eslint/types" "4.33.0"
160-
"@typescript-eslint/typescript-estree" "4.33.0"
162+
"@types/json-schema" "^7.0.9"
163+
"@typescript-eslint/scope-manager" "5.2.0"
164+
"@typescript-eslint/types" "5.2.0"
165+
"@typescript-eslint/typescript-estree" "5.2.0"
161166
eslint-scope "^5.1.1"
162167
eslint-utils "^3.0.0"
163168

@@ -173,15 +178,15 @@
173178
eslint-scope "^5.1.1"
174179
eslint-utils "^3.0.0"
175180

176-
"@typescript-eslint/parser@4.33.0":
177-
version "4.33.0"
178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
179-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
181+
"@typescript-eslint/parser@5.2.0":
182+
version "5.2.0"
183+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.2.0.tgz#dc081aa89de16b5676b10215519af3aa7b58fb72"
184+
integrity sha512-Uyy4TjJBlh3NuA8/4yIQptyJb95Qz5PX//6p8n7zG0QnN4o3NF9Je3JHbVU7fxf5ncSXTmnvMtd/LDQWDk0YqA==
180185
dependencies:
181-
"@typescript-eslint/scope-manager" "4.33.0"
182-
"@typescript-eslint/types" "4.33.0"
183-
"@typescript-eslint/typescript-estree" "4.33.0"
184-
debug "^4.3.1"
186+
"@typescript-eslint/scope-manager" "5.2.0"
187+
"@typescript-eslint/types" "5.2.0"
188+
"@typescript-eslint/typescript-estree" "5.2.0"
189+
debug "^4.3.2"
185190

186191
"@typescript-eslint/scope-manager@4.28.2":
187192
version "4.28.2"
@@ -191,23 +196,23 @@
191196
"@typescript-eslint/types" "4.28.2"
192197
"@typescript-eslint/visitor-keys" "4.28.2"
193198

194-
"@typescript-eslint/scope-manager@4.33.0":
195-
version "4.33.0"
196-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
197-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
199+
"@typescript-eslint/scope-manager@5.2.0":
200+
version "5.2.0"
201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz#7ce8e4ab2baaa0ad5282913ea8e13ce03ec6a12a"
202+
integrity sha512-RW+wowZqPzQw8MUFltfKYZfKXqA2qgyi6oi/31J1zfXJRpOn6tCaZtd9b5u9ubnDG2n/EMvQLeZrsLNPpaUiFQ==
198203
dependencies:
199-
"@typescript-eslint/types" "4.33.0"
200-
"@typescript-eslint/visitor-keys" "4.33.0"
204+
"@typescript-eslint/types" "5.2.0"
205+
"@typescript-eslint/visitor-keys" "5.2.0"
201206

202207
"@typescript-eslint/types@4.28.2":
203208
version "4.28.2"
204209
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5"
205210
integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==
206211

207-
"@typescript-eslint/types@4.33.0":
208-
version "4.33.0"
209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
210-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
212+
"@typescript-eslint/types@5.2.0":
213+
version "5.2.0"
214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
215+
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
211216

212217
"@typescript-eslint/typescript-estree@4.28.2":
213218
version "4.28.2"
@@ -222,16 +227,16 @@
222227
semver "^7.3.5"
223228
tsutils "^3.21.0"
224229

225-
"@typescript-eslint/typescript-estree@4.33.0":
226-
version "4.33.0"
227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
228-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
229-
dependencies:
230-
"@typescript-eslint/types" "4.33.0"
231-
"@typescript-eslint/visitor-keys" "4.33.0"
232-
debug "^4.3.1"
233-
globby "^11.0.3"
234-
is-glob "^4.0.1"
230+
"@typescript-eslint/typescript-estree@5.2.0":
231+
version "5.2.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.2.0.tgz#c22e0ff6f8a4a3f78504a80ebd686fe2870a68ae"
233+
integrity sha512-RsdXq2XmVgKbm9nLsE3mjNUM7BTr/K4DYR9WfFVMUuozHWtH5gMpiNZmtrMG8GR385EOSQ3kC9HiEMJWimxd/g==
234+
dependencies:
235+
"@typescript-eslint/types" "5.2.0"
236+
"@typescript-eslint/visitor-keys" "5.2.0"
237+
debug "^4.3.2"
238+
globby "^11.0.4"
239+
is-glob "^4.0.3"
235240
semver "^7.3.5"
236241
tsutils "^3.21.0"
237242

@@ -243,13 +248,13 @@
243248
"@typescript-eslint/types" "4.28.2"
244249
eslint-visitor-keys "^2.0.0"
245250

246-
"@typescript-eslint/visitor-keys@4.33.0":
247-
version "4.33.0"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
249-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
251+
"@typescript-eslint/visitor-keys@5.2.0":
252+
version "5.2.0"
253+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz#03522d35df98474f08e0357171a7d1b259a88f55"
254+
integrity sha512-Nk7HizaXWWCUBfLA/rPNKMzXzWS8Wg9qHMuGtT+v2/YpPij4nVXrVJc24N/r5WrrmqK31jCrZxeHqIgqRzs0Xg==
250255
dependencies:
251-
"@typescript-eslint/types" "4.33.0"
252-
eslint-visitor-keys "^2.0.0"
256+
"@typescript-eslint/types" "5.2.0"
257+
eslint-visitor-keys "^3.0.0"
253258

254259
acorn-jsx@^5.3.1:
255260
version "5.3.2"
@@ -477,7 +482,7 @@ date-fns@^2.16.1:
477482
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
478483
integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
479484

480-
debug@^4.0.1, debug@^4.1.1, debug@^4.3.1:
485+
debug@^4.0.1, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
481486
version "4.3.2"
482487
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
483488
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -595,6 +600,11 @@ eslint-visitor-keys@^2.0.0:
595600
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
596601
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
597602

603+
eslint-visitor-keys@^3.0.0:
604+
version "3.0.0"
605+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
606+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
607+
598608
eslint@7.30.0:
599609
version "7.30.0"
600610
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
@@ -834,7 +844,7 @@ globals@^13.6.0, globals@^13.9.0:
834844
dependencies:
835845
type-fest "^0.20.2"
836846

837-
globby@^11.0.3:
847+
globby@^11.0.3, globby@^11.0.4:
838848
version "11.0.4"
839849
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
840850
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -950,6 +960,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
950960
dependencies:
951961
is-extglob "^2.1.1"
952962

963+
is-glob@^4.0.3:
964+
version "4.0.3"
965+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
966+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
967+
dependencies:
968+
is-extglob "^2.1.1"
969+
953970
is-number@^7.0.0:
954971
version "7.0.0"
955972
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
@@ -1298,7 +1315,7 @@ readdirp@~3.6.0:
12981315
dependencies:
12991316
picomatch "^2.2.1"
13001317

1301-
regexpp@^3.1.0:
1318+
regexpp@^3.1.0, regexpp@^3.2.0:
13021319
version "3.2.0"
13031320
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
13041321
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)