Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit da393bc

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.37.0
1 parent 2d31555 commit da393bc

File tree

2 files changed

+70
-62
lines changed

2 files changed

+70
-62
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@tsconfig/node16": "1.0.3",
2727
"@types/node": "17.0.18",
28-
"@typescript-eslint/eslint-plugin": "5.22.0",
29-
"@typescript-eslint/parser": "5.22.0",
28+
"@typescript-eslint/eslint-plugin": "5.37.0",
29+
"@typescript-eslint/parser": "5.37.0",
3030
"esbuild": "0.15.7",
3131
"esbuild-node-tsc": "1.8.9",
3232
"esbuild-register": "3.3.3",

yarn.lock

Lines changed: 68 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,85 +1093,86 @@
10931093
dependencies:
10941094
"@types/yargs-parser" "*"
10951095

1096-
"@typescript-eslint/eslint-plugin@5.22.0":
1097-
version "5.22.0"
1098-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.22.0.tgz#7b52a0de2e664044f28b36419210aea4ab619e2a"
1099-
integrity sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==
1100-
dependencies:
1101-
"@typescript-eslint/scope-manager" "5.22.0"
1102-
"@typescript-eslint/type-utils" "5.22.0"
1103-
"@typescript-eslint/utils" "5.22.0"
1104-
debug "^4.3.2"
1096+
"@typescript-eslint/eslint-plugin@5.37.0":
1097+
version "5.37.0"
1098+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.37.0.tgz#5ccdd5d9004120f28fc6e717fb4b5c9bddcfbc04"
1099+
integrity sha512-Fde6W0IafXktz1UlnhGkrrmnnGpAo1kyX7dnyHHVrmwJOn72Oqm3eYtddrpOwwel2W8PAK9F3pIL5S+lfoM0og==
1100+
dependencies:
1101+
"@typescript-eslint/scope-manager" "5.37.0"
1102+
"@typescript-eslint/type-utils" "5.37.0"
1103+
"@typescript-eslint/utils" "5.37.0"
1104+
debug "^4.3.4"
11051105
functional-red-black-tree "^1.0.1"
1106-
ignore "^5.1.8"
1106+
ignore "^5.2.0"
11071107
regexpp "^3.2.0"
1108-
semver "^7.3.5"
1108+
semver "^7.3.7"
11091109
tsutils "^3.21.0"
11101110

1111-
"@typescript-eslint/parser@5.22.0":
1112-
version "5.22.0"
1113-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.22.0.tgz#7bedf8784ef0d5d60567c5ba4ce162460e70c178"
1114-
integrity sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==
1111+
"@typescript-eslint/parser@5.37.0":
1112+
version "5.37.0"
1113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b"
1114+
integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==
11151115
dependencies:
1116-
"@typescript-eslint/scope-manager" "5.22.0"
1117-
"@typescript-eslint/types" "5.22.0"
1118-
"@typescript-eslint/typescript-estree" "5.22.0"
1119-
debug "^4.3.2"
1116+
"@typescript-eslint/scope-manager" "5.37.0"
1117+
"@typescript-eslint/types" "5.37.0"
1118+
"@typescript-eslint/typescript-estree" "5.37.0"
1119+
debug "^4.3.4"
11201120

1121-
"@typescript-eslint/scope-manager@5.22.0":
1122-
version "5.22.0"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.22.0.tgz#590865f244ebe6e46dc3e9cab7976fc2afa8af24"
1124-
integrity sha512-yA9G5NJgV5esANJCO0oF15MkBO20mIskbZ8ijfmlKIvQKg0ynVKfHZ15/nhAJN5m8Jn3X5qkwriQCiUntC9AbA==
1121+
"@typescript-eslint/scope-manager@5.37.0":
1122+
version "5.37.0"
1123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.37.0.tgz#044980e4f1516a774a418dafe701a483a6c9f9ca"
1124+
integrity sha512-F67MqrmSXGd/eZnujjtkPgBQzgespu/iCZ+54Ok9X5tALb9L2v3G+QBSoWkXG0p3lcTJsL+iXz5eLUEdSiJU9Q==
11251125
dependencies:
1126-
"@typescript-eslint/types" "5.22.0"
1127-
"@typescript-eslint/visitor-keys" "5.22.0"
1126+
"@typescript-eslint/types" "5.37.0"
1127+
"@typescript-eslint/visitor-keys" "5.37.0"
11281128

1129-
"@typescript-eslint/type-utils@5.22.0":
1130-
version "5.22.0"
1131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.22.0.tgz#0c0e93b34210e334fbe1bcb7250c470f4a537c19"
1132-
integrity sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==
1129+
"@typescript-eslint/type-utils@5.37.0":
1130+
version "5.37.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.37.0.tgz#43ed2f567ada49d7e33a6e4b6f9babd060445fe5"
1132+
integrity sha512-BSx/O0Z0SXOF5tY0bNTBcDEKz2Ec20GVYvq/H/XNKiUorUFilH7NPbFUuiiyzWaSdN3PA8JV0OvYx0gH/5aFAQ==
11331133
dependencies:
1134-
"@typescript-eslint/utils" "5.22.0"
1135-
debug "^4.3.2"
1134+
"@typescript-eslint/typescript-estree" "5.37.0"
1135+
"@typescript-eslint/utils" "5.37.0"
1136+
debug "^4.3.4"
11361137
tsutils "^3.21.0"
11371138

