Skip to content

Commit 31a8971

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent c25147e commit 31a8971

2 files changed

Lines changed: 105 additions & 53 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"@types/jest": "^27.5.2",
6969
"@types/jsonwebtoken": "^9.0.6",
7070
"@types/redis": "^2.8.32",
71-
"@typescript-eslint/eslint-plugin": "^5.62.0",
72-
"@typescript-eslint/parser": "^5.62.0",
71+
"@typescript-eslint/eslint-plugin": "^8.6.0",
72+
"@typescript-eslint/parser": "^8.6.0",
7373
"babel-jest": "^27.5.1",
7474
"codecov": "^3.8.3",
7575
"eslint-config-4catalyzer": "^1.5.0",

yarn.lock

Lines changed: 103 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,17 +1281,17 @@
12811281
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
12821282
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
12831283

1284-
"@eslint-community/eslint-utils@^4.2.0":
1284+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
12851285
version "4.4.0"
12861286
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
12871287
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
12881288
dependencies:
12891289
eslint-visitor-keys "^3.3.0"
12901290

1291-
"@eslint-community/regexpp@^4.4.0":
1292-
version "4.11.0"
1293-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
1294-
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
1291+
"@eslint-community/regexpp@^4.10.0":
1292+
version "4.11.1"
1293+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
1294+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
12951295

12961296
"@eslint/eslintrc@^0.4.3":
12971297
version "0.4.3"
@@ -2398,30 +2398,30 @@
23982398
dependencies:
23992399
"@types/yargs-parser" "*"
24002400

2401-
"@typescript-eslint/eslint-plugin@^5.62.0":
2402-
version "5.62.0"
2403-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2404-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2401+
"@typescript-eslint/eslint-plugin@^8.6.0":
2402+
version "8.6.0"
2403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999"
2404+
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==
24052405
dependencies:
2406-
"@eslint-community/regexpp" "^4.4.0"
2407-
"@typescript-eslint/scope-manager" "5.62.0"
2408-
"@typescript-eslint/type-utils" "5.62.0"
2409-
"@typescript-eslint/utils" "5.62.0"
2410-
debug "^4.3.4"
2406+
"@eslint-community/regexpp" "^4.10.0"
2407+
"@typescript-eslint/scope-manager" "8.6.0"
2408+
"@typescript-eslint/type-utils" "8.6.0"
2409+
"@typescript-eslint/utils" "8.6.0"
2410+
"@typescript-eslint/visitor-keys" "8.6.0"
24112411
graphemer "^1.4.0"
2412-
ignore "^5.2.0"
2413-
natural-compare-lite "^1.4.0"
2414-
semver "^7.3.7"
2415-
tsutils "^3.21.0"
2412+
ignore "^5.3.1"
2413+
natural-compare "^1.4.0"
2414+
ts-api-utils "^1.3.0"
24162415

2417-
"@typescript-eslint/parser@^5.62.0":
2418-
version "5.62.0"
2419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2420-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2416+
"@typescript-eslint/parser@^8.6.0":
2417+
version "8.6.0"
2418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6"
2419+
integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==
24212420
dependencies:
2422-
"@typescript-eslint/scope-manager" "5.62.0"
2423-
"@typescript-eslint/types" "5.62.0"
2424-
"@typescript-eslint/typescript-estree" "5.62.0"
2421+
"@typescript-eslint/scope-manager" "8.6.0"
2422+
"@typescript-eslint/types" "8.6.0"
2423+
"@typescript-eslint/typescript-estree" "8.6.0"
2424+
"@typescript-eslint/visitor-keys" "8.6.0"
24252425
debug "^4.3.4"
24262426

24272427
"@typescript-eslint/scope-manager@5.62.0":
@@ -2432,21 +2432,34 @@
24322432
"@typescript-eslint/types" "5.62.0"
24332433
"@typescript-eslint/visitor-keys" "5.62.0"
24342434

2435-
"@typescript-eslint/type-utils@5.62.0":
2436-
version "5.62.0"
2437-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2438-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2435+
"@typescript-eslint/scope-manager@8.6.0":
2436+
version "8.6.0"
2437+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982"
2438+
integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==
24392439
dependencies:
2440-
"@typescript-eslint/typescript-estree" "5.62.0"
2441-
"@typescript-eslint/utils" "5.62.0"
2440+
"@typescript-eslint/types" "8.6.0"
2441+
"@typescript-eslint/visitor-keys" "8.6.0"
2442+
2443+
"@typescript-eslint/type-utils@8.6.0":
2444+
version "8.6.0"
2445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0"
2446+
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==
2447+
dependencies:
2448+
"@typescript-eslint/typescript-estree" "8.6.0"
2449+
"@typescript-eslint/utils" "8.6.0"
24422450
debug "^4.3.4"
2443-
tsutils "^3.21.0"
2451+
ts-api-utils "^1.3.0"
24442452

24452453
"@typescript-eslint/types@5.62.0":
24462454
version "5.62.0"
24472455
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
24482456
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
24492457

