Skip to content

Commit 76f70fa

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 4bcb05b commit 76f70fa

2 files changed

Lines changed: 57 additions & 47 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@4c/prettier-config": "^1.1.0",
5151
"@4c/tsconfig": "^0.3.1",
5252
"@babel/preset-typescript": "^7.10.4",
53-
"@typescript-eslint/eslint-plugin": "^3.10.1",
54-
"@typescript-eslint/parser": "^3.10.1",
53+
"@typescript-eslint/eslint-plugin": "^4.4.0",
54+
"@typescript-eslint/parser": "^4.4.0",
5555
"babel-plugin-add-module-exports": "^1.0.4",
5656
"eslint-config-4catalyzer": "^1.1.3",
5757
"eslint-config-4catalyzer-typescript": "^2.0.4",

yarn.lock

Lines changed: 55 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,11 +1477,6 @@
14771477
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
14781478
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
14791479

1480-
"@types/eslint-visitor-keys@^1.0.0":
1481-
version "1.0.0"
1482-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1483-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1484-
14851480
"@types/events@*":
14861481
version "3.0.0"
14871482
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -1632,65 +1627,75 @@
16321627
dependencies:
16331628
"@types/yargs-parser" "*"
16341629

1635-
"@typescript-eslint/eslint-plugin@^3.10.1":
1636-
version "3.10.1"
1637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1638-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
1630+
"@typescript-eslint/eslint-plugin@^4.4.0":
1631+
version "4.4.0"
1632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"
1633+
integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ==
16391634
dependencies:
1640-
"@typescript-eslint/experimental-utils" "3.10.1"
1635+
"@typescript-eslint/experimental-utils" "4.4.0"
1636+
"@typescript-eslint/scope-manager" "4.4.0"
16411637
debug "^4.1.1"
16421638
functional-red-black-tree "^1.0.1"
16431639
regexpp "^3.0.0"
16441640
semver "^7.3.2"
16451641
tsutils "^3.17.1"
16461642

1647-
"@typescript-eslint/experimental-utils@3.10.1":
1648-
version "3.10.1"
1649-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
1650-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
1643+
"@typescript-eslint/experimental-utils@4.4.0":
1644+
version "4.4.0"
1645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"
1646+
integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w==
16511647
dependencies:
16521648
"@types/json-schema" "^7.0.3"
1653-
"@typescript-eslint/types" "3.10.1"
1654-
"@typescript-eslint/typescript-estree" "3.10.1"
1649+
"@typescript-eslint/scope-manager" "4.4.0"
1650+
"@typescript-eslint/types" "4.4.0"
1651+
"@typescript-eslint/typescript-estree" "4.4.0"
16551652
eslint-scope "^5.0.0"
16561653
eslint-utils "^2.0.0"
16571654

1658-
"@typescript-eslint/parser@^3.10.1":
1659-
version "3.10.1"
1660-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
1661-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
1655+
"@typescript-eslint/parser@^4.4.0":
1656+
version "4.4.0"
1657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
1658+
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
16621659
dependencies:
1663-
"@types/eslint-visitor-keys" "^1.0.0"
1664-
"@typescript-eslint/experimental-utils" "3.10.1"
1665-
"@typescript-eslint/types" "3.10.1"
1666-
"@typescript-eslint/typescript-estree" "3.10.1"
1667-
eslint-visitor-keys "^1.1.0"
1660+
"@typescript-eslint/scope-manager" "4.4.0"
1661+
"@typescript-eslint/types" "4.4.0"
1662+
"@typescript-eslint/typescript-estree" "4.4.0"
1663+
debug "^4.1.1"
16681664

1669-
"@typescript-eslint/types@3.10.1":
1670-
version "3.10.1"
1671-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
1672-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
1665+
"@typescript-eslint/scope-manager@4.4.0":
1666+
version "4.4.0"
1667+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
1668+
integrity sha512-r2FIeeU1lmW4K3CxgOAt8djI5c6Q/5ULAgdVo9AF3hPMpu0B14WznBAtxrmB/qFVbVIB6fSx2a+EVXuhSVMEyA==
1669+
dependencies:
1670+
"@typescript-eslint/types" "4.4.0"
1671+
"@typescript-eslint/visitor-keys" "4.4.0"
16731672

1674-
"@typescript-eslint/typescript-estree@3.10.1":
1675-
version "3.10.1"
1676-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
1677-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
1673+
"@typescript-eslint/types@4.4.0":
1674+
version "4.4.0"
1675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
1676+
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
1677+
1678+
"@typescript-eslint/typescript-estree@4.4.0":
1679+
version "4.4.0"
1680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
1681+
integrity sha512-Fh85feshKXwki4nZ1uhCJHmqKJqCMba+8ZicQIhNi5d5jSQFteWiGeF96DTjO8br7fn+prTP+t3Cz/a/3yOKqw==
16781682
dependencies:
1679-
"@typescript-eslint/types" "3.10.1"
1680-
"@typescript-eslint/visitor-keys" "3.10.1"
1683+
"@typescript-eslint/types" "4.4.0"
1684+
"@typescript-eslint/visitor-keys" "4.4.0"
16811685
debug "^4.1.1"
1682-
glob "^7.1.6"
1686+
globby "^11.0.1"
16831687
is-glob "^4.0.1"
16841688
lodash "^4.17.15"
16851689
semver "^7.3.2"
16861690
tsutils "^3.17.1"
16871691

1688-
"@typescript-eslint/visitor-keys@3.10.1":
1689-
version "3.10.1"
1690-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
1691-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
1692+
"@typescript-eslint/visitor-keys@4.4.0":
1693+
version "4.4.0"
1694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"
1695+
integrity sha512-oBWeroUZCVsHLiWRdcTXJB7s1nB3taFY8WGvS23tiAlT6jXVvsdAV4rs581bgdEjOhn43q6ro7NkOiLKu6kFqA==
16921696
dependencies:
1693-
eslint-visitor-keys "^1.1.0"
1697+
"@typescript-eslint/types" "4.4.0"
1698+
eslint-visitor-keys "^2.0.0"
16941699

16951700
JSONStream@^1.0.4:
16961701
version "1.3.5"
@@ -3699,6 +3704,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
36993704
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
37003705
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
37013706

3707+
eslint-visitor-keys@^2.0.0:
3708+
version "2.0.0"
3709+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
3710+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
3711+
37023712
eslint@^7.0.0:
37033713
version "7.0.0"
37043714
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.0.0.tgz#c35dfd04a4372110bd78c69a8d79864273919a08"
@@ -4479,10 +4489,10 @@ globals@^12.1.0:
44794489
dependencies:
44804490
type-fest "^0.8.1"
44814491

4482-
globby@*, globby@^11.0.0:
4483-
version "11.0.0"
4484-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
4485-
integrity sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==
4492+
globby@*, globby@^11.0.0, globby@^11.0.1:
4493+
version "11.0.1"
4494+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
4495+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
44864496
dependencies:
44874497
array-union "^2.1.0"
44884498
dir-glob "^3.0.1"

0 commit comments

Comments
 (0)