Skip to content

Commit d5a1d0b

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent 82134bf commit d5a1d0b

File tree

2 files changed

+113
-85
lines changed

2 files changed

+113
-85
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@nuxt/test-utils": "3.13.1",
6161
"@privyid/eslint-config-persona": "0.27.0",
6262
"@privyid/nhp": "0.4.2",
63-
"@typescript-eslint/eslint-plugin": "5.62.0",
64-
"@typescript-eslint/parser": "5.62.0",
63+
"@typescript-eslint/eslint-plugin": "7.17.0",
64+
"@typescript-eslint/parser": "7.17.0",
6565
"@vitest/coverage-c8": "0.30.1",
6666
"@vue/eslint-config-typescript": "13.0.0",
6767
"axios-mock-adapter": "1.22.0",

yarn.lock

+111-83
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ __metadata:
17771777
languageName: node
17781778
linkType: hard
17791779

1780-
"@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":
1780+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.8.0, @eslint-community/regexpp@npm:^4.9.1":
17811781
version: 4.10.0
17821782
resolution: "@eslint-community/regexpp@npm:4.10.0"
17831783
checksum: 10/8c36169c815fc5d726078e8c71a5b592957ee60d08c6470f9ce0187c8046af1a00afbda0a065cc40ff18d5d83f82aed9793c6818f7304a74a7488dc9f3ecbd42
@@ -2951,8 +2951,8 @@ __metadata:
29512951
"@nuxt/test-utils": "npm:3.13.1"
29522952
"@privyid/eslint-config-persona": "npm:0.27.0"
29532953
"@privyid/nhp": "npm:0.4.2"
2954-
"@typescript-eslint/eslint-plugin": "npm:5.62.0"
2955-
"@typescript-eslint/parser": "npm:5.62.0"
2954+
"@typescript-eslint/eslint-plugin": "npm:7.17.0"
2955+
"@typescript-eslint/parser": "npm:7.17.0"
29562956
"@vitest/coverage-c8": "npm:0.30.1"
29572957
"@vue/eslint-config-typescript": "npm:13.0.0"
29582958
axios: "npm:^1.7.2"
@@ -3640,7 +3640,7 @@ __metadata:
36403640
languageName: node
36413641
linkType: hard
36423642

3643-
"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.9":
3643+
"@types/json-schema@npm:*":
36443644
version: 7.0.11
36453645
resolution: "@types/json-schema@npm:7.0.11"
36463646
checksum: 10/e50864a93f4dcb9de64c0c605d836f5416341c824d7a8cde1aa15a5fc68bed44b33cdcb2e04e5098339e9121848378f2d0cc5b124dec41c89203c6f67d6f344a
@@ -3695,13 +3695,6 @@ __metadata:
36953695
languageName: node
36963696
linkType: hard
36973697

3698-
"@types/semver@npm:^7.3.12":
3699-
version: 7.5.7
3700-
resolution: "@types/semver@npm:7.5.7"
3701-
checksum: 10/535d88ec577fe59e38211881f79a1e2ba391e9e1516f8fff74e7196a5ba54315bace9c67a4616c334c830c89027d70a9f473a4ceb634526086a9da39180f2f9a
3702-
languageName: node
3703-
linkType: hard
3704-
37053698
"@types/statuses@npm:^2.0.4":
37063699
version: 2.0.5
37073700
resolution: "@types/statuses@npm:2.0.5"
@@ -3723,27 +3716,26 @@ __metadata:
37233716
languageName: node
37243717
linkType: hard
37253718

