Skip to content

Commit f9f69f6

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent 0cd49bf commit f9f69f6

File tree

2 files changed

+114
-93
lines changed

2 files changed

+114
-93
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@nuxt/test-utils": "3.12.0",
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.16.1",
64+
"@typescript-eslint/parser": "7.16.1",
6565
"@vitest/coverage-c8": "0.30.1",
6666
"@vue/eslint-config-typescript": "12.0.0",
6767
"axios-mock-adapter": "1.22.0",

yarn.lock

+112-91
Original file line numberDiff line numberDiff line change
@@ -1404,13 +1404,6 @@ __metadata:
14041404
languageName: node
14051405
linkType: hard
14061406

1407-
"@eslint-community/regexpp@npm:^4.4.0":
1408-
version: 4.5.0
1409-
resolution: "@eslint-community/regexpp@npm:4.5.0"
1410-
checksum: 99c01335947dbd7f2129e954413067e217ccaa4e219fe0917b7d2bd96135789384b8fedbfb8eb09584d5130b27a7b876a7150ab7376f51b3a0c377d5ce026a10
1411-
languageName: node
1412-
linkType: hard
1413-
14141407
"@eslint-community/regexpp@npm:^4.5.1, @eslint-community/regexpp@npm:^4.6.1":
14151408
version: 4.9.1
14161409
resolution: "@eslint-community/regexpp@npm:4.9.1"
@@ -2382,8 +2375,8 @@ __metadata:
23822375
"@nuxt/test-utils": 3.12.0
23832376
"@privyid/eslint-config-persona": 0.27.0
23842377
"@privyid/nhp": 0.4.2
2385-
"@typescript-eslint/eslint-plugin": 5.62.0
2386-
"@typescript-eslint/parser": 5.62.0
2378+
"@typescript-eslint/eslint-plugin": 7.16.1
2379+
"@typescript-eslint/parser": 7.16.1
23872380
"@vitest/coverage-c8": 0.30.1
23882381
"@vue/eslint-config-typescript": 12.0.0
23892382
axios: 1.1.3
@@ -3030,7 +3023,7 @@ __metadata:
30303023
languageName: node
30313024
linkType: hard
30323025

3033-
"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.9":
3026+
"@types/json-schema@npm:*":
30343027
version: 7.0.11
30353028
resolution: "@types/json-schema@npm:7.0.11"
30363029
checksum: 527bddfe62db9012fccd7627794bd4c71beb77601861055d87e3ee464f2217c85fca7a4b56ae677478367bbd248dbde13553312b7d4dbc702a2f2bbf60c4018d
@@ -3072,41 +3065,33 @@ __metadata:
30723065
languageName: node
30733066
linkType: hard
30743067

3075-
"@types/semver@npm:^7.3.12":
3076-
version: 7.3.13
3077-
resolution: "@types/semver@npm:7.3.13"
3078-
checksum: 00c0724d54757c2f4bc60b5032fe91cda6410e48689633d5f35ece8a0a66445e3e57fa1d6e07eb780f792e82ac542948ec4d0b76eb3484297b79bd18b8cf1cb0
3079-
languageName: node
3080-
linkType: hard
3081-
30823068
"@types/semver@npm:^7.5.0":
30833069
version: 7.5.4
30843070
resolution: "@types/semver@npm:7.5.4"
30853071
checksum: 120c0189f6fec5f2d12d0d71ac8a4cfa952dc17fa3d842e8afddb82bba8828a4052f8799c1653e2b47ae1977435f38e8985658fde971905ce5afb8e23ee97ecf
30863072
languageName: node
30873073
linkType: hard
30883074

3089-
"@typescript-eslint/eslint-plugin@npm:5.62.0":
3090-
version: 5.62.0
3091-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
3075+
"@typescript-eslint/eslint-plugin@npm:7.16.1":
3076+
version: 7.16.1
3077+
resolution: "@typescript-eslint/eslint-plugin@npm:7.16.1"
30923078
dependencies:
3093-
"@eslint-community/regexpp": ^4.4.0
3094-
"@typescript-eslint/scope-manager": 5.62.0
3095-
"@typescript-eslint/type-utils": 5.62.0
3096-
"@typescript-eslint/utils": 5.62.0
3097-
debug: ^4.3.4
3079+
"@eslint-community/regexpp": ^4.10.0
3080+
"@typescript-eslint/scope-manager": 7.16.1
3081+
"@typescript-eslint/type-utils": 7.16.1
3082+
"@typescript-eslint/utils": 7.16.1
3083+
"@typescript-eslint/visitor-keys": 7.16.1
30983084
graphemer: ^1.4.0
3099-
ignore: ^5.2.0
3100-
natural-compare-lite: ^1.4.0
3101-
semver: ^7.3.7
3102-
tsutils: ^3.21.0
3085+
ignore: ^5.3.1
3086+
natural-compare: ^1.4.0
3087+
ts-api-utils: ^1.3.0
31033088
peerDependencies:
3104-
"@typescript-eslint/parser": ^5.0.0
3105-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3089+
"@typescript-eslint/parser": ^7.0.0
3090+
eslint: ^8.56.0
31063091
peerDependenciesMeta:
31073092
typescript:
31083093
optional: true
3109-
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
3094+
checksum: 131f20cf13e4b6ae788fcfd160116148e047fdd5137097165787d819f9a7628ae4c5929ebf8a4728f72fb9af273d68b5e4876ce1fdd407ce6b1e4d985c3fd5ce
31103095
languageName: node
31113096
linkType: hard
31123097

