Skip to content

Commit c250bbd

Browse files
Bump @typescript-eslint/parser from 5.61.0 to 8.59.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.0 to 8.59.2. - [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/v8.59.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fce175c commit c250bbd

2 files changed

Lines changed: 108 additions & 49 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@testing-library/react": "^14.3.0",
3333
"@types/jest": "^29.5.14",
3434
"@types/react": "^18.2.79",
35-
"@typescript-eslint/parser": "^5.61.0",
35+
"@typescript-eslint/parser": "^8.59.2",
3636
"buffer": "^6.0.3",
3737
"concurrently": "^8.2.2",
3838
"eslint": "^8.57.1",

yarn.lock

Lines changed: 107 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,15 +1250,25 @@
12501250
dependencies:
12511251
"@types/yargs-parser" "*"
12521252

1253-
"@typescript-eslint/parser@^5.61.0":
1254-
version "5.61.0"
1255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
1256-
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
1257-
dependencies:
1258-
"@typescript-eslint/scope-manager" "5.61.0"
1259-
"@typescript-eslint/types" "5.61.0"
1260-
"@typescript-eslint/typescript-estree" "5.61.0"
1261-
debug "^4.3.4"
1253+
"@typescript-eslint/parser@^8.59.2":
1254+
version "8.59.2"
1255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
1256+
integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
1257+
dependencies:
1258+
"@typescript-eslint/scope-manager" "8.59.2"
1259+
"@typescript-eslint/types" "8.59.2"
1260+
"@typescript-eslint/typescript-estree" "8.59.2"
1261+
"@typescript-eslint/visitor-keys" "8.59.2"
1262+
debug "^4.4.3"
1263+
1264+
"@typescript-eslint/project-service@8.59.2":
1265+
version "8.59.2"
1266+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
1267+
integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
1268+
dependencies:
1269+
"@typescript-eslint/tsconfig-utils" "^8.59.2"
1270+
"@typescript-eslint/types" "^8.59.2"
1271+
debug "^4.4.3"
12621272

12631273
"@typescript-eslint/scope-manager@5.37.0":
12641274
version "5.37.0"
@@ -1268,23 +1278,28 @@
12681278
"@typescript-eslint/types" "5.37.0"
12691279
"@typescript-eslint/visitor-keys" "5.37.0"
12701280

1271-
"@typescript-eslint/scope-manager@5.61.0":
1272-
version "5.61.0"
1273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
1274-
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
1281+
"@typescript-eslint/scope-manager@8.59.2":
1282+
version "8.59.2"
1283+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
1284+
integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
12751285
dependencies:
1276-
"@typescript-eslint/types" "5.61.0"
1277-
"@typescript-eslint/visitor-keys" "5.61.0"
1286+
"@typescript-eslint/types" "8.59.2"
1287+
"@typescript-eslint/visitor-keys" "8.59.2"
1288+
1289+
"@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
1290+
version "8.59.2"
1291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
1292+
integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
12781293

12791294
"@typescript-eslint/types@5.37.0":
12801295
version "5.37.0"
12811296
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
12821297
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
12831298

1284-
"@typescript-eslint/types@5.61.0":
1285-
version "5.61.0"
1286-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
1287-
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
1299+
"@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
1300+
version "8.59.2"
1301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
1302+
integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
12881303

12891304
"@typescript-eslint/typescript-estree@5.37.0":
12901305
version "5.37.0"
@@ -1299,18 +1314,20 @@
12991314
semver "^7.3.7"
13001315
tsutils "^3.21.0"
13011316

1302-
"@typescript-eslint/typescript-estree@5.61.0":
1303-
version "5.61.0"
1304-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
1305-
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
1306-
dependencies:
1307-
"@typescript-eslint/types" "5.61.0"
1308-
"@typescript-eslint/visitor-keys" "5.61.0"
1309-
debug "^4.3.4"
1310-
globby "^11.1.0"
1311-
is-glob "^4.0.3"
1312-
semver "^7.3.7"
1313-
tsutils "^3.21.0"
1317+
"@typescript-eslint/typescript-estree@8.59.2":
1318+
version "8.59.2"
1319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
1320+
integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
1321+
dependencies:
1322+
"@typescript-eslint/project-service" "8.59.2"
1323+
"@typescript-eslint/tsconfig-utils" "8.59.2"
1324+
"@typescript-eslint/types" "8.59.2"
1325+
"@typescript-eslint/visitor-keys" "8.59.2"
1326+
debug "^4.4.3"
1327+
minimatch "^10.2.2"
1328+
semver "^7.7.3"
1329+
tinyglobby "^0.2.15"
1330+
ts-api-utils "^2.5.0"
13141331

13151332
"@typescript-eslint/utils@^5.10.0":
13161333
version "5.37.0"
@@ -1332,13 +1349,13 @@
13321349
"@typescript-eslint/types" "5.37.0"
13331350
eslint-visitor-keys "^3.3.0"
13341351

1335-
"@typescript-eslint/visitor-keys@5.61.0":
1336-
version "5.61.0"
1337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
1338-
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
1352+
"@typescript-eslint/visitor-keys@8.59.2":
1353+
version "8.59.2"
1354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
1355+
integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
13391356
dependencies:
1340-
"@typescript-eslint/types" "5.61.0"
1341-
eslint-visitor-keys "^3.3.0"
1357+
"@typescript-eslint/types" "8.59.2"
1358+
eslint-visitor-keys "^5.0.0"
13421359

13431360
"@ungap/structured-clone@^1.2.0":
13441361
version "1.2.0"
@@ -1915,6 +1932,11 @@ balanced-match@^1.0.0:
19151932
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
19161933
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
19171934

1935+
balanced-match@^4.0.2:
1936+
version "4.0.4"
1937+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1938+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1939+
19181940
base64-js@^1.3.1:
19191941
version "1.5.1"
19201942
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -1983,6 +2005,13 @@ brace-expansion@^2.0.1:
19832005
dependencies:
19842006
balanced-match "^1.0.0"
19852007

2008+
brace-expansion@^5.0.5:
2009+
version "5.0.5"
2010+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2011+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2012+
dependencies:
2013+
balanced-match "^4.0.2"
2014+
19862015
braces@^3.0.3, braces@~3.0.2:
19872016
version "3.0.3"
19882017
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -2557,12 +2586,12 @@ debug@2.6.9:
25572586
dependencies:
25582587
ms "2.0.0"
25592588

2560-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
2561-
version "4.3.4"
2562-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2563-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2589+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.3:
2590+
version "4.4.3"
2591+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2592+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
25642593
dependencies:
2565-
ms "2.1.2"
2594+
ms "^2.1.3"
25662595

25672596
debug@^3.2.7:
25682597
version "3.2.7"
@@ -3436,6 +3465,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
34363465
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34373466
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34383467

3468+
eslint-visitor-keys@^5.0.0:
3469+
version "5.0.1"
3470+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
3471+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
3472+
34393473
eslint@^8.57.1:
34403474
version "8.57.1"
34413475
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3663,6 +3697,11 @@ fb-watchman@^2.0.0:
36633697
dependencies:
36643698
bser "2.1.1"
36653699

3700+
fdir@^6.5.0:
3701+
version "6.5.0"
3702+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3703+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3704+
36663705
file-entry-cache@^6.0.1:
36673706
version "6.0.1"
36683707
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -5531,6 +5570,13 @@ minimalistic-assert@^1.0.0:
55315570
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
55325571
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
55335572

5573+
minimatch@^10.2.2:
5574+
version "10.2.5"
5575+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
5576+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
5577+
dependencies:
5578+
brace-expansion "^5.0.5"
5579+
55345580
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
55355581
version "3.1.2"
55365582
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5555,12 +5601,7 @@ ms@2.0.0:
55555601
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
55565602
integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
55575603

5558-
ms@2.1.2:
5559-
version "2.1.2"
5560-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
5561-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
5562-
5563-
ms@2.1.3, ms@^2.1.1:
5604+
ms@2.1.3, ms@^2.1.1, ms@^2.1.3:
55645605
version "2.1.3"
55655606
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
55665607
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -5935,6 +5976,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.0, picomatc
59355976
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
59365977
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
59375978

5979+
picomatch@^4.0.4:
5980+
version "4.0.4"
5981+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
5982+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
5983+
59385984
pirates@^4.0.4:
59395985
version "4.0.5"
59405986
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
@@ -7107,6 +7153,14 @@ thunky@^1.0.2:
71077153
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
71087154
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
71097155

7156+
tinyglobby@^0.2.15:
7157+
version "0.2.16"
7158+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
7159+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
7160+
dependencies:
7161+
fdir "^6.5.0"
7162+
picomatch "^4.0.4"
7163+
71107164
tmpl@1.0.5:
71117165
version "1.0.5"
71127166
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -7151,6 +7205,11 @@ tree-kill@^1.2.2:
71517205
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
71527206
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
71537207

7208+
ts-api-utils@^2.5.0:
7209+
version "2.5.0"
7210+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
7211+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
7212+
71547213
ts-jest@^29.2.6:
71557214
version "29.2.6"
71567215
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.6.tgz#df53edf8b72fb89de032cfa310abf37582851d9a"

0 commit comments

Comments
 (0)