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

Commit 986ff45

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent f90942b commit 986ff45

File tree

2 files changed

+73
-75
lines changed

2 files changed

+73
-75
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.176",
5252
"@types/node": "16.11.7",
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.4.0",
55+
"@typescript-eslint/parser": "5.4.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 & 73 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.4.0":
904+
version "5.4.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
906+
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
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.4.0"
909+
"@typescript-eslint/scope-manager" "5.4.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.4.0":
918+
version "5.4.0"
919+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
920+
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
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.4.0"
924+
"@typescript-eslint/types" "5.4.0"
925+
"@typescript-eslint/typescript-estree" "5.4.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.4.0":
930+
version "5.4.0"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.4.0.tgz#3aa83ce349d66e39b84151f6d5464928044ca9e3"
932+
integrity sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==
933+
dependencies:
934+
"@typescript-eslint/scope-manager" "5.4.0"
935+
"@typescript-eslint/types" "5.4.0"
936+
"@typescript-eslint/typescript-estree" "5.4.0"
937+
debug "^4.3.2"
938+
939+
"@typescript-eslint/scope-manager@5.4.0":
940+
version "5.4.0"
941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
942+
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
943+
dependencies:
944+
"@typescript-eslint/types" "5.4.0"
945+
"@typescript-eslint/visitor-keys" "5.4.0"
946+
947+
"@typescript-eslint/types@5.4.0":
948+
version "5.4.0"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
950+
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
951+
952+
"@typescript-eslint/typescript-estree@5.4.0":
953+
version "5.4.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
955+
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
956+
dependencies:
957+
"@typescript-eslint/types" "5.4.0"
958+
"@typescript-eslint/visitor-keys" "5.4.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.4.0":
966+
version "5.4.0"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
968+
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
969969
dependencies:
970-
"@typescript-eslint/types" "4.33.0"
971-
eslint-visitor-keys "^2.0.0"
970+
"@typescript-eslint/types" "5.4.0"
971+
eslint-visitor-keys "^3.0.0"
972972

973973
abab@^2.0.3, abab@^2.0.5:
974974
version "2.0.5"
@@ -1417,7 +1417,7 @@ data-urls@^2.0.0:
14171417
whatwg-mimetype "^2.3.0"
14181418
whatwg-url "^8.0.0"
14191419

1420-
debug@4:
1420+
debug@4, debug@^4.3.2:
14211421
version "4.3.2"
14221422
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
14231423
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -1704,6 +1704,11 @@ eslint-visitor-keys@^2.0.0:
17041704
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
17051705
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
17061706

1707+
eslint-visitor-keys@^3.0.0:
1708+
version "3.1.0"
1709+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1710+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
1711+
17071712
17081713
version "7.32.0"
17091714
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2043,7 +2048,7 @@ globals@^13.9.0:
20432048
dependencies:
20442049
type-fest "^0.20.2"
20452050

2046-
2051+
[email protected], globby@^11.0.4:
20472052
version "11.0.4"
20482053
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
20492054
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -2055,18 +2060,6 @@ [email protected]:
20552060
merge2 "^1.3.0"
20562061
slash "^3.0.0"
20572062

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-
20702063
graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
20712064
version "4.2.4"
20722065
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -3414,6 +3407,11 @@ regexpp@^3.1.0:
34143407
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
34153408
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
34163409

3410+
regexpp@^3.2.0:
3411+
version "3.2.0"
3412+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
3413+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
3414+
34173415
regextras@^0.7.1:
34183416
version "0.7.1"
34193417
resolved "https://registry.yarnpkg.com/regextras/-/regextras-0.7.1.tgz#be95719d5f43f9ef0b9fa07ad89b7c606995a3b2"

0 commit comments

Comments
 (0)