Skip to content

Commit 471f8ba

Browse files
Bump @typescript-eslint/parser from 5.49.0 to 5.50.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.49.0 to 5.50.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.50.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9dbbdd0 commit 471f8ba

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@
226226
tsutils "^3.21.0"
227227

228228
"@typescript-eslint/parser@^5.47.0":
229-
version "5.49.0"
230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.49.0.tgz#d699734b2f20e16351e117417d34a2bc9d7c4b90"
231-
integrity sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg==
229+
version "5.50.0"
230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
231+
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
232232
dependencies:
233-
"@typescript-eslint/scope-manager" "5.49.0"
234-
"@typescript-eslint/types" "5.49.0"
235-
"@typescript-eslint/typescript-estree" "5.49.0"
233+
"@typescript-eslint/scope-manager" "5.50.0"
234+
"@typescript-eslint/types" "5.50.0"
235+
"@typescript-eslint/typescript-estree" "5.50.0"
236236
debug "^4.3.4"
237237

238238
"@typescript-eslint/scope-manager@5.49.0":
@@ -243,6 +243,14 @@
243243
"@typescript-eslint/types" "5.49.0"
244244
"@typescript-eslint/visitor-keys" "5.49.0"
245245

246+
"@typescript-eslint/scope-manager@5.50.0":
247+
version "5.50.0"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
249+
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
250+
dependencies:
251+
"@typescript-eslint/types" "5.50.0"
252+
"@typescript-eslint/visitor-keys" "5.50.0"
253+
246254
"@typescript-eslint/type-utils@5.49.0":
247255
version "5.49.0"
248256
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.49.0.tgz#8d5dcc8d422881e2ccf4ebdc6b1d4cc61aa64125"
@@ -258,6 +266,11 @@
258266
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
259267
integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
260268

269+
"@typescript-eslint/types@5.50.0":
270+
version "5.50.0"
271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
272+
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
273+
261274
"@typescript-eslint/typescript-estree@5.49.0":
262275
version "5.49.0"
263276
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
@@ -271,6 +284,19 @@
271284
semver "^7.3.7"
272285
tsutils "^3.21.0"
273286

287+
"@typescript-eslint/typescript-estree@5.50.0":
288+
version "5.50.0"
289+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
290+
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
291+
dependencies:
292+
"@typescript-eslint/types" "5.50.0"
293+
"@typescript-eslint/visitor-keys" "5.50.0"
294+
debug "^4.3.4"
295+
globby "^11.1.0"
296+
is-glob "^4.0.3"
297+
semver "^7.3.7"
298+
tsutils "^3.21.0"
299+
274300
"@typescript-eslint/utils@5.49.0":
275301
version "5.49.0"
276302
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.49.0.tgz#1c07923bc55ff7834dfcde487fff8d8624a87b32"
@@ -293,6 +319,14 @@
293319
"@typescript-eslint/types" "5.49.0"
294320
eslint-visitor-keys "^3.3.0"
295321

322+
"@typescript-eslint/visitor-keys@5.50.0":
323+
version "5.50.0"
324+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
325+
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
326+
dependencies:
327+
"@typescript-eslint/types" "5.50.0"
328+
eslint-visitor-keys "^3.3.0"
329+
296330
"@vscode/test-electron@^2.2.0":
297331
version "2.2.3"
298332
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.3.tgz#bf6a77542970b5d34561d0671259900632e5eb94"

0 commit comments

Comments
 (0)