Skip to content

Commit 61c1814

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 21f00ce commit 61c1814

File tree

2 files changed

+104
-82
lines changed

2 files changed

+104
-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.1",
6464
"@privyid/eslint-config-persona": "1.0.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.19.0",
67+
"@typescript-eslint/parser": "8.19.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: 102 additions & 80 deletions
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
@@ -2251,8 +2251,8 @@ __metadata:
22512251
"@nuxt/test-utils": "npm:3.15.1"
22522252
"@privyid/eslint-config-persona": "npm:1.0.0"
22532253
"@privyid/nhp": "npm:1.0.1"
2254-
"@typescript-eslint/eslint-plugin": "npm:5.62.0"
2255-
"@typescript-eslint/parser": "npm:5.62.0"
2254+
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
2255+
"@typescript-eslint/parser": "npm:8.19.0"
22562256
"@vitest/coverage-v8": "npm:2.1.8"
22572257
"@vue/eslint-config-typescript": "npm:13.0.0"
22582258
axios: "npm:^1.7.2"
@@ -2595,7 +2595,7 @@ __metadata:
25952595
languageName: node
25962596
linkType: hard
25972597

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

2635-
"@types/semver@npm:^7.3.12":
2636-
version: 7.5.8
2637-
resolution: "@types/semver@npm:7.5.8"
2638-
checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178
2639-
languageName: node
2640-
linkType: hard
2641-
26422635
"@types/statuses@npm:^2.0.4":
26432636
version: 2.0.5
26442637
resolution: "@types/statuses@npm:2.0.5"
@@ -2653,27 +2646,24 @@ __metadata:
26532646
languageName: node
26542647
linkType: hard
26552648

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

@@ -2721,7 +2711,23 @@ __metadata:
27212711
languageName: node
27222712
linkType: hard
27232713

2724-
"@typescript-eslint/parser@npm:5.62.0, @typescript-eslint/parser@npm:^5.43.0":
2714+
"@typescript-eslint/parser@npm:8.19.0":
2715+
version: 8.19.0
2716+
resolution: "@typescript-eslint/parser@npm:8.19.0"
2717+
dependencies:
2718+
"@typescript-eslint/scope-manager": "npm:8.19.0"
2719+
"@typescript-eslint/types": "npm:8.19.0"
2720+
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2721+
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2722+
debug: "npm:^4.3.4"
2723+
peerDependencies:
2724+
eslint: ^8.57.0 || ^9.0.0
2725+
typescript: ">=4.8.4 <5.8.0"
2726+
checksum: 10/7e1bd88be87dd59645a314d50fda4cc2c038c9426a80a27a6d85c31b8b2d219451395280f0a59565275342af80b0a611ca650c704302f39ebc392e22a98a2950
2727+
languageName: node
2728+
linkType: hard
2729+
2730+
"@typescript-eslint/parser@npm:^5.43.0":
27252731
version: 5.62.0
27262732
resolution: "@typescript-eslint/parser@npm:5.62.0"
27272733
dependencies:
@@ -2802,20 +2808,13 @@ __metadata:
28022808
languageName: node
28032809
linkType: hard
28042810

2805-
"@typescript-eslint/type-utils@npm:5.62.0":
2806-
version: 5.62.0
2807-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
2811+
"@typescript-eslint/scope-manager@npm:8.19.0":
2812+
version: 8.19.0
2813+
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
28082814
dependencies:
2809-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
2810-
"@typescript-eslint/utils": "npm:5.62.0"
2811-
debug: "npm:^4.3.4"
2812-
tsutils: "npm:^3.21.0"
2813-
peerDependencies:
2814-
eslint: "*"
2815-
peerDependenciesMeta:
2816-
typescript:
2817-
optional: true
2818-
checksum: 10/f9a4398d6d2aae09e3e765eff04cf4ab364376a87868031ac5c6a64c9bbb555cb1a7f99b07b3d1017e7422725b5f0bbee537f13b82ab2d930f161c987b3dece0
2815+
"@typescript-eslint/types": "npm:8.19.0"
2816+
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2817+
checksum: 10/ab7f72533c62b6e7c87e4c91c187098e1026a8d67044c2a8376affede949c7c2f3d1b4bec0047d4001cd16c3a30db0b01672f596ef284d12b143cd4a984cdfdc
28192818
languageName: node
28202819
linkType: hard
28212820

