Skip to content

Commit e87e5bf

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent ffa9114 commit e87e5bf

File tree

2 files changed

+154
-16
lines changed

2 files changed

+154
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@nuxt/test-utils": "^3.7.4",
6161
"@privyid/eslint-config-persona": "^0.24.0",
6262
"@privyid/nhp": "^0.4.0",
63-
"@typescript-eslint/eslint-plugin": "^5.59.0",
64-
"@typescript-eslint/parser": "^5.59.0",
63+
"@typescript-eslint/eslint-plugin": "^6.0.0",
64+
"@typescript-eslint/parser": "^6.0.0",
6565
"@vitest/coverage-c8": "^0.30.1",
6666
"@vue/eslint-config-typescript": "^11.0.2",
6767
"axios-mock-adapter": "^1.21.4",

yarn.lock

+152-14
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ __metadata:
10761076
languageName: node
10771077
linkType: hard
10781078

1079-
"@eslint-community/regexpp@npm:^4.6.1":
1079+
"@eslint-community/regexpp@npm:^4.5.1, @eslint-community/regexpp@npm:^4.6.1":
10801080
version: 4.9.1
10811081
resolution: "@eslint-community/regexpp@npm:4.9.1"
10821082
checksum: 06fb839e9c756f6375cc545c2f2e05a0a64576bd6370e8e3c07983fd29a3d6e164ef4aa48a361f7d27e6713ab79c83053ff6a2ccb78748bc955e344279c4a3b6
@@ -1707,8 +1707,8 @@ __metadata:
17071707
"@nuxt/test-utils": ^3.7.4
17081708
"@privyid/eslint-config-persona": ^0.24.0
17091709
"@privyid/nhp": ^0.4.0
1710-
"@typescript-eslint/eslint-plugin": ^5.59.0
1711-
"@typescript-eslint/parser": ^5.59.0
1710+
"@typescript-eslint/eslint-plugin": ^6.0.0
1711+
"@typescript-eslint/parser": ^6.0.0
17121712
"@vitest/coverage-c8": ^0.30.1
17131713
"@vue/eslint-config-typescript": ^11.0.2
17141714
axios: 1.1.3
@@ -1987,6 +1987,13 @@ __metadata:
19871987
languageName: node
19881988
linkType: hard
19891989

1990+
"@types/json-schema@npm:^7.0.12":
1991+
version: 7.0.14
1992+
resolution: "@types/json-schema@npm:7.0.14"
1993+
checksum: 4b3dd99616c7c808201c56f6c7f6552eb67b5c0c753ab3fa03a6cb549aae950da537e9558e53fa65fba23d1be624a1e4e8d20c15027efbe41e03ca56f2b04fb0
1994+
languageName: node
1995+
linkType: hard
1996+
19901997
"@types/json5@npm:^0.0.29":
19911998
version: 0.0.29
19921999
resolution: "@types/json5@npm:0.0.29"
@@ -2022,7 +2029,14 @@ __metadata:
20222029
languageName: node
20232030
linkType: hard
20242031

2025-
"@typescript-eslint/eslint-plugin@npm:^5.45.1, @typescript-eslint/eslint-plugin@npm:^5.59.0, @typescript-eslint/eslint-plugin@npm:^5.59.1":
2032+
"@types/semver@npm:^7.5.0":
2033+
version: 7.5.4
2034+
resolution: "@types/semver@npm:7.5.4"
2035+
checksum: 120c0189f6fec5f2d12d0d71ac8a4cfa952dc17fa3d842e8afddb82bba8828a4052f8799c1653e2b47ae1977435f38e8985658fde971905ce5afb8e23ee97ecf
2036+
languageName: node
2037+
linkType: hard
2038+
2039+
"@typescript-eslint/eslint-plugin@npm:^5.45.1, @typescript-eslint/eslint-plugin@npm:^5.59.1":
20262040
version: 5.62.0
20272041
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
20282042
dependencies:
@@ -2046,7 +2060,32 @@ __metadata:
20462060
languageName: node
20472061
linkType: hard
20482062

2049-
"@typescript-eslint/parser@npm:^5.43.0, @typescript-eslint/parser@npm:^5.45.1, @typescript-eslint/parser@npm:^5.59.0, @typescript-eslint/parser@npm:^5.59.1":
2063+
"@typescript-eslint/eslint-plugin@npm:^6.0.0":
2064+
version: 6.8.0
2065+
resolution: "@typescript-eslint/eslint-plugin@npm:6.8.0"
2066+
dependencies:
2067+
"@eslint-community/regexpp": ^4.5.1
2068+
"@typescript-eslint/scope-manager": 6.8.0
2069+
"@typescript-eslint/type-utils": 6.8.0
2070+
"@typescript-eslint/utils": 6.8.0
2071+
"@typescript-eslint/visitor-keys": 6.8.0
2072+
debug: ^4.3.4
2073+
graphemer: ^1.4.0
2074+
ignore: ^5.2.4
2075+
natural-compare: ^1.4.0
2076+
semver: ^7.5.4
2077+
ts-api-utils: ^1.0.1
2078+
peerDependencies:
2079+
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
2080+
eslint: ^7.0.0 || ^8.0.0
2081+
peerDependenciesMeta:
2082+
typescript:
2083+
optional: true
2084+
checksum: c36ccf606ebcaff8263c4ffa3b4cda58c6f93474b9eea9906e51be2fef8596977a245cc13770b21c6bfd38ccf45a3cf3613d5f4499429f62ec80afe15ae345bd
2085+
languageName: node
2086+
linkType: hard
2087+
2088+
"@typescript-eslint/parser@npm:^5.43.0, @typescript-eslint/parser@npm:^5.45.1, @typescript-eslint/parser@npm:^5.59.1":
20502089
version: 5.62.0
20512090
resolution: "@typescript-eslint/parser@npm:5.62.0"
20522091
dependencies:
@@ -2063,6 +2102,24 @@ __metadata:
20632102
languageName: node
20642103
linkType: hard
20652104

