Skip to content

Commit 107c7cb

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

File tree

2 files changed

+126
-82
lines changed

2 files changed

+126
-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.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.33.0",
67+
"@typescript-eslint/parser": "8.33.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: 124 additions & 80 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.33.0"
3017+
"@typescript-eslint/parser": "npm:8.33.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.33.0":
3429+
version: 8.33.0
3430+
resolution: "@typescript-eslint/eslint-plugin@npm:8.33.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.33.0"
3434+
"@typescript-eslint/type-utils": "npm:8.33.0"
3435+
"@typescript-eslint/utils": "npm:8.33.0"
3436+
"@typescript-eslint/visitor-keys": "npm:8.33.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.33.0
3443+
eslint: ^8.57.0 || ^9.0.0
3444+
typescript: ">=4.8.4 <5.9.0"
3445+
checksum: 10/b728001208b28c05d024f352d61d6b707c5f9a9d1d9ada8239d3171897ac1545a54401ca340732af9f615af88dae954f7264d73ced1950e02d38225d33492f8d
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.33.0":
3494+
version: 8.33.0
3495+
resolution: "@typescript-eslint/parser@npm:8.33.0"
3496+
dependencies:
3497+
"@typescript-eslint/scope-manager": "npm:8.33.0"
3498+
"@typescript-eslint/types": "npm:8.33.0"
3499+
"@typescript-eslint/typescript-estree": "npm:8.33.0"
3500+
"@typescript-eslint/visitor-keys": "npm:8.33.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/1a875fdb0e9d0a49cbe0f5a33da16ee95c5a1ddf08bd1a3f9481de5c6b3981aee8ef2be24570a14fbed1b53ee348ee8dac39bcc436e6479ea1ecb39b69ce7f2a
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,17 @@ __metadata:
35513557
languageName: node
35523558
linkType: hard
35533559

3560+
"@typescript-eslint/project-service@npm:8.33.0":
3561+
version: 8.33.0
3562+
resolution: "@typescript-eslint/project-service@npm:8.33.0"
3563+
dependencies:
3564+
"@typescript-eslint/tsconfig-utils": "npm:^8.33.0"
3565+
"@typescript-eslint/types": "npm:^8.33.0"
3566+
debug: "npm:^4.3.4"
3567+
checksum: 10/5fdc829a67092c2b764598facaf515ec114af2fcfdaf68af321aa667e4c4962fa6c19120efbde7ca234488b2bd7299015fb6b221b22253fe4ea3eae0bb72e494
3568+
languageName: node
3569+
linkType: hard
3570+
35543571
"@typescript-eslint/scope-manager@npm:5.62.0":
35553572
version: 5.62.0
35563573
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -3581,20 +3598,22 @@ __metadata:
35813598
languageName: node
35823599
linkType: hard
35833600

3584-
"@typescript-eslint/type-utils@npm:5.62.0":
3585-
version: 5.62.0
3586-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
3601+
"@typescript-eslint/scope-manager@npm:8.33.0":
3602+
version: 8.33.0
3603+
resolution: "@typescript-eslint/scope-manager@npm:8.33.0"
35873604
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"
3605+
"@typescript-eslint/types": "npm:8.33.0"
3606+
"@typescript-eslint/visitor-keys": "npm:8.33.0"
3607+
checksum: 10/f52075c9ab3bdc69435f3b36583d2d5eb7bc66cfc8462184c9dc6dba5d0825e4d1d0f2e473ffaab5469fcfc4dc770908c26c1623b882d283739eb8e1869ab759
3608+
languageName: node
3609+
linkType: hard
3610+
3611+
"@typescript-eslint/tsconfig-utils@npm:8.33.0, @typescript-eslint/tsconfig-utils@npm:^8.33.0":
3612+
version: 8.33.0
3613+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.33.0"
35923614
peerDependencies:
3593-
eslint: "*"
3594-
peerDependenciesMeta:
3595-
typescript:
3596-
optional: true
3597-
checksum: 10/f9a4398d6d2aae09e3e765eff04cf4ab364376a87868031ac5c6a64c9bbb555cb1a7f99b07b3d1017e7422725b5f0bbee537f13b82ab2d930f161c987b3dece0
3615+
typescript: ">=4.8.4 <5.9.0"
3616+
checksum: 10/5bb139be996a16f65c012c083e4c0dc2ddafd1295940203e6c2a1ac9fa0718b1a91f74354f162d3d9614b013e062863414d4478c57ffbf78dfd7cb4f5701abde
35983617
languageName: node
35993618
linkType: hard
36003619

