Skip to content

Commit 452c69d

Browse files
committed
build(deps): bump @typescript-eslint/parser
1 parent b1c97fe commit 452c69d

File tree

2 files changed

+109
-44
lines changed

2 files changed

+109
-44
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@babel/preset-react": "^7.16.7",
4747
"@babel/preset-typescript": "^7.16.0",
4848
"@types/uuid": "^9.0.0",
49-
"@typescript-eslint/eslint-plugin": "^5.0.0",
50-
"@typescript-eslint/parser": "^5.0.0",
49+
"@typescript-eslint/eslint-plugin": "^8.0.0",
50+
"@typescript-eslint/parser": "^8.0.0",
5151
"babel-loader": "^9.1.0",
5252
"buffer": "^6.0.3",
5353
"concurrently": "^8.0.1",

yarn.lock

Lines changed: 107 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,23 +1270,18 @@
12701270
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
12711271
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
12721272

1273-
"@eslint-community/eslint-utils@^4.2.0":
1273+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
12741274
version "4.4.1"
12751275
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
12761276
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
12771277
dependencies:
12781278
eslint-visitor-keys "^3.4.3"
12791279

1280-
"@eslint-community/regexpp@^4.12.1":
1280+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
12811281
version "4.12.1"
12821282
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
12831283
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12841284

1285-
"@eslint-community/regexpp@^4.4.0":
1286-
version "4.11.1"
1287-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
1288-
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
1289-
12901285
"@eslint/config-array@^0.19.0":
12911286
version "0.19.1"
12921287
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.1.tgz#734aaea2c40be22bbb1f2a9dac687c57a6a4c984"
@@ -2793,30 +2788,30 @@
27932788
dependencies:
27942789
"@types/yargs-parser" "*"
27952790

2796-
"@typescript-eslint/eslint-plugin@^5.0.0":
2797-
version "5.62.0"
2798-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2799-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2791+
"@typescript-eslint/eslint-plugin@^8.0.0":
2792+
version "8.20.0"
2793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
2794+
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
28002795
dependencies:
2801-
"@eslint-community/regexpp" "^4.4.0"
2802-
"@typescript-eslint/scope-manager" "5.62.0"
2803-
"@typescript-eslint/type-utils" "5.62.0"
2804-
"@typescript-eslint/utils" "5.62.0"
2805-
debug "^4.3.4"
2796+
"@eslint-community/regexpp" "^4.10.0"
2797+
"@typescript-eslint/scope-manager" "8.20.0"
2798+
"@typescript-eslint/type-utils" "8.20.0"
2799+
"@typescript-eslint/utils" "8.20.0"
2800+
"@typescript-eslint/visitor-keys" "8.20.0"
28062801
graphemer "^1.4.0"
2807-
ignore "^5.2.0"
2808-
natural-compare-lite "^1.4.0"
2809-
semver "^7.3.7"
2810-
tsutils "^3.21.0"
2802+
ignore "^5.3.1"
2803+
natural-compare "^1.4.0"
2804+
ts-api-utils "^2.0.0"
28112805

2812-
"@typescript-eslint/parser@^5.0.0":
2813-
version "5.62.0"
2814-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2815-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2806+
"@typescript-eslint/parser@^8.0.0":
2807+
version "8.20.0"
2808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
2809+
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
28162810
dependencies:
2817-
"@typescript-eslint/scope-manager" "5.62.0"
2818-
"@typescript-eslint/types" "5.62.0"
2819-
"@typescript-eslint/typescript-estree" "5.62.0"
2811+
"@typescript-eslint/scope-manager" "8.20.0"
2812+
"@typescript-eslint/types" "8.20.0"
2813+
"@typescript-eslint/typescript-estree" "8.20.0"
2814+
"@typescript-eslint/visitor-keys" "8.20.0"
28202815
debug "^4.3.4"
28212816

28222817
"@typescript-eslint/scope-manager@5.62.0":
@@ -2827,21 +2822,34 @@
28272822
"@typescript-eslint/types" "5.62.0"
28282823
"@typescript-eslint/visitor-keys" "5.62.0"
28292824

2830-
"@typescript-eslint/type-utils@5.62.0":
2831-
version "5.62.0"
2832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2833-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2825+
"@typescript-eslint/scope-manager@8.20.0":
2826+
version "8.20.0"
2827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
2828+
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
28342829
dependencies:
2835-
"@typescript-eslint/typescript-estree" "5.62.0"
2836-
"@typescript-eslint/utils" "5.62.0"
2830+
"@typescript-eslint/types" "8.20.0"
2831+
"@typescript-eslint/visitor-keys" "8.20.0"
2832+
2833+
"@typescript-eslint/type-utils@8.20.0":
2834+
version "8.20.0"
2835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
2836+
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
2837+
dependencies:
2838+
"@typescript-eslint/typescript-estree" "8.20.0"
2839+
"@typescript-eslint/utils" "8.20.0"
28372840
debug "^4.3.4"
2838-
tsutils "^3.21.0"
2841+
ts-api-utils "^2.0.0"
28392842

