Skip to content

Commit 7340006

Browse files
Update typescript-eslint monorepo to v5.62.0
1 parent cf8d782 commit 7340006

File tree

2 files changed

+67
-58
lines changed

2 files changed

+67
-58
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": "5.62.0",
33+
"@typescript-eslint/parser": "5.62.0",
3434
"@vercel/ncc": "0.38.1",
3535
"eslint": "8.57.0",
3636
"eslint-config-prettier": "8.10.0",

yarn.lock

Lines changed: 65 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
dependencies:
512512
eslint-visitor-keys "^3.3.0"
513513

514-
"@eslint-community/regexpp@^4.6.1":
514+
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
515515
version "4.10.0"
516516
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
517517
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -990,6 +990,11 @@
990990
dependencies:
991991
undici-types "~5.26.4"
992992

993+
"@types/semver@^7.3.12":
994+
version "7.5.8"
995+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
996+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
997+
993998
"@types/stack-utils@^2.0.0":
994999
version "2.0.1"
9951000
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -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@5.62.0":
1016+
version "5.62.0"
1017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1018+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
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"
1020+
"@eslint-community/regexpp" "^4.4.0"
1021+
"@typescript-eslint/scope-manager" "5.62.0"
1022+
"@typescript-eslint/type-utils" "5.62.0"
1023+
"@typescript-eslint/utils" "5.62.0"
10181024
debug "^4.3.4"
1025+
graphemer "^1.4.0"
10191026
ignore "^5.2.0"
1020-
regexpp "^3.2.0"
1027+
natural-compare-lite "^1.4.0"
10211028
semver "^7.3.7"
10221029
tsutils "^3.21.0"
10231030

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==
1031+
"@typescript-eslint/parser@5.62.0":
1032+
version "5.62.0"
1033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1034+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
10281035
dependencies:
1029-
"@typescript-eslint/scope-manager" "5.39.0"
1030-
"@typescript-eslint/types" "5.39.0"
1031-
"@typescript-eslint/typescript-estree" "5.39.0"
1036+
"@typescript-eslint/scope-manager" "5.62.0"
1037+
"@typescript-eslint/types" "5.62.0"
1038+
"@typescript-eslint/typescript-estree" "5.62.0"
10321039
debug "^4.3.4"
10331040

10341041
"@typescript-eslint/[email protected]":
@@ -1039,21 +1046,21 @@
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@5.62.0":
1050+
version "5.62.0"
1051+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1052+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
10461053
dependencies:
1047-
"@typescript-eslint/types" "5.39.0"
1048-
"@typescript-eslint/visitor-keys" "5.39.0"
1054+
"@typescript-eslint/types" "5.62.0"
1055+
"@typescript-eslint/visitor-keys" "5.62.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@5.62.0":
1058+
version "5.62.0"
1059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1060+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
10541061
dependencies:
1055-
"@typescript-eslint/typescript-estree" "5.39.0"
1056-
"@typescript-eslint/utils" "5.39.0"
1062+
"@typescript-eslint/typescript-estree" "5.62.0"
1063+
"@typescript-eslint/utils" "5.62.0"
10571064
debug "^4.3.4"
10581065
tsutils "^3.21.0"
10591066

@@ -1062,10 +1069,10 @@
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@5.62.0":
1073+
version "5.62.0"
1074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1075+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
10691076

10701077
"@typescript-eslint/[email protected]":
10711078
version "5.38.1"
@@ -1080,30 +1087,32 @@
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@5.62.0":
1091+
version "5.62.0"
1092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1093+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
10871094
dependencies:
1088-
"@typescript-eslint/types" "5.39.0"
1089-
"@typescript-eslint/visitor-keys" "5.39.0"
1095+
"@typescript-eslint/types" "5.62.0"
1096+
"@typescript-eslint/visitor-keys" "5.62.0"
10901097
debug "^4.3.4"
10911098
globby "^11.1.0"
10921099
is-glob "^4.0.3"
10931100
semver "^7.3.7"
10941101
tsutils "^3.21.0"
10951102

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==
1103+
"@typescript-eslint/utils@5.62.0":
1104+
version "5.62.0"
1105+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1106+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
11001107
dependencies:
1108+
"@eslint-community/eslint-utils" "^4.2.0"
11011109
"@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"
1110+
"@types/semver" "^7.3.12"
1111+
"@typescript-eslint/scope-manager" "5.62.0"
1112+
"@typescript-eslint/types" "5.62.0"
1113+
"@typescript-eslint/typescript-estree" "5.62.0"
11051114
eslint-scope "^5.1.1"
1106-
eslint-utils "^3.0.0"
1115+
semver "^7.3.7"
11071116

11081117
"@typescript-eslint/utils@^5.10.0":
11091118
version "5.38.1"
@@ -1125,12 +1134,12 @@
11251134
"@typescript-eslint/types" "5.38.1"
11261135
eslint-visitor-keys "^3.3.0"
11271136

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==
1137+
"@typescript-eslint/visitor-keys@5.62.0":
1138+
version "5.62.0"
1139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1140+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
11321141
dependencies:
1133-
"@typescript-eslint/types" "5.39.0"
1142+
"@typescript-eslint/types" "5.62.0"
11341143
eslint-visitor-keys "^3.3.0"
11351144

11361145
"@ungap/structured-clone@^1.2.0":
@@ -2680,6 +2689,11 @@ [email protected]:
26802689
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
26812690
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
26822691

2692+
natural-compare-lite@^1.4.0:
2693+
version "1.4.0"
2694+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2695+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2696+
26832697
natural-compare@^1.4.0:
26842698
version "1.4.0"
26852699
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -2891,11 +2905,6 @@ react-is@^18.0.0:
28912905
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
28922906
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
28932907

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-
28992908
require-directory@^2.1.1:
29002909
version "2.1.1"
29012910
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"

0 commit comments

Comments
 (0)