Skip to content

Commit 3026cb4

Browse files
Update typescript-eslint monorepo to v4.29.1 (#9)
1 parent bf00fc5 commit 3026cb4

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@rbxts/compiler-types": "1.1.1-types.5",
1818
"@rbxts/types": "1.0.516",
19-
"@typescript-eslint/eslint-plugin": "4.28.5",
20-
"@typescript-eslint/parser": "4.28.5",
19+
"@typescript-eslint/eslint-plugin": "4.29.1",
20+
"@typescript-eslint/parser": "4.29.1",
2121
"concurrently": "6.2.1",
2222
"eslint": "7.30.0",
2323
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -125,28 +125,28 @@
125125
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
126126
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
127127

128-
"@typescript-eslint/eslint-plugin@4.28.5":
129-
version "4.28.5"
130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz#8197f1473e7da8218c6a37ff308d695707835684"
131-
integrity sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==
128+
"@typescript-eslint/eslint-plugin@4.29.1":
129+
version "4.29.1"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
131+
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
132132
dependencies:
133-
"@typescript-eslint/experimental-utils" "4.28.5"
134-
"@typescript-eslint/scope-manager" "4.28.5"
133+
"@typescript-eslint/experimental-utils" "4.29.1"
134+
"@typescript-eslint/scope-manager" "4.29.1"
135135
debug "^4.3.1"
136136
functional-red-black-tree "^1.0.1"
137137
regexpp "^3.1.0"
138138
semver "^7.3.5"
139139
tsutils "^3.21.0"
140140

141-
"@typescript-eslint/experimental-utils@4.28.5":
142-
version "4.28.5"
143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
144-
integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
141+
"@typescript-eslint/experimental-utils@4.29.1":
142+
version "4.29.1"
143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
144+
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
145145
dependencies:
146146
"@types/json-schema" "^7.0.7"
147-
"@typescript-eslint/scope-manager" "4.28.5"
148-
"@typescript-eslint/types" "4.28.5"
149-
"@typescript-eslint/typescript-estree" "4.28.5"
147+
"@typescript-eslint/scope-manager" "4.29.1"
148+
"@typescript-eslint/types" "4.29.1"
149+
"@typescript-eslint/typescript-estree" "4.29.1"
150150
eslint-scope "^5.1.1"
151151
eslint-utils "^3.0.0"
152152

@@ -162,14 +162,14 @@
162162
eslint-scope "^5.1.1"
163163
eslint-utils "^3.0.0"
164164

165-
"@typescript-eslint/parser@4.28.5":
166-
version "4.28.5"
167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c"
168-
integrity sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==
165+
"@typescript-eslint/parser@4.29.1":
166+
version "4.29.1"
167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.1.tgz#17dfbb45c9032ffa0fe15881d20fbc2a4bdeb02d"
168+
integrity sha512-3fL5iN20hzX3Q4OkG7QEPFjZV2qsVGiDhEwwh+EkmE/w7oteiOvUNzmpu5eSwGJX/anCryONltJ3WDmAzAoCMg==
169169
dependencies:
170-
"@typescript-eslint/scope-manager" "4.28.5"
171-
"@typescript-eslint/types" "4.28.5"
172-
"@typescript-eslint/typescript-estree" "4.28.5"
170+
"@typescript-eslint/scope-manager" "4.29.1"
171+
"@typescript-eslint/types" "4.29.1"
172+
"@typescript-eslint/typescript-estree" "4.29.1"
173173
debug "^4.3.1"
174174

175175
"@typescript-eslint/scope-manager@4.28.2":
@@ -180,23 +180,23 @@
180180
"@typescript-eslint/types" "4.28.2"
181181
"@typescript-eslint/visitor-keys" "4.28.2"
182182

183-
"@typescript-eslint/scope-manager@4.28.5":
184-
version "4.28.5"
185-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923"
186-
integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==
183+
"@typescript-eslint/scope-manager@4.29.1":
184+
version "4.29.1"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
186+
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
187187
dependencies:
188-
"@typescript-eslint/types" "4.28.5"
189-
"@typescript-eslint/visitor-keys" "4.28.5"
188+
"@typescript-eslint/types" "4.29.1"
189+
"@typescript-eslint/visitor-keys" "4.29.1"
190190

191191
"@typescript-eslint/types@4.28.2":
192192
version "4.28.2"
193193
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5"
194194
integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==
195195

196-
"@typescript-eslint/types@4.28.5":
197-
version "4.28.5"
198-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
199-
integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
196+
"@typescript-eslint/types@4.29.1":
197+
version "4.29.1"
198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
199+
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
200200

201201
"@typescript-eslint/typescript-estree@4.28.2":
202202
version "4.28.2"
@@ -211,13 +211,13 @@
211211
semver "^7.3.5"
212212
tsutils "^3.21.0"
213213

214-
"@typescript-eslint/typescript-estree@4.28.5":
215-
version "4.28.5"
216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1"
217-
integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==
214+
"@typescript-eslint/typescript-estree@4.29.1":
215+
version "4.29.1"
216+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
217+
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
218218
dependencies:
219-
"@typescript-eslint/types" "4.28.5"
220-
"@typescript-eslint/visitor-keys" "4.28.5"
219+
"@typescript-eslint/types" "4.29.1"
220+
"@typescript-eslint/visitor-keys" "4.29.1"
221221
debug "^4.3.1"
222222
globby "^11.0.3"
223223
is-glob "^4.0.1"
@@ -232,12 +232,12 @@
232232
"@typescript-eslint/types" "4.28.2"
233233
eslint-visitor-keys "^2.0.0"
234234

235-
"@typescript-eslint/visitor-keys@4.28.5":
236-
version "4.28.5"
237-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675"
238-
integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==
235+
"@typescript-eslint/visitor-keys@4.29.1":
236+
version "4.29.1"
237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
238+
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
239239
dependencies:
240-
"@typescript-eslint/types" "4.28.5"
240+
"@typescript-eslint/types" "4.29.1"
241241
eslint-visitor-keys "^2.0.0"
242242

243243
acorn-jsx@^5.3.1:

0 commit comments

Comments
 (0)