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

Commit c2e2fc7

Browse files
committed
Update typescript-eslint monorepo to v4
1 parent 3667975 commit c2e2fc7

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.4.1",
36+
"@typescript-eslint/parser": "4.4.1",
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
@@ -2430,12 +2430,13 @@
24302430
dependencies:
24312431
"@types/yargs-parser" "*"
24322432

2433-
"@typescript-eslint/eslint-plugin@3.10.1":
2434-
version "3.10.1"
2435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
2436-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
2433+
"@typescript-eslint/eslint-plugin@4.4.1":
2434+
version "4.4.1"
2435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.1.tgz#b8acea0373bd2a388ac47df44652f00bf8b368f5"
2436+
integrity sha512-O+8Utz8pb4OmcA+Nfi5THQnQpHSD2sDUNw9AxNHpuYOo326HZTtG8gsfT+EAYuVrFNaLyNb2QnUNkmTRDskuRA==
24372437
dependencies:
2438-
"@typescript-eslint/experimental-utils" "3.10.1"
2438+
"@typescript-eslint/experimental-utils" "4.4.1"
2439+
"@typescript-eslint/scope-manager" "4.4.1"
24392440
debug "^4.1.1"
24402441
functional-red-black-tree "^1.0.1"
24412442
regexpp "^3.0.0"
@@ -2462,27 +2463,27 @@
24622463
eslint-scope "^5.0.0"
24632464
eslint-utils "^2.0.0"
24642465

2465-
"@typescript-eslint/experimental-utils@3.10.1":
2466-
version "3.10.1"
2467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
2468-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
2466+
"@typescript-eslint/experimental-utils@4.4.1":
2467+
version "4.4.1"
2468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.1.tgz#40613b9757fa0170de3e0043254dbb077cafac0c"
2469+
integrity sha512-Nt4EVlb1mqExW9cWhpV6pd1a3DkUbX9DeyYsdoeziKOpIJ04S2KMVDO+SEidsXRH/XHDpbzXykKcMTLdTXH6cQ==
24692470
dependencies:
24702471
"@types/json-schema" "^7.0.3"
2471-
"@typescript-eslint/types" "3.10.1"
2472-
"@typescript-eslint/typescript-estree" "3.10.1"
2472+
"@typescript-eslint/scope-manager" "4.4.1"
2473+
"@typescript-eslint/types" "4.4.1"
2474+
"@typescript-eslint/typescript-estree" "4.4.1"
24732475
eslint-scope "^5.0.0"
24742476
eslint-utils "^2.0.0"
24752477

2476-
"@typescript-eslint/parser@3.10.1":
2477-
version "3.10.1"
2478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
2479-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
2478+
"@typescript-eslint/parser@4.4.1":
2479+
version "4.4.1"
2480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
2481+
integrity sha512-S0fuX5lDku28Au9REYUsV+hdJpW/rNW0gWlc4SXzF/kdrRaAVX9YCxKpziH7djeWT/HFAjLZcnY7NJD8xTeUEg==
24802482
dependencies:
2481-
"@types/eslint-visitor-keys" "^1.0.0"
2482-
"@typescript-eslint/experimental-utils" "3.10.1"
2483-
"@typescript-eslint/types" "3.10.1"
2484-
"@typescript-eslint/typescript-estree" "3.10.1"
2485-
eslint-visitor-keys "^1.1.0"
2483+
"@typescript-eslint/scope-manager" "4.4.1"
2484+
"@typescript-eslint/types" "4.4.1"
2485+
"@typescript-eslint/typescript-estree" "4.4.1"
2486+
debug "^4.1.1"
24862487

24872488
"@typescript-eslint/parser@^2.10.0":
24882489
version "2.34.0"
@@ -2494,10 +2495,18 @@
24942495
"@typescript-eslint/typescript-estree" "2.34.0"
24952496
eslint-visitor-keys "^1.1.0"
24962497

2497-
"@typescript-eslint/[email protected]":
2498-
version "3.10.1"
2499-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
2500-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
2498+
"@typescript-eslint/[email protected]":
2499+
version "4.4.1"
2500+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.1.tgz#d19447e60db2ce9c425898d62fa03b2cce8ea3f9"
2501+
integrity sha512-2oD/ZqD4Gj41UdFeWZxegH3cVEEH/Z6Bhr/XvwTtGv66737XkR4C9IqEkebCuqArqBJQSj4AgNHHiN1okzD/wQ==
2502+
dependencies:
2503+
"@typescript-eslint/types" "4.4.1"
2504+
"@typescript-eslint/visitor-keys" "4.4.1"
2505+
2506+
"@typescript-eslint/[email protected]":
2507+
version "4.4.1"
2508+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
2509+
integrity sha512-KNDfH2bCyax5db+KKIZT4rfA8rEk5N0EJ8P0T5AJjo5xrV26UAzaiqoJCxeaibqc0c/IvZxp7v2g3difn2Pn3w==
25012510

25022511
"@typescript-eslint/[email protected]":
25032512
version "2.34.0"
@@ -2512,26 +2521,27 @@
25122521
semver "^7.3.2"
25132522
tsutils "^3.17.1"
25142523

2515-
"@typescript-eslint/typescript-estree@3.10.1":
2516-
version "3.10.1"
2517-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
2518-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
2524+
"@typescript-eslint/typescript-estree@4.4.1":
2525+
version "4.4.1"
2526+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.1.tgz#598f6de488106c2587d47ca2462c60f6e2797cb8"
2527+
integrity sha512-wP/V7ScKzgSdtcY1a0pZYBoCxrCstLrgRQ2O9MmCUZDtmgxCO/TCqOTGRVwpP4/2hVfqMz/Vw1ZYrG8cVxvN3g==
25192528
dependencies:
2520-
"@typescript-eslint/types" "3.10.1"
2521-
"@typescript-eslint/visitor-keys" "3.10.1"
2529+
"@typescript-eslint/types" "4.4.1"
2530+
"@typescript-eslint/visitor-keys" "4.4.1"
25222531
debug "^4.1.1"
2523-
glob "^7.1.6"
2532+
globby "^11.0.1"
25242533
is-glob "^4.0.1"
25252534
lodash "^4.17.15"
25262535
semver "^7.3.2"
25272536
tsutils "^3.17.1"
25282537

2529-
"@typescript-eslint/visitor-keys@3.10.1":
2530-
version "3.10.1"
2531-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
2532-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
2538+
"@typescript-eslint/visitor-keys@4.4.1":
2539+
version "4.4.1"
2540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.1.tgz#1769dc7a9e2d7d2cfd3318b77ed8249187aed5c3"
2541+
integrity sha512-H2JMWhLaJNeaylSnMSQFEhT/S/FsJbebQALmoJxMPMxLtlVAMy2uJP/Z543n9IizhjRayLSqoInehCeNW9rWcw==
25332542
dependencies:
2534-
eslint-visitor-keys "^1.1.0"
2543+
"@typescript-eslint/types" "4.4.1"
2544+
eslint-visitor-keys "^2.0.0"
25352545

25362546
"@webassemblyjs/[email protected]":
25372547
version "1.8.5"
@@ -6175,6 +6185,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
61756185
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
61766186
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
61776187

6188+
eslint-visitor-keys@^2.0.0:
6189+
version "2.0.0"
6190+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6191+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6192+
61786193
eslint@^6.6.0:
61796194
version "6.8.0"
61806195
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)