Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit 9d91c79

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 54f1b63 commit 9d91c79

File tree

2 files changed

+79
-74
lines changed

2 files changed

+79
-74
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@types/lodash": "4.14.178",
5252
"@types/node": "16.11.14",
5353
"@types/serverless": "1.78.14",
54-
"@typescript-eslint/eslint-plugin": "4.33.0",
55-
"@typescript-eslint/parser": "4.33.0",
54+
"@typescript-eslint/eslint-plugin": "5.8.0",
55+
"@typescript-eslint/parser": "5.8.0",
5656
"eslint": "7.32.0",
5757
"eslint-config-prettier": "7.2.0",
5858
"eslint-plugin-import": "2.25.3",

yarn.lock

Lines changed: 77 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -848,10 +848,10 @@
848848
jest-diff "^27.0.0"
849849
pretty-format "^27.0.0"
850850

851-
"@types/json-schema@^7.0.7":
852-
version "7.0.7"
853-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
854-
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
851+
"@types/json-schema@^7.0.9":
852+
version "7.0.9"
853+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
854+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
855855

856856
"@types/json5@^0.0.29":
857857
version "0.0.29"
@@ -900,75 +900,75 @@
900900
dependencies:
901901
"@types/yargs-parser" "*"
902902

903-
"@typescript-eslint/eslint-plugin@4.33.0":
904-
version "4.33.0"
905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
906-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
903+
"@typescript-eslint/eslint-plugin@5.8.0":
904+
version "5.8.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.0.tgz#52cd9305ceef98a5333f9492d519e6c6c7fe7d43"
906+
integrity sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA==
907907
dependencies:
908-
"@typescript-eslint/experimental-utils" "4.33.0"
909-
"@typescript-eslint/scope-manager" "4.33.0"
910-
debug "^4.3.1"
908+
"@typescript-eslint/experimental-utils" "5.8.0"
909+
"@typescript-eslint/scope-manager" "5.8.0"
910+
debug "^4.3.2"
911911
functional-red-black-tree "^1.0.1"
912912
ignore "^5.1.8"
913-
regexpp "^3.1.0"
913+
regexpp "^3.2.0"
914914
semver "^7.3.5"
915915
tsutils "^3.21.0"
916916

917-
"@typescript-eslint/experimental-utils@4.33.0":
918-
version "4.33.0"
919-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
920-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
917+
"@typescript-eslint/experimental-utils@5.8.0":
918+
version "5.8.0"
919+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.0.tgz#0916ffe98d34b3c95e3652efa0cace61a7b25728"
920+
integrity sha512-KN5FvNH71bhZ8fKtL+lhW7bjm7cxs1nt+hrDZWIqb6ViCffQcWyLunGrgvISgkRojIDcXIsH+xlFfI4RCDA0xA==
921921
dependencies:
922-
"@types/json-schema" "^7.0.7"
923-
"@typescript-eslint/scope-manager" "4.33.0"
924-
"@typescript-eslint/types" "4.33.0"
925-
"@typescript-eslint/typescript-estree" "4.33.0"
922+
"@types/json-schema" "^7.0.9"
923+
"@typescript-eslint/scope-manager" "5.8.0"
924+
"@typescript-eslint/types" "5.8.0"
925+
"@typescript-eslint/typescript-estree" "5.8.0"
926926
eslint-scope "^5.1.1"
927927
eslint-utils "^3.0.0"
928928

