Skip to content

Commit 62274c2

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent bb256ff commit 62274c2

File tree

2 files changed

+158
-6
lines changed

2 files changed

+158
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"@types/connect": "^3.4.35",
7979
"@types/fs-extra": "^11",
8080
"@types/lodash-es": "^4.17.8",
81-
"@typescript-eslint/eslint-plugin": "^5.54.1",
82-
"@typescript-eslint/parser": "^5.54.1",
81+
"@typescript-eslint/eslint-plugin": "^6.0.0",
82+
"@typescript-eslint/parser": "^6.0.0",
8383
"@vue/eslint-config-typescript": "^11.0.2",
8484
"eslint": "^8.35.0",
8585
"eslint-config-standard-with-typescript": "^35.0.0",

yarn.lock

Lines changed: 156 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,13 @@ __metadata:
12931293
languageName: node
12941294
linkType: hard
12951295

1296+
"@eslint-community/regexpp@npm:^4.5.1":
1297+
version: 4.9.1
1298+
resolution: "@eslint-community/regexpp@npm:4.9.1"
1299+
checksum: 06fb839e9c756f6375cc545c2f2e05a0a64576bd6370e8e3c07983fd29a3d6e164ef4aa48a361f7d27e6713ab79c83053ff6a2ccb78748bc955e344279c4a3b6
1300+
languageName: node
1301+
linkType: hard
1302+
12961303
"@eslint-community/regexpp@npm:^4.6.1":
12971304
version: 4.6.2
12981305
resolution: "@eslint-community/regexpp@npm:4.6.2"
@@ -1876,8 +1883,8 @@ __metadata:
18761883
"@types/connect": ^3.4.35
18771884
"@types/fs-extra": ^11
18781885
"@types/lodash-es": ^4.17.8
1879-
"@typescript-eslint/eslint-plugin": ^5.54.1
1880-
"@typescript-eslint/parser": ^5.54.1
1886+
"@typescript-eslint/eslint-plugin": ^6.0.0
1887+
"@typescript-eslint/parser": ^6.0.0
18811888
"@vue/eslint-config-typescript": ^11.0.2
18821889
connect: ^3.7.0
18831890
consola: ^3.0.0
@@ -2211,6 +2218,13 @@ __metadata:
22112218
languageName: node
22122219
linkType: hard
22132220

2221+
"@types/json-schema@npm:^7.0.12":
2222+
version: 7.0.14
2223+
resolution: "@types/json-schema@npm:7.0.14"
2224+
checksum: 4b3dd99616c7c808201c56f6c7f6552eb67b5c0c753ab3fa03a6cb549aae950da537e9558e53fa65fba23d1be624a1e4e8d20c15027efbe41e03ca56f2b04fb0
2225+
languageName: node
2226+
linkType: hard
2227+
22142228
"@types/json5@npm:^0.0.29":
22152229
version: 0.0.29
22162230
resolution: "@types/json5@npm:0.0.29"
@@ -2285,7 +2299,14 @@ __metadata:
22852299
languageName: node
22862300
linkType: hard
22872301

2288-
"@typescript-eslint/eslint-plugin@npm:^5.54.1, @typescript-eslint/eslint-plugin@npm:^5.59.1":
2302+
"@types/semver@npm:^7.5.0":
2303+
version: 7.5.4
2304+
resolution: "@types/semver@npm:7.5.4"
2305+
checksum: 120c0189f6fec5f2d12d0d71ac8a4cfa952dc17fa3d842e8afddb82bba8828a4052f8799c1653e2b47ae1977435f38e8985658fde971905ce5afb8e23ee97ecf
2306+
languageName: node
2307+
linkType: hard
2308+
2309+
"@typescript-eslint/eslint-plugin@npm:^5.59.1":
22892310
version: 5.62.0
22902311
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
22912312
dependencies:
@@ -2309,7 +2330,32 @@ __metadata:
23092330
languageName: node
23102331
linkType: hard
23112332