@@ -3630,6 +3649,21 @@ __metadata:
36303649
languageName: node
36313650
linkType: hard
36323651

3652+
"@typescript-eslint/type-utils@npm:8.33.0":
3653+
version: 8.33.0
3654+
resolution: "@typescript-eslint/type-utils@npm:8.33.0"
3655+
dependencies:
3656+
"@typescript-eslint/typescript-estree": "npm:8.33.0"
3657+
"@typescript-eslint/utils": "npm:8.33.0"
3658+
debug: "npm:^4.3.4"
3659+
ts-api-utils: "npm:^2.1.0"
3660+
peerDependencies:
3661+
eslint: ^8.57.0 || ^9.0.0
3662+
typescript: ">=4.8.4 <5.9.0"
3663+
checksum: 10/993e7b8f2c8b6e34e175fd57077cb3ffbe9c83da66917b8bd0049e82c39f1ef18ab718a2ca1774db48311c58e4baf5b8e749e6aff5ff50c01b714e9471a673a5
3664+
languageName: node
3665+
linkType: hard
3666+
36333667
"@typescript-eslint/types@npm:5.62.0":
36343668
version: 5.62.0
36353669
resolution: "@typescript-eslint/types@npm:5.62.0"
@@ -3651,6 +3685,13 @@ __metadata:
36513685
languageName: node
36523686
linkType: hard
36533687

3688+
"@typescript-eslint/types@npm:8.33.0, @typescript-eslint/types@npm:^8.33.0":
3689+
version: 8.33.0
3690+
resolution: "@typescript-eslint/types@npm:8.33.0"
3691+
checksum: 10/778e812e2c3543e79168fe1072559d8bfef314a96b90da81805f9359f3b5cdfd202153c161723ccb1a4f8edb2593625aa5003f6235039bf189b39c93ff2605c2
3692+
languageName: node
3693+
linkType: hard
3694+
36543695
"@typescript-eslint/typescript-estree@npm:5.62.0, @typescript-eslint/typescript-estree@npm:^5.62.0":
36553696
version: 5.62.0
36563697
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -3706,21 +3747,23 @@ __metadata:
37063747
languageName: node
37073748
linkType: hard
37083749

3709-
"@typescript-eslint/utils@npm:5.62.0":
3710-
version: 5.62.0
3711-
resolution: "@typescript-eslint/utils@npm:5.62.0"
3750+
"@typescript-eslint/typescript-estree@npm:8.33.0":
3751+
version: 8.33.0
3752+
resolution: "@typescript-eslint/typescript-estree@npm:8.33.0"
37123753
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"
3754+
"@typescript-eslint/project-service": "npm:8.33.0"
3755+
"@typescript-eslint/tsconfig-utils": "npm:8.33.0"
3756+
"@typescript-eslint/types": "npm:8.33.0"
3757+
"@typescript-eslint/visitor-keys": "npm:8.33.0"
3758+
debug: "npm:^4.3.4"
3759+
fast-glob: "npm:^3.3.2"
3760+
is-glob: "npm:^4.0.3"
3761+
minimatch: "npm:^9.0.4"
3762+
semver: "npm:^7.6.0"
3763+
ts-api-utils: "npm:^2.1.0"
37213764
peerDependencies:
3722-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3723-
checksum: 10/15ef13e43998a082b15f85db979f8d3ceb1f9ce4467b8016c267b1738d5e7cdb12aa90faf4b4e6dd6486c236cf9d33c463200465cf25ff997dbc0f12358550a1
3765+
typescript: ">=4.8.4 <5.9.0"
3766+
checksum: 10/7cad508e5cc70a1e0bc72ee0448b0cc55e195c93124a25a8330c58fc3fee4e2762cbc8039ad13d40cb0ef2953239af9dbb4d3653636f605ed3f9414995af080c
37243767
languageName: node
37253768
linkType: hard
37263769

