Skip to content

Commit d93caf3

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

File tree

2 files changed

+142
-44
lines changed

2 files changed

+142
-44
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@preconstruct/cli": "2.7.0",
4343
"@types/jest": "29.5.2",
4444
"@types/node": "16.18.37",
45-
"@typescript-eslint/eslint-plugin": "5.60.1",
46-
"@typescript-eslint/parser": "5.60.1",
45+
"@typescript-eslint/eslint-plugin": "6.12.0",
46+
"@typescript-eslint/parser": "6.12.0",
4747
"babel-jest": "29.5.0",
4848
"eslint": "8.43.0",
4949
"eslint-config-prettier": "8.8.0",

yarn.lock

Lines changed: 140 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ __metadata:
18921892
languageName: node
18931893
linkType: hard
18941894

1895-
"@eslint-community/eslint-utils@npm:^4.2.0":
1895+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
18961896
version: 4.4.0
18971897
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
18981898
dependencies:
@@ -1910,6 +1910,13 @@ __metadata:
19101910
languageName: node
19111911
linkType: hard
19121912

1913+
"@eslint-community/regexpp@npm:^4.5.1":
1914+
version: 4.10.0
1915+
resolution: "@eslint-community/regexpp@npm:4.10.0"
1916+
checksum: 2a6e345429ea8382aaaf3a61f865cae16ed44d31ca917910033c02dc00d505d939f10b81e079fa14d43b51499c640138e153b7e40743c4c094d9df97d4e56f7b
1917+
languageName: node
1918+
linkType: hard
1919+
19131920
"@eslint/eslintrc@npm:^2.0.3":
19141921
version: 2.0.3
19151922
resolution: "@eslint/eslintrc@npm:2.0.3"
@@ -2704,6 +2711,13 @@ __metadata:
27042711
languageName: node
27052712
linkType: hard
27062713

2714+
"@types/json-schema@npm:^7.0.12":
2715+
version: 7.0.15
2716+
resolution: "@types/json-schema@npm:7.0.15"
2717+
checksum: 97ed0cb44d4070aecea772b7b2e2ed971e10c81ec87dd4ecc160322ffa55ff330dace1793489540e3e318d90942064bb697cc0f8989391797792d919737b3b98
2718+
languageName: node
2719+
linkType: hard
2720+
27072721
"@types/json5@npm:^0.0.29":
27082722
version: 0.0.29
27092723
resolution: "@types/json5@npm:0.0.29"
@@ -2792,44 +2806,46 @@ __metadata:
27922806
languageName: node
27932807
linkType: hard
27942808

2795-
"@typescript-eslint/eslint-plugin@npm:5.60.1":
2796-
version: 5.60.1
2797-
resolution: "@typescript-eslint/eslint-plugin@npm:5.60.1"
2809+
"@typescript-eslint/eslint-plugin@npm:6.12.0":
2810+
version: 6.12.0
2811+
resolution: "@typescript-eslint/eslint-plugin@npm:6.12.0"
27982812
dependencies:
2799-
"@eslint-community/regexpp": ^4.4.0
2800-
"@typescript-eslint/scope-manager": 5.60.1
2801-
"@typescript-eslint/type-utils": 5.60.1
2802-
"@typescript-eslint/utils": 5.60.1
2813+
"@eslint-community/regexpp": ^4.5.1
2814+
"@typescript-eslint/scope-manager": 6.12.0
2815+
"@typescript-eslint/type-utils": 6.12.0
2816+
"@typescript-eslint/utils": 6.12.0
2817+
"@typescript-eslint/visitor-keys": 6.12.0
28032818
debug: ^4.3.4
2804-
grapheme-splitter: ^1.0.4
2805-
ignore: ^5.2.0
2806-
natural-compare-lite: ^1.4.0
2807-
semver: ^7.3.7
2808-
tsutils: ^3.21.0
2819+
graphemer: ^1.4.0
2820+
ignore: ^5.2.4
2821+
natural-compare: ^1.4.0
2822+
semver: ^7.5.4
2823+
ts-api-utils: ^1.0.1
28092824
peerDependencies:
2810-
"@typescript-eslint/parser": ^5.0.0
2811-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2825+
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
2826+
eslint: ^7.0.0 || ^8.0.0
28122827
peerDependenciesMeta:
28132828
typescript:
28142829
optional: true
2815-
checksum: 6ea3fdc64b216ee709318bfce1573cd8d90836150f0075aaa8755c347541af9ec026043e538a3264d28d1b32ff49b1fd7c6163826b8513f19f0957fefccf7752
2830+
checksum: a791ebe432a6cac50a15c9e98502b62e874de0c7e35fd320b9bdca21afd4ae88c88cff45ee50a95362da14e98965d946e57b15965f5522f1153568a3fe45db8a
28162831
languageName: node
28172832
linkType: hard
28182833

