Skip to content

Commit 617f410

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent b1d21d4 commit 617f410

File tree

2 files changed

+111
-82
lines changed

2 files changed

+111
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@nuxt/test-utils": "3.15.0",
6464
"@privyid/eslint-config-persona": "0.27.0",
6565
"@privyid/nhp": "1.0.1",
66-
"@typescript-eslint/eslint-plugin": "5.62.0",
67-
"@typescript-eslint/parser": "5.62.0",
66+
"@typescript-eslint/eslint-plugin": "8.18.0",
67+
"@typescript-eslint/parser": "8.18.0",
6868
"@vitest/coverage-v8": "2.1.8",
6969
"@vue/eslint-config-typescript": "13.0.0",
7070
"changelogen": "0.5.7",

yarn.lock

Lines changed: 109 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ __metadata:
11751175
languageName: node
11761176
linkType: hard
11771177

1178-
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.8.0, @eslint-community/regexpp@npm:^4.9.1":
1178+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.8.0, @eslint-community/regexpp@npm:^4.9.1":
11791179
version: 4.10.0
11801180
resolution: "@eslint-community/regexpp@npm:4.10.0"
11811181
checksum: 10/8c36169c815fc5d726078e8c71a5b592957ee60d08c6470f9ce0187c8046af1a00afbda0a065cc40ff18d5d83f82aed9793c6818f7304a74a7488dc9f3ecbd42
@@ -2211,8 +2211,8 @@ __metadata:
22112211
"@nuxt/test-utils": "npm:3.15.0"
22122212
"@privyid/eslint-config-persona": "npm:0.27.0"
22132213
"@privyid/nhp": "npm:1.0.1"
2214-
"@typescript-eslint/eslint-plugin": "npm:5.62.0"
2215-
"@typescript-eslint/parser": "npm:5.62.0"
2214+
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
2215+
"@typescript-eslint/parser": "npm:8.18.0"
22162216
"@vitest/coverage-v8": "npm:2.1.8"
22172217
"@vue/eslint-config-typescript": "npm:13.0.0"
22182218
axios: "npm:^1.7.2"
@@ -2572,7 +2572,7 @@ __metadata:
25722572
languageName: node
25732573
linkType: hard
25742574

2575-
"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.9":
2575+
"@types/json-schema@npm:*":
25762576
version: 7.0.15
25772577
resolution: "@types/json-schema@npm:7.0.15"
25782578
checksum: 10/1a3c3e06236e4c4aab89499c428d585527ce50c24fe8259e8b3926d3df4cfbbbcf306cfc73ddfb66cbafc973116efd15967020b0f738f63e09e64c7d260519e7
@@ -2618,13 +2618,6 @@ __metadata:
26182618
languageName: node
26192619
linkType: hard
26202620

2621-
"@types/semver@npm:^7.3.12":
2622-
version: 7.5.8
2623-
resolution: "@types/semver@npm:7.5.8"
2624-
checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178
2625-
languageName: node
2626-
linkType: hard
2627-
26282621
"@types/statuses@npm:^2.0.4":
26292622
version: 2.0.5
26302623
resolution: "@types/statuses@npm:2.0.5"
@@ -2646,27 +2639,24 @@ __metadata:
26462639
languageName: node
26472640
linkType: hard
26482641

