Skip to content

Commit c5e5a0e

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent 54e43e7 commit c5e5a0e

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
@@ -1359,6 +1359,13 @@ __metadata:
13591359
languageName: node
13601360
linkType: hard
13611361

1362+
"@eslint-community/regexpp@npm:^4.5.1":
1363+
version: 4.9.1
1364+
resolution: "@eslint-community/regexpp@npm:4.9.1"
1365+
checksum: 06fb839e9c756f6375cc545c2f2e05a0a64576bd6370e8e3c07983fd29a3d6e164ef4aa48a361f7d27e6713ab79c83053ff6a2ccb78748bc955e344279c4a3b6
1366+
languageName: node
1367+
linkType: hard
1368+
13621369
"@eslint-community/regexpp@npm:^4.6.1":
13631370
version: 4.6.2
13641371
resolution: "@eslint-community/regexpp@npm:4.6.2"
@@ -1942,8 +1949,8 @@ __metadata:
19421949
"@types/connect": ^3.4.35
19431950
"@types/fs-extra": ^11
19441951
"@types/lodash-es": ^4.17.8
1945-
"@typescript-eslint/eslint-plugin": ^5.54.1
1946-
"@typescript-eslint/parser": ^5.54.1
1952+
"@typescript-eslint/eslint-plugin": ^6.0.0
1953+
"@typescript-eslint/parser": ^6.0.0
19471954
"@vue/eslint-config-typescript": ^11.0.2
19481955
connect: ^3.7.0
19491956
consola: ^3.0.0
@@ -2299,6 +2306,13 @@ __metadata:
22992306
languageName: node
23002307
linkType: hard
23012308

2309+
"@types/json-schema@npm:^7.0.12":
2310+
version: 7.0.13
2311+
resolution: "@types/json-schema@npm:7.0.13"
2312+
checksum: 345df21a678fa72fb389f35f33de77833d09d4a142bb2bcb27c18690efa4cf70fc2876e43843cefb3fbdb9fcb12cd3e970a90936df30f53bbee899865ff605ab
2313+
languageName: node
2314+
linkType: hard
2315+
23022316
"@types/json5@npm:^0.0.29":
23032317
version: 0.0.29
23042318
resolution: "@types/json5@npm:0.0.29"
@@ -2373,7 +2387,14 @@ __metadata:
23732387
languageName: node
23742388
linkType: hard
23752389

2376-
"@typescript-eslint/eslint-plugin@npm:^5.54.1, @typescript-eslint/eslint-plugin@npm:^5.59.1":
2390+
"@types/semver@npm:^7.5.0":
2391+
version: 7.5.3
2392+
resolution: "@types/semver@npm:7.5.3"
2393+
checksum: 349fdd1ab6c213bac5c991bac766bd07b8b12e63762462bb058740dcd2eb09c8193d068bb226f134661275f2022976214c0e727a4e5eb83ec1b131127c980d3e
2394+
languageName: node
2395+
linkType: hard
2396+
2397+
"@typescript-eslint/eslint-plugin@npm:^5.59.1":
23772398
version: 5.62.0
23782399
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
23792400
dependencies:
@@ -2397,7 +2418,32 @@ __metadata:
23972418
languageName: node
23982419
linkType: hard
23992420

2400-
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
2421+
"@typescript-eslint/eslint-plugin@npm:^6.0.0":
2422+
version: 6.7.5
2423+
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.5"
2424+
dependencies:
2425+
"@eslint-community/regexpp": ^4.5.1
2426+
"@typescript-eslint/scope-manager": 6.7.5
2427+
"@typescript-eslint/type-utils": 6.7.5
2428+
"@typescript-eslint/utils": 6.7.5
2429+
"@typescript-eslint/visitor-keys": 6.7.5
2430+
debug: ^4.3.4
2431+
graphemer: ^1.4.0
2432+
ignore: ^5.2.4
2433+
natural-compare: ^1.4.0
2434+
semver: ^7.5.4
2435+
ts-api-utils: ^1.0.1
2436+
peerDependencies:
2437+
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
2438+
eslint: ^7.0.0 || ^8.0.0
2439+
peerDependenciesMeta:
2440+
typescript:
2441+
optional: true
2442+
checksum: c37edf5a703db4ff9227d67c2d2cf817e65c9afc94cc0e650fa3d2b05ac55201ef887ce9dadb9ca13779f4025bf4367e132b013e3559e777006a2332079bb180
2443+
languageName: node
2444+
linkType: hard
2445+
2446+
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.59.1":
24012447
version: 5.62.0
24022448
resolution: "@typescript-eslint/parser@npm:5.62.0"
24032449
dependencies:
@@ -2414,6 +2460,24 @@ __metadata:
24142460
languageName: node
24152461
linkType: hard
24162462