2458+
"@typescript-eslint/types@8.6.0":
2459+
version "8.6.0"
2460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
2461+
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
2462+
24502463
"@typescript-eslint/typescript-estree@5.62.0":
24512464
version "5.62.0"
24522465
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2460,7 +2473,31 @@
24602473
semver "^7.3.7"
24612474
tsutils "^3.21.0"
24622475

2463-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
2476+
"@typescript-eslint/typescript-estree@8.6.0":
2477+
version "8.6.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01"
2479+
integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==
2480+
dependencies:
2481+
"@typescript-eslint/types" "8.6.0"
2482+
"@typescript-eslint/visitor-keys" "8.6.0"
2483+
debug "^4.3.4"
2484+
fast-glob "^3.3.2"
2485+
is-glob "^4.0.3"
2486+
minimatch "^9.0.4"
2487+
semver "^7.6.0"
2488+
ts-api-utils "^1.3.0"
2489+
2490+
"@typescript-eslint/utils@8.6.0":
2491+
version "8.6.0"
2492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c"
2493+
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==
2494+
dependencies:
2495+
"@eslint-community/eslint-utils" "^4.4.0"
2496+
"@typescript-eslint/scope-manager" "8.6.0"
2497+
"@typescript-eslint/types" "8.6.0"
2498+
"@typescript-eslint/typescript-estree" "8.6.0"
2499+
2500+
"@typescript-eslint/utils@^5.10.0":
24642501
version "5.62.0"
24652502
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
24662503
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2482,6 +2519,14 @@
24822519
"@typescript-eslint/types" "5.62.0"
24832520
eslint-visitor-keys "^3.3.0"
24842521

2522+
"@typescript-eslint/visitor-keys@8.6.0":
2523+
version "8.6.0"
2524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f"
2525+
integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==
2526+
dependencies:
2527+
"@typescript-eslint/types" "8.6.0"
2528+
eslint-visitor-keys "^3.4.3"
2529+
24852530
JSONStream@^1.0.4:
24862531
version "1.3.5"
24872532
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -5380,10 +5425,10 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
53805425
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
53815426
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
53825427

5383-
eslint-visitor-keys@^3.3.0:
5384-
version "3.3.0"
5385-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
5386-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
5428+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
5429+
version "3.4.3"
5430+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
5431+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
53875432

53885433
eslint@^7.32.0:
53895434
version "7.32.0"
@@ -5698,10 +5743,10 @@ fast-glob@^2.2.6:
56985743
merge2 "^1.2.3"
56995744
micromatch "^3.1.10"
57005745

5701-
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7, fast-glob@^3.2.9:
5702-
version "3.2.11"
5703-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5704-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5746+
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2:
5747+
version "3.3.2"
5748+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
5749+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
57055750
dependencies:
57065751
"@nodelib/fs.stat" "^2.0.2"
57075752
"@nodelib/fs.walk" "^1.2.3"
@@ -6814,10 +6859,10 @@ ignore@^4.0.3, ignore@^4.0.6:
68146859
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
68156860
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
68166861

6817-
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.9, ignore@^5.2.0:
6818-
version "5.2.0"
6819-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
6820-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
6862+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.9, ignore@^5.2.0, ignore@^5.3.1:
6863+
version "5.3.2"
6864+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
6865+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
68216866

68226867
immer@8.0.1:
68236868
version "8.0.1"
@@ -9243,6 +9288,13 @@ minimatch@^5.0.1:
92439288
dependencies:
92449289
brace-expansion "^2.0.1"
92459290

9291+
minimatch@^9.0.4:
9292+
version "9.0.5"
9293+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
9294+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
9295+
dependencies:
9296+
brace-expansion "^2.0.1"
9297+
92469298
minimist-options@4.1.0:
92479299
version "4.1.0"
92489300
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -9442,11 +9494,6 @@ nanomatch@^1.2.9:
94429494
snapdragon "^0.8.1"
94439495
to-regex "^3.0.1"
94449496

9445-
natural-compare-lite@^1.4.0:
9446-
version "1.4.0"
9447-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
9448-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
9449-
94509497
natural-compare@^1.4.0:
94519498
version "1.4.0"
94529499
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -11511,7 +11558,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0, semver@^6.3.1:
1151111558
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1151211559
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1151311560

11514-
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.4:
11561+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.4, semver@^7.6.0:
1151511562
version "7.6.3"
1151611563
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1151711564
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -12621,6 +12668,11 @@ trim-newlines@^3.0.0:
1262112668
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1262212669
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1262312670

12671+
ts-api-utils@^1.3.0:
12672+
version "1.3.0"
12673+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
12674+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
12675+
1262412676
ts-doctor@^2.0.0:
1262512677
version "2.0.0"
1262612678
resolved "https://registry.yarnpkg.com/ts-doctor/-/ts-doctor-2.0.0.tgz#545bb2978ad8f943f08c39d648fca3ed79578ff3"

0 commit comments

Comments
 (0)