2312-
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
2333+
"@typescript-eslint/eslint-plugin@npm:^6.0.0":
2334+
version: 6.8.0
2335+
resolution: "@typescript-eslint/eslint-plugin@npm:6.8.0"
2336+
dependencies:
2337+
"@eslint-community/regexpp": ^4.5.1
2338+
"@typescript-eslint/scope-manager": 6.8.0
2339+
"@typescript-eslint/type-utils": 6.8.0
2340+
"@typescript-eslint/utils": 6.8.0
2341+
"@typescript-eslint/visitor-keys": 6.8.0
2342+
debug: ^4.3.4
2343+
graphemer: ^1.4.0
2344+
ignore: ^5.2.4
2345+
natural-compare: ^1.4.0
2346+
semver: ^7.5.4
2347+
ts-api-utils: ^1.0.1
2348+
peerDependencies:
2349+
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
2350+
eslint: ^7.0.0 || ^8.0.0
2351+
peerDependenciesMeta:
2352+
typescript:
2353+
optional: true
2354+
checksum: c36ccf606ebcaff8263c4ffa3b4cda58c6f93474b9eea9906e51be2fef8596977a245cc13770b21c6bfd38ccf45a3cf3613d5f4499429f62ec80afe15ae345bd
2355+
languageName: node
2356+
linkType: hard
2357+
2358+
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.59.1":
23132359
version: 5.62.0
23142360
resolution: "@typescript-eslint/parser@npm:5.62.0"
23152361
dependencies:
@@ -2326,6 +2372,24 @@ __metadata:
23262372
languageName: node
23272373
linkType: hard
23282374

2375+
"@typescript-eslint/parser@npm:^6.0.0":
2376+
version: 6.8.0
2377+
resolution: "@typescript-eslint/parser@npm:6.8.0"
2378+
dependencies:
2379+
"@typescript-eslint/scope-manager": 6.8.0
2380+
"@typescript-eslint/types": 6.8.0
2381+
"@typescript-eslint/typescript-estree": 6.8.0
2382+
"@typescript-eslint/visitor-keys": 6.8.0
2383+
debug: ^4.3.4
2384+
peerDependencies:
2385+
eslint: ^7.0.0 || ^8.0.0
2386+
peerDependenciesMeta:
2387+
typescript:
2388+
optional: true
2389+
checksum: 10d7a3ae383fee5a5cba9541c72e23d6ab01cca6b414a62b44dacb5ebc15c80b80aa6c105b6469d3795f2f8514ae2499c069cd2d9dcac61f3db9ef6c7a75e080
2390+
languageName: node
2391+
linkType: hard
2392+
23292393
"@typescript-eslint/scope-manager@npm:5.62.0":
23302394
version: 5.62.0
23312395
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -2336,6 +2400,16 @@ __metadata:
23362400
languageName: node
23372401
linkType: hard
23382402

2403+
"@typescript-eslint/scope-manager@npm:6.8.0":
2404+
version: 6.8.0
2405+
resolution: "@typescript-eslint/scope-manager@npm:6.8.0"
2406+
dependencies:
2407+
"@typescript-eslint/types": 6.8.0
2408+
"@typescript-eslint/visitor-keys": 6.8.0
2409+
checksum: b6cf2803531d1c14b56c30fd3cd807b80e17fe48d0da8e5aa9ae50915407ed732c7e2a7ac8030b7cf8ed07b8e481a1138d76bf05b727837a0e016280c2f6873b
2410+
languageName: node
2411+
linkType: hard
2412+
23392413
"@typescript-eslint/type-utils@npm:5.62.0":
23402414
version: 5.62.0
23412415
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -2353,13 +2427,37 @@ __metadata:
23532427
languageName: node
23542428
linkType: hard
23552429

2430+
"@typescript-eslint/type-utils@npm:6.8.0":
2431+
version: 6.8.0
2432+
resolution: "@typescript-eslint/type-utils@npm:6.8.0"
2433+
dependencies:
2434+
"@typescript-eslint/typescript-estree": 6.8.0
2435+
"@typescript-eslint/utils": 6.8.0
2436+
debug: ^4.3.4
2437+
ts-api-utils: ^1.0.1
2438+
peerDependencies:
2439+
eslint: ^7.0.0 || ^8.0.0
2440+
peerDependenciesMeta:
2441+
typescript:
2442+
optional: true
2443+
checksum: 9b7d56904dc1a5719ef79eb1b7989d6fad10c71fb07ec3e66cf69b8c8dc5383d644ab122d4701bc4960fb7c99cc08aee4e645db3e4675d488d5779197e15dfda
2444+
languageName: node
2445+
linkType: hard
2446+
23562447
"@typescript-eslint/types@npm:5.62.0":
23572448
version: 5.62.0
23582449
resolution: "@typescript-eslint/types@npm:5.62.0"
23592450
checksum: 48c87117383d1864766486f24de34086155532b070f6264e09d0e6139449270f8a9559cfef3c56d16e3bcfb52d83d42105d61b36743626399c7c2b5e0ac3b670
23602451
languageName: node
23612452
linkType: hard
23622453