2463+
"@typescript-eslint/parser@npm:^6.0.0":
2464+
version: 6.7.5
2465+
resolution: "@typescript-eslint/parser@npm:6.7.5"
2466+
dependencies:
2467+
"@typescript-eslint/scope-manager": 6.7.5
2468+
"@typescript-eslint/types": 6.7.5
2469+
"@typescript-eslint/typescript-estree": 6.7.5
2470+
"@typescript-eslint/visitor-keys": 6.7.5
2471+
debug: ^4.3.4
2472+
peerDependencies:
2473+
eslint: ^7.0.0 || ^8.0.0
2474+
peerDependenciesMeta:
2475+
typescript:
2476+
optional: true
2477+
checksum: 63f988c1c87697bd20487933be952b97f7a5f2a9977f505af671c7d49367fc01ca508817576646caa937c15cc0a0ef1e86adff9111eb19df8b489e7436d10620
2478+
languageName: node
2479+
linkType: hard
2480+
24172481
"@typescript-eslint/scope-manager@npm:5.62.0":
24182482
version: 5.62.0
24192483
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -2424,6 +2488,16 @@ __metadata:
24242488
languageName: node
24252489
linkType: hard
24262490

2491+
"@typescript-eslint/scope-manager@npm:6.7.5":
2492+
version: 6.7.5
2493+
resolution: "@typescript-eslint/scope-manager@npm:6.7.5"
2494+
dependencies:
2495+
"@typescript-eslint/types": 6.7.5
2496+
"@typescript-eslint/visitor-keys": 6.7.5
2497+
checksum: f21858ed78f81ab2d9879139f69657fda2a7b901078f79df64d1262d80f84ef66c56525ed0bb5e393fa5ca5474ad97f2225b7f713977c2d0f79cda31b2744af9
2498+
languageName: node
2499+
linkType: hard
2500+
24272501
"@typescript-eslint/type-utils@npm:5.62.0":
24282502
version: 5.62.0
24292503
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -2441,13 +2515,37 @@ __metadata:
24412515
languageName: node
24422516
linkType: hard
24432517

2518+
"@typescript-eslint/type-utils@npm:6.7.5":
2519+
version: 6.7.5
2520+
resolution: "@typescript-eslint/type-utils@npm:6.7.5"
2521+
dependencies:
2522+
"@typescript-eslint/typescript-estree": 6.7.5
2523+
"@typescript-eslint/utils": 6.7.5
2524+
debug: ^4.3.4
2525+
ts-api-utils: ^1.0.1
2526+
peerDependencies:
2527+
eslint: ^7.0.0 || ^8.0.0
2528+
peerDependenciesMeta:
2529+
typescript:
2530+
optional: true
2531+
checksum: 8023d8ddcfbf4a0411b192016711068e9e6787c5811aee3a25ac40025ade0d063a1a3d7b38469e1a534bb31fa9dbeec08ab53b7a6d7b3128358294ac5b219d9a
2532+
languageName: node
2533+
linkType: hard
2534+
24442535
"@typescript-eslint/types@npm:5.62.0":
24452536
version: 5.62.0
24462537
resolution: "@typescript-eslint/types@npm:5.62.0"
24472538
checksum: 48c87117383d1864766486f24de34086155532b070f6264e09d0e6139449270f8a9559cfef3c56d16e3bcfb52d83d42105d61b36743626399c7c2b5e0ac3b670
24482539
languageName: node
24492540
linkType: hard
24502541

2542+
"@typescript-eslint/types@npm:6.7.5":
2543+
version: 6.7.5
2544+
resolution: "@typescript-eslint/types@npm:6.7.5"
2545+
checksum: f21e5726b60f13feb3a920c92515fbc1205ba0e9bba9959b2e42c02c282a0ab4fb0e5ae84f3807b9b1cf95036027e9033d92a911fa88e6c243a87621d8dd7a01
2546+
languageName: node
2547+
linkType: hard
2548+
24512549
"@typescript-eslint/typescript-estree@npm:5.62.0":
24522550
version: 5.62.0
24532551
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2466,6 +2564,24 @@ __metadata:
24662564
languageName: node
24672565
linkType: hard
24682566

