Skip to content

Commit 64b77a8

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 0bcf95f commit 64b77a8

2 files changed

Lines changed: 50 additions & 45 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.12.16",
53-
"@typescript-eslint/eslint-plugin": "^3.10.1",
54-
"@typescript-eslint/parser": "^3.10.1",
53+
"@typescript-eslint/eslint-plugin": "^4.15.1",
54+
"@typescript-eslint/parser": "^4.15.1",
5555
"babel-plugin-add-module-exports": "^1.0.4",
5656
"eslint-config-4catalyzer": "^1.1.5",
5757
"eslint-config-4catalyzer-typescript": "^2.0.4",

yarn.lock

Lines changed: 48 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,11 +1486,6 @@
14861486
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
14871487
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
14881488

1489-
"@types/eslint-visitor-keys@^1.0.0":
1490-
version "1.0.0"
1491-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1492-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1493-
14941489
"@types/events@*":
14951490
version "3.0.0"
14961491
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.15.1":
1631+
version "4.15.1"
1632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.1.tgz#835f64aa0a403e5e9e64c10ceaf8d05c3f015180"
1633+
integrity sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw==
16391634
dependencies:
1640-
"@typescript-eslint/experimental-utils" "3.10.1"
1635+
"@typescript-eslint/experimental-utils" "4.15.1"
1636+
"@typescript-eslint/scope-manager" "4.15.1"
16411637
debug "^4.1.1"
16421638
functional-red-black-tree "^1.0.1"
1639+
lodash "^4.17.15"
16431640
regexpp "^3.0.0"
16441641
semver "^7.3.2"
16451642
tsutils "^3.17.1"
16461643

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==
1644+
"@typescript-eslint/experimental-utils@4.15.1":
1645+
version "4.15.1"
1646+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.1.tgz#d744d1ac40570a84b447f7aa1b526368afd17eec"
1647+
integrity sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ==
16511648
dependencies:
16521649
"@types/json-schema" "^7.0.3"
1653-
"@typescript-eslint/types" "3.10.1"
1654-
"@typescript-eslint/typescript-estree" "3.10.1"
1650+
"@typescript-eslint/scope-manager" "4.15.1"
1651+
"@typescript-eslint/types" "4.15.1"
1652+
"@typescript-eslint/typescript-estree" "4.15.1"
16551653
eslint-scope "^5.0.0"
16561654
eslint-utils "^2.0.0"
16571655

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==
1656+
"@typescript-eslint/parser@^4.15.1":
1657+
version "4.15.1"
1658+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.1.tgz#4c91a0602733db63507e1dbf13187d6c71a153c4"
1659+
integrity sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA==
16621660
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"
1661+
"@typescript-eslint/scope-manager" "4.15.1"
1662+
"@typescript-eslint/types" "4.15.1"
1663+
"@typescript-eslint/typescript-estree" "4.15.1"
1664+
debug "^4.1.1"
16681665

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==
1666+
"@typescript-eslint/scope-manager@4.15.1":
1667+
version "4.15.1"
1668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.1.tgz#f6511eb38def2a8a6be600c530c243bbb56ac135"
1669+
integrity sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA==
1670+
dependencies:
1671+
"@typescript-eslint/types" "4.15.1"
1672+
"@typescript-eslint/visitor-keys" "4.15.1"
16731673

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==
1674+
"@typescript-eslint/types@4.15.1":
1675+
version "4.15.1"
1676+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
1677+
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
1678+
1679+
"@typescript-eslint/typescript-estree@4.15.1":
1680+
version "4.15.1"
1681+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
1682+
integrity sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw==
16781683
dependencies:
1679-
"@typescript-eslint/types" "3.10.1"
1680-
"@typescript-eslint/visitor-keys" "3.10.1"
1684+
"@typescript-eslint/types" "4.15.1"
1685+
"@typescript-eslint/visitor-keys" "4.15.1"
16811686
debug "^4.1.1"
1682-
glob "^7.1.6"
1687+
globby "^11.0.1"
16831688
is-glob "^4.0.1"
1684-
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.15.1":
1693+
version "4.15.1"
1694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
1695+
integrity sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww==
16921696
dependencies:
1693-
eslint-visitor-keys "^1.1.0"
1697+
"@typescript-eslint/types" "4.15.1"
1698+
eslint-visitor-keys "^2.0.0"
16941699

16951700
JSONStream@^1.0.4:
16961701
version "1.3.5"
@@ -4521,7 +4526,7 @@ globby@^10.0.1:
45214526
merge2 "^1.2.3"
45224527
slash "^3.0.0"
45234528

4524-
globby@^11.0.0, globby@^11.0.2:
4529+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2:
45254530
version "11.0.2"
45264531
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
45274532
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==

0 commit comments

Comments
 (0)