3726-
"@typescript-eslint/eslint-plugin@npm:5.62.0":
3727-
version: 5.62.0
3728-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
3719+
"@typescript-eslint/eslint-plugin@npm:7.17.0":
3720+
version: 7.17.0
3721+
resolution: "@typescript-eslint/eslint-plugin@npm:7.17.0"
37293722
dependencies:
3730-
"@eslint-community/regexpp": "npm:^4.4.0"
3731-
"@typescript-eslint/scope-manager": "npm:5.62.0"
3732-
"@typescript-eslint/type-utils": "npm:5.62.0"
3733-
"@typescript-eslint/utils": "npm:5.62.0"
3734-
debug: "npm:^4.3.4"
3723+
"@eslint-community/regexpp": "npm:^4.10.0"
3724+
"@typescript-eslint/scope-manager": "npm:7.17.0"
3725+
"@typescript-eslint/type-utils": "npm:7.17.0"
3726+
"@typescript-eslint/utils": "npm:7.17.0"
3727+
"@typescript-eslint/visitor-keys": "npm:7.17.0"
37353728
graphemer: "npm:^1.4.0"
3736-
ignore: "npm:^5.2.0"
3737-
natural-compare-lite: "npm:^1.4.0"
3738-
semver: "npm:^7.3.7"
3739-
tsutils: "npm:^3.21.0"
3729+
ignore: "npm:^5.3.1"
3730+
natural-compare: "npm:^1.4.0"
3731+
ts-api-utils: "npm:^1.3.0"
37403732
peerDependencies:
3741-
"@typescript-eslint/parser": ^5.0.0
3742-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3733+
"@typescript-eslint/parser": ^7.0.0
3734+
eslint: ^8.56.0
37433735
peerDependenciesMeta:
37443736
typescript:
37453737
optional: true
3746-
checksum: 10/9cc8319c6fd8a21938f5b69476974a7e778c283a55ef9fad183c850995b9adcb0087d57cea7b2ac6b9449570eee983aad39491d14cdd2e52d6b4b0485e7b2482
3738+
checksum: 10/f3caba81b7ea4d1b4b097b3de1c51054424ad3d5e37f7af7df64f1c29b6448c535b61e0956f76bfa450b38917923f919a9bab081224c2b5577596caffa6e288a
37473739
languageName: node
37483740
linkType: hard
37493741

@@ -3793,7 +3785,25 @@ __metadata:
37933785
languageName: node
37943786
linkType: hard
37953787

3796-
"@typescript-eslint/parser@npm:5.62.0, @typescript-eslint/parser@npm:^5.43.0":
3788+
"@typescript-eslint/parser@npm:7.17.0":
3789+
version: 7.17.0
3790+
resolution: "@typescript-eslint/parser@npm:7.17.0"
3791+
dependencies:
3792+
"@typescript-eslint/scope-manager": "npm:7.17.0"
3793+
"@typescript-eslint/types": "npm:7.17.0"
3794+
"@typescript-eslint/typescript-estree": "npm:7.17.0"
3795+
"@typescript-eslint/visitor-keys": "npm:7.17.0"
3796+
debug: "npm:^4.3.4"
3797+
peerDependencies:
3798+
eslint: ^8.56.0
3799+
peerDependenciesMeta:
3800+
typescript:
3801+
optional: true
3802+
checksum: 10/91971e5d95fec798a456ec72d9d67c28eee72d0d1c52e682dbff2eef134e149799f69324ea8d42bd2cfa290eec763073b26fb343ce0632e4fa64c3b8a854d124
3803+
languageName: node
3804+
linkType: hard
3805+
3806+
"@typescript-eslint/parser@npm:^5.43.0":
37973807
version: 5.62.0
37983808
resolution: "@typescript-eslint/parser@npm:5.62.0"
37993809
dependencies:
@@ -3866,6 +3876,16 @@ __metadata:
38663876
languageName: node
38673877
linkType: hard
38683878