2105+
"@typescript-eslint/parser@npm:^6.0.0":
2106+
version: 6.8.0
2107+
resolution: "@typescript-eslint/parser@npm:6.8.0"
2108+
dependencies:
2109+
"@typescript-eslint/scope-manager": 6.8.0
2110+
"@typescript-eslint/types": 6.8.0
2111+
"@typescript-eslint/typescript-estree": 6.8.0
2112+
"@typescript-eslint/visitor-keys": 6.8.0
2113+
debug: ^4.3.4
2114+
peerDependencies:
2115+
eslint: ^7.0.0 || ^8.0.0
2116+
peerDependenciesMeta:
2117+
typescript:
2118+
optional: true
2119+
checksum: 10d7a3ae383fee5a5cba9541c72e23d6ab01cca6b414a62b44dacb5ebc15c80b80aa6c105b6469d3795f2f8514ae2499c069cd2d9dcac61f3db9ef6c7a75e080
2120+
languageName: node
2121+
linkType: hard
2122+
20662123
"@typescript-eslint/scope-manager@npm:5.62.0":
20672124
version: 5.62.0
20682125
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -2073,6 +2130,16 @@ __metadata:
20732130
languageName: node
20742131
linkType: hard
20752132

2133+
"@typescript-eslint/scope-manager@npm:6.8.0":
2134+
version: 6.8.0
2135+
resolution: "@typescript-eslint/scope-manager@npm:6.8.0"
2136+
dependencies:
2137+
"@typescript-eslint/types": 6.8.0
2138+
"@typescript-eslint/visitor-keys": 6.8.0
2139+
checksum: b6cf2803531d1c14b56c30fd3cd807b80e17fe48d0da8e5aa9ae50915407ed732c7e2a7ac8030b7cf8ed07b8e481a1138d76bf05b727837a0e016280c2f6873b
2140+
languageName: node
2141+
linkType: hard
2142+
20762143
"@typescript-eslint/type-utils@npm:5.62.0":
20772144
version: 5.62.0
20782145
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -2090,13 +2157,37 @@ __metadata:
20902157
languageName: node
20912158
linkType: hard
20922159

2160+
"@typescript-eslint/type-utils@npm:6.8.0":
2161+
version: 6.8.0
2162+
resolution: "@typescript-eslint/type-utils@npm:6.8.0"
2163+
dependencies:
2164+
"@typescript-eslint/typescript-estree": 6.8.0
2165+
"@typescript-eslint/utils": 6.8.0
2166+
debug: ^4.3.4
2167+
ts-api-utils: ^1.0.1
2168+
peerDependencies:
2169+
eslint: ^7.0.0 || ^8.0.0
2170+
peerDependenciesMeta:
2171+
typescript:
2172+
optional: true
2173+
checksum: 9b7d56904dc1a5719ef79eb1b7989d6fad10c71fb07ec3e66cf69b8c8dc5383d644ab122d4701bc4960fb7c99cc08aee4e645db3e4675d488d5779197e15dfda
2174+
languageName: node
2175+
linkType: hard
2176+
20932177
"@typescript-eslint/types@npm:5.62.0":
20942178
version: 5.62.0
20952179
resolution: "@typescript-eslint/types@npm:5.62.0"
20962180
checksum: 48c87117383d1864766486f24de34086155532b070f6264e09d0e6139449270f8a9559cfef3c56d16e3bcfb52d83d42105d61b36743626399c7c2b5e0ac3b670
20972181
languageName: node
20982182
linkType: hard
20992183

2184+
"@typescript-eslint/types@npm:6.8.0":
2185+
version: 6.8.0
2186+
resolution: "@typescript-eslint/types@npm:6.8.0"
2187+
checksum: 1fcd85f6d575116d51c6ee757ed37610ae5e7e4296a29f93c9c6949f6cd16d24550eb7fc5bae7a43119cc08e13836f69a7ae7c54ebba6c95aef96b34d3bfb7f7
2188+
languageName: node
2189+
linkType: hard
2190+
21002191
"@typescript-eslint/typescript-estree@npm:5.62.0":
21012192
version: 5.62.0
21022193
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2115,6 +2206,24 @@ __metadata:
21152206
languageName: node
21162207
linkType: hard
21172208

