Skip to content

Commit 2060dce

Browse files
committed
fix(deps): update typescript-eslint monorepo to v4
1 parent f89ca32 commit 2060dce

File tree

2 files changed

+94
-2
lines changed

2 files changed

+94
-2
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "^2.24.0",
8-
"@typescript-eslint/parser": "^2.24.0",
7+
"@typescript-eslint/eslint-plugin": "^4.0.0",
8+
"@typescript-eslint/parser": "^4.0.0",
99
"babel-eslint": "^10.1.0",
1010
"eslint": "^6.8.0",
1111
"eslint-config-prettier": "^6.10.0",

yarn.lock

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,6 +2342,19 @@
23422342
regexpp "^3.0.0"
23432343
tsutils "^3.17.1"
23442344

2345+
"@typescript-eslint/eslint-plugin@^4.0.0":
2346+
version "4.8.2"
2347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.2.tgz#cf9102ec800391caa574f589ffe0623cca1d9308"
2348+
integrity sha512-gQ06QLV5l1DtvYtqOyFLXD9PdcILYqlrJj2l+CGDlPtmgLUzc1GpqciJFIRvyfvgLALpnxYINFuw+n9AZhPBKQ==
2349+
dependencies:
2350+
"@typescript-eslint/experimental-utils" "4.8.2"
2351+
"@typescript-eslint/scope-manager" "4.8.2"
2352+
debug "^4.1.1"
2353+
functional-red-black-tree "^1.0.1"
2354+
regexpp "^3.0.0"
2355+
semver "^7.3.2"
2356+
tsutils "^3.17.1"
2357+
23452358
"@typescript-eslint/[email protected]":
23462359
version "2.25.0"
23472360
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz#13691c4fe368bd377b1e5b1e4ad660b220bf7714"
@@ -2352,6 +2365,18 @@
23522365
eslint-scope "^5.0.0"
23532366
eslint-utils "^2.0.0"
23542367

2368+
"@typescript-eslint/[email protected]":
2369+
version "4.8.2"
2370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.2.tgz#8909a5732f19329cf5ef0c39766170476bff5e50"
2371+
integrity sha512-hpTw6o6IhBZEsQsjuw/4RWmceRyESfAiEzAEnXHKG1X7S5DXFaZ4IO1JO7CW1aQ604leQBzjZmuMI9QBCAJX8Q==
2372+
dependencies:
2373+
"@types/json-schema" "^7.0.3"
2374+
"@typescript-eslint/scope-manager" "4.8.2"
2375+
"@typescript-eslint/types" "4.8.2"
2376+
"@typescript-eslint/typescript-estree" "4.8.2"
2377+
eslint-scope "^5.0.0"
2378+
eslint-utils "^2.0.0"
2379+
23552380
"@typescript-eslint/parser@^2.24.0":
23562381
version "2.25.0"
23572382
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
@@ -2362,6 +2387,29 @@
23622387
"@typescript-eslint/typescript-estree" "2.25.0"
23632388
eslint-visitor-keys "^1.1.0"
23642389

2390+
"@typescript-eslint/parser@^4.0.0":
2391+
version "4.8.2"
2392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8"
2393+
integrity sha512-u0leyJqmclYr3KcXOqd2fmx6SDGBO0MUNHHAjr0JS4Crbb3C3d8dwAdlazy133PLCcPn+aOUFiHn72wcuc5wYw==
2394+
dependencies:
2395+
"@typescript-eslint/scope-manager" "4.8.2"
2396+
"@typescript-eslint/types" "4.8.2"
2397+
"@typescript-eslint/typescript-estree" "4.8.2"
2398+
debug "^4.1.1"
2399+
2400+
"@typescript-eslint/[email protected]":
2401+
version "4.8.2"
2402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.2.tgz#a18388c63ae9c17adde519384f539392f2c4f0d9"
2403+
integrity sha512-qHQ8ODi7mMin4Sq2eh/6eu03uVzsf5TX+J43xRmiq8ujng7ViQSHNPLOHGw/Wr5dFEoxq/ubKhzClIIdQy5q3g==
2404+
dependencies:
2405+
"@typescript-eslint/types" "4.8.2"
2406+
"@typescript-eslint/visitor-keys" "4.8.2"
2407+
2408+
"@typescript-eslint/[email protected]":
2409+
version "4.8.2"
2410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36"
2411+
integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw==
2412+
23652413
"@typescript-eslint/[email protected]":
23662414
version "2.25.0"
23672415
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.25.0.tgz#b790497556734b7476fa7dd3fa539955a5c79e2c"
@@ -2375,6 +2423,28 @@
23752423
semver "^6.3.0"
23762424
tsutils "^3.17.1"
23772425

2426+
"@typescript-eslint/[email protected]":
2427+
version "4.8.2"
2428+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed"
2429+
integrity sha512-HToGNwI6fekH0dOw3XEVESUm71Onfam0AKin6f26S2FtUmO7o3cLlWgrIaT1q3vjB3wCTdww3Dx2iGq5wtUOCg==
2430+
dependencies:
2431+
"@typescript-eslint/types" "4.8.2"
2432+
"@typescript-eslint/visitor-keys" "4.8.2"
2433+
debug "^4.1.1"
2434+
globby "^11.0.1"
2435+
is-glob "^4.0.1"
2436+
lodash "^4.17.15"
2437+
semver "^7.3.2"
2438+
tsutils "^3.17.1"
2439+
2440+
"@typescript-eslint/[email protected]":
2441+
version "4.8.2"
2442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77"
2443+
integrity sha512-Vg+/SJTMZJEKKGHW7YC21QxgKJrSbxoYYd3MEUGtW7zuytHuEcksewq0DUmo4eh/CTNrVJGSdIY9AtRb6riWFw==
2444+
dependencies:
2445+
"@typescript-eslint/types" "4.8.2"
2446+
eslint-visitor-keys "^2.0.0"
2447+
23782448
"@zkochan/cmd-shim@^3.1.0":
23792449
version "3.1.0"
23802450
resolved "https://registry.yarnpkg.com/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"
@@ -4242,6 +4312,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
42424312
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
42434313
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
42444314

4315+
eslint-visitor-keys@^2.0.0:
4316+
version "2.0.0"
4317+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
4318+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
4319+
42454320
eslint@^6.8.0:
42464321
version "6.8.0"
42474322
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -5013,6 +5088,18 @@ globby@^11.0.0:
50135088
merge2 "^1.3.0"
50145089
slash "^3.0.0"
50155090

5091+
globby@^11.0.1:
5092+
version "11.0.1"
5093+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
5094+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
5095+
dependencies:
5096+
array-union "^2.1.0"
5097+
dir-glob "^3.0.1"
5098+
fast-glob "^3.1.1"
5099+
ignore "^5.1.4"
5100+
merge2 "^1.3.0"
5101+
slash "^3.0.0"
5102+
50165103
globby@^9.2.0:
50175104
version "9.2.0"
50185105
resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -9039,6 +9126,11 @@ semver@^7.1.1, semver@^7.1.2, semver@^7.1.3:
90399126
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
90409127
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
90419128

9129+
semver@^7.3.2:
9130+
version "7.3.2"
9131+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
9132+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
9133+
90429134
set-blocking@^2.0.0, set-blocking@~2.0.0:
90439135
version "2.0.0"
90449136
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)