3879+
"@typescript-eslint/scope-manager@npm:7.17.0":
3880+
version: 7.17.0
3881+
resolution: "@typescript-eslint/scope-manager@npm:7.17.0"
3882+
dependencies:
3883+
"@typescript-eslint/types": "npm:7.17.0"
3884+
"@typescript-eslint/visitor-keys": "npm:7.17.0"
3885+
checksum: 10/aec72538a92d8a82ca39f60c34b0d0e00f2f8fb74f584aee90b6d1ef28f30a415b507f28aa27a536898992ad4b9b5af58671c743cd50439b21e67bee03a59c88
3886+
languageName: node
3887+
linkType: hard
3888+
38693889
"@typescript-eslint/scope-manager@npm:7.9.0":
38703890
version: 7.9.0
38713891
resolution: "@typescript-eslint/scope-manager@npm:7.9.0"
@@ -3876,37 +3896,37 @@ __metadata:
38763896
languageName: node
38773897
linkType: hard
38783898

3879-
"@typescript-eslint/type-utils@npm:5.62.0":
3880-
version: 5.62.0
3881-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
3899+
"@typescript-eslint/type-utils@npm:7.16.1":
3900+
version: 7.16.1
3901+
resolution: "@typescript-eslint/type-utils@npm:7.16.1"
38823902
dependencies:
3883-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
3884-
"@typescript-eslint/utils": "npm:5.62.0"
3903+
"@typescript-eslint/typescript-estree": "npm:7.16.1"
3904+
"@typescript-eslint/utils": "npm:7.16.1"
38853905
debug: "npm:^4.3.4"
3886-
tsutils: "npm:^3.21.0"
3906+
ts-api-utils: "npm:^1.3.0"
38873907
peerDependencies:
3888-
eslint: "*"
3908+
eslint: ^8.56.0
38893909
peerDependenciesMeta:
38903910
typescript:
38913911
optional: true
3892-
checksum: 10/f9a4398d6d2aae09e3e765eff04cf4ab364376a87868031ac5c6a64c9bbb555cb1a7f99b07b3d1017e7422725b5f0bbee537f13b82ab2d930f161c987b3dece0
3912+
checksum: 10/38a72a3de8a2c3455d19e6d43e67ac6e1dc23e93b2d84571282b0323fadadcab33df1a89787c76fc99e45514e41a08bc9f5cb51287a7da48f56c64b512a3269b
38933913
languageName: node
38943914
linkType: hard
38953915

3896-
"@typescript-eslint/type-utils@npm:7.16.1":
3897-
version: 7.16.1
3898-
resolution: "@typescript-eslint/type-utils@npm:7.16.1"
3916+
"@typescript-eslint/type-utils@npm:7.17.0":
3917+
version: 7.17.0
3918+
resolution: "@typescript-eslint/type-utils@npm:7.17.0"
38993919
dependencies:
3900-
"@typescript-eslint/typescript-estree": "npm:7.16.1"
3901-
"@typescript-eslint/utils": "npm:7.16.1"
3920+
"@typescript-eslint/typescript-estree": "npm:7.17.0"
3921+
"@typescript-eslint/utils": "npm:7.17.0"
39023922
debug: "npm:^4.3.4"
39033923
ts-api-utils: "npm:^1.3.0"
39043924
peerDependencies:
39053925
eslint: ^8.56.0
39063926
peerDependenciesMeta:
39073927
typescript:
39083928
optional: true
3909-
checksum: 10/38a72a3de8a2c3455d19e6d43e67ac6e1dc23e93b2d84571282b0323fadadcab33df1a89787c76fc99e45514e41a08bc9f5cb51287a7da48f56c64b512a3269b
3929+
checksum: 10/1405c626cd59a1fb29b897d22dce0b2f5b793e5d1cba228a119e58e7392c385c9131c332e744888b7d6ad41eee0abbd8099651664cafaed24229da2cd768e032
39103930
languageName: node
39113931
linkType: hard
39123932

@@ -3941,6 +3961,13 @@ __metadata:
39413961
languageName: node
39423962
linkType: hard
39433963

