Skip to content

Commit 57059ac

Browse files
committed
Update typescript-eslint monorepo to v5.50.0
1 parent 94e2731 commit 57059ac

File tree

2 files changed

+64
-55
lines changed

2 files changed

+64
-55
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@types/jest": "27.5.2",
2020
"@types/react": "17.0.47",
2121
"@types/react-dom": "17.0.18",
22-
"@typescript-eslint/eslint-plugin": "5.31.0",
23-
"@typescript-eslint/parser": "5.31.0",
22+
"@typescript-eslint/eslint-plugin": "5.50.0",
23+
"@typescript-eslint/parser": "5.50.0",
2424
"cypress": "9.7.0",
2525
"eslint": "8.33.0",
2626
"eslint-config-prettier": "8.6.0",

yarn.lock

Lines changed: 62 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,11 @@
10711071
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
10721072
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
10731073

1074+
"@types/semver@^7.3.12":
1075+
version "7.3.13"
1076+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
1077+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
1078+
10741079
"@types/sinonjs__fake-timers@8.1.1":
10751080
version "8.1.1"
10761081
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
@@ -1105,84 +1110,88 @@
11051110
dependencies:
11061111
"@types/node" "*"
11071112

1108-
"@typescript-eslint/eslint-plugin@5.31.0":
1109-
version "5.31.0"
1110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
1111-
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
1113+
"@typescript-eslint/eslint-plugin@5.50.0":
1114+
version "5.50.0"
1115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
1116+
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
11121117
dependencies:
1113-
"@typescript-eslint/scope-manager" "5.31.0"
1114-
"@typescript-eslint/type-utils" "5.31.0"
1115-
"@typescript-eslint/utils" "5.31.0"
1118+
"@typescript-eslint/scope-manager" "5.50.0"
1119+
"@typescript-eslint/type-utils" "5.50.0"
1120+
"@typescript-eslint/utils" "5.50.0"
11161121
debug "^4.3.4"
1117-
functional-red-black-tree "^1.0.1"
1122+
grapheme-splitter "^1.0.4"
11181123
ignore "^5.2.0"
1124+
natural-compare-lite "^1.4.0"
11191125
regexpp "^3.2.0"
11201126
semver "^7.3.7"
11211127
tsutils "^3.21.0"
11221128

1123-
"@typescript-eslint/parser@5.31.0":
1124-
version "5.31.0"
1125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
1126-
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
1129+
"@typescript-eslint/parser@5.50.0":
1130+
version "5.50.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
1132+
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
11271133
dependencies:
1128-
"@typescript-eslint/scope-manager" "5.31.0"
1129-
"@typescript-eslint/types" "5.31.0"
1130-
"@typescript-eslint/typescript-estree" "5.31.0"
1134+
"@typescript-eslint/scope-manager" "5.50.0"
1135+
"@typescript-eslint/types" "5.50.0"
1136+
"@typescript-eslint/typescript-estree" "5.50.0"
11311137
debug "^4.3.4"
11321138

1133-
"@typescript-eslint/scope-manager@5.31.0":
1134-
version "5.31.0"
1135-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
1136-
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
1139+
"@typescript-eslint/scope-manager@5.50.0":
1140+
version "5.50.0"
1141+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
1142+
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
11371143
dependencies:
1138-
"@typescript-eslint/types" "5.31.0"
1139-
"@typescript-eslint/visitor-keys" "5.31.0"
1144+
"@typescript-eslint/types" "5.50.0"
1145+
"@typescript-eslint/visitor-keys" "5.50.0"
11401146

1141-
"@typescript-eslint/type-utils@5.31.0":
1142-
version "5.31.0"
1143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
1144-
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
1147+
"@typescript-eslint/type-utils@5.50.0":
1148+
version "5.50.0"
1149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
1150+
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
11451151
dependencies:
1146-
"@typescript-eslint/utils" "5.31.0"
1152+
"@typescript-eslint/typescript-estree" "5.50.0"
1153+
"@typescript-eslint/utils" "5.50.0"
11471154
debug "^4.3.4"
11481155
tsutils "^3.21.0"
11491156

1150-
"@typescript-eslint/types@5.31.0":
1151-
version "5.31.0"
1152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
1153-
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
1157+
"@typescript-eslint/types@5.50.0":
1158+
version "5.50.0"
1159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
1160+
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
11541161

1155-
"@typescript-eslint/typescript-estree@5.31.0":
1156-
version "5.31.0"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
1158-
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
1162+
"@typescript-eslint/typescript-estree@5.50.0":
1163+
version "5.50.0"
1164+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
1165+
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
11591166
dependencies:
1160-
"@typescript-eslint/types" "5.31.0"
1161-
"@typescript-eslint/visitor-keys" "5.31.0"
1167+
"@typescript-eslint/types" "5.50.0"
1168+
"@typescript-eslint/visitor-keys" "5.50.0"
11621169
debug "^4.3.4"
11631170
globby "^11.1.0"
11641171
is-glob "^4.0.3"
11651172
semver "^7.3.7"
11661173
tsutils "^3.21.0"
11671174

1168-
"@typescript-eslint/utils@5.31.0":
1169-
version "5.31.0"
1170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
1171-
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
1175+
"@typescript-eslint/utils@5.50.0":
1176+
version "5.50.0"
1177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
1178+
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
11721179
dependencies:
11731180
"@types/json-schema" "^7.0.9"
1174-
"@typescript-eslint/scope-manager" "5.31.0"
1175-
"@typescript-eslint/types" "5.31.0"
1176-
"@typescript-eslint/typescript-estree" "5.31.0"
1181+
"@types/semver" "^7.3.12"
1182+
"@typescript-eslint/scope-manager" "5.50.0"
1183+
"@typescript-eslint/types" "5.50.0"
1184+
"@typescript-eslint/typescript-estree" "5.50.0"
11771185
eslint-scope "^5.1.1"
11781186
eslint-utils "^3.0.0"
1187+
semver "^7.3.7"
11791188

1180-
"@typescript-eslint/visitor-keys@5.31.0":
1181-
version "5.31.0"
1182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
1183-
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
1189+
"@typescript-eslint/visitor-keys@5.50.0":
1190+
version "5.50.0"
1191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
1192+
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
11841193
dependencies:
1185-
"@typescript-eslint/types" "5.31.0"
1194+
"@typescript-eslint/types" "5.50.0"
11861195
eslint-visitor-keys "^3.3.0"
11871196

11881197
abab@^2.0.3, abab@^2.0.5:
@@ -2401,11 +2410,6 @@ function-bind@^1.1.1:
24012410
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
24022411
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
24032412

2404-
functional-red-black-tree@^1.0.1:
2405-
version "1.0.1"
2406-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
2407-
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
2408-
24092413
gensync@^1.0.0-beta.2:
24102414
version "1.0.0-beta.2"
24112415
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -3572,6 +3576,11 @@ nanoid@^3.1.23:
35723576
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
35733577
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
35743578

3579+
natural-compare-lite@^1.4.0:
3580+
version "1.4.0"
3581+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3582+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3583+
35753584
natural-compare@^1.4.0:
35763585
version "1.4.0"
35773586
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)