Skip to content

Commit bdee79a

Browse files
Merge pull request #232 from ruby-syntax-tree/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.50.0
Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0
2 parents 38c1a5a + 1a29827 commit bdee79a

File tree

1 file changed

+54
-19
lines changed

1 file changed

+54
-19
lines changed

yarn.lock

Lines changed: 54 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,15 @@
211211
integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==
212212

213213
"@typescript-eslint/eslint-plugin@^5.47.0":
214-
version "5.49.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.49.0.tgz#d0b4556f0792194bf0c2fb297897efa321492389"
216-
integrity sha512-IhxabIpcf++TBaBa1h7jtOWyon80SXPRLDq0dVz5SLFC/eW6tofkw/O7Ar3lkx5z5U6wzbKDrl2larprp5kk5Q==
214+
version "5.50.0"
215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
216+
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
217217
dependencies:
218-
"@typescript-eslint/scope-manager" "5.49.0"
219-
"@typescript-eslint/type-utils" "5.49.0"
220-
"@typescript-eslint/utils" "5.49.0"
218+
"@typescript-eslint/scope-manager" "5.50.0"
219+
"@typescript-eslint/type-utils" "5.50.0"
220+
"@typescript-eslint/utils" "5.50.0"
221221
debug "^4.3.4"
222+
grapheme-splitter "^1.0.4"
222223
ignore "^5.2.0"
223224
natural-compare-lite "^1.4.0"
224225
regexpp "^3.2.0"
@@ -243,13 +244,21 @@
243244
"@typescript-eslint/types" "5.49.0"
244245
"@typescript-eslint/visitor-keys" "5.49.0"
245246

246-
"@typescript-eslint/type-utils@5.49.0":
247-
version "5.49.0"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.49.0.tgz#8d5dcc8d422881e2ccf4ebdc6b1d4cc61aa64125"
249-
integrity sha512-eUgLTYq0tR0FGU5g1YHm4rt5H/+V2IPVkP0cBmbhRyEmyGe4XvJ2YJ6sYTmONfjmdMqyMLad7SB8GvblbeESZA==
247+
"@typescript-eslint/scope-manager@5.50.0":
248+
version "5.50.0"
249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
250+
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
250251
dependencies:
251-
"@typescript-eslint/typescript-estree" "5.49.0"
252-
"@typescript-eslint/utils" "5.49.0"
252+
"@typescript-eslint/types" "5.50.0"
253+
"@typescript-eslint/visitor-keys" "5.50.0"
254+
255+
"@typescript-eslint/[email protected]":
256+
version "5.50.0"
257+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
258+
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
259+
dependencies:
260+
"@typescript-eslint/typescript-estree" "5.50.0"
261+
"@typescript-eslint/utils" "5.50.0"
253262
debug "^4.3.4"
254263
tsutils "^3.21.0"
255264

@@ -258,6 +267,11 @@
258267
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
259268
integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
260269

270+
"@typescript-eslint/[email protected]":
271+
version "5.50.0"
272+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
273+
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
274+
261275
"@typescript-eslint/[email protected]":
262276
version "5.49.0"
263277
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
@@ -271,16 +285,29 @@
271285
semver "^7.3.7"
272286
tsutils "^3.21.0"
273287

274-
"@typescript-eslint/[email protected]":
275-
version "5.49.0"
276-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.49.0.tgz#1c07923bc55ff7834dfcde487fff8d8624a87b32"
277-
integrity sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==
288+
"@typescript-eslint/[email protected]":
289+
version "5.50.0"
290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
291+
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
292+
dependencies:
293+
"@typescript-eslint/types" "5.50.0"
294+
"@typescript-eslint/visitor-keys" "5.50.0"
295+
debug "^4.3.4"
296+
globby "^11.1.0"
297+
is-glob "^4.0.3"
298+
semver "^7.3.7"
299+
tsutils "^3.21.0"
300+
301+
"@typescript-eslint/[email protected]":
302+
version "5.50.0"
303+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
304+
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
278305
dependencies:
279306
"@types/json-schema" "^7.0.9"
280307
"@types/semver" "^7.3.12"
281-
"@typescript-eslint/scope-manager" "5.49.0"
282-
"@typescript-eslint/types" "5.49.0"
283-
"@typescript-eslint/typescript-estree" "5.49.0"
308+
"@typescript-eslint/scope-manager" "5.50.0"
309+
"@typescript-eslint/types" "5.50.0"
310+
"@typescript-eslint/typescript-estree" "5.50.0"
284311
eslint-scope "^5.1.1"
285312
eslint-utils "^3.0.0"
286313
semver "^7.3.7"
@@ -293,6 +320,14 @@
293320
"@typescript-eslint/types" "5.49.0"
294321
eslint-visitor-keys "^3.3.0"
295322

323+
"@typescript-eslint/[email protected]":
324+
version "5.50.0"
325+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
326+
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
327+
dependencies:
328+
"@typescript-eslint/types" "5.50.0"
329+
eslint-visitor-keys "^3.3.0"
330+
296331
"@vscode/test-electron@^2.2.0":
297332
version "2.2.3"
298333
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.3.tgz#bf6a77542970b5d34561d0671259900632e5eb94"

0 commit comments

Comments
 (0)