Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit e823955

Browse files
committed
Update typescript-eslint monorepo to v4
1 parent 9f58f93 commit e823955

File tree

2 files changed

+53
-38
lines changed

2 files changed

+53
-38
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@types/react-router-bootstrap": "0.24.5",
3333
"@types/react-router-dom": "5.1.5",
3434
"@types/uuid": "8.3.0",
35-
"@typescript-eslint/eslint-plugin": "3.10.1",
36-
"@typescript-eslint/parser": "3.10.1",
35+
"@typescript-eslint/eslint-plugin": "4.2.0",
36+
"@typescript-eslint/parser": "4.2.0",
3737
"abcjs": "5.12.0",
3838
"bootstrap": "4.5.2",
3939
"codemirror": "5.58.1",

yarn.lock

Lines changed: 51 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,12 +2383,13 @@
23832383
dependencies:
23842384
"@types/yargs-parser" "*"
23852385

2386-
"@typescript-eslint/eslint-plugin@3.10.1":
2387-
version "3.10.1"
2388-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
2389-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
2386+
"@typescript-eslint/eslint-plugin@4.2.0":
2387+
version "4.2.0"
2388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
2389+
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
23902390
dependencies:
2391-
"@typescript-eslint/experimental-utils" "3.10.1"
2391+
"@typescript-eslint/experimental-utils" "4.2.0"
2392+
"@typescript-eslint/scope-manager" "4.2.0"
23922393
debug "^4.1.1"
23932394
functional-red-black-tree "^1.0.1"
23942395
regexpp "^3.0.0"
@@ -2415,27 +2416,27 @@
24152416
eslint-scope "^5.0.0"
24162417
eslint-utils "^2.0.0"
24172418

2418-
"@typescript-eslint/experimental-utils@3.10.1":
2419-
version "3.10.1"
2420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
2421-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
2419+
"@typescript-eslint/experimental-utils@4.2.0":
2420+
version "4.2.0"
2421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
2422+
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
24222423
dependencies:
24232424
"@types/json-schema" "^7.0.3"
2424-
"@typescript-eslint/types" "3.10.1"
2425-
"@typescript-eslint/typescript-estree" "3.10.1"
2425+
"@typescript-eslint/scope-manager" "4.2.0"
2426+
"@typescript-eslint/types" "4.2.0"
2427+
"@typescript-eslint/typescript-estree" "4.2.0"
24262428
eslint-scope "^5.0.0"
24272429
eslint-utils "^2.0.0"
24282430

2429-
"@typescript-eslint/parser@3.10.1":
2430-
version "3.10.1"
2431-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
2432-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
2431+
"@typescript-eslint/parser@4.2.0":
2432+
version "4.2.0"
2433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
2434+
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
24332435
dependencies:
2434-
"@types/eslint-visitor-keys" "^1.0.0"
2435-
"@typescript-eslint/experimental-utils" "3.10.1"
2436-
"@typescript-eslint/types" "3.10.1"
2437-
"@typescript-eslint/typescript-estree" "3.10.1"
2438-
eslint-visitor-keys "^1.1.0"
2436+
"@typescript-eslint/scope-manager" "4.2.0"
2437+
"@typescript-eslint/types" "4.2.0"
2438+
"@typescript-eslint/typescript-estree" "4.2.0"
2439+
debug "^4.1.1"
24392440

24402441
"@typescript-eslint/parser@^2.10.0":
24412442
version "2.34.0"
@@ -2447,10 +2448,18 @@
24472448
"@typescript-eslint/typescript-estree" "2.34.0"
24482449
eslint-visitor-keys "^1.1.0"
24492450

2450-
"@typescript-eslint/[email protected]":
2451-
version "3.10.1"
2452-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
2453-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
2451+
"@typescript-eslint/[email protected]":
2452+
version "4.2.0"
2453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
2454+
integrity sha512-Tb402cxxObSxWIVT+PnBp5ruT2V/36yj6gG4C9AjkgRlZpxrLAzWDk3neen6ToMBGeGdxtnfFLoJRUecGz9mYQ==
2455+
dependencies:
2456+
"@typescript-eslint/types" "4.2.0"
2457+
"@typescript-eslint/visitor-keys" "4.2.0"
2458+
2459+
"@typescript-eslint/[email protected]":
2460+
version "4.2.0"
2461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
2462+
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
24542463

24552464
"@typescript-eslint/[email protected]":
24562465
version "2.34.0"
@@ -2465,26 +2474,27 @@
24652474
semver "^7.3.2"
24662475
tsutils "^3.17.1"
24672476

2468-
"@typescript-eslint/typescript-estree@3.10.1":
2469-
version "3.10.1"
2470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
2471-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
2477+
"@typescript-eslint/typescript-estree@4.2.0":
2478+
version "4.2.0"
2479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
2480+
integrity sha512-iWDLCB7z4MGkLipduF6EOotdHNtgxuNKnYD54nMS/oitFnsk4S3S/TE/UYXQTra550lHtlv9eGmp+dvN9pUDtA==
24722481
dependencies:
2473-
"@typescript-eslint/types" "3.10.1"
2474-
"@typescript-eslint/visitor-keys" "3.10.1"
2482+
"@typescript-eslint/types" "4.2.0"
2483+
"@typescript-eslint/visitor-keys" "4.2.0"
24752484
debug "^4.1.1"
2476-
glob "^7.1.6"
2485+
globby "^11.0.1"
24772486
is-glob "^4.0.1"
24782487
lodash "^4.17.15"
24792488
semver "^7.3.2"
24802489
tsutils "^3.17.1"
24812490

2482-
"@typescript-eslint/visitor-keys@3.10.1":
2483-
version "3.10.1"
2484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
2485-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
2491+
"@typescript-eslint/visitor-keys@4.2.0":
2492+
version "4.2.0"
2493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
2494+
integrity sha512-WIf4BNOlFOH2W+YqGWa6YKLcK/EB3gEj2apCrqLw6mme1RzBy0jtJ9ewJgnrZDB640zfnv8L+/gwGH5sYp/rGw==
24862495
dependencies:
2487-
eslint-visitor-keys "^1.1.0"
2496+
"@typescript-eslint/types" "4.2.0"
2497+
eslint-visitor-keys "^2.0.0"
24882498

24892499
"@webassemblyjs/[email protected]":
24902500
version "1.8.5"
@@ -6110,6 +6120,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
61106120
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
61116121
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
61126122

6123+
eslint-visitor-keys@^2.0.0:
6124+
version "2.0.0"
6125+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6126+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6127+
61136128
eslint@^6.6.0:
61146129
version "6.8.0"
61156130
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)