Skip to content

Commit cc314ba

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent 776e10b commit cc314ba

File tree

2 files changed

+94
-31
lines changed

2 files changed

+94
-31
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@swc/cli": "0.3.10",
4040
"@swc/core": "1.4.2",
4141
"@types/node": "18.19.21",
42-
"@typescript-eslint/eslint-plugin": "6.21.0",
43-
"@typescript-eslint/parser": "6.21.0",
42+
"@typescript-eslint/eslint-plugin": "7.1.0",
43+
"@typescript-eslint/parser": "7.1.0",
4444
"@vitest/coverage-v8": "0.34.6",
4545
"eslint": "8.57.0",
4646
"eslint-plugin-vitest": "0.3.22",

yarn.lock

Lines changed: 92 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ __metadata:
407407
"@swc/cli": "npm:0.3.10"
408408
"@swc/core": "npm:1.4.2"
409409
"@types/node": "npm:18.19.21"
410-
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
411-
"@typescript-eslint/parser": "npm:6.21.0"
410+
"@typescript-eslint/eslint-plugin": "npm:7.1.0"
411+
"@typescript-eslint/parser": "npm:7.1.0"
412412
"@vitest/coverage-v8": "npm:0.34.6"
413413
eslint: "npm:8.57.0"
414414
eslint-plugin-vitest: "npm:0.3.22"
@@ -973,46 +973,46 @@ __metadata:
973973
languageName: node
974974
linkType: hard
975975

976-
"@typescript-eslint/eslint-plugin@npm:6.21.0":
977-
version: 6.21.0
978-
resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0"
976+
"@typescript-eslint/eslint-plugin@npm:7.1.0":
977+
version: 7.1.0
978+
resolution: "@typescript-eslint/eslint-plugin@npm:7.1.0"
979979
dependencies:
980980
"@eslint-community/regexpp": "npm:^4.5.1"
981-
"@typescript-eslint/scope-manager": "npm:6.21.0"
982-
"@typescript-eslint/type-utils": "npm:6.21.0"
983-
"@typescript-eslint/utils": "npm:6.21.0"
984-
"@typescript-eslint/visitor-keys": "npm:6.21.0"
981+
"@typescript-eslint/scope-manager": "npm:7.1.0"
982+
"@typescript-eslint/type-utils": "npm:7.1.0"
983+
"@typescript-eslint/utils": "npm:7.1.0"
984+
"@typescript-eslint/visitor-keys": "npm:7.1.0"
985985
debug: "npm:^4.3.4"
986986
graphemer: "npm:^1.4.0"
987987
ignore: "npm:^5.2.4"
988988
natural-compare: "npm:^1.4.0"
989989
semver: "npm:^7.5.4"
990990
ts-api-utils: "npm:^1.0.1"
991991
peerDependencies:
992-
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
993-
eslint: ^7.0.0 || ^8.0.0
992+
"@typescript-eslint/parser": ^7.0.0
993+
eslint: ^8.56.0
994994
peerDependenciesMeta:
995995
typescript:
996996
optional: true
997-
checksum: f911a79ee64d642f814a3b6cdb0d324b5f45d9ef955c5033e78903f626b7239b4aa773e464a38c3e667519066169d983538f2bf8e5d00228af587c9d438fb344
997+
checksum: e5644a987969cbb614bbf766b6bf51341e123c774953690548610147eae0041d70e48ef42be97b68a6e2f5ed9aae37fe040e8054d35bb0568c14194ba564b2d8
998998
languageName: node
999999
linkType: hard
10001000