2649-
"@typescript-eslint/eslint-plugin@npm:5.62.0":
2650-
version: 5.62.0
2651-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
2642+
"@typescript-eslint/eslint-plugin@npm:8.18.0":
2643+
version: 8.18.0
2644+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
26522645
dependencies:
2653-
"@eslint-community/regexpp": "npm:^4.4.0"
2654-
"@typescript-eslint/scope-manager": "npm:5.62.0"
2655-
"@typescript-eslint/type-utils": "npm:5.62.0"
2656-
"@typescript-eslint/utils": "npm:5.62.0"
2657-
debug: "npm:^4.3.4"
2646+
"@eslint-community/regexpp": "npm:^4.10.0"
2647+
"@typescript-eslint/scope-manager": "npm:8.18.0"
2648+
"@typescript-eslint/type-utils": "npm:8.18.0"
2649+
"@typescript-eslint/utils": "npm:8.18.0"
2650+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
26582651
graphemer: "npm:^1.4.0"
2659-
ignore: "npm:^5.2.0"
2660-
natural-compare-lite: "npm:^1.4.0"
2661-
semver: "npm:^7.3.7"
2662-
tsutils: "npm:^3.21.0"
2652+
ignore: "npm:^5.3.1"
2653+
natural-compare: "npm:^1.4.0"
2654+
ts-api-utils: "npm:^1.3.0"
26632655
peerDependencies:
2664-
"@typescript-eslint/parser": ^5.0.0
2665-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2666-
peerDependenciesMeta:
2667-
typescript:
2668-
optional: true
2669-
checksum: 10/9cc8319c6fd8a21938f5b69476974a7e778c283a55ef9fad183c850995b9adcb0087d57cea7b2ac6b9449570eee983aad39491d14cdd2e52d6b4b0485e7b2482
2656+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2657+
eslint: ^8.57.0 || ^9.0.0
2658+
typescript: ">=4.8.4 <5.8.0"
2659+
checksum: 10/fc163212ab626b8880bcc6c166da6e1c907c1e9eac720a217e58bec64af3866dc18e990a15a7dcd9593643f390d921625a89fb235a7e126fbb0a2f52e4abf0f5
26702660
languageName: node
26712661
linkType: hard
26722662

@@ -2716,7 +2706,23 @@ __metadata:
27162706
languageName: node
27172707
linkType: hard
27182708

2719-
"@typescript-eslint/parser@npm:5.62.0, @typescript-eslint/parser@npm:^5.43.0":
2709+
"@typescript-eslint/parser@npm:8.18.0":
2710+
version: 8.18.0
2711+
resolution: "@typescript-eslint/parser@npm:8.18.0"
2712+
dependencies:
2713+
"@typescript-eslint/scope-manager": "npm:8.18.0"
2714+
"@typescript-eslint/types": "npm:8.18.0"
2715+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2716+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2717+
debug: "npm:^4.3.4"
2718+
peerDependencies:
2719+
eslint: ^8.57.0 || ^9.0.0
2720+
typescript: ">=4.8.4 <5.8.0"
2721+
checksum: 10/5f4a1c431868ee677a6a1f55197c26c5c6e528a07fd8d8dee3648697c3617343693709c9f77cba86f8bdc1738c5727f5badfd3a9745f0e0719edb77fd0c01ba3
2722+
languageName: node
2723+
linkType: hard
2724+
2725+
"@typescript-eslint/parser@npm:^5.43.0":
27202726
version: 5.62.0
27212727
resolution: "@typescript-eslint/parser@npm:5.62.0"
27222728
dependencies:
@@ -2809,20 +2815,13 @@ __metadata:
28092815
languageName: node
28102816
linkType: hard
28112817

2812-
"@typescript-eslint/type-utils@npm:5.62.0":
2813-
version: 5.62.0
2814-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
2818+
"@typescript-eslint/scope-manager@npm:8.18.0":
2819+
version: 8.18.0
2820+
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
28152821
dependencies:
2816-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
2817-
"@typescript-eslint/utils": "npm:5.62.0"
2818-
debug: "npm:^4.3.4"
2819-
tsutils: "npm:^3.21.0"
2820-
peerDependencies:
2821-
eslint: "*"
2822-
peerDependenciesMeta:
2823-
typescript:
2824-
optional: true
2825-
checksum: 10/f9a4398d6d2aae09e3e765eff04cf4ab364376a87868031ac5c6a64c9bbb555cb1a7f99b07b3d1017e7422725b5f0bbee537f13b82ab2d930f161c987b3dece0
2822+
"@typescript-eslint/types": "npm:8.18.0"
2823+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2824+
checksum: 10/869fd569a1f98cd284001062cca501e25ef7079c761242926d3b35454da64e398391ddb9d686adb34bf7bee6446491617b52c54ba54db07ee637ad4ef024d262
28262825
languageName: node
28272826
linkType: hard
28282827

@@ -2858,6 +2857,21 @@ __metadata:
28582857
languageName: node
28592858
linkType: hard
28602859