@@ -3158,7 +3143,25 @@ __metadata:
31583143
languageName: node
31593144
linkType: hard
31603145

3161-
"@typescript-eslint/parser@npm:5.62.0, @typescript-eslint/parser@npm:^5.43.0":
3146+
"@typescript-eslint/parser@npm:7.16.1":
3147+
version: 7.16.1
3148+
resolution: "@typescript-eslint/parser@npm:7.16.1"
3149+
dependencies:
3150+
"@typescript-eslint/scope-manager": 7.16.1
3151+
"@typescript-eslint/types": 7.16.1
3152+
"@typescript-eslint/typescript-estree": 7.16.1
3153+
"@typescript-eslint/visitor-keys": 7.16.1
3154+
debug: ^4.3.4
3155+
peerDependencies:
3156+
eslint: ^8.56.0
3157+
peerDependenciesMeta:
3158+
typescript:
3159+
optional: true
3160+
checksum: cd0b4bf9f56df4fee34b0a46756e3de9ac151238e6c69918a43363b2a414eb5e05fac86b770f23ac62f04d5c84820ac8ff5c576277ff2b27ca227e3ed6d9c23c
3161+
languageName: node
3162+
linkType: hard
3163+
3164+
"@typescript-eslint/parser@npm:^5.43.0":
31623165
version: 5.62.0
31633166
resolution: "@typescript-eslint/parser@npm:5.62.0"
31643167
dependencies:
@@ -3231,6 +3234,16 @@ __metadata:
32313234
languageName: node
32323235
linkType: hard
32333236

3237+
"@typescript-eslint/scope-manager@npm:7.16.1":
3238+
version: 7.16.1
3239+
resolution: "@typescript-eslint/scope-manager@npm:7.16.1"
3240+
dependencies:
3241+
"@typescript-eslint/types": 7.16.1
3242+
"@typescript-eslint/visitor-keys": 7.16.1
3243+
checksum: 5575e24fecc88e5bd85fc0f44c3952f804dffcc99eca4b6aeaa44a31018d0d86286f608acc793d3e873508a571304f006b37fd23d768598e43afc44d35c55220
3244+
languageName: node
3245+
linkType: hard
3246+
32343247
"@typescript-eslint/scope-manager@npm:7.9.0":
32353248
version: 7.9.0
32363249
resolution: "@typescript-eslint/scope-manager@npm:7.9.0"
@@ -3241,37 +3254,37 @@ __metadata:
32413254
languageName: node
32423255
linkType: hard
32433256

3244-
"@typescript-eslint/type-utils@npm:5.62.0":
3245-
version: 5.62.0
3246-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
3257+
"@typescript-eslint/type-utils@npm:6.15.0":
3258+
version: 6.15.0
3259+
resolution: "@typescript-eslint/type-utils@npm:6.15.0"
32473260
dependencies:
3248-
"@typescript-eslint/typescript-estree": 5.62.0
3249-
"@typescript-eslint/utils": 5.62.0
3261+
"@typescript-eslint/typescript-estree": 6.15.0
3262+
"@typescript-eslint/utils": 6.15.0
32503263
debug: ^4.3.4
3251-
tsutils: ^3.21.0
3264+
ts-api-utils: ^1.0.1
32523265
peerDependencies:
3253-
eslint: "*"
3266+
eslint: ^7.0.0 || ^8.0.0
32543267
peerDependenciesMeta:
32553268
typescript:
32563269
optional: true
3257-
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
3270+
checksum: bd582fc6cca3b9048200fd30a042131cbb50e800acca1d31618ca4a9d9b6bc29fefd6920f7622a546c07a4d1a1c73745acfa09890e732a8a124731c3d5a821d1
32583271
languageName: node
32593272
linkType: hard
32603273

