Skip to content

Commit ecd489d

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 15d5a28 commit ecd489d

File tree

2 files changed

+28
-118
lines changed

2 files changed

+28
-118
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@nuxt/test-utils": "3.15.1",
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

+26-116
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ __metadata:
11991199
languageName: node
12001200
linkType: hard
12011201

1202-
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.8.0":
1202+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.8.0":
12031203
version: 4.10.0
12041204
resolution: "@eslint-community/regexpp@npm:4.10.0"
12051205
checksum: 10/8c36169c815fc5d726078e8c71a5b592957ee60d08c6470f9ce0187c8046af1a00afbda0a065cc40ff18d5d83f82aed9793c6818f7304a74a7488dc9f3ecbd42
@@ -2250,8 +2250,8 @@ __metadata:
22502250
"@nuxt/test-utils": "npm:3.15.1"
22512251
"@privyid/eslint-config-persona": "npm:0.27.0"
22522252
"@privyid/nhp": "npm:1.0.1"
2253-
"@typescript-eslint/eslint-plugin": "npm:5.62.0"
2254-
"@typescript-eslint/parser": "npm:5.62.0"
2253+
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
2254+
"@typescript-eslint/parser": "npm:8.18.0"
22552255
"@vitest/coverage-v8": "npm:2.1.8"
22562256
"@vue/eslint-config-typescript": "npm:13.0.0"
22572257
axios: "npm:^1.7.2"
@@ -2594,7 +2594,7 @@ __metadata:
25942594
languageName: node
25952595
linkType: hard
25962596

2597-
"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.9":
2597+
"@types/json-schema@npm:*":
25982598
version: 7.0.15
25992599
resolution: "@types/json-schema@npm:7.0.15"
26002600
checksum: 10/1a3c3e06236e4c4aab89499c428d585527ce50c24fe8259e8b3926d3df4cfbbbcf306cfc73ddfb66cbafc973116efd15967020b0f738f63e09e64c7d260519e7
@@ -2631,13 +2631,6 @@ __metadata:
26312631
languageName: node
26322632
linkType: hard
26332633

2634-
"@types/semver@npm:^7.3.12":
2635-
version: 7.5.8
2636-
resolution: "@types/semver@npm:7.5.8"
2637-
checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178
2638-
languageName: node
2639-
linkType: hard
2640-
26412634
"@types/statuses@npm:^2.0.4":
26422635
version: 2.0.5
26432636
resolution: "@types/statuses@npm:2.0.5"
@@ -2652,27 +2645,24 @@ __metadata:
26522645
languageName: node
26532646
linkType: hard
26542647

2655-
"@typescript-eslint/eslint-plugin@npm:5.62.0":
2656-
version: 5.62.0
2657-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
2648+
"@typescript-eslint/eslint-plugin@npm:8.18.0, @typescript-eslint/eslint-plugin@npm:^8.16.0":
2649+
version: 8.18.0
2650+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
26582651
dependencies:
2659-
"@eslint-community/regexpp": "npm:^4.4.0"
2660-
"@typescript-eslint/scope-manager": "npm:5.62.0"
2661-
"@typescript-eslint/type-utils": "npm:5.62.0"
2662-
"@typescript-eslint/utils": "npm:5.62.0"
2663-
debug: "npm:^4.3.4"
2652+
"@eslint-community/regexpp": "npm:^4.10.0"
2653+
"@typescript-eslint/scope-manager": "npm:8.18.0"
2654+
"@typescript-eslint/type-utils": "npm:8.18.0"
2655+
"@typescript-eslint/utils": "npm:8.18.0"
2656+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
26642657
graphemer: "npm:^1.4.0"
2665-
ignore: "npm:^5.2.0"
2666-
natural-compare-lite: "npm:^1.4.0"
2667-
semver: "npm:^7.3.7"
2668-
tsutils: "npm:^3.21.0"
2658+
ignore: "npm:^5.3.1"
2659+
natural-compare: "npm:^1.4.0"
2660+
ts-api-utils: "npm:^1.3.0"
26692661
peerDependencies:
2670-
"@typescript-eslint/parser": ^5.0.0
2671-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2672-
peerDependenciesMeta:
2673-
typescript:
2674-
optional: true
2675-
checksum: 10/9cc8319c6fd8a21938f5b69476974a7e778c283a55ef9fad183c850995b9adcb0087d57cea7b2ac6b9449570eee983aad39491d14cdd2e52d6b4b0485e7b2482
2662+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2663+
eslint: ^8.57.0 || ^9.0.0
2664+
typescript: ">=4.8.4 <5.8.0"
2665+
checksum: 10/fc163212ab626b8880bcc6c166da6e1c907c1e9eac720a217e58bec64af3866dc18e990a15a7dcd9593643f390d921625a89fb235a7e126fbb0a2f52e4abf0f5
26762666
languageName: node
26772667
linkType: hard
26782668

