Skip to content

Commit 9419deb

Browse files
Update typescript-eslint monorepo to v5
1 parent 0ac9f29 commit 9419deb

2 files changed

Lines changed: 129 additions & 35 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"devDependencies": {
3636
"@rubensworks/eslint-config": "^1.0.0",
3737
"@types/jest": "^28.0.0",
38-
"@typescript-eslint/eslint-plugin": "^4.2.0",
39-
"@typescript-eslint/parser": "^4.1.1",
38+
"@typescript-eslint/eslint-plugin": "^5.0.0",
39+
"@typescript-eslint/parser": "^5.0.0",
4040
"coveralls": "^3.0.0",
4141
"eslint": "^7.9.0",
4242
"eslint-config-es": "^3.23.0",

yarn.lock

Lines changed: 127 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,18 @@
306306
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
307307
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
308308

309+
"@eslint-community/eslint-utils@^4.2.0":
310+
version "4.2.0"
311+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
312+
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
313+
dependencies:
314+
eslint-visitor-keys "^3.3.0"
315+
316+
"@eslint-community/regexpp@^4.4.0":
317+
version "4.4.0"
318+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
319+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
320+
309321
"@eslint/eslintrc@^0.4.3":
310322
version "0.4.3"
311323
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -746,6 +758,11 @@
746758
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.0.tgz#ea03e9f0376a4446f44797ca19d9c46c36e352dc"
747759
integrity sha512-RI1L7N4JnW5gQw2spvL7Sllfuf1SaHdrZpCHiBlCXjIlufi1SMNnbu2teze3/QE67Fg2tBlH7W+mi4hVNk4p0A==
748760

761+
"@types/semver@^7.3.12":
762+
version "7.3.13"
763+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
764+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
765+
749766
"@types/stack-utils@^2.0.0":
750767
version "2.0.1"
751768
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -777,32 +794,22 @@
777794
semver "^7.3.5"
778795
tsutils "^3.21.0"
779796

780-
"@typescript-eslint/eslint-plugin@^4.2.0":
781-
version "4.33.0"
782-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
783-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
797+
"@typescript-eslint/eslint-plugin@^5.0.0":
798+
version "5.55.0"
799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
800+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
784801
dependencies:
785-
"@typescript-eslint/experimental-utils" "4.33.0"
786-
"@typescript-eslint/scope-manager" "4.33.0"
787-
debug "^4.3.1"
788-
functional-red-black-tree "^1.0.1"
789-
ignore "^5.1.8"
790-
regexpp "^3.1.0"
791-
semver "^7.3.5"
802+
"@eslint-community/regexpp" "^4.4.0"
803+
"@typescript-eslint/scope-manager" "5.55.0"
804+
"@typescript-eslint/type-utils" "5.55.0"
805+
"@typescript-eslint/utils" "5.55.0"
806+
debug "^4.3.4"
807+
grapheme-splitter "^1.0.4"
808+
ignore "^5.2.0"
809+
natural-compare-lite "^1.4.0"
810+
semver "^7.3.7"
792811
tsutils "^3.21.0"
793812

794-
"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1":
795-
version "4.33.0"
796-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
797-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
798-
dependencies:
799-
"@types/json-schema" "^7.0.7"
800-
"@typescript-eslint/scope-manager" "4.33.0"
801-
"@typescript-eslint/types" "4.33.0"
802-
"@typescript-eslint/typescript-estree" "4.33.0"
803-
eslint-scope "^5.1.1"
804-
eslint-utils "^3.0.0"
805-
806813
"@typescript-eslint/experimental-utils@5.2.0":
807814
version "5.2.0"
808815
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz#e3b2cb9cd0aff9b50f68d9a414c299fd26b067e6"
@@ -815,6 +822,18 @@
815822
eslint-scope "^5.1.1"
816823
eslint-utils "^3.0.0"
817824

825+
"@typescript-eslint/experimental-utils@^4.0.1":
826+
version "4.33.0"
827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
828+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
829+
dependencies:
830+
"@types/json-schema" "^7.0.7"
831+
"@typescript-eslint/scope-manager" "4.33.0"
832+
"@typescript-eslint/types" "4.33.0"
833+
"@typescript-eslint/typescript-estree" "4.33.0"
834+
eslint-scope "^5.1.1"
835+
eslint-utils "^3.0.0"
836+
818837
"@typescript-eslint/parser@5.2.0":
819838
version "5.2.0"
820839
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.2.0.tgz#dc081aa89de16b5676b10215519af3aa7b58fb72"
@@ -825,15 +844,15 @@
825844
"@typescript-eslint/typescript-estree" "5.2.0"
826845
debug "^4.3.2"
827846

828-
"@typescript-eslint/parser@^4.1.1":
829-
version "4.33.0"
830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
831-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
847+
"@typescript-eslint/parser@^5.0.0":
848+
version "5.55.0"
849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
850+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
832851
dependencies:
833-
"@typescript-eslint/scope-manager" "4.33.0"
834-
"@typescript-eslint/types" "4.33.0"
835-
"@typescript-eslint/typescript-estree" "4.33.0"
836-
debug "^4.3.1"
852+
"@typescript-eslint/scope-manager" "5.55.0"
853+
"@typescript-eslint/types" "5.55.0"
854+
"@typescript-eslint/typescript-estree" "5.55.0"
855+
debug "^4.3.4"
837856

838857
"@typescript-eslint/scope-manager@4.33.0":
839858
version "4.33.0"
@@ -851,6 +870,24 @@
851870
"@typescript-eslint/types" "5.2.0"
852871
"@typescript-eslint/visitor-keys" "5.2.0"
853872

873+
"@typescript-eslint/scope-manager@5.55.0":
874+
version "5.55.0"
875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
876+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
877+
dependencies:
878+
"@typescript-eslint/types" "5.55.0"
879+
"@typescript-eslint/visitor-keys" "5.55.0"
880+
881+
"@typescript-eslint/type-utils@5.55.0":
882+
version "5.55.0"
883+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
884+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
885+
dependencies:
886+
"@typescript-eslint/typescript-estree" "5.55.0"
887+
"@typescript-eslint/utils" "5.55.0"
888+
debug "^4.3.4"
889+
tsutils "^3.21.0"
890+
854891
"@typescript-eslint/types@4.33.0":
855892
version "4.33.0"
856893
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
@@ -861,6 +898,11 @@
861898
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
862899
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
863900

901+
"@typescript-eslint/types@5.55.0":
902+
version "5.55.0"
903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
904+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
905+
864906
"@typescript-eslint/typescript-estree@4.33.0":
865907
version "4.33.0"
866908
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -887,6 +929,33 @@
887929
semver "^7.3.5"
888930
tsutils "^3.21.0"
889931

932+
"@typescript-eslint/typescript-estree@5.55.0":
933+
version "5.55.0"
934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
935+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
936+
dependencies:
937+
"@typescript-eslint/types" "5.55.0"
938+
"@typescript-eslint/visitor-keys" "5.55.0"
939+
debug "^4.3.4"
940+
globby "^11.1.0"
941+
is-glob "^4.0.3"
942+
semver "^7.3.7"
943+
tsutils "^3.21.0"
944+
945+
"@typescript-eslint/utils@5.55.0":
946+
version "5.55.0"
947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
948+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
949+
dependencies:
950+
"@eslint-community/eslint-utils" "^4.2.0"
951+
"@types/json-schema" "^7.0.9"
952+
"@types/semver" "^7.3.12"
953+
"@typescript-eslint/scope-manager" "5.55.0"
954+
"@typescript-eslint/types" "5.55.0"
955+
"@typescript-eslint/typescript-estree" "5.55.0"
956+
eslint-scope "^5.1.1"
957+
semver "^7.3.7"
958+
890959
"@typescript-eslint/visitor-keys@4.33.0":
891960
version "4.33.0"
892961
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -903,6 +972,14 @@
903972
"@typescript-eslint/types" "5.2.0"
904973
eslint-visitor-keys "^3.0.0"
905974

975+
"@typescript-eslint/visitor-keys@5.55.0":
976+
version "5.55.0"
977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
978+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
979+
dependencies:
980+
"@typescript-eslint/types" "5.55.0"
981+
eslint-visitor-keys "^3.3.0"
982+
906983
acorn-jsx@^5.3.1:
907984
version "5.3.2"
908985
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1801,7 +1878,7 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
18011878
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
18021879
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
18031880

1804-
eslint-visitor-keys@^3.0.0:
1881+
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
18051882
version "3.3.0"
18061883
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
18071884
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -2176,7 +2253,7 @@ globals@^13.6.0, globals@^13.9.0:
21762253
dependencies:
21772254
type-fest "^0.20.2"
21782255

2179-
globby@^11.0.3, globby@^11.0.4:
2256+
globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
21802257
version "11.1.0"
21812258
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
21822259
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2193,6 +2270,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.9:
21932270
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
21942271
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
21952272

2273+
grapheme-splitter@^1.0.4:
2274+
version "1.0.4"
2275+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
2276+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
2277+
21962278
har-schema@^2.0.0:
21972279
version "2.0.0"
21982280
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -3269,6 +3351,11 @@ multimap@^1.1.0:
32693351
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
32703352
integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==
32713353

3354+
natural-compare-lite@^1.4.0:
3355+
version "1.4.0"
3356+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3357+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3358+
32723359
natural-compare@^1.4.0:
32733360
version "1.4.0"
32743361
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3892,6 +3979,13 @@ semver@^6.0.0, semver@^6.3.0:
38923979
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
38933980
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
38943981

3982+
semver@^7.3.7:
3983+
version "7.3.8"
3984+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3985+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3986+
dependencies:
3987+
lru-cache "^6.0.0"
3988+
38953989
shebang-command@^1.2.0:
38963990
version "1.2.0"
38973991
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"

0 commit comments

Comments
 (0)