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

Commit 5d9a086

Browse files
committed
Update typescript-eslint monorepo to v4
1 parent 12f986d commit 5d9a086

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.6",
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.5.0",
36+
"@typescript-eslint/parser": "4.5.0",
3737
"abcjs": "5.12.0",
3838
"bootstrap": "4.5.3",
3939
"codemirror": "5.58.1",

yarn.lock

Lines changed: 51 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,12 +2444,13 @@
24442444
dependencies:
24452445
"@types/yargs-parser" "*"
24462446

2447-
"@typescript-eslint/eslint-plugin@3.10.1":
2448-
version "3.10.1"
2449-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
2450-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
2447+
"@typescript-eslint/eslint-plugin@4.5.0":
2448+
version "4.5.0"
2449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.5.0.tgz#4ff9c1d8535ae832e239f0ef6d7210592d9b0b07"
2450+
integrity sha512-mjb/gwNcmDKNt+6mb7Aj/TjKzIJjOPcoCJpjBQC9ZnTRnBt1p4q5dJSSmIqAtsZ/Pff5N+hJlbiPc5bl6QN4OQ==
24512451
dependencies:
2452-
"@typescript-eslint/experimental-utils" "3.10.1"
2452+
"@typescript-eslint/experimental-utils" "4.5.0"
2453+
"@typescript-eslint/scope-manager" "4.5.0"
24532454
debug "^4.1.1"
24542455
functional-red-black-tree "^1.0.1"
24552456
regexpp "^3.0.0"
@@ -2476,27 +2477,27 @@
24762477
eslint-scope "^5.0.0"
24772478
eslint-utils "^2.0.0"
24782479

2479-
"@typescript-eslint/experimental-utils@3.10.1":
2480-
version "3.10.1"
2481-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
2482-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
2480+
"@typescript-eslint/experimental-utils@4.5.0":
2481+
version "4.5.0"
2482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.5.0.tgz#547fe1158609143ce60645383aa1d6f83ada28df"
2483+
integrity sha512-bW9IpSAKYvkqDGRZzayBXIgPsj2xmmVHLJ+flGSoN0fF98pGoKFhbunIol0VF2Crka7z984EEhFi623Rl7e6gg==
24832484
dependencies:
24842485
"@types/json-schema" "^7.0.3"
2485-
"@typescript-eslint/types" "3.10.1"
2486-
"@typescript-eslint/typescript-estree" "3.10.1"
2486+
"@typescript-eslint/scope-manager" "4.5.0"
2487+
"@typescript-eslint/types" "4.5.0"
2488+
"@typescript-eslint/typescript-estree" "4.5.0"
24872489
eslint-scope "^5.0.0"
24882490
eslint-utils "^2.0.0"
24892491

2490-
"@typescript-eslint/parser@3.10.1":
2491-
version "3.10.1"
2492-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
2493-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
2492+
"@typescript-eslint/parser@4.5.0":
2493+
version "4.5.0"
2494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.5.0.tgz#b2d659f25eec0041c7bc5660b91db1eefe8d7122"
2495+
integrity sha512-xb+gmyhQcnDWe+5+xxaQk5iCw6KqXd8VQxGiTeELTMoYeRjpocZYYRP1gFVM2C8Yl0SpUvLa1lhprwqZ00w3Iw==
24942496
dependencies:
2495-
"@types/eslint-visitor-keys" "^1.0.0"
2496-
"@typescript-eslint/experimental-utils" "3.10.1"
2497-
"@typescript-eslint/types" "3.10.1"
2498-
"@typescript-eslint/typescript-estree" "3.10.1"
2499-
eslint-visitor-keys "^1.1.0"
2497+
"@typescript-eslint/scope-manager" "4.5.0"
2498+
"@typescript-eslint/types" "4.5.0"
2499+
"@typescript-eslint/typescript-estree" "4.5.0"
2500+
debug "^4.1.1"
25002501

