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

Commit 45c4aff

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 4ae877f commit 45c4aff

File tree

2 files changed

+73
-68
lines changed

2 files changed

+73
-68
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.177",
5252
"@types/node": "16.11.10",
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.5.0",
55+
"@typescript-eslint/parser": "5.5.0",
5656
"eslint": "7.32.0",
5757
"eslint-config-prettier": "7.2.0",
5858
"eslint-plugin-import": "2.25.3",

yarn.lock

Lines changed: 71 additions & 66 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.5.0":
904+
version "5.5.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.5.0.tgz#12d5f47f127af089b985f3a205c0e34a812f8fce"
906+
integrity sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==
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.5.0"
909+
"@typescript-eslint/scope-manager" "5.5.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.5.0":
918+
version "5.5.0"
919+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.5.0.tgz#3fe2514dc2f3cd95562206e4058435ea51df609e"
920+
integrity sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==
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.5.0"
924+
"@typescript-eslint/types" "5.5.0"
925+
"@typescript-eslint/typescript-estree" "5.5.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==
929+
"@typescript-eslint/parser@5.5.0":
930+
version "5.5.0"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.5.0.tgz#a38070e225330b771074daa659118238793f7fcd"
932+
integrity sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==
933933
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"
934+
"@typescript-eslint/scope-manager" "5.5.0"
935+
"@typescript-eslint/types" "5.5.0"
936+
"@typescript-eslint/typescript-estree" "5.5.0"
937+
debug "^4.3.2"
938938

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==
939+
"@typescript-eslint/scope-manager@5.5.0":
940+
version "5.5.0"
941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.5.0.tgz#2b9f3672fa6cddcb4160e7e8b49ef1fd00f83c09"
942+
integrity sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==
943943
dependencies:
944-
"@typescript-eslint/types" "4.33.0"
945-
"@typescript-eslint/visitor-keys" "4.33.0"
944+
"@typescript-eslint/types" "5.5.0"
945+
"@typescript-eslint/visitor-keys" "5.5.0"
946946

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==
947+
"@typescript-eslint/types@5.5.0":
948+
version "5.5.0"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.5.0.tgz#fee61ae510e84ed950a53937a2b443e078107003"
950+
integrity sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==
951951

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==
952+
"@typescript-eslint/typescript-estree@5.5.0":
953+
version "5.5.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.5.0.tgz#12f422698c1636bd0206086bbec9844c54625ebc"
955+
integrity sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==
956956
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"
957+
"@typescript-eslint/types" "5.5.0"
958+
"@typescript-eslint/visitor-keys" "5.5.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.5.0":
966+
version "5.5.0"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.5.0.tgz#4787586897b61f26068a3db5c50b3f5d254f9083"
968+
integrity sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==
969969
dependencies:
970-
"@typescript-eslint/types" "4.33.0"
971-
eslint-visitor-keys "^2.0.0"
970+
"@typescript-eslint/types" "5.5.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"
@@ -1704,6 +1711,11 @@ eslint-visitor-keys@^2.0.0:
17041711
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
17051712
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
17061713

1714+
eslint-visitor-keys@^3.0.0:
1715+
version "3.1.0"
1716+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1717+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
1718+
17071719
17081720
version "7.32.0"
17091721
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2043,7 +2055,7 @@ globals@^13.9.0:
20432055
dependencies:
20442056
type-fest "^0.20.2"
20452057

2046-
2058+
[email protected], globby@^11.0.4:
20472059
version "11.0.4"
20482060
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
20492061
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -2055,18 +2067,6 @@ [email protected]:
20552067
merge2 "^1.3.0"
20562068
slash "^3.0.0"
20572069

2058-
globby@^11.0.3:
2059-
version "11.0.3"
2060-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
2061-
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
2062-
dependencies:
2063-
array-union "^2.1.0"
2064-
dir-glob "^3.0.1"
2065-
fast-glob "^3.1.1"
2066-
ignore "^5.1.4"
2067-
merge2 "^1.3.0"
2068-
slash "^3.0.0"
2069-
20702070
graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
20712071
version "4.2.4"
20722072
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -3414,6 +3414,11 @@ regexpp@^3.1.0:
34143414
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
34153415
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
34163416

3417+
regexpp@^3.2.0:
3418+
version "3.2.0"
3419+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
3420+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
3421+
34173422
regextras@^0.7.1:
34183423
version "0.7.1"
34193424
resolved "https://registry.yarnpkg.com/regextras/-/regextras-0.7.1.tgz#be95719d5f43f9ef0b9fa07ad89b7c606995a3b2"

0 commit comments

Comments
 (0)