3964+
"@typescript-eslint/types@npm:7.17.0":
3965+
version: 7.17.0
3966+
resolution: "@typescript-eslint/types@npm:7.17.0"
3967+
checksum: 10/92e571f794f51a1f110714a9de661f9a76781c8c3e53d8fe025a88be947ae30d1c18964083467db31001ce7910f1a1459b8f6b039c270bdb6d1de47eba5dfa7f
3968+
languageName: node
3969+
linkType: hard
3970+
39443971
"@typescript-eslint/types@npm:7.9.0, @typescript-eslint/types@npm:^7.2.0, @typescript-eslint/types@npm:^7.9.0":
39453972
version: 7.9.0
39463973
resolution: "@typescript-eslint/types@npm:7.9.0"
@@ -3985,6 +4012,25 @@ __metadata:
39854012
languageName: node
39864013
linkType: hard
39874014

4015+
"@typescript-eslint/typescript-estree@npm:7.17.0":
4016+
version: 7.17.0
4017+
resolution: "@typescript-eslint/typescript-estree@npm:7.17.0"
4018+
dependencies:
4019+
"@typescript-eslint/types": "npm:7.17.0"
4020+
"@typescript-eslint/visitor-keys": "npm:7.17.0"
4021+
debug: "npm:^4.3.4"
4022+
globby: "npm:^11.1.0"
4023+
is-glob: "npm:^4.0.3"
4024+
minimatch: "npm:^9.0.4"
4025+
semver: "npm:^7.6.0"
4026+
ts-api-utils: "npm:^1.3.0"
4027+
peerDependenciesMeta:
4028+
typescript:
4029+
optional: true
4030+
checksum: 10/419c4ad3b470ea4d654c414bbc66269ba7a6504e10bf2a2a87f9214aad4358b670f60e89ae7e4b2a24fa7c0c4542ebdd3711b8964917c026a5eef27d861e23fb
4031+
languageName: node
4032+
linkType: hard
4033+
39884034
"@typescript-eslint/typescript-estree@npm:7.9.0":
39894035
version: 7.9.0
39904036
resolution: "@typescript-eslint/typescript-estree@npm:7.9.0"
@@ -4004,24 +4050,6 @@ __metadata:
40044050
languageName: node
40054051
linkType: hard
40064052

4007-
"@typescript-eslint/utils@npm:5.62.0":
4008-
version: 5.62.0
4009-
resolution: "@typescript-eslint/utils@npm:5.62.0"
4010-
dependencies:
4011-
"@eslint-community/eslint-utils": "npm:^4.2.0"
4012-
"@types/json-schema": "npm:^7.0.9"
4013-
"@types/semver": "npm:^7.3.12"
4014-
"@typescript-eslint/scope-manager": "npm:5.62.0"
4015-
"@typescript-eslint/types": "npm:5.62.0"
4016-
"@typescript-eslint/typescript-estree": "npm:5.62.0"
4017-
eslint-scope: "npm:^5.1.1"
4018-
semver: "npm:^7.3.7"
4019-
peerDependencies:
4020-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
4021-
checksum: 10/15ef13e43998a082b15f85db979f8d3ceb1f9ce4467b8016c267b1738d5e7cdb12aa90faf4b4e6dd6486c236cf9d33c463200465cf25ff997dbc0f12358550a1
4022-
languageName: node
4023-
linkType: hard
4024-
40254053
"@typescript-eslint/utils@npm:7.16.1":
40264054
version: 7.16.1
40274055
resolution: "@typescript-eslint/utils@npm:7.16.1"
@@ -4036,6 +4064,20 @@ __metadata:
40364064
languageName: node
40374065
linkType: hard
40384066