3261-
"@typescript-eslint/type-utils@npm:6.15.0":
3262-
version: 6.15.0
3263-
resolution: "@typescript-eslint/type-utils@npm:6.15.0"
3274+
"@typescript-eslint/type-utils@npm:7.16.1":
3275+
version: 7.16.1
3276+
resolution: "@typescript-eslint/type-utils@npm:7.16.1"
32643277
dependencies:
3265-
"@typescript-eslint/typescript-estree": 6.15.0
3266-
"@typescript-eslint/utils": 6.15.0
3278+
"@typescript-eslint/typescript-estree": 7.16.1
3279+
"@typescript-eslint/utils": 7.16.1
32673280
debug: ^4.3.4
3268-
ts-api-utils: ^1.0.1
3281+
ts-api-utils: ^1.3.0
32693282
peerDependencies:
3270-
eslint: ^7.0.0 || ^8.0.0
3283+
eslint: ^8.56.0
32713284
peerDependenciesMeta:
32723285
typescript:
32733286
optional: true
3274-
checksum: bd582fc6cca3b9048200fd30a042131cbb50e800acca1d31618ca4a9d9b6bc29fefd6920f7622a546c07a4d1a1c73745acfa09890e732a8a124731c3d5a821d1
3287+
checksum: 6128d887189fdabff648931c2d385bd0ad2e8ba11b47a7e35ed962a432bff12611e011ea6137a59452d8ae9715a54c644557b1c00c7b1cf1e4a4f4e126954e9e
32753288
languageName: node
32763289
linkType: hard
32773290

@@ -3306,6 +3319,13 @@ __metadata:
33063319
languageName: node
33073320
linkType: hard
33083321

3322+
"@typescript-eslint/types@npm:7.16.1":
3323+
version: 7.16.1
3324+
resolution: "@typescript-eslint/types@npm:7.16.1"
3325+
checksum: 5fbcf214deda21fc3e0eaab8052d5f7bf30830bbb2c7fff93d39111091bf74fafc9afad2974937ae96b67e92e508c400c9108b4fa98761411db1c1e5aff19642
3326+
languageName: node
3327+
linkType: hard
3328+
33093329
"@typescript-eslint/types@npm:7.9.0, @typescript-eslint/types@npm:^7.2.0, @typescript-eslint/types@npm:^7.9.0":
33103330
version: 7.9.0
33113331
resolution: "@typescript-eslint/types@npm:7.9.0"
@@ -3349,6 +3369,25 @@ __metadata:
33493369
languageName: node
33503370
linkType: hard
33513371

3372+
"@typescript-eslint/typescript-estree@npm:7.16.1":
3373+
version: 7.16.1
3374+
resolution: "@typescript-eslint/typescript-estree@npm:7.16.1"
3375+
dependencies:
3376+
"@typescript-eslint/types": 7.16.1
3377+
"@typescript-eslint/visitor-keys": 7.16.1
3378+
debug: ^4.3.4
3379+
globby: ^11.1.0
3380+
is-glob: ^4.0.3
3381+
minimatch: ^9.0.4
3382+
semver: ^7.6.0
3383+
ts-api-utils: ^1.3.0
3384+
peerDependenciesMeta:
3385+
typescript:
3386+
optional: true
3387+
checksum: 2557c21f0645f9150020821db500b6be367f83e7e80be87fb04fcc7e2e0d5e5b8f413107873cf05485a4c5516f0cadc9b7754fa5b459a451effc98ccf27f4ce6
3388+
languageName: node
3389+
linkType: hard
3390+
33523391
"@typescript-eslint/typescript-estree@npm:7.9.0":
33533392
version: 7.9.0
33543393
resolution: "@typescript-eslint/typescript-estree@npm:7.9.0"
@@ -3368,24 +3407,6 @@ __metadata:
33683407
languageName: node
33693408
linkType: hard
33703409

3371-
"@typescript-eslint/utils@npm:5.62.0":
3372-
version: 5.62.0
3373-
resolution: "@typescript-eslint/utils@npm:5.62.0"
3374-
dependencies:
3375-
"@eslint-community/eslint-utils": ^4.2.0
3376-
"@types/json-schema": ^7.0.9
3377-
"@types/semver": ^7.3.12
3378-
"@typescript-eslint/scope-manager": 5.62.0
3379-
"@typescript-eslint/types": 5.62.0
3380-
"@typescript-eslint/typescript-estree": 5.62.0
3381-
eslint-scope: ^5.1.1
3382-
semver: ^7.3.7
3383-
peerDependencies:
3384-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3385-
checksum: ee9398c8c5db6d1da09463ca7bf36ed134361e20131ea354b2da16a5fdb6df9ba70c62a388d19f6eebb421af1786dbbd79ba95ddd6ab287324fc171c3e28d931
3386-
languageName: node
3387-
linkType: hard
3388-
33893410
"@typescript-eslint/utils@npm:6.15.0":
33903411
version: 6.15.0
33913412
resolution: "@typescript-eslint/utils@npm:6.15.0"
@@ -3403,6 +3424,20 @@ __metadata:
34033424
languageName: node
34043425
linkType: hard
34053426