1138-
"@typescript-eslint/types@5.22.0":
1139-
version "5.22.0"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
1141-
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
1139+
"@typescript-eslint/types@5.37.0":
1140+
version "5.37.0"
1141+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
1142+
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
11421143

1143-
"@typescript-eslint/typescript-estree@5.22.0":
1144-
version "5.22.0"
1145-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
1146-
integrity sha512-EyBEQxvNjg80yinGE2xdhpDYm41so/1kOItl0qrjIiJ1kX/L/L8WWGmJg8ni6eG3DwqmOzDqOhe6763bF92nOw==
1144+
"@typescript-eslint/typescript-estree@5.37.0":
1145+
version "5.37.0"
1146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355"
1147+
integrity sha512-JkFoFIt/cx59iqEDSgIGnQpCTRv96MQnXCYvJi7QhBC24uyuzbD8wVbajMB1b9x4I0octYFJ3OwjAwNqk1AjDA==
11471148
dependencies:
1148-
"@typescript-eslint/types" "5.22.0"
1149-
"@typescript-eslint/visitor-keys" "5.22.0"
1150-
debug "^4.3.2"
1151-
globby "^11.0.4"
1149+
"@typescript-eslint/types" "5.37.0"
1150+
"@typescript-eslint/visitor-keys" "5.37.0"
1151+
debug "^4.3.4"
1152+
globby "^11.1.0"
11521153
is-glob "^4.0.3"
1153-
semver "^7.3.5"
1154+
semver "^7.3.7"
11541155
tsutils "^3.21.0"
11551156

1156-
"@typescript-eslint/utils@5.22.0":
1157-
version "5.22.0"
1158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
1159-
integrity sha512-HodsGb037iobrWSUMS7QH6Hl1kppikjA1ELiJlNSTYf/UdMEwzgj0WIp+lBNb6WZ3zTwb0tEz51j0Wee3iJ3wQ==
1157+
"@typescript-eslint/utils@5.37.0":
1158+
version "5.37.0"
1159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.37.0.tgz#7784cb8e91390c4f90ccaffd24a0cf9874df81b2"
1160+
integrity sha512-jUEJoQrWbZhmikbcWSMDuUSxEE7ID2W/QCV/uz10WtQqfOuKZUqFGjqLJ+qhDd17rjgp+QJPqTdPIBWwoob2NQ==
11601161
dependencies:
11611162
"@types/json-schema" "^7.0.9"
1162-
"@typescript-eslint/scope-manager" "5.22.0"
1163-
"@typescript-eslint/types" "5.22.0"
1164-
"@typescript-eslint/typescript-estree" "5.22.0"
1163+
"@typescript-eslint/scope-manager" "5.37.0"
1164+
"@typescript-eslint/types" "5.37.0"
1165+
"@typescript-eslint/typescript-estree" "5.37.0"
11651166
eslint-scope "^5.1.1"
11661167
eslint-utils "^3.0.0"
11671168

1168-
"@typescript-eslint/visitor-keys@5.22.0":
1169-
version "5.22.0"
1170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz#f49c0ce406944ffa331a1cfabeed451ea4d0909c"
1171-
integrity sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==
1169+
"@typescript-eslint/visitor-keys@5.37.0":
1170+
version "5.37.0"
1171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.37.0.tgz#7b72dd343295ea11e89b624995abc7103c554eee"
1172+
integrity sha512-Hp7rT4cENBPIzMwrlehLW/28EVCOcE9U1Z1BQTc8EA8v5qpr7GRGuG+U58V5tTY48zvUOA3KHvw3rA8tY9fbdA==
11721173
dependencies:
1173-
"@typescript-eslint/types" "5.22.0"
1174-
eslint-visitor-keys "^3.0.0"
1174+
"@typescript-eslint/types" "5.37.0"
1175+
eslint-visitor-keys "^3.3.0"
11751176

11761177
accepts@~1.3.8:
11771178
version "1.3.8"
@@ -2111,7 +2112,7 @@ eslint-visitor-keys@^2.0.0:
21112112
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
21122113
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
21132114

2114-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
2115+
eslint-visitor-keys@^3.3.0:
21152116
version "3.3.0"
21162117
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
21172118
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -2522,7 +2523,7 @@ globals@^13.15.0:
25222523
dependencies:
25232524
type-fest "^0.20.2"
25242525

2525-
globby@^11.0.4, globby@^11.1.0:
2526+
globby@^11.1.0:
25262527
version "11.1.0"
25272528
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
25282529
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2627,7 +2628,7 @@ iconv-lite@0.4.24:
26272628
dependencies:
26282629
safer-buffer ">= 2.1.2 < 3"
26292630

2630-
ignore@^5.1.8, ignore@^5.2.0:
2631+
ignore@^5.2.0:
26312632
version "5.2.0"
26322633
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
26332634
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -4196,6 +4197,13 @@ semver@^7.3.5:
41964197
dependencies:
41974198
lru-cache "^6.0.0"
41984199

4200+
semver@^7.3.7:
4201+
version "7.3.7"
4202+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
4203+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
4204+
dependencies:
4205+
lru-cache "^6.0.0"
4206+
41994207
send@0.17.2:
42004208
version "0.17.2"
42014209
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"

0 commit comments

Comments
 (0)