28402843
"@typescript-eslint/types@5.62.0":
28412844
version "5.62.0"
28422845
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
28432846
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
28442847

2848+
"@typescript-eslint/types@8.20.0":
2849+
version "8.20.0"
2850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
2851+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
2852+
28452853
"@typescript-eslint/typescript-estree@5.62.0":
28462854
version "5.62.0"
28472855
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2855,7 +2863,31 @@
28552863
semver "^7.3.7"
28562864
tsutils "^3.21.0"
28572865

2858-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
2866+
"@typescript-eslint/typescript-estree@8.20.0":
2867+
version "8.20.0"
2868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
2869+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
2870+
dependencies:
2871+
"@typescript-eslint/types" "8.20.0"
2872+
"@typescript-eslint/visitor-keys" "8.20.0"
2873+
debug "^4.3.4"
2874+
fast-glob "^3.3.2"
2875+
is-glob "^4.0.3"
2876+
minimatch "^9.0.4"
2877+
semver "^7.6.0"
2878+
ts-api-utils "^2.0.0"
2879+
2880+
"@typescript-eslint/utils@8.20.0":
2881+
version "8.20.0"
2882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
2883+
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
2884+
dependencies:
2885+
"@eslint-community/eslint-utils" "^4.4.0"
2886+
"@typescript-eslint/scope-manager" "8.20.0"
2887+
"@typescript-eslint/types" "8.20.0"
2888+
"@typescript-eslint/typescript-estree" "8.20.0"
2889+
2890+
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
28592891
version "5.62.0"
28602892
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
28612893
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2877,6 +2909,14 @@
28772909
"@typescript-eslint/types" "5.62.0"
28782910
eslint-visitor-keys "^3.3.0"
28792911

2912+
"@typescript-eslint/visitor-keys@8.20.0":
2913+
version "8.20.0"
2914+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
2915+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
2916+
dependencies:
2917+
"@typescript-eslint/types" "8.20.0"
2918+
eslint-visitor-keys "^4.2.0"
2919+
28802920
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
28812921
version "1.12.1"
28822922
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
@@ -3654,6 +3694,13 @@ brace-expansion@^1.1.7:
36543694
balanced-match "^1.0.0"
36553695
concat-map "0.0.1"
36563696

3697+
brace-expansion@^2.0.1:
3698+
version "2.0.1"
3699+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3700+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3701+
dependencies:
3702+
balanced-match "^1.0.0"
3703+
36573704
braces@^3.0.3, braces@~3.0.2:
36583705
version "3.0.3"
36593706
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -5521,6 +5568,17 @@ fast-glob@^3.2.9:
55215568
merge2 "^1.3.0"
55225569
micromatch "^4.0.4"
55235570

5571+
fast-glob@^3.3.2:
5572+
version "3.3.3"
5573+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
5574+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
5575+
dependencies:
5576+
"@nodelib/fs.stat" "^2.0.2"
5577+
"@nodelib/fs.walk" "^1.2.3"
5578+
glob-parent "^5.1.2"
5579+
merge2 "^1.3.0"
5580+
micromatch "^4.0.8"
5581+
55245582
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
55255583
version "2.1.0"
55265584
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -6295,7 +6353,7 @@ ieee754@^1.1.13, ieee754@^1.2.1:
62956353
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
62966354
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
62976355

6298-
ignore@^5.2.0:
6356+
ignore@^5.2.0, ignore@^5.3.1:
62996357
version "5.3.2"
63006358
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
63016359
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -7763,7 +7821,7 @@ methods@~1.1.2:
77637821
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
77647822
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
77657823

7766-
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.7, micromatch@~4.0.8:
7824+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.7, micromatch@^4.0.8, micromatch@~4.0.8:
77677825
version "4.0.8"
77687826
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
77697827
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -7846,6 +7904,13 @@ minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
78467904
dependencies:
78477905
brace-expansion "^1.1.7"
78487906

7907+
minimatch@^9.0.4:
7908+
version "9.0.5"
7909+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7910+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7911+
dependencies:
7912+
brace-expansion "^2.0.1"
7913+
78497914
minimist@^1.2.0, minimist@^1.2.6:
78507915
version "1.2.8"
78517916
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -8009,11 +8074,6 @@ nanoid@^3.3.7:
80098074
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
80108075
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
80118076

8012-
natural-compare-lite@^1.4.0:
8013-
version "1.4.0"
8014-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
8015-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
8016-
80178077
natural-compare@^1.4.0:
80188078
version "1.4.0"
80198079
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -10377,6 +10437,11 @@ triple-beam@^1.3.0:
1037710437
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.4.1.tgz#6fde70271dc6e5d73ca0c3b24e2d92afb7441984"
1037810438
integrity sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==
1037910439

10440+
ts-api-utils@^2.0.0:
10441+
version "2.0.0"
10442+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
10443+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
10444+
1038010445
ts-key-enum@^2.0.12:
1038110446
version "2.0.13"
1038210447
resolved "https://registry.yarnpkg.com/ts-key-enum/-/ts-key-enum-2.0.13.tgz#527e7b9534ab6568b369ee21a155563358cd1482"

0 commit comments

Comments
 (0)