2454+
"@typescript-eslint/types@npm:6.8.0":
2455+
version: 6.8.0
2456+
resolution: "@typescript-eslint/types@npm:6.8.0"
2457+
checksum: 1fcd85f6d575116d51c6ee757ed37610ae5e7e4296a29f93c9c6949f6cd16d24550eb7fc5bae7a43119cc08e13836f69a7ae7c54ebba6c95aef96b34d3bfb7f7
2458+
languageName: node
2459+
linkType: hard
2460+
23632461
"@typescript-eslint/typescript-estree@npm:5.62.0":
23642462
version: 5.62.0
23652463
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2378,6 +2476,24 @@ __metadata:
23782476
languageName: node
23792477
linkType: hard
23802478

2479+
"@typescript-eslint/typescript-estree@npm:6.8.0":
2480+
version: 6.8.0
2481+
resolution: "@typescript-eslint/typescript-estree@npm:6.8.0"
2482+
dependencies:
2483+
"@typescript-eslint/types": 6.8.0
2484+
"@typescript-eslint/visitor-keys": 6.8.0
2485+
debug: ^4.3.4
2486+
globby: ^11.1.0
2487+
is-glob: ^4.0.3
2488+
semver: ^7.5.4
2489+
ts-api-utils: ^1.0.1
2490+
peerDependenciesMeta:
2491+
typescript:
2492+
optional: true
2493+
checksum: 388db7f33ef1bc0e7b960c0bce9c744c2e32c66c7ab8dfae73d8533958202ad6f31663b0010f79c45b5ff93159c67f45b00693d73b9da2472b17156dfd26b4a8
2494+
languageName: node
2495+
linkType: hard
2496+
23812497
"@typescript-eslint/utils@npm:5.62.0":
23822498
version: 5.62.0
23832499
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -2396,6 +2512,23 @@ __metadata:
23962512
languageName: node
23972513
linkType: hard
23982514

2515+
"@typescript-eslint/utils@npm:6.8.0":
2516+
version: 6.8.0
2517+
resolution: "@typescript-eslint/utils@npm:6.8.0"
2518+
dependencies:
2519+
"@eslint-community/eslint-utils": ^4.4.0
2520+
"@types/json-schema": ^7.0.12
2521+
"@types/semver": ^7.5.0
2522+
"@typescript-eslint/scope-manager": 6.8.0
2523+
"@typescript-eslint/types": 6.8.0
2524+
"@typescript-eslint/typescript-estree": 6.8.0
2525+
semver: ^7.5.4
2526+
peerDependencies:
2527+
eslint: ^7.0.0 || ^8.0.0
2528+
checksum: 6d9f90db504502a9aa10e834830c3ffa25483757414670acc6141a3ebef9171a57688a3a179febf35a0e1e0b322f37228d9537bf1b279f1af7fc97888b873bc3
2529+
languageName: node
2530+
linkType: hard
2531+
23992532
"@typescript-eslint/visitor-keys@npm:5.62.0":
24002533
version: 5.62.0
24012534
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -2406,6 +2539,16 @@ __metadata:
24062539
languageName: node
24072540
linkType: hard
24082541

2542+
"@typescript-eslint/visitor-keys@npm:6.8.0":
2543+
version: 6.8.0
2544+
resolution: "@typescript-eslint/visitor-keys@npm:6.8.0"
2545+
dependencies:
2546+
"@typescript-eslint/types": 6.8.0
2547+
eslint-visitor-keys: ^3.4.1
2548+
checksum: 710d9067b85d7715a400ae625c083c41733abb891d7b35108de083913980f9642e79d27689599fa39915f0fecae16dbfc30367007fccc838ccd917943660de22
2549+
languageName: node
2550+
linkType: hard
2551+
24092552
"@unhead/dom@npm:1.7.4, @unhead/dom@npm:^1.7.4":
24102553
version: 1.7.4
24112554
resolution: "@unhead/dom@npm:1.7.4"
@@ -10271,6 +10414,15 @@ __metadata:
1027110414
languageName: node
1027210415
linkType: hard
1027310416

10417+
"ts-api-utils@npm:^1.0.1":
10418+
version: 1.0.3
10419+
resolution: "ts-api-utils@npm:1.0.3"
10420+
peerDependencies:
10421+
typescript: ">=4.2.0"
10422+
checksum: 441cc4489d65fd515ae6b0f4eb8690057add6f3b6a63a36073753547fb6ce0c9ea0e0530220a0b282b0eec535f52c4dfc315d35f8a4c9a91c0def0707a714ca6
10423+
languageName: node
10424+
linkType: hard
10425+
1027410426
"ts-node@npm:^10.8.1":
1027510427
version: 10.9.1
1027610428
resolution: "ts-node@npm:10.9.1"

0 commit comments

Comments
 (0)