Skip to content

Commit 780ab54

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent fa975dc commit 780ab54

File tree

2 files changed

+134
-81
lines changed

2 files changed

+134
-81
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.18.0",
6464
"@privyid/eslint-config-persona": "1.2.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.34.0",
67+
"@typescript-eslint/parser": "8.34.0",
6868
"@vitest/coverage-v8": "2.1.9",
6969
"@vue/eslint-config-typescript": "13.0.0",
7070
"changelogen": "0.6.1",

yarn.lock

Lines changed: 132 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ __metadata:
16881688
languageName: node
16891689
linkType: hard
16901690

1691-
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.8.0":
1691+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.8.0":
16921692
version: 4.10.0
16931693
resolution: "@eslint-community/regexpp@npm:4.10.0"
16941694
checksum: 10/8c36169c815fc5d726078e8c71a5b592957ee60d08c6470f9ce0187c8046af1a00afbda0a065cc40ff18d5d83f82aed9793c6818f7304a74a7488dc9f3ecbd42
@@ -3013,8 +3013,8 @@ __metadata:
30133013
"@nuxt/test-utils": "npm:3.18.0"
30143014
"@privyid/eslint-config-persona": "npm:1.2.0"
30153015
"@privyid/nhp": "npm:1.0.1"
3016-
"@typescript-eslint/eslint-plugin": "npm:5.62.0"
3017-
"@typescript-eslint/parser": "npm:5.62.0"
3016+
"@typescript-eslint/eslint-plugin": "npm:8.34.0"
3017+
"@typescript-eslint/parser": "npm:8.34.0"
30183018
"@vitest/coverage-v8": "npm:2.1.9"
30193019
"@vue/eslint-config-typescript": "npm:13.0.0"
30203020
axios: "npm:^1.7.2"
@@ -3351,7 +3351,7 @@ __metadata:
33513351
languageName: node
33523352
linkType: hard
33533353

3354-
"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.15, @types/json-schema@npm:^7.0.9":
3354+
"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.15":
33553355
version: 7.0.15
33563356
resolution: "@types/json-schema@npm:7.0.15"
33573357
checksum: 10/1a3c3e06236e4c4aab89499c428d585527ce50c24fe8259e8b3926d3df4cfbbbcf306cfc73ddfb66cbafc973116efd15967020b0f738f63e09e64c7d260519e7
@@ -3395,13 +3395,6 @@ __metadata:
33953395
languageName: node
33963396
linkType: hard
33973397

3398-
"@types/semver@npm:^7.3.12":
3399-
version: 7.5.8
3400-
resolution: "@types/semver@npm:7.5.8"
3401-
checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178
3402-
languageName: node
3403-
linkType: hard
3404-
34053398
"@types/statuses@npm:^2.0.4":
34063399
version: 2.0.5
34073400
resolution: "@types/statuses@npm:2.0.5"
@@ -3432,27 +3425,24 @@ __metadata:
34323425
languageName: node
34333426
linkType: hard
34343427

3435-
"@typescript-eslint/eslint-plugin@npm:5.62.0":
3436-
version: 5.62.0
3437-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
3428+
"@typescript-eslint/eslint-plugin@npm:8.34.0":
3429+
version: 8.34.0
3430+
resolution: "@typescript-eslint/eslint-plugin@npm:8.34.0"
34383431
dependencies:
3439-
"@eslint-community/regexpp": "npm:^4.4.0"
3440-
"@typescript-eslint/scope-manager": "npm:5.62.0"
3441-
"@typescript-eslint/type-utils": "npm:5.62.0"
3442-
"@typescript-eslint/utils": "npm:5.62.0"
3443-
debug: "npm:^4.3.4"
3432+
"@eslint-community/regexpp": "npm:^4.10.0"
3433+
"@typescript-eslint/scope-manager": "npm:8.34.0"
3434+
"@typescript-eslint/type-utils": "npm:8.34.0"
3435+
"@typescript-eslint/utils": "npm:8.34.0"
3436+
"@typescript-eslint/visitor-keys": "npm:8.34.0"
34443437
graphemer: "npm:^1.4.0"
3445-
ignore: "npm:^5.2.0"
3446-
natural-compare-lite: "npm:^1.4.0"
3447-
semver: "npm:^7.3.7"
3448-
tsutils: "npm:^3.21.0"
3438+
ignore: "npm:^7.0.0"
3439+
natural-compare: "npm:^1.4.0"
3440+
ts-api-utils: "npm:^2.1.0"
34493441
peerDependencies:
3450-
"@typescript-eslint/parser": ^5.0.0
3451-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3452-
peerDependenciesMeta:
3453-
typescript:
3454-
optional: true
3455-
checksum: 10/9cc8319c6fd8a21938f5b69476974a7e778c283a55ef9fad183c850995b9adcb0087d57cea7b2ac6b9449570eee983aad39491d14cdd2e52d6b4b0485e7b2482
3442+
"@typescript-eslint/parser": ^8.34.0
3443+
eslint: ^8.57.0 || ^9.0.0
3444+
typescript: ">=4.8.4 <5.9.0"
3445+
checksum: 10/224f9e8a596e3c37fade2f2a1a9efce2fad652a768710693458e2b7c7f88c3a0e7bbbbc46d34d839c9373861fac542de6b9a7e132e36e2819b63840b9529e605
34563446
languageName: node
34573447
linkType: hard
34583448