@@ -3753,6 +3796,21 @@ __metadata:
37533796
languageName: node
37543797
linkType: hard
37553798

3799+
"@typescript-eslint/utils@npm:8.33.0":
3800+
version: 8.33.0
3801+
resolution: "@typescript-eslint/utils@npm:8.33.0"
3802+
dependencies:
3803+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3804+
"@typescript-eslint/scope-manager": "npm:8.33.0"
3805+
"@typescript-eslint/types": "npm:8.33.0"
3806+
"@typescript-eslint/typescript-estree": "npm:8.33.0"
3807+
peerDependencies:
3808+
eslint: ^8.57.0 || ^9.0.0
3809+
typescript: ">=4.8.4 <5.9.0"
3810+
checksum: 10/096011772d1ba6236413b1a49b8ad4f8999c0dcad1192ab81a13a753a95bfaf18cb138db94302cb00c312d410c7f48bb35ac1521908a55967e1fbba641aebcc5
3811+
languageName: node
3812+
linkType: hard
3813+
37563814
"@typescript-eslint/visitor-keys@npm:5.62.0":
37573815
version: 5.62.0
37583816
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -3783,6 +3841,16 @@ __metadata:
37833841
languageName: node
37843842
linkType: hard
37853843

3844+
"@typescript-eslint/visitor-keys@npm:8.33.0":
3845+
version: 8.33.0
3846+
resolution: "@typescript-eslint/visitor-keys@npm:8.33.0"
3847+
dependencies:
3848+
"@typescript-eslint/types": "npm:8.33.0"
3849+
eslint-visitor-keys: "npm:^4.2.0"
3850+
checksum: 10/f7f030c296dd83feb144f74aa382a67e4bb521d250507ede839f762bb215036d99d191b2203ac7af9867e434e569e4071ee0737cbde41d0ec38c0197f0a8549d
3851+
languageName: node
3852+
linkType: hard
3853+
37863854
"@ungap/structured-clone@npm:^1.2.0":
37873855
version: 1.2.0
37883856
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -7772,16 +7840,6 @@ __metadata:
77727840
languageName: node
77737841
linkType: hard
77747842

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-
77857843
"eslint-scope@npm:^7.1.1, eslint-scope@npm:^7.2.2":
77867844
version: 7.2.2
77877845
resolution: "eslint-scope@npm:7.2.2"
@@ -7966,13 +8024,6 @@ __metadata:
79668024
languageName: node
79678025
linkType: hard
79688026

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-
79768027
"estraverse@npm:^5.1.0, estraverse@npm:^5.2.0, estraverse@npm:^5.3.0":
79778028
version: 5.3.0
79788029
resolution: "estraverse@npm:5.3.0"
@@ -9305,7 +9356,7 @@ __metadata:
93059356
languageName: node
93069357
linkType: hard
93079358

9308-
"ignore@npm:^7.0.3, ignore@npm:^7.0.4":
9359+
"ignore@npm:^7.0.0, ignore@npm:^7.0.3, ignore@npm:^7.0.4":
93099360
version: 7.0.4
93109361
resolution: "ignore@npm:7.0.4"
93119362
checksum: 10/01ee59df2ffd14b0844efc17f5ab3642c848e45efdb7cc757928da5e076cb74313748f77f5ffe362a6407c5e7cc71f10fad5e8eb9d91c1a17c4e7ef2c1f8e40e
@@ -11178,13 +11229,6 @@ __metadata:
1117811229
languageName: node
1117911230
linkType: hard
1118011231

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-
1118811232
"natural-compare@npm:^1.4.0":
1118911233
version: 1.4.0
1119011234
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)