Skip to content

Commit 92fbfc9

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 7ba4cc3 commit 92fbfc9

File tree

2 files changed

+57
-47
lines changed

2 files changed

+57
-47
lines changed

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.1.1",
54+
"@typescript-eslint/parser": "^4.1.1",
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.1.1":
1631+
version "4.1.1"
1632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.1.tgz#78d5b18e259b13c2f4ec41dd9105af269a161a75"
1633+
integrity sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ==
16391634
dependencies:
1640-
"@typescript-eslint/experimental-utils" "3.10.1"
1635+
"@typescript-eslint/experimental-utils" "4.1.1"
1636+
"@typescript-eslint/scope-manager" "4.1.1"
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.1.1":
1644+
version "4.1.1"
1645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.1.tgz#52ff4e37c93113eb96385a4e6d075abece1ea72d"
1646+
integrity sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A==
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.1.1"
1650+
"@typescript-eslint/types" "4.1.1"
1651+
"@typescript-eslint/typescript-estree" "4.1.1"
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.1.1":
1656+
version "4.1.1"
1657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.1.tgz#324b4b35e314075adbc92bd8330cf3ef0c88cf3e"
1658+
integrity sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ==
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.1.1"
1661+
"@typescript-eslint/types" "4.1.1"
1662+
"@typescript-eslint/typescript-estree" "4.1.1"
1663+
debug "^4.1.1"
16681664

1669-
"@typescript-eslint/[email protected]":
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/[email protected]":
1666+
version "4.1.1"
1667+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.1.tgz#bdb8526e82435f32b4ccd9dd4cec01af97b48850"
1668+
integrity sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA==
1669+
dependencies:
1670+
"@typescript-eslint/types" "4.1.1"
1671+
"@typescript-eslint/visitor-keys" "4.1.1"
16731672

1674-
"@typescript-eslint/[email protected]":
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/[email protected]":
1674+
version "4.1.1"
1675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.1.tgz#57500c4a86b28cb47094c1a62f1177ea279a09cb"
1676+
integrity sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA==
1677+
1678+
"@typescript-eslint/[email protected]":
1679+
version "4.1.1"
1680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.1.tgz#2015a84d71303ecdb6f46efd807ac19a51aab490"
1681+
integrity sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw==
16781682
dependencies:
1679-
"@typescript-eslint/types" "3.10.1"
1680-
"@typescript-eslint/visitor-keys" "3.10.1"
1683+
"@typescript-eslint/types" "4.1.1"
1684+
"@typescript-eslint/visitor-keys" "4.1.1"
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.1.1":
1693+
version "4.1.1"
1694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.1.tgz#bb05664bf4bea28dc120d1da94f3027d42ab0f6f"
1695+
integrity sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw==
16921696
dependencies:
1693-
eslint-visitor-keys "^1.1.0"
1697+
"@typescript-eslint/types" "4.1.1"
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)