Skip to content

Commit a8178e0

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 4680b42 commit a8178e0

2 files changed

Lines changed: 97 additions & 85 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.4.0",
5252
"@babel/preset-typescript": "^7.14.5",
53-
"@typescript-eslint/eslint-plugin": "^3.10.1",
54-
"@typescript-eslint/parser": "^3.10.1",
53+
"@typescript-eslint/eslint-plugin": "^4.27.0",
54+
"@typescript-eslint/parser": "^4.27.0",
5555
"babel-plugin-add-module-exports": "^1.0.4",
5656
"eslint-config-4catalyzer": "^1.2.0",
5757
"eslint-config-4catalyzer-typescript": "^2.0.4",

yarn.lock

Lines changed: 95 additions & 83 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"
@@ -1548,7 +1543,7 @@
15481543
dependencies:
15491544
"@types/istanbul-lib-report" "*"
15501545

1551-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5":
1546+
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7":
15521547
version "7.0.7"
15531548
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
15541549
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -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.27.0":
1633+
version "4.27.0"
1634+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.27.0.tgz#0b7fc974e8bc9b2b5eb98ed51427b0be529b4ad0"
1635+
integrity sha512-DsLqxeUfLVNp3AO7PC3JyaddmEHTtI9qTSAs+RB6ja27QvIM0TA8Cizn1qcS6vOu+WDLFJzkwkgweiyFhssDdQ==
16411636
dependencies:
1642-
"@typescript-eslint/experimental-utils" "3.10.1"
1643-
debug "^4.1.1"
1637+
"@typescript-eslint/experimental-utils" "4.27.0"
1638+
"@typescript-eslint/scope-manager" "4.27.0"
1639+
debug "^4.3.1"
16441640
functional-red-black-tree "^1.0.1"
1645-
regexpp "^3.0.0"
1646-
semver "^7.3.2"
1647-
tsutils "^3.17.1"
1648-
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==
1653-
dependencies:
1654-
"@types/json-schema" "^7.0.3"
1655-
"@typescript-eslint/types" "3.10.1"
1656-
"@typescript-eslint/typescript-estree" "3.10.1"
1657-
eslint-scope "^5.0.0"
1658-
eslint-utils "^2.0.0"
1659-
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==
1664-
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"
1670-
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==
1675-
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==
1680-
dependencies:
1681-
"@typescript-eslint/types" "3.10.1"
1682-
"@typescript-eslint/visitor-keys" "3.10.1"
1683-
debug "^4.1.1"
1684-
glob "^7.1.6"
1641+
lodash "^4.17.21"
1642+
regexpp "^3.1.0"
1643+
semver "^7.3.5"
1644+
tsutils "^3.21.0"
1645+
1646+
"@typescript-eslint/experimental-utils@4.27.0":
1647+
version "4.27.0"
1648+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.27.0.tgz#78192a616472d199f084eab8f10f962c0757cd1c"
1649+
integrity sha512-n5NlbnmzT2MXlyT+Y0Jf0gsmAQzCnQSWXKy4RGSXVStjDvS5we9IWbh7qRVKdGcxT0WYlgcCYUK/HRg7xFhvjQ==
1650+
dependencies:
1651+
"@types/json-schema" "^7.0.7"
1652+
"@typescript-eslint/scope-manager" "4.27.0"
1653+
"@typescript-eslint/types" "4.27.0"
1654+
"@typescript-eslint/typescript-estree" "4.27.0"
1655+
eslint-scope "^5.1.1"
1656+
eslint-utils "^3.0.0"
1657+
1658+
"@typescript-eslint/parser@^4.27.0":
1659+
version "4.27.0"
1660+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
1661+
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
1662+
dependencies:
1663+
"@typescript-eslint/scope-manager" "4.27.0"
1664+
"@typescript-eslint/types" "4.27.0"
1665+
"@typescript-eslint/typescript-estree" "4.27.0"
1666+
debug "^4.3.1"
1667+
1668+
"@typescript-eslint/scope-manager@4.27.0":
1669+
version "4.27.0"
1670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
1671+
integrity sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==
1672+
dependencies:
1673+
"@typescript-eslint/types" "4.27.0"
1674+
"@typescript-eslint/visitor-keys" "4.27.0"
1675+
1676+
"@typescript-eslint/types@4.27.0":
1677+
version "4.27.0"
1678+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
1679+
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
1680+
1681+
"@typescript-eslint/typescript-estree@4.27.0":
1682+
version "4.27.0"
1683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
1684+
integrity sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==
1685+
dependencies:
1686+
"@typescript-eslint/types" "4.27.0"
1687+
"@typescript-eslint/visitor-keys" "4.27.0"
1688+
debug "^4.3.1"
1689+
globby "^11.0.3"
16851690
is-glob "^4.0.1"
1686-
lodash "^4.17.15"
1687-
semver "^7.3.2"
1688-
tsutils "^3.17.1"
1691+
semver "^7.3.5"
1692+
tsutils "^3.21.0"
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.27.0":
1695+
version "4.27.0"
1696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
1697+
integrity sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==
16941698
dependencies:
1695-
eslint-visitor-keys "^1.1.0"
1699+
"@typescript-eslint/types" "4.27.0"
1700+
eslint-visitor-keys "^2.0.0"
16961701