2819-
"@typescript-eslint/parser@npm:5.60.1":
2820-
version: 5.60.1
2821-
resolution: "@typescript-eslint/parser@npm:5.60.1"
2834+
"@typescript-eslint/parser@npm:6.12.0":
2835+
version: 6.12.0
2836+
resolution: "@typescript-eslint/parser@npm:6.12.0"
28222837
dependencies:
2823-
"@typescript-eslint/scope-manager": 5.60.1
2824-
"@typescript-eslint/types": 5.60.1
2825-
"@typescript-eslint/typescript-estree": 5.60.1
2838+
"@typescript-eslint/scope-manager": 6.12.0
2839+
"@typescript-eslint/types": 6.12.0
2840+
"@typescript-eslint/typescript-estree": 6.12.0
2841+
"@typescript-eslint/visitor-keys": 6.12.0
28262842
debug: ^4.3.4
28272843
peerDependencies:
2828-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2844+
eslint: ^7.0.0 || ^8.0.0
28292845
peerDependenciesMeta:
28302846
typescript:
28312847
optional: true
2832-
checksum: 08f1552ab0da178524a8de3654d2fb7c8ecb9efdad8e771c9cbf4af555c42e77d17b2c182d139a531cc76c3cabd091d1d25024c2c215cb809dca8b147c8a493c
2848+
checksum: 92923b7ee61f52d6b74f515640fe6bbb6b0a922d20dabeb6b59bc73f3c132bf750a2b706bb40fbe6d233c6ecc1abe905c99aa062280bb78e5724334f5b6c4ac5
28332849
languageName: node
28342850
linkType: hard
28352851

@@ -2843,20 +2859,30 @@ __metadata:
28432859
languageName: node
28442860
linkType: hard
28452861

2846-
"@typescript-eslint/type-utils@npm:5.60.1":
2847-
version: 5.60.1
2848-
resolution: "@typescript-eslint/type-utils@npm:5.60.1"
2862+
"@typescript-eslint/scope-manager@npm:6.12.0":
2863+
version: 6.12.0
2864+
resolution: "@typescript-eslint/scope-manager@npm:6.12.0"
28492865
dependencies:
2850-
"@typescript-eslint/typescript-estree": 5.60.1
2851-
"@typescript-eslint/utils": 5.60.1
2866+
"@typescript-eslint/types": 6.12.0
2867+
"@typescript-eslint/visitor-keys": 6.12.0
2868+
checksum: 4cc4eb1bcd04ba7b0a1de4284521cde5f3f25f2530f78dfcb3f098396b142fd30a45f615a87dc7a3adddbd131a6255cb12b1df19aacff71a3f766992ddef183f
2869+
languageName: node
2870+
linkType: hard
2871+
2872+
"@typescript-eslint/type-utils@npm:6.12.0":
2873+
version: 6.12.0
2874+
resolution: "@typescript-eslint/type-utils@npm:6.12.0"
2875+
dependencies:
2876+
"@typescript-eslint/typescript-estree": 6.12.0
2877+
"@typescript-eslint/utils": 6.12.0
28522878
debug: ^4.3.4
2853-
tsutils: ^3.21.0
2879+
ts-api-utils: ^1.0.1
28542880
peerDependencies:
2855-
eslint: "*"
2881+
eslint: ^7.0.0 || ^8.0.0
28562882
peerDependenciesMeta:
28572883
typescript:
28582884
optional: true
2859-
checksum: f8d5f87b5441d5c671f69631efd103f5f45e0cb7dbe0131a5b4234a5208ac845041219e8baaa3adc341e82a602165dd6fabf4fd06964d0109d0875425c8ac918
2885+
checksum: c345c45f1262eee4b9f6960a59b3aba960643d0004094a3d8fb9682ab79af2fae864695029246dc9e0d4fdb2f3d017a56b7dc034e551d263deba75c2ef048d39
28602886
languageName: node
28612887
linkType: hard
28622888