2209+
"@typescript-eslint/typescript-estree@npm:6.8.0":
2210+
version: 6.8.0
2211+
resolution: "@typescript-eslint/typescript-estree@npm:6.8.0"
2212+
dependencies:
2213+
"@typescript-eslint/types": 6.8.0
2214+
"@typescript-eslint/visitor-keys": 6.8.0
2215+
debug: ^4.3.4
2216+
globby: ^11.1.0
2217+
is-glob: ^4.0.3
2218+
semver: ^7.5.4
2219+
ts-api-utils: ^1.0.1
2220+
peerDependenciesMeta:
2221+
typescript:
2222+
optional: true
2223+
checksum: 388db7f33ef1bc0e7b960c0bce9c744c2e32c66c7ab8dfae73d8533958202ad6f31663b0010f79c45b5ff93159c67f45b00693d73b9da2472b17156dfd26b4a8
2224+
languageName: node
2225+
linkType: hard
2226+
21182227
"@typescript-eslint/utils@npm:5.62.0":
21192228
version: 5.62.0
21202229
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -2133,6 +2242,23 @@ __metadata:
21332242
languageName: node
21342243
linkType: hard
21352244

2245+
"@typescript-eslint/utils@npm:6.8.0":
2246+
version: 6.8.0
2247+
resolution: "@typescript-eslint/utils@npm:6.8.0"
2248+
dependencies:
2249+
"@eslint-community/eslint-utils": ^4.4.0
2250+
"@types/json-schema": ^7.0.12
2251+
"@types/semver": ^7.5.0
2252+
"@typescript-eslint/scope-manager": 6.8.0
2253+
"@typescript-eslint/types": 6.8.0
2254+
"@typescript-eslint/typescript-estree": 6.8.0
2255+
semver: ^7.5.4
2256+
peerDependencies:
2257+
eslint: ^7.0.0 || ^8.0.0
2258+
checksum: 6d9f90db504502a9aa10e834830c3ffa25483757414670acc6141a3ebef9171a57688a3a179febf35a0e1e0b322f37228d9537bf1b279f1af7fc97888b873bc3
2259+
languageName: node
2260+
linkType: hard
2261+
21362262
"@typescript-eslint/visitor-keys@npm:5.62.0":
21372263
version: 5.62.0
21382264
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -2143,6 +2269,16 @@ __metadata:
21432269
languageName: node
21442270
linkType: hard
21452271

2272+
"@typescript-eslint/visitor-keys@npm:6.8.0":
2273+
version: 6.8.0
2274+
resolution: "@typescript-eslint/visitor-keys@npm:6.8.0"
2275+
dependencies:
2276+
"@typescript-eslint/types": 6.8.0
2277+
eslint-visitor-keys: ^3.4.1
2278+
checksum: 710d9067b85d7715a400ae625c083c41733abb891d7b35108de083913980f9642e79d27689599fa39915f0fecae16dbfc30367007fccc838ccd917943660de22
2279+
languageName: node
2280+
linkType: hard
2281+
21462282
"@ungap/structured-clone@npm:^1.2.0":
21472283
version: 1.2.0
21482284
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -5702,13 +5838,6 @@ __metadata:
57025838
languageName: node
57035839
linkType: hard
57045840

5705-
"grapheme-splitter@npm:^1.0.4":
5706-
version: 1.0.4
5707-
resolution: "grapheme-splitter@npm:1.0.4"
5708-
checksum: 0c22ec54dee1b05cd480f78cf14f732cb5b108edc073572c4ec205df4cd63f30f8db8025afc5debc8835a8ddeacf648a1c7992fe3dcd6ad38f9a476d84906620
5709-
languageName: node
5710-
linkType: hard
5711-
57125841
"graphemer@npm:^1.4.0":
57135842
version: 1.4.0
57145843
resolution: "graphemer@npm:1.4.0"
@@ -9765,6 +9894,15 @@ __metadata:
97659894
languageName: node
97669895
linkType: hard
97679896

9897+
"ts-api-utils@npm:^1.0.1":
9898+
version: 1.0.3
9899+
resolution: "ts-api-utils@npm:1.0.3"
9900+
peerDependencies:
9901+
typescript: ">=4.2.0"
9902+
checksum: 441cc4489d65fd515ae6b0f4eb8690057add6f3b6a63a36073753547fb6ce0c9ea0e0530220a0b282b0eec535f52c4dfc315d35f8a4c9a91c0def0707a714ca6
9903+
languageName: node
9904+
linkType: hard
9905+
97689906
"tsconfig-paths@npm:^3.14.2":
97699907
version: 3.14.2
97709908
resolution: "tsconfig-paths@npm:3.14.2"
@@ -9932,11 +10070,11 @@ __metadata:
993210070

993310071
"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
993410072
version: 5.2.2
9935-
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=77c9e2"
10073+
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
993610074
bin:
993710075
tsc: bin/tsc
993810076
tsserver: bin/tsserver
9939-
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
10077+
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
994010078
languageName: node
994110079
linkType: hard
994210080

0 commit comments

Comments
 (0)