2860+
"@typescript-eslint/type-utils@npm:8.18.0":
2861+
version: 8.18.0
2862+
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
2863+
dependencies:
2864+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2865+
"@typescript-eslint/utils": "npm:8.18.0"
2866+
debug: "npm:^4.3.4"
2867+
ts-api-utils: "npm:^1.3.0"
2868+
peerDependencies:
2869+
eslint: ^8.57.0 || ^9.0.0
2870+
typescript: ">=4.8.4 <5.8.0"
2871+
checksum: 10/d857a0b6a52aad10dfd51465b8fc667f579c4a590e7fedd372f834abd2fb438186e2ebc25b61f8a5e4a90d40ebdf614367088d73ec7fe5ac0e8c9dc47ae02258
2872+
languageName: node
2873+
linkType: hard
2874+
28612875
"@typescript-eslint/types@npm:5.62.0":
28622876
version: 5.62.0
28632877
resolution: "@typescript-eslint/types@npm:5.62.0"
@@ -2886,6 +2900,13 @@ __metadata:
28862900
languageName: node
28872901
linkType: hard
28882902

2903+
"@typescript-eslint/types@npm:8.18.0":
2904+
version: 8.18.0
2905+
resolution: "@typescript-eslint/types@npm:8.18.0"
2906+
checksum: 10/6c6473c169671ca946df7c1e0e424e5296dd44d89833d5c82a0ec0fdb2c668c62f8de31c85b18754d332198f18340cf2b6f13d3b13d02770ee9d1a93a099f069
2907+
languageName: node
2908+
linkType: hard
2909+
28892910
"@typescript-eslint/typescript-estree@npm:5.62.0":
28902911
version: 5.62.0
28912912
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2961,21 +2982,21 @@ __metadata:
29612982
languageName: node
29622983
linkType: hard
29632984

2964-
"@typescript-eslint/utils@npm:5.62.0":
2965-
version: 5.62.0
2966-
resolution: "@typescript-eslint/utils@npm:5.62.0"
2985+
"@typescript-eslint/typescript-estree@npm:8.18.0":
2986+
version: 8.18.0
2987+
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
29672988
dependencies:
2968-
"@eslint-community/eslint-utils": "npm:^4.2.0"
2969-
"@types/json-schema": "npm:^7.0.9"
2970-
"@types/semver": "npm:^7.3.12"
2971-
"@typescript-eslint/scope-manager": "npm:5.62.0"
2972-
"@typescript-eslint/types": "npm:5.62.0"
2973-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
2974-
eslint-scope: "npm:^5.1.1"
2975-
semver: "npm:^7.3.7"
2989+
"@typescript-eslint/types": "npm:8.18.0"
2990+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2991+
debug: "npm:^4.3.4"
2992+
fast-glob: "npm:^3.3.2"
2993+
is-glob: "npm:^4.0.3"
2994+
minimatch: "npm:^9.0.4"
2995+
semver: "npm:^7.6.0"
2996+
ts-api-utils: "npm:^1.3.0"
29762997
peerDependencies:
2977-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2978-
checksum: 10/15ef13e43998a082b15f85db979f8d3ceb1f9ce4467b8016c267b1738d5e7cdb12aa90faf4b4e6dd6486c236cf9d33c463200465cf25ff997dbc0f12358550a1
2998+
typescript: ">=4.8.4 <5.8.0"
2999+
checksum: 10/8ffd54a58dcc2c1b33f55c29193656fde772946d9dea87e06084a242dad3098049ecff9758e215c9f27ed358c5c7dabcae96cf19bc824098e075500725faf2e1
29793000
languageName: node
29803001
linkType: hard
29813002

@@ -3007,6 +3028,21 @@ __metadata:
30073028
languageName: node
30083029
linkType: hard
30093030

3031+
"@typescript-eslint/utils@npm:8.18.0":
3032+
version: 8.18.0
3033+
resolution: "@typescript-eslint/utils@npm:8.18.0"
3034+
dependencies:
3035+
"@eslint-community/eslint-utils": "npm:^4.4.0"
3036+
"@typescript-eslint/scope-manager": "npm:8.18.0"
3037+
"@typescript-eslint/types": "npm:8.18.0"
3038+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
3039+
peerDependencies:
3040+
eslint: ^8.57.0 || ^9.0.0
3041+
typescript: ">=4.8.4 <5.8.0"
3042+
checksum: 10/ced2775200a4d88f9c1808f2f9a4dc43505939c4bcd5b60ca2e74bf291d6f6993789ce9d56f373c39476080a9f430e969258ee8111d0a7a9ea85da399151d27e
3043+
languageName: node
3044+
linkType: hard
3045+
30103046
"@typescript-eslint/utils@npm:^7.4.0":
30113047
version: 7.9.0
30123048
resolution: "@typescript-eslint/utils@npm:7.9.0"
@@ -3061,6 +3097,16 @@ __metadata:
30613097
languageName: node
30623098
linkType: hard
30633099