@@ -2867,6 +2893,13 @@ __metadata:
28672893
languageName: node
28682894
linkType: hard
28692895

2896+
"@typescript-eslint/types@npm:6.12.0":
2897+
version: 6.12.0
2898+
resolution: "@typescript-eslint/types@npm:6.12.0"
2899+
checksum: d3b40f9d400f6455ce5ae610651597c9e9ec85d46ca6d3c1025597a76305c557ebc5b88340ec6db0e694c9c79f1299d375b87a1a5b9314b22231dbbb5ce54695
2900+
languageName: node
2901+
linkType: hard
2902+
28702903
"@typescript-eslint/typescript-estree@npm:5.60.1":
28712904
version: 5.60.1
28722905
resolution: "@typescript-eslint/typescript-estree@npm:5.60.1"
@@ -2885,7 +2918,42 @@ __metadata:
28852918
languageName: node
28862919
linkType: hard
28872920

2888-
"@typescript-eslint/utils@npm:5.60.1, @typescript-eslint/utils@npm:^5.10.0":
2921+
"@typescript-eslint/typescript-estree@npm:6.12.0":
2922+
version: 6.12.0
2923+
resolution: "@typescript-eslint/typescript-estree@npm:6.12.0"
2924+
dependencies:
2925+
"@typescript-eslint/types": 6.12.0
2926+
"@typescript-eslint/visitor-keys": 6.12.0
2927+
debug: ^4.3.4
2928+
globby: ^11.1.0
2929+
is-glob: ^4.0.3
2930+
semver: ^7.5.4
2931+
ts-api-utils: ^1.0.1
2932+
peerDependenciesMeta:
2933+
typescript:
2934+
optional: true
2935+
checksum: 943f7ff2e164d812f6ae0a2d5096836aff00b1fda39937b03f126f266f03f3655794f5fc4643b49b71c312126d9422dfd764744bd1ba41ee6821a5bac1511aa2
2936+
languageName: node
2937+
linkType: hard
2938+
2939+
"@typescript-eslint/utils@npm:6.12.0":
2940+
version: 6.12.0
2941+
resolution: "@typescript-eslint/utils@npm:6.12.0"
2942+
dependencies:
2943+
"@eslint-community/eslint-utils": ^4.4.0
2944+
"@types/json-schema": ^7.0.12
2945+
"@types/semver": ^7.5.0
2946+
"@typescript-eslint/scope-manager": 6.12.0
2947+
"@typescript-eslint/types": 6.12.0
2948+
"@typescript-eslint/typescript-estree": 6.12.0
2949+
semver: ^7.5.4
2950+
peerDependencies:
2951+
eslint: ^7.0.0 || ^8.0.0
2952+
checksum: dad05bd0e4db7a88c2716f9ee83c7c28c30d71e57392e58dc0db66b5f5c4c86b9db14142c6a1a82cf1650da294d31980c56a118015d3a2a645acb8b8a5ebc315
2953+
languageName: node
2954+
linkType: hard
2955+
2956+
"@typescript-eslint/utils@npm:^5.10.0":
28892957
version: 5.60.1
28902958
resolution: "@typescript-eslint/utils@npm:5.60.1"
28912959
dependencies:
@@ -2913,6 +2981,16 @@ __metadata:
29132981
languageName: node
29142982
linkType: hard
29152983