25012502
"@typescript-eslint/parser@^2.10.0":
25022503
version "2.34.0"
@@ -2508,10 +2509,18 @@
25082509
"@typescript-eslint/typescript-estree" "2.34.0"
25092510
eslint-visitor-keys "^1.1.0"
25102511

2511-
"@typescript-eslint/types@3.10.1":
2512-
version "3.10.1"
2513-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
2514-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
2512+
"@typescript-eslint/scope-manager@4.5.0":
2513+
version "4.5.0"
2514+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.5.0.tgz#8dfd53c3256d4357e7d66c2fc8956835f4d239be"
2515+
integrity sha512-C0cEO0cTMPJ/w4RA/KVe4LFFkkSh9VHoFzKmyaaDWAnPYIEzVCtJ+Un8GZoJhcvq+mPFXEsXa01lcZDHDG6Www==
2516+
dependencies:
2517+
"@typescript-eslint/types" "4.5.0"
2518+
"@typescript-eslint/visitor-keys" "4.5.0"
2519+
2520+
"@typescript-eslint/types@4.5.0":
2521+
version "4.5.0"
2522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.5.0.tgz#98256e07bad1c8d15d0c9627ebec82fd971bb3c3"
2523+
integrity sha512-n2uQoXnyWNk0Les9MtF0gCK3JiWd987JQi97dMSxBOzVoLZXCNtxFckVqt1h8xuI1ix01t+iMY4h4rFMj/303g==
25152524

25162525
"@typescript-eslint/typescript-estree@2.34.0":
25172526
version "2.34.0"
@@ -2526,26 +2535,27 @@
25262535
semver "^7.3.2"
25272536
tsutils "^3.17.1"
25282537

2529-
"@typescript-eslint/typescript-estree@3.10.1":
2530-
version "3.10.1"
2531-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
2532-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
2538+
"@typescript-eslint/typescript-estree@4.5.0":
2539+
version "4.5.0"
2540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.5.0.tgz#d50cf91ae3a89878401111031eb6fb6d03554f64"
2541+
integrity sha512-gN1mffq3zwRAjlYWzb5DanarOPdajQwx5MEWkWCk0XvqC8JpafDTeioDoow2L4CA/RkYZu7xEsGZRhqrTsAG8w==
25332542
dependencies:
2534-
"@typescript-eslint/types" "3.10.1"
2535-
"@typescript-eslint/visitor-keys" "3.10.1"
2543+
"@typescript-eslint/types" "4.5.0"
2544+
"@typescript-eslint/visitor-keys" "4.5.0"
25362545
debug "^4.1.1"
2537-
glob "^7.1.6"
2546+
globby "^11.0.1"
25382547
is-glob "^4.0.1"
25392548
lodash "^4.17.15"
25402549
semver "^7.3.2"
25412550
tsutils "^3.17.1"
25422551

2543-
"@typescript-eslint/visitor-keys@3.10.1":
2544-
version "3.10.1"
2545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
2546-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
2552+
"@typescript-eslint/visitor-keys@4.5.0":
2553+
version "4.5.0"
2554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.5.0.tgz#b59f26213ac597efe87f6b13cf2aabee70542af0"
2555+
integrity sha512-UHq4FSa55NDZqscRU//O5ROFhHa9Hqn9KWTEvJGTArtTQp5GKv9Zqf6d/Q3YXXcFv4woyBml7fJQlQ+OuqRcHA==
25472556
dependencies:
2548-
eslint-visitor-keys "^1.1.0"
2557+
"@typescript-eslint/types" "4.5.0"
2558+
eslint-visitor-keys "^2.0.0"
25492559

25502560
"@webassemblyjs/ast@1.8.5":
25512561
version "1.8.5"
@@ -6194,6 +6204,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
61946204
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
61956205
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
61966206

6207+
eslint-visitor-keys@^2.0.0:
6208+
version "2.0.0"
6209+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6210+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6211+
61976212
eslint@^6.6.0:
61986213
version "6.8.0"
61996214
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)