2567+
"@typescript-eslint/typescript-estree@npm:6.7.5":
2568+
version: 6.7.5
2569+
resolution: "@typescript-eslint/typescript-estree@npm:6.7.5"
2570+
dependencies:
2571+
"@typescript-eslint/types": 6.7.5
2572+
"@typescript-eslint/visitor-keys": 6.7.5
2573+
debug: ^4.3.4
2574+
globby: ^11.1.0
2575+
is-glob: ^4.0.3
2576+
semver: ^7.5.4
2577+
ts-api-utils: ^1.0.1
2578+
peerDependenciesMeta:
2579+
typescript:
2580+
optional: true
2581+
checksum: 17685e8321edce1d1ec4278d84e63c0f41ccb19e9308f21c37450943ad0c33328755ac52b966e7855af17e01d22bc83d1fcda79c279fabe7d3460c8f315a7265
2582+
languageName: node
2583+
linkType: hard
2584+
24692585
"@typescript-eslint/utils@npm:5.62.0":
24702586
version: 5.62.0
24712587
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -2484,6 +2600,23 @@ __metadata:
24842600
languageName: node
24852601
linkType: hard
24862602

2603+
"@typescript-eslint/utils@npm:6.7.5":
2604+
version: 6.7.5
2605+
resolution: "@typescript-eslint/utils@npm:6.7.5"
2606+
dependencies:
2607+
"@eslint-community/eslint-utils": ^4.4.0
2608+
"@types/json-schema": ^7.0.12
2609+
"@types/semver": ^7.5.0
2610+
"@typescript-eslint/scope-manager": 6.7.5
2611+
"@typescript-eslint/types": 6.7.5
2612+
"@typescript-eslint/typescript-estree": 6.7.5
2613+
semver: ^7.5.4
2614+
peerDependencies:
2615+
eslint: ^7.0.0 || ^8.0.0
2616+
checksum: f365c654241f927e7784640079627d60a296aa3d575552b07594a69cfc419832eb5fa4adc87acb1988bea9741ae9cc4a5277dab168990310caef5de125255752
2617+
languageName: node
2618+
linkType: hard
2619+
24872620
"@typescript-eslint/visitor-keys@npm:5.62.0":
24882621
version: 5.62.0
24892622
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -2494,6 +2627,16 @@ __metadata:
24942627
languageName: node
24952628
linkType: hard
24962629

2630+
"@typescript-eslint/visitor-keys@npm:6.7.5":
2631+
version: 6.7.5
2632+
resolution: "@typescript-eslint/visitor-keys@npm:6.7.5"
2633+
dependencies:
2634+
"@typescript-eslint/types": 6.7.5
2635+
eslint-visitor-keys: ^3.4.1
2636+
checksum: 2df996742f63d89fa339b0e8ff3a3a289d36b3f584f7538a7626bed3869e9ae27f8f56ab31748519d25a63de2ae22a43dd8413610b00436ff342b0a17eb85289
2637+
languageName: node
2638+
linkType: hard
2639+
24972640
"@unhead/dom@npm:1.7.4, @unhead/dom@npm:^1.7.4":
24982641
version: 1.7.4
24992642
resolution: "@unhead/dom@npm:1.7.4"
@@ -10339,6 +10482,15 @@ __metadata:
1033910482
languageName: node
1034010483
linkType: hard
1034110484

10485+
"ts-api-utils@npm:^1.0.1":
10486+
version: 1.0.3
10487+
resolution: "ts-api-utils@npm:1.0.3"
10488+
peerDependencies:
10489+
typescript: ">=4.2.0"
10490+
checksum: 441cc4489d65fd515ae6b0f4eb8690057add6f3b6a63a36073753547fb6ce0c9ea0e0530220a0b282b0eec535f52c4dfc315d35f8a4c9a91c0def0707a714ca6
10491+
languageName: node
10492+
linkType: hard
10493+
1034210494
"ts-node@npm:^10.8.1":
1034310495
version: 10.9.1
1034410496
resolution: "ts-node@npm:10.9.1"

0 commit comments

Comments
 (0)