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

Commit 0b065a0

Browse files
committed
Update typescript-eslint monorepo to v4
1 parent 9b6fca2 commit 0b065a0

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
@@ -33,8 +33,8 @@
3333
"@types/react-router-bootstrap": "0.24.5",
3434
"@types/react-router-dom": "5.1.5",
3535
"@types/uuid": "8.3.0",
36-
"@typescript-eslint/eslint-plugin": "3.10.1",
37-
"@typescript-eslint/parser": "3.10.1",
36+
"@typescript-eslint/eslint-plugin": "4.4.0",
37+
"@typescript-eslint/parser": "4.4.0",
3838
"abcjs": "5.12.0",
3939
"bootstrap": "4.5.2",
4040
"codemirror": "5.58.1",

yarn.lock

Lines changed: 51 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2408,12 +2408,13 @@
24082408
dependencies:
24092409
"@types/yargs-parser" "*"
24102410

2411-
"@typescript-eslint/eslint-plugin@3.10.1":
2412-
version "3.10.1"
2413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
2414-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
2411+
"@typescript-eslint/eslint-plugin@4.4.0":
2412+
version "4.4.0"
2413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"
2414+
integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ==
24152415
dependencies:
2416-
"@typescript-eslint/experimental-utils" "3.10.1"
2416+
"@typescript-eslint/experimental-utils" "4.4.0"
2417+
"@typescript-eslint/scope-manager" "4.4.0"
24172418
debug "^4.1.1"
24182419
functional-red-black-tree "^1.0.1"
24192420
regexpp "^3.0.0"
@@ -2440,27 +2441,27 @@
24402441
eslint-scope "^5.0.0"
24412442
eslint-utils "^2.0.0"
24422443

2443-
"@typescript-eslint/experimental-utils@3.10.1":
2444-
version "3.10.1"
2445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
2446-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
2444+
"@typescript-eslint/experimental-utils@4.4.0":
2445+
version "4.4.0"
2446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"
2447+
integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w==
24472448
dependencies:
24482449
"@types/json-schema" "^7.0.3"
2449-
"@typescript-eslint/types" "3.10.1"
2450-
"@typescript-eslint/typescript-estree" "3.10.1"
2450+
"@typescript-eslint/scope-manager" "4.4.0"
2451+
"@typescript-eslint/types" "4.4.0"
2452+
"@typescript-eslint/typescript-estree" "4.4.0"
24512453
eslint-scope "^5.0.0"
24522454
eslint-utils "^2.0.0"
24532455

2454-
"@typescript-eslint/parser@3.10.1":
2455-
version "3.10.1"
2456-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
2457-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
2456+
"@typescript-eslint/parser@4.4.0":
2457+
version "4.4.0"
2458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
2459+
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
24582460
dependencies:
2459-
"@types/eslint-visitor-keys" "^1.0.0"
2460-
"@typescript-eslint/experimental-utils" "3.10.1"
2461-
"@typescript-eslint/types" "3.10.1"
2462-
"@typescript-eslint/typescript-estree" "3.10.1"
2463-
eslint-visitor-keys "^1.1.0"
2461+
"@typescript-eslint/scope-manager" "4.4.0"
2462+
"@typescript-eslint/types" "4.4.0"
2463+
"@typescript-eslint/typescript-estree" "4.4.0"
2464+
debug "^4.1.1"
24642465

24652466
"@typescript-eslint/parser@^2.10.0":
24662467
version "2.34.0"
@@ -2472,10 +2473,18 @@
24722473
"@typescript-eslint/typescript-estree" "2.34.0"
24732474
eslint-visitor-keys "^1.1.0"
24742475

2475-
"@typescript-eslint/[email protected]":
2476-
version "3.10.1"
2477-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
2478-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
2476+
"@typescript-eslint/[email protected]":
2477+
version "4.4.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
2479+
integrity sha512-r2FIeeU1lmW4K3CxgOAt8djI5c6Q/5ULAgdVo9AF3hPMpu0B14WznBAtxrmB/qFVbVIB6fSx2a+EVXuhSVMEyA==
2480+
dependencies:
2481+
"@typescript-eslint/types" "4.4.0"
2482+
"@typescript-eslint/visitor-keys" "4.4.0"
2483+
2484+
"@typescript-eslint/[email protected]":
2485+
version "4.4.0"
2486+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
2487+
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
24792488

24802489
"@typescript-eslint/[email protected]":
24812490
version "2.34.0"
@@ -2490,26 +2499,27 @@
24902499
semver "^7.3.2"
24912500
tsutils "^3.17.1"
24922501

2493-
"@typescript-eslint/typescript-estree@3.10.1":
2494-
version "3.10.1"
2495-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
2496-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
2502+
"@typescript-eslint/typescript-estree@4.4.0":
2503+
version "4.4.0"
2504+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
2505+
integrity sha512-Fh85feshKXwki4nZ1uhCJHmqKJqCMba+8ZicQIhNi5d5jSQFteWiGeF96DTjO8br7fn+prTP+t3Cz/a/3yOKqw==
24972506
dependencies:
2498-
"@typescript-eslint/types" "3.10.1"
2499-
"@typescript-eslint/visitor-keys" "3.10.1"
2507+
"@typescript-eslint/types" "4.4.0"
2508+
"@typescript-eslint/visitor-keys" "4.4.0"
25002509
debug "^4.1.1"
2501-
glob "^7.1.6"
2510+
globby "^11.0.1"
25022511
is-glob "^4.0.1"
25032512
lodash "^4.17.15"
25042513
semver "^7.3.2"
25052514
tsutils "^3.17.1"
25062515

2507-
"@typescript-eslint/visitor-keys@3.10.1":
2508-
version "3.10.1"
2509-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
2510-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
2516+
"@typescript-eslint/visitor-keys@4.4.0":
2517+
version "4.4.0"
2518+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"
2519+
integrity sha512-oBWeroUZCVsHLiWRdcTXJB7s1nB3taFY8WGvS23tiAlT6jXVvsdAV4rs581bgdEjOhn43q6ro7NkOiLKu6kFqA==
25112520
dependencies:
2512-
eslint-visitor-keys "^1.1.0"
2521+
"@typescript-eslint/types" "4.4.0"
2522+
eslint-visitor-keys "^2.0.0"
25132523

25142524
"@webassemblyjs/[email protected]":
25152525
version "1.8.5"
@@ -6135,6 +6145,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
61356145
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
61366146
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
61376147

6148+
eslint-visitor-keys@^2.0.0:
6149+
version "2.0.0"
6150+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6151+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6152+
61386153
eslint@^6.6.0:
61396154
version "6.8.0"
61406155
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)