16971702
JSONStream@^1.0.4:
16981703
version "1.3.5"
@@ -3194,10 +3199,10 @@ debug@^3.0.0, debug@^3.1.1, debug@^3.2.6, debug@^3.2.7:
31943199
dependencies:
31953200
ms "^2.1.1"
31963201

3197-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
3198-
version "4.2.0"
3199-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
3200-
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
3202+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
3203+
version "4.3.1"
3204+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
3205+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
32013206
dependencies:
32023207
ms "2.1.2"
32033208

@@ -3703,21 +3708,28 @@ eslint-plugin-prettier@^3.4.0:
37033708
dependencies:
37043709
prettier-linter-helpers "^1.0.0"
37053710

3706-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
3711+
eslint-scope@^5.1.1:
37073712
version "5.1.1"
37083713
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
37093714
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
37103715
dependencies:
37113716
esrecurse "^4.3.0"
37123717
estraverse "^4.1.1"
37133718

3714-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
3719+
eslint-utils@^2.1.0:
37153720
version "2.1.0"
37163721
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
37173722
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
37183723
dependencies:
37193724
eslint-visitor-keys "^1.1.0"
37203725

3726+
eslint-utils@^3.0.0:
3727+
version "3.0.0"
3728+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3729+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3730+
dependencies:
3731+
eslint-visitor-keys "^2.0.0"
3732+
37213733
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
37223734
version "1.3.0"
37233735
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -4554,10 +4566,10 @@ globby@^10.0.1:
45544566
merge2 "^1.2.3"
45554567
slash "^3.0.0"
45564568

4557-
globby@^11.0.0, globby@^11.0.2:
4558-
version "11.0.2"
4559-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
4560-
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
4569+
globby@^11.0.0, globby@^11.0.2, globby@^11.0.3:
4570+
version "11.0.3"
4571+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
4572+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
45614573
dependencies:
45624574
array-union "^2.1.0"
45634575
dir-glob "^3.0.1"
@@ -6240,10 +6252,10 @@ lodash.sortby@^4.7.0:
62406252
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
62416253
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
62426254

6243-
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
6244-
version "4.17.20"
6245-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
6246-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
6255+
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
6256+
version "4.17.21"
6257+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6258+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
62476259

62486260
log-symbols@^1.0.2:
62496261
version "1.0.2"
@@ -7744,7 +7756,7 @@ regexp.prototype.flags@^1.2.0:
77447756
define-properties "^1.1.3"
77457757
es-abstract "^1.17.0-next.1"
77467758

7747-
regexpp@^3.0.0, regexpp@^3.1.0:
7759+
regexpp@^3.1.0:
77487760
version "3.1.0"
77497761
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
77507762
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -8080,10 +8092,10 @@ semver@^6.0.0, semver@^6.3.0:
80808092
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
80818093
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
80828094

8083-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
8084-
version "7.3.4"
8085-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
8086-
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
8095+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
8096+
version "7.3.5"
8097+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
8098+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
80878099
dependencies:
80888100
lru-cache "^6.0.0"
80898101

@@ -8929,10 +8941,10 @@ tslib@^1.8.1, tslib@^1.9.0:
89298941
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
89308942
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
89318943

8932-
tsutils@^3.17.1:
8933-
version "3.17.1"
8934-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
8935-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
8944+
tsutils@^3.21.0:
8945+
version "3.21.0"
8946+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8947+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
89368948
dependencies:
89378949
tslib "^1.8.1"
89388950

0 commit comments

Comments
 (0)