@@ -2851,6 +2850,21 @@ __metadata:
28512850
languageName: node
28522851
linkType: hard
28532852

2853+
"@typescript-eslint/type-utils@npm:8.19.0":
2854+
version: 8.19.0
2855+
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
2856+
dependencies:
2857+
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2858+
"@typescript-eslint/utils": "npm:8.19.0"
2859+
debug: "npm:^4.3.4"
2860+
ts-api-utils: "npm:^1.3.0"
2861+
peerDependencies:
2862+
eslint: ^8.57.0 || ^9.0.0
2863+
typescript: ">=4.8.4 <5.8.0"
2864+
checksum: 10/c8fc5ca2a3f0b701389a2c45ee1ebc5ca211769164b822d54af873a7f1735a160845fcdd14a988a547dda12e1a3249ecef5bc381a1d067b1ab9e6bbf6398f509
2865+
languageName: node
2866+
linkType: hard
2867+
28542868
"@typescript-eslint/types@npm:5.62.0":
28552869
version: 5.62.0
28562870
resolution: "@typescript-eslint/types@npm:5.62.0"
@@ -2872,6 +2886,13 @@ __metadata:
28722886
languageName: node
28732887
linkType: hard
28742888

2889+
"@typescript-eslint/types@npm:8.19.0":
2890+
version: 8.19.0
2891+
resolution: "@typescript-eslint/types@npm:8.19.0"
2892+
checksum: 10/1bf02b6fcae72ccd60bbd9858e8e13ff49332bb819e9479d48b081026b62512baa8f72f2123bb3abdf816cc667aae25b311db941bee737afad6118189f761a17
2893+
languageName: node
2894+
linkType: hard
2895+
28752896
"@typescript-eslint/typescript-estree@npm:5.62.0":
28762897
version: 5.62.0
28772898
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2927,21 +2948,21 @@ __metadata:
29272948
languageName: node
29282949
linkType: hard
29292950

2930-
"@typescript-eslint/utils@npm:5.62.0":
2931-
version: 5.62.0
2932-
resolution: "@typescript-eslint/utils@npm:5.62.0"
2951+
"@typescript-eslint/typescript-estree@npm:8.19.0":
2952+
version: 8.19.0
2953+
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
29332954
dependencies:
2934-
"@eslint-community/eslint-utils": "npm:^4.2.0"
2935-
"@types/json-schema": "npm:^7.0.9"
2936-
"@types/semver": "npm:^7.3.12"
2937-
"@typescript-eslint/scope-manager": "npm:5.62.0"
2938-
"@typescript-eslint/types": "npm:5.62.0"
2939-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
2940-
eslint-scope: "npm:^5.1.1"
2941-
semver: "npm:^7.3.7"
2955+
"@typescript-eslint/types": "npm:8.19.0"
2956+
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2957+
debug: "npm:^4.3.4"
2958+
fast-glob: "npm:^3.3.2"
2959+
is-glob: "npm:^4.0.3"
2960+
minimatch: "npm:^9.0.4"
2961+
semver: "npm:^7.6.0"
2962+
ts-api-utils: "npm:^1.3.0"
29422963
peerDependencies:
2943-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2944-
checksum: 10/15ef13e43998a082b15f85db979f8d3ceb1f9ce4467b8016c267b1738d5e7cdb12aa90faf4b4e6dd6486c236cf9d33c463200465cf25ff997dbc0f12358550a1
2964+
typescript: ">=4.8.4 <5.8.0"
2965+
checksum: 10/6d396f82079f67d32a5ef644767697e8bbd79d166cc5ea034dcc2b146a62744de91d87885495ecfe3d9a0de98413e4dbb618b76bd657377df174cd2d12bab863
29452966
languageName: node
29462967
linkType: hard
29472968

@@ -2974,6 +2995,21 @@ __metadata:
29742995
languageName: node
29752996
linkType: hard
29762997

