Skip to content

Commit 72cd34a

Browse files
Update typescript-eslint monorepo to v7
1 parent 7b0dada commit 72cd34a

File tree

2 files changed

+98
-68
lines changed

2 files changed

+98
-68
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"devDependencies": {
3030
"@types/jest": "29.5.12",
3131
"@types/node": "18.19.22",
32-
"@typescript-eslint/eslint-plugin": "5.39.0",
33-
"@typescript-eslint/parser": "5.39.0",
32+
"@typescript-eslint/eslint-plugin": "7.13.0",
33+
"@typescript-eslint/parser": "7.13.0",
3434
"@vercel/ncc": "0.38.1",
3535
"eslint": "8.57.0",
3636
"eslint-config-prettier": "8.10.0",

yarn.lock

Lines changed: 96 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -504,13 +504,18 @@
504504
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
505505
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
506506

507-
"@eslint-community/eslint-utils@^4.2.0":
507+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
508508
version "4.4.0"
509509
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
510510
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
511511
dependencies:
512512
eslint-visitor-keys "^3.3.0"
513513

514+
"@eslint-community/regexpp@^4.10.0":
515+
version "4.10.1"
516+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
517+
integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==
518+
514519
"@eslint-community/regexpp@^4.6.1":
515520
version "4.10.0"
516521
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
@@ -1007,28 +1012,30 @@
10071012
dependencies:
10081013
"@types/yargs-parser" "*"
10091014

1010-
"@typescript-eslint/eslint-plugin@5.39.0":
1011-
version "5.39.0"
1012-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
1013-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
1015+
"@typescript-eslint/eslint-plugin@7.13.0":
1016+
version "7.13.0"
1017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.13.0.tgz#3cdeb5d44d051b21a9567535dd90702b2a42c6ff"
1018+
integrity sha512-FX1X6AF0w8MdVFLSdqwqN/me2hyhuQg4ykN6ZpVhh1ij/80pTvDKclX1sZB9iqex8SjQfVhwMKs3JtnnMLzG9w==
10141019
dependencies:
1015-
"@typescript-eslint/scope-manager" "5.39.0"
1016-
"@typescript-eslint/type-utils" "5.39.0"
1017-
"@typescript-eslint/utils" "5.39.0"
1018-
debug "^4.3.4"
1019-
ignore "^5.2.0"
1020-
regexpp "^3.2.0"
1021-
semver "^7.3.7"
1022-
tsutils "^3.21.0"
1020+
"@eslint-community/regexpp" "^4.10.0"
1021+
"@typescript-eslint/scope-manager" "7.13.0"
1022+
"@typescript-eslint/type-utils" "7.13.0"
1023+
"@typescript-eslint/utils" "7.13.0"
1024+
"@typescript-eslint/visitor-keys" "7.13.0"
1025+
graphemer "^1.4.0"
1026+
ignore "^5.3.1"
1027+
natural-compare "^1.4.0"
1028+
ts-api-utils "^1.3.0"
10231029

1024-
"@typescript-eslint/parser@5.39.0":
1025-
version "5.39.0"
1026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
1027-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
1030+
"@typescript-eslint/parser@7.13.0":
1031+
version "7.13.0"
1032+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.13.0.tgz#9489098d68d57ad392f507495f2b82ce8b8f0a6b"
1033+
integrity sha512-EjMfl69KOS9awXXe83iRN7oIEXy9yYdqWfqdrFAYAAr6syP8eLEFI7ZE4939antx2mNgPRW/o1ybm2SFYkbTVA==
10281034
dependencies:
1029-
"@typescript-eslint/scope-manager" "5.39.0"
1030-
"@typescript-eslint/types" "5.39.0"
1031-
"@typescript-eslint/typescript-estree" "5.39.0"
1035+
"@typescript-eslint/scope-manager" "7.13.0"
1036+
"@typescript-eslint/types" "7.13.0"
1037+
"@typescript-eslint/typescript-estree" "7.13.0"
1038+
"@typescript-eslint/visitor-keys" "7.13.0"
10321039
debug "^4.3.4"
10331040

10341041
"@typescript-eslint/[email protected]":
@@ -1039,33 +1046,33 @@
10391046
"@typescript-eslint/types" "5.38.1"
10401047
"@typescript-eslint/visitor-keys" "5.38.1"
10411048

1042-
"@typescript-eslint/scope-manager@5.39.0":
1043-
version "5.39.0"
1044-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
1045-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
1049+
"@typescript-eslint/scope-manager@7.13.0":
1050+
version "7.13.0"
1051+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.13.0.tgz#6927d6451537ce648c6af67a2327378d4cc18462"
1052+
integrity sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==
10461053
dependencies:
1047-
"@typescript-eslint/types" "5.39.0"
1048-
"@typescript-eslint/visitor-keys" "5.39.0"
1054+
"@typescript-eslint/types" "7.13.0"
1055+
"@typescript-eslint/visitor-keys" "7.13.0"
10491056

1050-
"@typescript-eslint/type-utils@5.39.0":
1051-
version "5.39.0"
1052-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
1053-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
1057+
"@typescript-eslint/type-utils@7.13.0":
1058+
version "7.13.0"
1059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.13.0.tgz#4587282b5227a23753ea8b233805ecafc3924c76"
1060+
integrity sha512-xMEtMzxq9eRkZy48XuxlBFzpVMDurUAfDu5Rz16GouAtXm0TaAoTFzqWUFPPuQYXI/CDaH/Bgx/fk/84t/Bc9A==
10541061
dependencies:
1055-
"@typescript-eslint/typescript-estree" "5.39.0"
1056-
"@typescript-eslint/utils" "5.39.0"
1062+
"@typescript-eslint/typescript-estree" "7.13.0"
1063+
"@typescript-eslint/utils" "7.13.0"
10571064
debug "^4.3.4"
1058-
tsutils "^3.21.0"
1065+
ts-api-utils "^1.3.0"
10591066

10601067
"@typescript-eslint/[email protected]":
10611068
version "5.38.1"
10621069
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
10631070
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
10641071

1065-
"@typescript-eslint/types@5.39.0":
1066-
version "5.39.0"
1067-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
1068-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
1072+
"@typescript-eslint/types@7.13.0":
1073+
version "7.13.0"
1074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.13.0.tgz#0cca95edf1f1fdb0cfe1bb875e121b49617477c5"
1075+
integrity sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==
10691076

10701077
"@typescript-eslint/[email protected]":
10711078
version "5.38.1"
@@ -1080,30 +1087,29 @@
10801087
semver "^7.3.7"
10811088
tsutils "^3.21.0"
10821089

1083-
"@typescript-eslint/typescript-estree@5.39.0":
1084-
version "5.39.0"
1085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
1086-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
1090+
"@typescript-eslint/typescript-estree@7.13.0":
1091+
version "7.13.0"
1092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.0.tgz#4cc24fc155088ebf3b3adbad62c7e60f72c6de1c"
1093+
integrity sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==
10871094
dependencies:
1088-
"@typescript-eslint/types" "5.39.0"
1089-
"@typescript-eslint/visitor-keys" "5.39.0"
1095+
"@typescript-eslint/types" "7.13.0"
1096+
"@typescript-eslint/visitor-keys" "7.13.0"
10901097
debug "^4.3.4"
10911098
globby "^11.1.0"
10921099
is-glob "^4.0.3"
1093-
semver "^7.3.7"
1094-
tsutils "^3.21.0"
1100+
minimatch "^9.0.4"
1101+
semver "^7.6.0"
1102+
ts-api-utils "^1.3.0"
10951103

1096-
"@typescript-eslint/utils@5.39.0":
1097-
version "5.39.0"
1098-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
1099-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
1104+
"@typescript-eslint/utils@7.13.0":
1105+
version "7.13.0"
1106+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.13.0.tgz#f84e7e8aeceae945a9a3f40d077fd95915308004"
1107+
integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==
11001108
dependencies:
1101-
"@types/json-schema" "^7.0.9"
1102-
"@typescript-eslint/scope-manager" "5.39.0"
1103-
"@typescript-eslint/types" "5.39.0"
1104-
"@typescript-eslint/typescript-estree" "5.39.0"
1105-
eslint-scope "^5.1.1"
1106-
eslint-utils "^3.0.0"
1109+
"@eslint-community/eslint-utils" "^4.4.0"
1110+
"@typescript-eslint/scope-manager" "7.13.0"
1111+
"@typescript-eslint/types" "7.13.0"
1112+
"@typescript-eslint/typescript-estree" "7.13.0"
11071113

11081114
"@typescript-eslint/utils@^5.10.0":
11091115
version "5.38.1"
@@ -1125,13 +1131,13 @@
11251131
"@typescript-eslint/types" "5.38.1"
11261132
eslint-visitor-keys "^3.3.0"
11271133

1128-
"@typescript-eslint/visitor-keys@5.39.0":
1129-
version "5.39.0"
1130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
1131-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
1134+
"@typescript-eslint/visitor-keys@7.13.0":
1135+
version "7.13.0"
1136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.0.tgz#2eb7ce8eb38c2b0d4a494d1fe1908e7071a1a353"
1137+
integrity sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==
11321138
dependencies:
1133-
"@typescript-eslint/types" "5.39.0"
1134-
eslint-visitor-keys "^3.3.0"
1139+
"@typescript-eslint/types" "7.13.0"
1140+
eslint-visitor-keys "^3.4.3"
11351141

11361142
"@ungap/structured-clone@^1.2.0":
11371143
version "1.2.0"
@@ -1292,6 +1298,13 @@ brace-expansion@^1.1.7:
12921298
balanced-match "^1.0.0"
12931299
concat-map "0.0.1"
12941300

1301+
brace-expansion@^2.0.1:
1302+
version "2.0.1"
1303+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1304+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1305+
dependencies:
1306+
balanced-match "^1.0.0"
1307+
12951308
braces@^3.0.2:
12961309
version "3.0.2"
12971310
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1964,6 +1977,11 @@ ignore@^5.2.0:
19641977
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
19651978
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
19661979

1980+
ignore@^5.3.1:
1981+
version "5.3.1"
1982+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1983+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1984+
19671985
import-fresh@^3.2.1:
19681986
version "3.3.0"
19691987
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2675,6 +2693,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26752693
dependencies:
26762694
brace-expansion "^1.1.7"
26772695

2696+
minimatch@^9.0.4:
2697+
version "9.0.4"
2698+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
2699+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
2700+
dependencies:
2701+
brace-expansion "^2.0.1"
2702+
26782703
26792704
version "2.1.2"
26802705
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -2891,11 +2916,6 @@ react-is@^18.0.0:
28912916
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
28922917
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
28932918

2894-
regexpp@^3.2.0:
2895-
version "3.2.0"
2896-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
2897-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
2898-
28992919
require-directory@^2.1.1:
29002920
version "2.1.1"
29012921
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -2980,6 +3000,11 @@ semver@^7.5.3, semver@^7.5.4:
29803000
dependencies:
29813001
lru-cache "^6.0.0"
29823002

3003+
semver@^7.6.0:
3004+
version "7.6.2"
3005+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
3006+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
3007+
29833008
shebang-command@^2.0.0:
29843009
version "2.0.0"
29853010
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -3128,6 +3153,11 @@ to-regex-range@^5.0.1:
31283153
dependencies:
31293154
is-number "^7.0.0"
31303155

3156+
ts-api-utils@^1.3.0:
3157+
version "1.3.0"
3158+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3159+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3160+
31313161
31323162
version "29.1.2"
31333163
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"

0 commit comments

Comments
 (0)