1001-
"@typescript-eslint/parser@npm:6.21.0":
1002-
version: 6.21.0
1003-
resolution: "@typescript-eslint/parser@npm:6.21.0"
1001+
"@typescript-eslint/parser@npm:7.1.0":
1002+
version: 7.1.0
1003+
resolution: "@typescript-eslint/parser@npm:7.1.0"
10041004
dependencies:
1005-
"@typescript-eslint/scope-manager": "npm:6.21.0"
1006-
"@typescript-eslint/types": "npm:6.21.0"
1007-
"@typescript-eslint/typescript-estree": "npm:6.21.0"
1008-
"@typescript-eslint/visitor-keys": "npm:6.21.0"
1005+
"@typescript-eslint/scope-manager": "npm:7.1.0"
1006+
"@typescript-eslint/types": "npm:7.1.0"
1007+
"@typescript-eslint/typescript-estree": "npm:7.1.0"
1008+
"@typescript-eslint/visitor-keys": "npm:7.1.0"
10091009
debug: "npm:^4.3.4"
10101010
peerDependencies:
1011-
eslint: ^7.0.0 || ^8.0.0
1011+
eslint: ^8.56.0
10121012
peerDependenciesMeta:
10131013
typescript:
10141014
optional: true
1015-
checksum: a8f99820679decd0d115c0af61903fb1de3b1b5bec412dc72b67670bf636de77ab07f2a68ee65d6da7976039bbf636907f9d5ca546db3f0b98a31ffbc225bc7d
1015+
checksum: 8fcbfc8c0c86abb750173096e7ca09e1cd44aba3f6115bdb94ffb6b409b86ee23526e9d5a44935b69a6be2385893e66d8e55d92063206028dc48f70d379afcab
10161016
languageName: node
10171017
linkType: hard
10181018

@@ -1026,20 +1026,30 @@ __metadata:
10261026
languageName: node
10271027
linkType: hard
10281028

1029-
"@typescript-eslint/type-utils@npm:6.21.0":
1030-
version: 6.21.0
1031-
resolution: "@typescript-eslint/type-utils@npm:6.21.0"
1029+
"@typescript-eslint/scope-manager@npm:7.1.0":
1030+
version: 7.1.0
1031+
resolution: "@typescript-eslint/scope-manager@npm:7.1.0"
10321032
dependencies:
1033-
"@typescript-eslint/typescript-estree": "npm:6.21.0"
1034-
"@typescript-eslint/utils": "npm:6.21.0"
1033+
"@typescript-eslint/types": "npm:7.1.0"
1034+
"@typescript-eslint/visitor-keys": "npm:7.1.0"
1035+
checksum: 2fd167730bbe984343ab94739b00bd82e8cdeea9e63674b099cc5c89b420b28dbf79f40dab48022dc717db8d14ae6ee2739e0fcbdcc0321bc9da5f2602b55788
1036+
languageName: node
1037+
linkType: hard
1038+
1039+
"@typescript-eslint/type-utils@npm:7.1.0":
1040+
version: 7.1.0
1041+
resolution: "@typescript-eslint/type-utils@npm:7.1.0"
1042+
dependencies:
1043+
"@typescript-eslint/typescript-estree": "npm:7.1.0"
1044+
"@typescript-eslint/utils": "npm:7.1.0"
10351045
debug: "npm:^4.3.4"
10361046
ts-api-utils: "npm:^1.0.1"
10371047
peerDependencies:
1038-
eslint: ^7.0.0 || ^8.0.0
1048+
eslint: ^8.56.0
10391049
peerDependenciesMeta:
10401050
typescript:
10411051
optional: true
1042-
checksum: 7409c97d1c4a4386b488962739c4f1b5b04dc60cf51f8cd88e6b12541f84d84c6b8b67e491a147a2c95f9ec486539bf4519fb9d418411aef6537b9c156468117
1052+
checksum: 3e3eea6c03692a643bf4ed11646b0679c6ff13baf1647d97e793f3d8c3adb83061e27a17c2a1470166a3c6c444b974bebc8096d36e0b4b3c36c289ff38bcfc9b
10431053
languageName: node
10441054
linkType: hard
10451055

@@ -1050,6 +1060,13 @@ __metadata:
10501060
languageName: node
10511061
linkType: hard
10521062