@@ -2699,28 +2689,23 @@ __metadata:
26992689
languageName: node
27002690
linkType: hard
27012691

2702-
"@typescript-eslint/eslint-plugin@npm:^8.16.0":
2692+
"@typescript-eslint/parser@npm:8.18.0, @typescript-eslint/parser@npm:^8.16.0":
27032693
version: 8.18.0
2704-
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
2694+
resolution: "@typescript-eslint/parser@npm:8.18.0"
27052695
dependencies:
2706-
"@eslint-community/regexpp": "npm:^4.10.0"
27072696
"@typescript-eslint/scope-manager": "npm:8.18.0"
2708-
"@typescript-eslint/type-utils": "npm:8.18.0"
2709-
"@typescript-eslint/utils": "npm:8.18.0"
2697+
"@typescript-eslint/types": "npm:8.18.0"
2698+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
27102699
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2711-
graphemer: "npm:^1.4.0"
2712-
ignore: "npm:^5.3.1"
2713-
natural-compare: "npm:^1.4.0"
2714-
ts-api-utils: "npm:^1.3.0"
2700+
debug: "npm:^4.3.4"
27152701
peerDependencies:
2716-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
27172702
eslint: ^8.57.0 || ^9.0.0
27182703
typescript: ">=4.8.4 <5.8.0"
2719-
checksum: 10/fc163212ab626b8880bcc6c166da6e1c907c1e9eac720a217e58bec64af3866dc18e990a15a7dcd9593643f390d921625a89fb235a7e126fbb0a2f52e4abf0f5
2704+
checksum: 10/5f4a1c431868ee677a6a1f55197c26c5c6e528a07fd8d8dee3648697c3617343693709c9f77cba86f8bdc1738c5727f5badfd3a9745f0e0719edb77fd0c01ba3
27202705
languageName: node
27212706
linkType: hard
27222707

2723-
"@typescript-eslint/parser@npm:5.62.0, @typescript-eslint/parser@npm:^5.43.0":
2708+
"@typescript-eslint/parser@npm:^5.43.0":
27242709
version: 5.62.0
27252710
resolution: "@typescript-eslint/parser@npm:5.62.0"
27262711
dependencies:
@@ -2755,22 +2740,6 @@ __metadata:
27552740
languageName: node
27562741
linkType: hard
27572742

2758-
"@typescript-eslint/parser@npm:^8.16.0":
2759-
version: 8.18.0
2760-
resolution: "@typescript-eslint/parser@npm:8.18.0"
2761-
dependencies:
2762-
"@typescript-eslint/scope-manager": "npm:8.18.0"
2763-
"@typescript-eslint/types": "npm:8.18.0"
2764-
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2765-
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2766-
debug: "npm:^4.3.4"
2767-
peerDependencies:
2768-
eslint: ^8.57.0 || ^9.0.0
2769-
typescript: ">=4.8.4 <5.8.0"
2770-
checksum: 10/5f4a1c431868ee677a6a1f55197c26c5c6e528a07fd8d8dee3648697c3617343693709c9f77cba86f8bdc1738c5727f5badfd3a9745f0e0719edb77fd0c01ba3
2771-
languageName: node
2772-
linkType: hard
2773-
27742743
"@typescript-eslint/scope-manager@npm:5.62.0":
27752744
version: 5.62.0
27762745
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -2801,23 +2770,6 @@ __metadata:
28012770
languageName: node
28022771
linkType: hard
28032772