@@ -3500,7 +3490,23 @@ __metadata:
35003490
languageName: node
35013491
linkType: hard
35023492

3503-
"@typescript-eslint/parser@npm:5.62.0, @typescript-eslint/parser@npm:^5.43.0":
3493+
"@typescript-eslint/parser@npm:8.34.0":
3494+
version: 8.34.0
3495+
resolution: "@typescript-eslint/parser@npm:8.34.0"
3496+
dependencies:
3497+
"@typescript-eslint/scope-manager": "npm:8.34.0"
3498+
"@typescript-eslint/types": "npm:8.34.0"
3499+
"@typescript-eslint/typescript-estree": "npm:8.34.0"
3500+
"@typescript-eslint/visitor-keys": "npm:8.34.0"
3501+
debug: "npm:^4.3.4"
3502+
peerDependencies:
3503+
eslint: ^8.57.0 || ^9.0.0
3504+
typescript: ">=4.8.4 <5.9.0"
3505+
checksum: 10/b4c03ff2f09fd800a8f28c24289d24e2f4bfb4745c122f5f496bf832b06f0f37b1ab31ce8d7590ff1f83253de3306d145ef7b3c7b853a4ae716cb7ff443d1c27
3506+
languageName: node
3507+
linkType: hard
3508+
3509+
"@typescript-eslint/parser@npm:^5.43.0":
35043510
version: 5.62.0
35053511
resolution: "@typescript-eslint/parser@npm:5.62.0"
35063512
dependencies:
@@ -3551,6 +3557,19 @@ __metadata:
35513557
languageName: node
35523558
linkType: hard
35533559

3560+
"@typescript-eslint/project-service@npm:8.34.0":
3561+
version: 8.34.0
3562+
resolution: "@typescript-eslint/project-service@npm:8.34.0"
3563+
dependencies:
3564+
"@typescript-eslint/tsconfig-utils": "npm:^8.34.0"
3565+
"@typescript-eslint/types": "npm:^8.34.0"
3566+
debug: "npm:^4.3.4"
3567+
peerDependencies:
3568+
typescript: ">=4.8.4 <5.9.0"
3569+
checksum: 10/04763896215c208c6b29e0b4f66ee0621878cd88fb6d9008c543db57f1d6b5d7fcc88f048c9a66ba2ed797f68e563c350e1b65403349ef75a4bc419072cef3c8
3570+
languageName: node
3571+
linkType: hard
3572+
35543573
"@typescript-eslint/scope-manager@npm:5.62.0":
35553574
version: 5.62.0
35563575
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -3581,20 +3600,22 @@ __metadata:
35813600
languageName: node
35823601
linkType: hard
35833602

3584-
"@typescript-eslint/type-utils@npm:5.62.0":
3585-
version: 5.62.0
3586-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
3603+
"@typescript-eslint/scope-manager@npm:8.34.0":
3604+
version: 8.34.0
3605+
resolution: "@typescript-eslint/scope-manager@npm:8.34.0"
35873606
dependencies:
3588-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
3589-
"@typescript-eslint/utils": "npm:5.62.0"
3590-
debug: "npm:^4.3.4"
3591-
tsutils: "npm:^3.21.0"
3607+
"@typescript-eslint/types": "npm:8.34.0"
3608+
"@typescript-eslint/visitor-keys": "npm:8.34.0"
3609+
checksum: 10/fec7bb94fb3848bdf5ab9cfaf634e56aec3ed9bc4d546f65d83bb6511452e5a4b9eed5d09f54efceb9fa3b23a451d409735359237e8c0d51233d6537e5449fa7
3610+
languageName: node
3611+
linkType: hard
3612+
3613+
"@typescript-eslint/tsconfig-utils@npm:8.34.0, @typescript-eslint/tsconfig-utils@npm:^8.34.0":
3614+
version: 8.34.0
3615+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.34.0"
35923616
peerDependencies:
3593-
eslint: "*"
3594-
peerDependenciesMeta:
3595-
typescript:
3596-
optional: true
3597-
checksum: 10/f9a4398d6d2aae09e3e765eff04cf4ab364376a87868031ac5c6a64c9bbb555cb1a7f99b07b3d1017e7422725b5f0bbee537f13b82ab2d930f161c987b3dece0
3617+
typescript: ">=4.8.4 <5.9.0"
3618+
checksum: 10/cbbca9526bd9c0309c77f9436f68c2c06712779a593a17757f1f7558ece27d9f40db2b37ebf12bd9e19cf227479083b7973c502436a0954a08406d8a598910ba
35983619
languageName: node
35993620
linkType: hard
36003621