2984+
"@typescript-eslint/visitor-keys@npm:6.12.0":
2985+
version: 6.12.0
2986+
resolution: "@typescript-eslint/visitor-keys@npm:6.12.0"
2987+
dependencies:
2988+
"@typescript-eslint/types": 6.12.0
2989+
eslint-visitor-keys: ^3.4.1
2990+
checksum: 3d8dc74ae748a95fe60b48dbaecca8d9c0c8df344d8034e3843057251fba24f06a3d29dbb9f525c9540b538d8c24221d3cf119ac483e9de38149a978051c72f3
2991+
languageName: node
2992+
linkType: hard
2993+
29162994
"JSONStream@npm:^1.0.4":
29172995
version: 1.3.5
29182996
resolution: "JSONStream@npm:1.3.5"
@@ -5396,6 +5474,13 @@ __metadata:
53965474
languageName: node
53975475
linkType: hard
53985476

5477+
"ignore@npm:^5.2.4":
5478+
version: 5.3.0
5479+
resolution: "ignore@npm:5.3.0"
5480+
checksum: 2736da6621f14ced652785cb05d86301a66d70248597537176612bd0c8630893564bd5f6421f8806b09e8472e75c591ef01672ab8059c07c6eb2c09cefe04bf9
5481+
languageName: node
5482+
linkType: hard
5483+
53995484
"import-fresh@npm:^3.0.0, import-fresh@npm:^3.2.1":
54005485
version: 3.3.0
54015486
resolution: "import-fresh@npm:3.3.0"
@@ -7094,13 +7179,6 @@ __metadata:
70947179
languageName: node
70957180
linkType: hard
70967181

7097-
"natural-compare-lite@npm:^1.4.0":
7098-
version: 1.4.0
7099-
resolution: "natural-compare-lite@npm:1.4.0"
7100-
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
7101-
languageName: node
7102-
linkType: hard
7103-
71047182
"natural-compare@npm:^1.4.0":
71057183
version: 1.4.0
71067184
resolution: "natural-compare@npm:1.4.0"
@@ -7319,8 +7397,8 @@ __metadata:
73197397
"@preconstruct/cli": 2.7.0
73207398
"@types/jest": 29.5.2
73217399
"@types/node": 16.18.37
7322-
"@typescript-eslint/eslint-plugin": 5.60.1
7323-
"@typescript-eslint/parser": 5.60.1
7400+
"@typescript-eslint/eslint-plugin": 6.12.0
7401+
"@typescript-eslint/parser": 6.12.0
73247402
babel-jest: 29.5.0
73257403
eslint: 8.43.0
73267404
eslint-config-prettier: 8.8.0
@@ -8114,6 +8192,17 @@ __metadata:
81148192
languageName: node
81158193
linkType: hard
81168194

8195+
"semver@npm:^7.5.4":
8196+
version: 7.5.4
8197+
resolution: "semver@npm:7.5.4"
8198+
dependencies:
8199+
lru-cache: ^6.0.0
8200+
bin:
8201+
semver: bin/semver.js
8202+
checksum: 12d8ad952fa353b0995bf180cdac205a4068b759a140e5d3c608317098b3575ac2f1e09182206bf2eb26120e1c0ed8fb92c48c592f6099680de56bb071423ca3
8203+
languageName: node
8204+
linkType: hard
8205+
81178206
"set-blocking@npm:^2.0.0":
81188207
version: 2.0.0
81198208
resolution: "set-blocking@npm:2.0.0"
@@ -8729,6 +8818,15 @@ __metadata:
87298818
languageName: node
87308819
linkType: hard
87318820

8821+
"ts-api-utils@npm:^1.0.1":
8822+
version: 1.0.3
8823+
resolution: "ts-api-utils@npm:1.0.3"
8824+
peerDependencies:
8825+
typescript: ">=4.2.0"
8826+
checksum: 441cc4489d65fd515ae6b0f4eb8690057add6f3b6a63a36073753547fb6ce0c9ea0e0530220a0b282b0eec535f52c4dfc315d35f8a4c9a91c0def0707a714ca6
8827+
languageName: node
8828+
linkType: hard
8829+
87328830
"ts-node@npm:^10.8.1":
87338831
version: 10.9.1
87348832
resolution: "ts-node@npm:10.9.1"

0 commit comments

Comments
 (0)