4067+
"@typescript-eslint/utils@npm:7.17.0":
4068+
version: 7.17.0
4069+
resolution: "@typescript-eslint/utils@npm:7.17.0"
4070+
dependencies:
4071+
"@eslint-community/eslint-utils": "npm:^4.4.0"
4072+
"@typescript-eslint/scope-manager": "npm:7.17.0"
4073+
"@typescript-eslint/types": "npm:7.17.0"
4074+
"@typescript-eslint/typescript-estree": "npm:7.17.0"
4075+
peerDependencies:
4076+
eslint: ^8.56.0
4077+
checksum: 10/44d6bfcda4b03a7bec82939dd975579f40705cf4128e40f747bf96b81e8fae0c384434999334a9ac42990e2864266c8067ca0e4b27d736ce2f6b8667115f7a1d
4078+
languageName: node
4079+
linkType: hard
4080+
40394081
"@typescript-eslint/utils@npm:7.9.0, @typescript-eslint/utils@npm:^7.4.0, @typescript-eslint/utils@npm:^7.8.0, @typescript-eslint/utils@npm:^7.9.0":
40404082
version: 7.9.0
40414083
resolution: "@typescript-eslint/utils@npm:7.9.0"
@@ -4070,6 +4112,16 @@ __metadata:
40704112
languageName: node
40714113
linkType: hard
40724114

4115+
"@typescript-eslint/visitor-keys@npm:7.17.0":
4116+
version: 7.17.0
4117+
resolution: "@typescript-eslint/visitor-keys@npm:7.17.0"
4118+
dependencies:
4119+
"@typescript-eslint/types": "npm:7.17.0"
4120+
eslint-visitor-keys: "npm:^3.4.3"
4121+
checksum: 10/a8bef372e212baab67ec4e074a8b4983348fc554874d40d1fc22c10ce2693609cdef4a215391e8b428a67b3e2dcbda12d821b4ed668394b0b001ba03a08c5145
4122+
languageName: node
4123+
linkType: hard
4124+
40734125
"@typescript-eslint/visitor-keys@npm:7.9.0":
40744126
version: 7.9.0
40754127
resolution: "@typescript-eslint/visitor-keys@npm:7.9.0"
@@ -7532,16 +7584,6 @@ __metadata:
75327584
languageName: node
75337585
linkType: hard
75347586

7535-
"eslint-scope@npm:^5.1.1":
7536-
version: 5.1.1
7537-
resolution: "eslint-scope@npm:5.1.1"
7538-
dependencies:
7539-
esrecurse: "npm:^4.3.0"
7540-
estraverse: "npm:^4.1.1"
7541-
checksum: 10/c541ef384c92eb5c999b7d3443d80195fcafb3da335500946f6db76539b87d5826c8f2e1d23bf6afc3154ba8cd7c8e566f8dc00f1eea25fdf3afc8fb9c87b238
7542-
languageName: node
7543-
linkType: hard
7544-
75457587
"eslint-scope@npm:^7.1.1, eslint-scope@npm:^7.2.2":
75467588
version: 7.2.2
75477589
resolution: "eslint-scope@npm:7.2.2"
@@ -7688,13 +7730,6 @@ __metadata:
76887730
languageName: node
76897731
linkType: hard
76907732

7691-
"estraverse@npm:^4.1.1":
7692-
version: 4.3.0
7693-
resolution: "estraverse@npm:4.3.0"
7694-
checksum: 10/3f67ad02b6dbfaddd9ea459cf2b6ef4ecff9a6082a7af9d22e445b9abc082ad9ca47e1825557b293fcdae477f4714e561123e30bb6a5b2f184fb2bad4a9497eb
7695-
languageName: node
7696-
linkType: hard
7697-
76987733
"estraverse@npm:^5.1.0, estraverse@npm:^5.2.0, estraverse@npm:^5.3.0":
76997734
version: 5.3.0
77007735
resolution: "estraverse@npm:5.3.0"
@@ -10398,13 +10433,6 @@ __metadata:
1039810433
languageName: node
1039910434
linkType: hard
1040010435

10401-
"natural-compare-lite@npm:^1.4.0":
10402-
version: 1.4.0
10403-
resolution: "natural-compare-lite@npm:1.4.0"
10404-
checksum: 10/5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
10405-
languageName: node
10406-
linkType: hard
10407-
1040810436
"natural-compare@npm:^1.4.0":
1040910437
version: 1.4.0
1041010438
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)