@@ -3630,6 +3651,21 @@ __metadata:
36303651
languageName: node
36313652
linkType: hard
36323653

3654+
"@typescript-eslint/type-utils@npm:8.34.0":
3655+
version: 8.34.0
3656+
resolution: "@typescript-eslint/type-utils@npm:8.34.0"
3657+
dependencies:
3658+
"@typescript-eslint/typescript-estree": "npm:8.34.0"
3659+
"@typescript-eslint/utils": "npm:8.34.0"
3660+
debug: "npm:^4.3.4"
3661+
ts-api-utils: "npm:^2.1.0"
3662+
peerDependencies:
3663+
eslint: ^8.57.0 || ^9.0.0
3664+
typescript: ">=4.8.4 <5.9.0"
3665+
checksum: 10/e7c565868b18d66ce5de016455c5ba2dc625a845e05ad563bfdf08b1753faa11d9aef22b9dc5071c57b6e73932748505715e7b47993757f1bc244d4d6f70d688
3666+
languageName: node
3667+
linkType: hard
3668+
36333669
"@typescript-eslint/types@npm:5.62.0":
36343670
version: 5.62.0
36353671
resolution: "@typescript-eslint/types@npm:5.62.0"
@@ -3651,6 +3687,13 @@ __metadata:
36513687
languageName: node
36523688
linkType: hard
36533689

3690+
"@typescript-eslint/types@npm:8.34.0, @typescript-eslint/types@npm:^8.34.0":
3691+
version: 8.34.0
3692+
resolution: "@typescript-eslint/types@npm:8.34.0"
3693+
checksum: 10/da4dcee51e78139bdeb5832df836528c519a22c2e39b7737ae660afe024576030165424079f423a131ad56e2dca8f033943d6b48a54b4f4d296a6f7f83f5b494
3694+
languageName: node
3695+
linkType: hard
3696+
36543697
"@typescript-eslint/typescript-estree@npm:5.62.0, @typescript-eslint/typescript-estree@npm:^5.62.0":
36553698
version: 5.62.0
36563699
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -3706,21 +3749,23 @@ __metadata:
37063749
languageName: node
37073750
linkType: hard
37083751

3709-
"@typescript-eslint/utils@npm:5.62.0":
3710-
version: 5.62.0
3711-
resolution: "@typescript-eslint/utils@npm:5.62.0"
3752+
"@typescript-eslint/typescript-estree@npm:8.34.0":
3753+
version: 8.34.0
3754+
resolution: "@typescript-eslint/typescript-estree@npm:8.34.0"
37123755
dependencies:
3713-
"@eslint-community/eslint-utils": "npm:^4.2.0"
3714-
"@types/json-schema": "npm:^7.0.9"
3715-
"@types/semver": "npm:^7.3.12"
3716-
"@typescript-eslint/scope-manager": "npm:5.62.0"
3717-
"@typescript-eslint/types": "npm:5.62.0"
3718-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
3719-
eslint-scope: "npm:^5.1.1"
3720-
semver: "npm:^7.3.7"
3756+
"@typescript-eslint/project-service": "npm:8.34.0"
3757+
"@typescript-eslint/tsconfig-utils": "npm:8.34.0"
3758+
"@typescript-eslint/types": "npm:8.34.0"
3759+
"@typescript-eslint/visitor-keys": "npm:8.34.0"
3760+
debug: "npm:^4.3.4"
3761+
fast-glob: "npm:^3.3.2"
3762+
is-glob: "npm:^4.0.3"
3763+
minimatch: "npm:^9.0.4"
3764+
semver: "npm:^7.6.0"
3765+
ts-api-utils: "npm:^2.1.0"
37213766
peerDependencies:
3722-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3723-
checksum: 10/15ef13e43998a082b15f85db979f8d3ceb1f9ce4467b8016c267b1738d5e7cdb12aa90faf4b4e6dd6486c236cf9d33c463200465cf25ff997dbc0f12358550a1
3767+
typescript: ">=4.8.4 <5.9.0"
3768+
checksum: 10/26817d4c948253eb6a8f49fcd7a8f74c4ffeae7943aef9e1cb90d1b7adbc8e0f66605b0b318dc6eee3eda212882e278a300776b26fe4e2319712cd9822a3a4e4
37243769
languageName: node
37253770
linkType: hard
37263771

