Skip to content

Commit d21b42e

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 5b3f002 commit d21b42e

2 files changed

Lines changed: 53 additions & 48 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.13.0",
53-
"@typescript-eslint/eslint-plugin": "^3.10.1",
54-
"@typescript-eslint/parser": "^3.10.1",
53+
"@typescript-eslint/eslint-plugin": "^4.23.0",
54+
"@typescript-eslint/parser": "^4.23.0",
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: 51 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,11 +1488,6 @@
14881488
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
14891489
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
14901490

1491-
"@types/eslint-visitor-keys@^1.0.0":
1492-
version "1.0.0"
1493-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1494-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1495-
14961491
"@types/events@*":
14971492
version "3.0.0"
14981493
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -1634,65 +1629,75 @@
16341629
dependencies:
16351630
"@types/yargs-parser" "*"
16361631

1637-
"@typescript-eslint/eslint-plugin@^3.10.1":
1638-
version "3.10.1"
1639-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1640-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
1632+
"@typescript-eslint/eslint-plugin@^4.23.0":
1633+
version "4.23.0"
1634+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.23.0.tgz#29d3c9c81f6200b1fd6d8454cfb007ba176cde80"
1635+
integrity sha512-tGK1y3KIvdsQEEgq6xNn1DjiFJtl+wn8JJQiETtCbdQxw1vzjXyAaIkEmO2l6Nq24iy3uZBMFQjZ6ECf1QdgGw==
16411636
dependencies:
1642-
"@typescript-eslint/experimental-utils" "3.10.1"
1637+
"@typescript-eslint/experimental-utils" "4.23.0"
1638+
"@typescript-eslint/scope-manager" "4.23.0"
16431639
debug "^4.1.1"
16441640
functional-red-black-tree "^1.0.1"
1641+
lodash "^4.17.15"
16451642
regexpp "^3.0.0"
16461643
semver "^7.3.2"
16471644
tsutils "^3.17.1"
16481645

1649-
"@typescript-eslint/experimental-utils@3.10.1":
1650-
version "3.10.1"
1651-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
1652-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
1646+
"@typescript-eslint/experimental-utils@4.23.0":
1647+
version "4.23.0"
1648+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.23.0.tgz#f2059434cd6e5672bfeab2fb03b7c0a20622266f"
1649+
integrity sha512-WAFNiTDnQfrF3Z2fQ05nmCgPsO5o790vOhmWKXbbYQTO9erE1/YsFot5/LnOUizLzU2eeuz6+U/81KV5/hFTGA==
16531650
dependencies:
16541651
"@types/json-schema" "^7.0.3"
1655-
"@typescript-eslint/types" "3.10.1"
1656-
"@typescript-eslint/typescript-estree" "3.10.1"
1652+
"@typescript-eslint/scope-manager" "4.23.0"
1653+
"@typescript-eslint/types" "4.23.0"
1654+
"@typescript-eslint/typescript-estree" "4.23.0"
16571655
eslint-scope "^5.0.0"
16581656
eslint-utils "^2.0.0"
16591657

1660-
"@typescript-eslint/parser@^3.10.1":
1661-
version "3.10.1"
1662-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
1663-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
1658+
"@typescript-eslint/parser@^4.23.0":
1659+
version "4.23.0"
1660+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c"
1661+
integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug==
16641662
dependencies:
1665-
"@types/eslint-visitor-keys" "^1.0.0"
1666-
"@typescript-eslint/experimental-utils" "3.10.1"
1667-
"@typescript-eslint/types" "3.10.1"
1668-
"@typescript-eslint/typescript-estree" "3.10.1"
1669-
eslint-visitor-keys "^1.1.0"
1663+
"@typescript-eslint/scope-manager" "4.23.0"
1664+
"@typescript-eslint/types" "4.23.0"
1665+
"@typescript-eslint/typescript-estree" "4.23.0"
1666+
debug "^4.1.1"
1667+
1668+
"@typescript-eslint/scope-manager@4.23.0":
1669+
version "4.23.0"
1670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4"
1671+
integrity sha512-ZZ21PCFxPhI3n0wuqEJK9omkw51wi2bmeKJvlRZPH5YFkcawKOuRMQMnI8mH6Vo0/DoHSeZJnHiIx84LmVQY+w==
1672+
dependencies:
1673+
"@typescript-eslint/types" "4.23.0"
1674+
"@typescript-eslint/visitor-keys" "4.23.0"
16701675

1671-
"@typescript-eslint/types@3.10.1":
1672-
version "3.10.1"
1673-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
1674-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
1676+
"@typescript-eslint/types@4.23.0":
1677+
version "4.23.0"
1678+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
1679+
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
16751680

1676-
"@typescript-eslint/typescript-estree@3.10.1":
1677-
version "3.10.1"
1678-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
1679-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
1681+
"@typescript-eslint/typescript-estree@4.23.0":
1682+
version "4.23.0"
1683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
1684+
integrity sha512-5Sty6zPEVZF5fbvrZczfmLCOcby3sfrSPu30qKoY1U3mca5/jvU5cwsPb/CO6Q3ByRjixTMIVsDkqwIxCf/dMw==
16801685
dependencies:
1681-
"@typescript-eslint/types" "3.10.1"
1682-
"@typescript-eslint/visitor-keys" "3.10.1"
1686+
"@typescript-eslint/types" "4.23.0"
1687+
"@typescript-eslint/visitor-keys" "4.23.0"
16831688
debug "^4.1.1"
1684-
glob "^7.1.6"
1689+
globby "^11.0.1"
16851690
is-glob "^4.0.1"
1686-
lodash "^4.17.15"
16871691
semver "^7.3.2"
16881692
tsutils "^3.17.1"
16891693

1690-
"@typescript-eslint/visitor-keys@3.10.1":
1691-
version "3.10.1"
1692-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
1693-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
1694+
"@typescript-eslint/visitor-keys@4.23.0":
1695+
version "4.23.0"
1696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
1697+
integrity sha512-5PNe5cmX9pSifit0H+nPoQBXdbNzi5tOEec+3riK+ku4e3er37pKxMKDH5Ct5Y4fhWxcD4spnlYjxi9vXbSpwg==
16941698
dependencies:
1695-
eslint-visitor-keys "^1.1.0"
1699+
"@typescript-eslint/types" "4.23.0"
1700+
eslint-visitor-keys "^2.0.0"
16961701

16971702
JSONStream@^1.0.4:
16981703
version "1.3.5"
@@ -4533,10 +4538,10 @@ globby@^10.0.1:
45334538
merge2 "^1.2.3"
45344539
slash "^3.0.0"
45354540

4536-
globby@^11.0.0, globby@^11.0.2:
4537-
version "11.0.2"
4538-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
4539-
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
4541+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2:
4542+
version "11.0.3"
4543+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
4544+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
45404545
dependencies:
45414546
array-union "^2.1.0"
45424547
dir-glob "^3.0.1"

0 commit comments

Comments
 (0)