3427+
"@typescript-eslint/utils@npm:7.16.1":
3428+
version: 7.16.1
3429+
resolution: "@typescript-eslint/utils@npm:7.16.1"
3430+
dependencies:
3431+
"@eslint-community/eslint-utils": ^4.4.0
3432+
"@typescript-eslint/scope-manager": 7.16.1
3433+
"@typescript-eslint/types": 7.16.1
3434+
"@typescript-eslint/typescript-estree": 7.16.1
3435+
peerDependencies:
3436+
eslint: ^8.56.0
3437+
checksum: 129435ab63363c7bdfa0abbabc1e3b59b66b39ea54a018f7706bc703d233c3c98791bb32f69ddec4715f6ffd6c66554f55eb76b3b91fcea9e919734cf23f6ead
3438+
languageName: node
3439+
linkType: hard
3440+
34063441
"@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":
34073442
version: 7.9.0
34083443
resolution: "@typescript-eslint/utils@npm:7.9.0"
@@ -3437,6 +3472,16 @@ __metadata:
34373472
languageName: node
34383473
linkType: hard
34393474

3475+
"@typescript-eslint/visitor-keys@npm:7.16.1":
3476+
version: 7.16.1
3477+
resolution: "@typescript-eslint/visitor-keys@npm:7.16.1"
3478+
dependencies:
3479+
"@typescript-eslint/types": 7.16.1
3480+
eslint-visitor-keys: ^3.4.3
3481+
checksum: 3d181d42dc9c29f6518343ae6d57b046743888e1d2dd0f3a547a1388564cdea7474c689ac17761a62effc57b3e7b90d5c51ae25e8bd411559a9ee8975094bd54
3482+
languageName: node
3483+
linkType: hard
3484+
34403485
"@typescript-eslint/visitor-keys@npm:7.9.0":
34413486
version: 7.9.0
34423487
resolution: "@typescript-eslint/visitor-keys@npm:7.9.0"
@@ -6604,16 +6649,6 @@ __metadata:
66046649
languageName: node
66056650
linkType: hard
66066651

6607-
"eslint-scope@npm:^5.1.1":
6608-
version: 5.1.1
6609-
resolution: "eslint-scope@npm:5.1.1"
6610-
dependencies:
6611-
esrecurse: ^4.3.0
6612-
estraverse: ^4.1.1
6613-
checksum: 47e4b6a3f0cc29c7feedee6c67b225a2da7e155802c6ea13bbef4ac6b9e10c66cd2dcb987867ef176292bf4e64eccc680a49e35e9e9c669f4a02bac17e86abdb
6614-
languageName: node
6615-
linkType: hard
6616-
66176652
"eslint-scope@npm:^7.1.1":
66186653
version: 7.2.0
66196654
resolution: "eslint-scope@npm:7.2.0"
@@ -6788,13 +6823,6 @@ __metadata:
67886823
languageName: node
67896824
linkType: hard
67906825

6791-
"estraverse@npm:^4.1.1":
6792-
version: 4.3.0
6793-
resolution: "estraverse@npm:4.3.0"
6794-
checksum: a6299491f9940bb246124a8d44b7b7a413a8336f5436f9837aaa9330209bd9ee8af7e91a654a3545aee9c54b3308e78ee360cef1d777d37cfef77d2fa33b5827
6795-
languageName: node
6796-
linkType: hard
6797-
67986826
"estraverse@npm:^5.1.0, estraverse@npm:^5.2.0, estraverse@npm:^5.3.0":
67996827
version: 5.3.0
68006828
resolution: "estraverse@npm:5.3.0"
@@ -9555,13 +9583,6 @@ __metadata:
95559583
languageName: node
95569584
linkType: hard
95579585

9558-
"natural-compare-lite@npm:^1.4.0":
9559-
version: 1.4.0
9560-
resolution: "natural-compare-lite@npm:1.4.0"
9561-
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
9562-
languageName: node
9563-
linkType: hard
9564-
95659586
"natural-compare@npm:^1.4.0":
95669587
version: 1.4.0
95679588
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)