@@ -3753,6 +3798,21 @@ __metadata:
37533798
languageName: node
37543799
linkType: hard
37553800

3801+
"@typescript-eslint/utils@npm:8.34.0":
3802+
version: 8.34.0
3803+
resolution: "@typescript-eslint/utils@npm:8.34.0"
3804+
dependencies:
3805+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3806+
"@typescript-eslint/scope-manager": "npm:8.34.0"
3807+
"@typescript-eslint/types": "npm:8.34.0"
3808+
"@typescript-eslint/typescript-estree": "npm:8.34.0"
3809+
peerDependencies:
3810+
eslint: ^8.57.0 || ^9.0.0
3811+
typescript: ">=4.8.4 <5.9.0"
3812+
checksum: 10/c51d2015e8076dd2a9d8255746889130aaf298cf9ff8f73114dcf7148f34536d47d883880eec7e3d89ec3f746c2d3f2b749e8fef5e8ad9914132deb5c013efbd
3813+
languageName: node
3814+
linkType: hard
3815+
37563816
"@typescript-eslint/visitor-keys@npm:5.62.0":
37573817
version: 5.62.0
37583818
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -3783,6 +3843,16 @@ __metadata:
37833843
languageName: node
37843844
linkType: hard
37853845

3846+
"@typescript-eslint/visitor-keys@npm:8.34.0":
3847+
version: 8.34.0
3848+
resolution: "@typescript-eslint/visitor-keys@npm:8.34.0"
3849+
dependencies:
3850+
"@typescript-eslint/types": "npm:8.34.0"
3851+
eslint-visitor-keys: "npm:^4.2.0"
3852+
checksum: 10/8a591cb9f922b6fd92107ebdf255425cf7ecd56281d032d944fb38e6be319e6cca7dc49bab6ad1d46390d2ca023c3413c03775e638ec5fd70172150debf7636a
3853+
languageName: node
3854+
linkType: hard
3855+
37863856
"@ungap/structured-clone@npm:^1.2.0":
37873857
version: 1.2.0
37883858
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -7772,16 +7842,6 @@ __metadata:
77727842
languageName: node
77737843
linkType: hard
77747844

7775-
"eslint-scope@npm:^5.1.1":
7776-
version: 5.1.1
7777-
resolution: "eslint-scope@npm:5.1.1"
7778-
dependencies:
7779-
esrecurse: "npm:^4.3.0"
7780-
estraverse: "npm:^4.1.1"
7781-
checksum: 10/c541ef384c92eb5c999b7d3443d80195fcafb3da335500946f6db76539b87d5826c8f2e1d23bf6afc3154ba8cd7c8e566f8dc00f1eea25fdf3afc8fb9c87b238
7782-
languageName: node
7783-
linkType: hard
7784-
77857845
"eslint-scope@npm:^7.1.1, eslint-scope@npm:^7.2.2":
77867846
version: 7.2.2
77877847
resolution: "eslint-scope@npm:7.2.2"
@@ -7966,13 +8026,6 @@ __metadata:
79668026
languageName: node
79678027
linkType: hard
79688028

7969-
"estraverse@npm:^4.1.1":
7970-
version: 4.3.0
7971-
resolution: "estraverse@npm:4.3.0"
7972-
checksum: 10/3f67ad02b6dbfaddd9ea459cf2b6ef4ecff9a6082a7af9d22e445b9abc082ad9ca47e1825557b293fcdae477f4714e561123e30bb6a5b2f184fb2bad4a9497eb
7973-
languageName: node
7974-
linkType: hard
7975-
79768029
"estraverse@npm:^5.1.0, estraverse@npm:^5.2.0, estraverse@npm:^5.3.0":
79778030
version: 5.3.0
79788031
resolution: "estraverse@npm:5.3.0"
@@ -9305,6 +9358,13 @@ __metadata:
93059358
languageName: node
93069359
linkType: hard
93079360

9361+
"ignore@npm:^7.0.0":
9362+
version: 7.0.5
9363+
resolution: "ignore@npm:7.0.5"
9364+
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
9365+
languageName: node
9366+
linkType: hard
9367+
93089368
"ignore@npm:^7.0.3, ignore@npm:^7.0.4":
93099369
version: 7.0.4
93109370
resolution: "ignore@npm:7.0.4"
@@ -11178,13 +11238,6 @@ __metadata:
1117811238
languageName: node
1117911239
linkType: hard
1118011240

11181-
"natural-compare-lite@npm:^1.4.0":
11182-
version: 1.4.0
11183-
resolution: "natural-compare-lite@npm:1.4.0"
11184-
checksum: 10/5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
11185-
languageName: node
11186-
linkType: hard
11187-
1118811241
"natural-compare@npm:^1.4.0":
1118911242
version: 1.4.0
1119011243
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)