3100+
"@typescript-eslint/visitor-keys@npm:8.18.0":
3101+
version: 8.18.0
3102+
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
3103+
dependencies:
3104+
"@typescript-eslint/types": "npm:8.18.0"
3105+
eslint-visitor-keys: "npm:^4.2.0"
3106+
checksum: 10/6b2e1e471097ddd903dcb125ba8ff42bf4262fc4f408ca3afacf4161cff6f06b7ab4a6a7dd273e34b61a676f89a00535de7497c77d9001a10512ba3fe7d91971
3107+
languageName: node
3108+
linkType: hard
3109+
30643110
"@ungap/structured-clone@npm:^1.2.0":
30653111
version: 1.2.0
30663112
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -6241,16 +6287,6 @@ __metadata:
62416287
languageName: node
62426288
linkType: hard
62436289

6244-
"eslint-scope@npm:^5.1.1":
6245-
version: 5.1.1
6246-
resolution: "eslint-scope@npm:5.1.1"
6247-
dependencies:
6248-
esrecurse: "npm:^4.3.0"
6249-
estraverse: "npm:^4.1.1"
6250-
checksum: 10/c541ef384c92eb5c999b7d3443d80195fcafb3da335500946f6db76539b87d5826c8f2e1d23bf6afc3154ba8cd7c8e566f8dc00f1eea25fdf3afc8fb9c87b238
6251-
languageName: node
6252-
linkType: hard
6253-
62546290
"eslint-scope@npm:^7.1.1, eslint-scope@npm:^7.2.2":
62556291
version: 7.2.2
62566292
resolution: "eslint-scope@npm:7.2.2"
@@ -6309,6 +6345,13 @@ __metadata:
63096345
languageName: node
63106346
linkType: hard
63116347

6348+
"eslint-visitor-keys@npm:^4.2.0":
6349+
version: 4.2.0
6350+
resolution: "eslint-visitor-keys@npm:4.2.0"
6351+
checksum: 10/9651b3356b01760e586b4c631c5268c0e1a85236e3292bf754f0472f465bf9a856c0ddc261fceace155334118c0151778effafbab981413dbf9288349343fa25
6352+
languageName: node
6353+
linkType: hard
6354+
63126355
"eslint@npm:8.57.1":
63136356
version: 8.57.1
63146357
resolution: "eslint@npm:8.57.1"
@@ -6397,13 +6440,6 @@ __metadata:
63976440
languageName: node
63986441
linkType: hard
63996442

6400-
"estraverse@npm:^4.1.1":
6401-
version: 4.3.0
6402-
resolution: "estraverse@npm:4.3.0"
6403-
checksum: 10/3f67ad02b6dbfaddd9ea459cf2b6ef4ecff9a6082a7af9d22e445b9abc082ad9ca47e1825557b293fcdae477f4714e561123e30bb6a5b2f184fb2bad4a9497eb
6404-
languageName: node
6405-
linkType: hard
6406-
64076443
"estraverse@npm:^5.1.0, estraverse@npm:^5.2.0, estraverse@npm:^5.3.0":
64086444
version: 5.3.0
64096445
resolution: "estraverse@npm:5.3.0"
@@ -9089,13 +9125,6 @@ __metadata:
90899125
languageName: node
90909126
linkType: hard
90919127

9092-
"natural-compare-lite@npm:^1.4.0":
9093-
version: 1.4.0
9094-
resolution: "natural-compare-lite@npm:1.4.0"
9095-
checksum: 10/5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
9096-
languageName: node
9097-
linkType: hard
9098-
90999128
"natural-compare@npm:^1.4.0":
91009129
version: 1.4.0
91019130
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)