1063+
"@typescript-eslint/types@npm:7.1.0":
1064+
version: 7.1.0
1065+
resolution: "@typescript-eslint/types@npm:7.1.0"
1066+
checksum: 095cde3e773b7605c5e0c86642002768ced09e94def7f3c6f49a67863f47d7c8ae15413a4ab1a2407f779d1b5ede5fb3000bc98b1cf9ed7ec938acc38cac89e7
1067+
languageName: node
1068+
linkType: hard
1069+
10531070
"@typescript-eslint/typescript-estree@npm:6.21.0":
10541071
version: 6.21.0
10551072
resolution: "@typescript-eslint/typescript-estree@npm:6.21.0"
@@ -1069,7 +1086,43 @@ __metadata:
10691086
languageName: node
10701087
linkType: hard
10711088

1072-
"@typescript-eslint/utils@npm:6.21.0, @typescript-eslint/utils@npm:^6.21.0":
1089+
"@typescript-eslint/typescript-estree@npm:7.1.0":
1090+
version: 7.1.0
1091+
resolution: "@typescript-eslint/typescript-estree@npm:7.1.0"
1092+
dependencies:
1093+
"@typescript-eslint/types": "npm:7.1.0"
1094+
"@typescript-eslint/visitor-keys": "npm:7.1.0"
1095+
debug: "npm:^4.3.4"
1096+
globby: "npm:^11.1.0"
1097+
is-glob: "npm:^4.0.3"
1098+
minimatch: "npm:9.0.3"
1099+
semver: "npm:^7.5.4"
1100+
ts-api-utils: "npm:^1.0.1"
1101+
peerDependenciesMeta:
1102+
typescript:
1103+
optional: true
1104+
checksum: 063845dc8526dfda722d1b00960443a5158d1bce2bc39bf49bd353f33f42aa30116105a87b55a04df3eaef99c0d1c13fb987c53848dff43de6152c66dd3ba41c
1105+
languageName: node
1106+
linkType: hard
1107+
1108+
"@typescript-eslint/utils@npm:7.1.0":
1109+
version: 7.1.0
1110+
resolution: "@typescript-eslint/utils@npm:7.1.0"
1111+
dependencies:
1112+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1113+
"@types/json-schema": "npm:^7.0.12"
1114+
"@types/semver": "npm:^7.5.0"
1115+
"@typescript-eslint/scope-manager": "npm:7.1.0"
1116+
"@typescript-eslint/types": "npm:7.1.0"
1117+
"@typescript-eslint/typescript-estree": "npm:7.1.0"
1118+
semver: "npm:^7.5.4"
1119+
peerDependencies:
1120+
eslint: ^8.56.0
1121+
checksum: 3fefd51307d0e294462106c57c4b12cd610bfe1bdcc5ca0142bfac6a5d0d37c18d14be5ec89740eb85515f5512f45219a6048df0efccd457e96f9d0612af4abf
1122+
languageName: node
1123+
linkType: hard
1124+
1125+
"@typescript-eslint/utils@npm:^6.21.0":
10731126
version: 6.21.0
10741127
resolution: "@typescript-eslint/utils@npm:6.21.0"
10751128
dependencies:
@@ -1096,6 +1149,16 @@ __metadata:
10961149
languageName: node
10971150
linkType: hard
10981151

1152+
"@typescript-eslint/visitor-keys@npm:7.1.0":
1153+
version: 7.1.0
1154+
resolution: "@typescript-eslint/visitor-keys@npm:7.1.0"
1155+
dependencies:
1156+
"@typescript-eslint/types": "npm:7.1.0"
1157+
eslint-visitor-keys: "npm:^3.4.1"
1158+
checksum: 9015a10e6ee2a99fc99e0f7a3f274496a813c2c239e868f29e7c0da919c825fe192fe21d3410c43d8a801e8186b51f08ef06523d2c3010570d893a1486ac293d
1159+
languageName: node
1160+
linkType: hard
1161+
10991162
"@ungap/structured-clone@npm:^1.2.0":
11001163
version: 1.2.0
11011164
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)