2998+
"@typescript-eslint/utils@npm:8.19.0":
2999+
version: 8.19.0
3000+
resolution: "@typescript-eslint/utils@npm:8.19.0"
3001+
dependencies:
3002+
"@eslint-community/eslint-utils": "npm:^4.4.0"
3003+
"@typescript-eslint/scope-manager": "npm:8.19.0"
3004+
"@typescript-eslint/types": "npm:8.19.0"
3005+
"@typescript-eslint/typescript-estree": "npm:8.19.0"
3006+
peerDependencies:
3007+
eslint: ^8.57.0 || ^9.0.0
3008+
typescript: ">=4.8.4 <5.8.0"
3009+
checksum: 10/e57f5e5d6fc00be3596f58be77904b66079f67a61effa633372ebcc92a0b6090f71183b3be145c55b5a5ab8f0536f98f0034c4d9a8031c1422e4e2753b97fd21
3010+
languageName: node
3011+
linkType: hard
3012+
29773013
"@typescript-eslint/visitor-keys@npm:5.62.0":
29783014
version: 5.62.0
29793015
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -3004,6 +3040,16 @@ __metadata:
30043040
languageName: node
30053041
linkType: hard
30063042

3043+
"@typescript-eslint/visitor-keys@npm:8.19.0":
3044+
version: 8.19.0
3045+
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
3046+
dependencies:
3047+
"@typescript-eslint/types": "npm:8.19.0"
3048+
eslint-visitor-keys: "npm:^4.2.0"
3049+
checksum: 10/065b95253be57cf5e8f15ebb09dbcb70e97cd37d238a6cf3d4be3c7bc42e94d77a062e8f97a2333a2e03eb58c736c00ec0ab3b7a1bddfef30387eb167776116e
3050+
languageName: node
3051+
linkType: hard
3052+
30073053
"@ungap/structured-clone@npm:^1.2.0":
30083054
version: 1.2.0
30093055
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -6185,16 +6231,6 @@ __metadata:
61856231
languageName: node
61866232
linkType: hard
61876233

6188-
"eslint-scope@npm:^5.1.1":
6189-
version: 5.1.1
6190-
resolution: "eslint-scope@npm:5.1.1"
6191-
dependencies:
6192-
esrecurse: "npm:^4.3.0"
6193-
estraverse: "npm:^4.1.1"
6194-
checksum: 10/c541ef384c92eb5c999b7d3443d80195fcafb3da335500946f6db76539b87d5826c8f2e1d23bf6afc3154ba8cd7c8e566f8dc00f1eea25fdf3afc8fb9c87b238
6195-
languageName: node
6196-
linkType: hard
6197-
61986234
"eslint-scope@npm:^7.1.1, eslint-scope@npm:^7.2.2":
61996235
version: 7.2.2
62006236
resolution: "eslint-scope@npm:7.2.2"
@@ -6359,13 +6395,6 @@ __metadata:
63596395
languageName: node
63606396
linkType: hard
63616397

6362-
"estraverse@npm:^4.1.1":
6363-
version: 4.3.0
6364-
resolution: "estraverse@npm:4.3.0"
6365-
checksum: 10/3f67ad02b6dbfaddd9ea459cf2b6ef4ecff9a6082a7af9d22e445b9abc082ad9ca47e1825557b293fcdae477f4714e561123e30bb6a5b2f184fb2bad4a9497eb
6366-
languageName: node
6367-
linkType: hard
6368-
63696398
"estraverse@npm:^5.1.0, estraverse@npm:^5.2.0, estraverse@npm:^5.3.0":
63706399
version: 5.3.0
63716400
resolution: "estraverse@npm:5.3.0"
@@ -9059,13 +9088,6 @@ __metadata:
90599088
languageName: node
90609089
linkType: hard
90619090

9062-
"natural-compare-lite@npm:^1.4.0":
9063-
version: 1.4.0
9064-
resolution: "natural-compare-lite@npm:1.4.0"
9065-
checksum: 10/5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
9066-
languageName: node
9067-
linkType: hard
9068-
90699091
"natural-compare@npm:^1.4.0":
90709092
version: 1.4.0
90719093
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)