929-
"@typescript-eslint/parser@4.33.0":
930-
version "4.33.0"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
932-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
933-
dependencies:
934-
"@typescript-eslint/scope-manager" "4.33.0"
935-
"@typescript-eslint/types" "4.33.0"
936-
"@typescript-eslint/typescript-estree" "4.33.0"
937-
debug "^4.3.1"
938-
939-
"@typescript-eslint/scope-manager@4.33.0":
940-
version "4.33.0"
941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
942-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
943-
dependencies:
944-
"@typescript-eslint/types" "4.33.0"
945-
"@typescript-eslint/visitor-keys" "4.33.0"
946-
947-
"@typescript-eslint/types@4.33.0":
948-
version "4.33.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
950-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
951-
952-
"@typescript-eslint/typescript-estree@4.33.0":
953-
version "4.33.0"
954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
955-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
956-
dependencies:
957-
"@typescript-eslint/types" "4.33.0"
958-
"@typescript-eslint/visitor-keys" "4.33.0"
959-
debug "^4.3.1"
960-
globby "^11.0.3"
961-
is-glob "^4.0.1"
929+
"@typescript-eslint/parser@5.8.0":
930+
version "5.8.0"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
932+
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
933+
dependencies:
934+
"@typescript-eslint/scope-manager" "5.8.0"
935+
"@typescript-eslint/types" "5.8.0"
936+
"@typescript-eslint/typescript-estree" "5.8.0"
937+
debug "^4.3.2"
938+
939+
"@typescript-eslint/scope-manager@5.8.0":
940+
version "5.8.0"
941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.0.tgz#2371095b4fa4c7be6a80b380f4e1b49c715e16f4"
942+
integrity sha512-x82CYJsLOjPCDuFFEbS6e7K1QEWj7u5Wk1alw8A+gnJiYwNnDJk0ib6PCegbaPMjrfBvFKa7SxE3EOnnIQz2Gg==
943+
dependencies:
944+
"@typescript-eslint/types" "5.8.0"
945+
"@typescript-eslint/visitor-keys" "5.8.0"
946+
947+
"@typescript-eslint/types@5.8.0":
948+
version "5.8.0"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.0.tgz#e7fa74ec35d9dbe3560d039d3d8734986c3971e0"
950+
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
951+
952+
"@typescript-eslint/typescript-estree@5.8.0":
953+
version "5.8.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz#900469ba9d5a37f4482b014ecce4a5dbb86cb4dd"
955+
integrity sha512-srfeZ3URdEcUsSLbkOFqS7WoxOqn8JNil2NSLO9O+I2/Uyc85+UlfpEvQHIpj5dVts7KKOZnftoJD/Fdv0L7nQ==
956+
dependencies:
957+
"@typescript-eslint/types" "5.8.0"
958+
"@typescript-eslint/visitor-keys" "5.8.0"
959+
debug "^4.3.2"
960+
globby "^11.0.4"
961+
is-glob "^4.0.3"
962962
semver "^7.3.5"
963963
tsutils "^3.21.0"
964964

965-
"@typescript-eslint/visitor-keys@4.33.0":
966-
version "4.33.0"
967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
968-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
965+
"@typescript-eslint/visitor-keys@5.8.0":
966+
version "5.8.0"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz#22d4ed96fe2451135299239feedb9fe1dcec780c"
968+
integrity sha512-+HDIGOEMnqbxdAHegxvnOqESUH6RWFRR2b8qxP1W9CZnnYh4Usz6MBL+2KMAgPk/P0o9c1HqnYtwzVH6GTIqug==
969969
dependencies:
970-
"@typescript-eslint/types" "4.33.0"
971-
eslint-visitor-keys "^2.0.0"
970+
"@typescript-eslint/types" "5.8.0"
971+
eslint-visitor-keys "^3.0.0"
972972

973973
abab@^2.0.3, abab@^2.0.5:
974974
version "2.0.5"
@@ -1445,6 +1445,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
14451445
dependencies:
14461446
ms "2.1.2"
14471447

1448+
debug@^4.3.2:
1449+
version "4.3.3"
1450+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1451+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1452+
dependencies:
1453+
ms "2.1.2"
1454+
14481455
decimal.js@^10.2.1:
14491456
version "10.3.1"
14501457
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
@@ -1709,6 +1716,11 @@ eslint-visitor-keys@^2.0.0:
17091716
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
17101717
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
17111718

1719+
eslint-visitor-keys@^3.0.0:
1720+
version "3.1.0"
1721+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1722+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
1723+
17121724
17131725
version "7.32.0"
17141726
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2048,7 +2060,7 @@ globals@^13.9.0:
20482060
dependencies:
20492061
type-fest "^0.20.2"
20502062

2051-
2063+
[email protected], globby@^11.0.4:
20522064
version "11.0.4"
20532065
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
20542066
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -2060,18 +2072,6 @@ [email protected]:
20602072
merge2 "^1.3.0"
20612073
slash "^3.0.0"
20622074

2063-
globby@^11.0.3:
2064-
version "11.0.3"
2065-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
2066-
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
2067-
dependencies:
2068-
array-union "^2.1.0"
2069-
dir-glob "^3.0.1"
2070-
fast-glob "^3.1.1"
2071-
ignore "^5.1.4"
2072-
merge2 "^1.3.0"
2073-
slash "^3.0.0"
2074-
20752075
graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
20762076
version "4.2.4"
20772077
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -3420,6 +3420,11 @@ regexpp@^3.1.0:
34203420
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
34213421
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
34223422

3423+
regexpp@^3.2.0:
3424+
version "3.2.0"
3425+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
3426+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
3427+
34233428
regextras@^0.7.1:
34243429
version "0.7.1"
34253430
resolved "https://registry.yarnpkg.com/regextras/-/regextras-0.7.1.tgz#be95719d5f43f9ef0b9fa07ad89b7c606995a3b2"

0 commit comments

Comments
 (0)