2804-
"@typescript-eslint/type-utils@npm:5.62.0":
2805-
version: 5.62.0
2806-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
2807-
dependencies:
2808-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
2809-
"@typescript-eslint/utils": "npm:5.62.0"
2810-
debug: "npm:^4.3.4"
2811-
tsutils: "npm:^3.21.0"
2812-
peerDependencies:
2813-
eslint: "*"
2814-
peerDependenciesMeta:
2815-
typescript:
2816-
optional: true
2817-
checksum: 10/f9a4398d6d2aae09e3e765eff04cf4ab364376a87868031ac5c6a64c9bbb555cb1a7f99b07b3d1017e7422725b5f0bbee537f13b82ab2d930f161c987b3dece0
2818-
languageName: node
2819-
linkType: hard
2820-
28212773
"@typescript-eslint/type-utils@npm:7.18.0":
28222774
version: 7.18.0
28232775
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
@@ -2926,24 +2878,6 @@ __metadata:
29262878
languageName: node
29272879
linkType: hard
29282880

2929-
"@typescript-eslint/utils@npm:5.62.0":
2930-
version: 5.62.0
2931-
resolution: "@typescript-eslint/utils@npm:5.62.0"
2932-
dependencies:
2933-
"@eslint-community/eslint-utils": "npm:^4.2.0"
2934-
"@types/json-schema": "npm:^7.0.9"
2935-
"@types/semver": "npm:^7.3.12"
2936-
"@typescript-eslint/scope-manager": "npm:5.62.0"
2937-
"@typescript-eslint/types": "npm:5.62.0"
2938-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
2939-
eslint-scope: "npm:^5.1.1"
2940-
semver: "npm:^7.3.7"
2941-
peerDependencies:
2942-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2943-
checksum: 10/15ef13e43998a082b15f85db979f8d3ceb1f9ce4467b8016c267b1738d5e7cdb12aa90faf4b4e6dd6486c236cf9d33c463200465cf25ff997dbc0f12358550a1
2944-
languageName: node
2945-
linkType: hard
2946-
29472881
"@typescript-eslint/utils@npm:7.18.0":
29482882
version: 7.18.0
29492883
resolution: "@typescript-eslint/utils@npm:7.18.0"
@@ -6184,16 +6118,6 @@ __metadata:
61846118
languageName: node
61856119
linkType: hard
61866120

6187-
"eslint-scope@npm:^5.1.1":
6188-
version: 5.1.1
6189-
resolution: "eslint-scope@npm:5.1.1"
6190-
dependencies:
6191-
esrecurse: "npm:^4.3.0"
6192-
estraverse: "npm:^4.1.1"
6193-
checksum: 10/c541ef384c92eb5c999b7d3443d80195fcafb3da335500946f6db76539b87d5826c8f2e1d23bf6afc3154ba8cd7c8e566f8dc00f1eea25fdf3afc8fb9c87b238
6194-
languageName: node
6195-
linkType: hard
6196-
61976121
"eslint-scope@npm:^7.1.1, eslint-scope@npm:^7.2.2":
61986122
version: 7.2.2
61996123
resolution: "eslint-scope@npm:7.2.2"
@@ -6358,13 +6282,6 @@ __metadata:
63586282
languageName: node
63596283
linkType: hard
63606284

6361-
"estraverse@npm:^4.1.1":
6362-
version: 4.3.0
6363-
resolution: "estraverse@npm:4.3.0"
6364-
checksum: 10/3f67ad02b6dbfaddd9ea459cf2b6ef4ecff9a6082a7af9d22e445b9abc082ad9ca47e1825557b293fcdae477f4714e561123e30bb6a5b2f184fb2bad4a9497eb
6365-
languageName: node
6366-
linkType: hard
6367-
63686285
"estraverse@npm:^5.1.0, estraverse@npm:^5.2.0, estraverse@npm:^5.3.0":
63696286
version: 5.3.0
63706287
resolution: "estraverse@npm:5.3.0"
@@ -9058,13 +8975,6 @@ __metadata:
90588975
languageName: node
90598976
linkType: hard
90608977

9061-
"natural-compare-lite@npm:^1.4.0":
9062-
version: 1.4.0
9063-
resolution: "natural-compare-lite@npm:1.4.0"
9064-
checksum: 10/5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
9065-
languageName: node
9066-
linkType: hard
9067-
90688978
"natural-compare@npm:^1.4.0":
90698979
version: 1.4.0
90708980
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)