Skip to content

Commit 46a1fa8

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent e1c53cf commit 46a1fa8

File tree

4 files changed

+67
-57
lines changed

4 files changed

+67
-57
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"devDependencies": {
6060
"@changesets/cli": "2.17.0",
6161
"@types/http-cache-semantics": "4.0.1",
62-
"@typescript-eslint/eslint-plugin": "4.33.0",
63-
"@typescript-eslint/parser": "4.33.0",
62+
"@typescript-eslint/eslint-plugin": "5.2.0",
63+
"@typescript-eslint/parser": "5.2.0",
6464
"eslint": "7.32.0",
6565
"eslint-config-prettier": "8.3.0",
6666
"eslint-config-react-app": "6.0.0",

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"@types/node": "14.17.32",
111111
"@types/nodemailer": "6.4.4",
112112
"@types/supertest": "2.0.11",
113-
"@typescript-eslint/eslint-plugin": "4.33.0",
114-
"@typescript-eslint/parser": "4.33.0",
113+
"@typescript-eslint/eslint-plugin": "5.2.0",
114+
"@typescript-eslint/parser": "5.2.0",
115115
"eslint": "7.32.0",
116116
"eslint-config-airbnb-typescript": "14.0.1",
117117
"eslint-plugin-import": "2.25.2",

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"@types/react-router-dom": "5.3.2",
9090
"@types/reactour": "1.18.2",
9191
"@types/validator": "13.6.6",
92-
"@typescript-eslint/eslint-plugin": "4.33.0",
93-
"@typescript-eslint/parser": "4.33.0",
92+
"@typescript-eslint/eslint-plugin": "5.2.0",
93+
"@typescript-eslint/parser": "5.2.0",
9494
"babel-eslint": "10.1.0",
9595
"eslint-config-prettier": "8.3.0",
9696
"eslint-config-react-app": "6.0.0",

yarn.lock

Lines changed: 61 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -5520,6 +5520,11 @@
55205520
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
55215521
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
55225522

5523+
"@types/json-schema@^7.0.9":
5524+
version "7.0.9"
5525+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
5526+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
5527+
55235528
"@types/json5@^0.0.29":
55245529
version "0.0.29"
55255530
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -6020,17 +6025,17 @@
60206025
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
60216026
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
60226027

6023-
"@typescript-eslint/eslint-plugin@4.33.0":
6024-
version "4.33.0"
6025-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6026-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6028+
"@typescript-eslint/eslint-plugin@5.2.0":
6029+
version "5.2.0"
6030+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.2.0.tgz#2bdb247cc2e2afce7efbce09afb9a6f0a8a08434"
6031+
integrity sha512-qQwg7sqYkBF4CIQSyRQyqsYvP+g/J0To9ZPVNJpfxfekl5RmdvQnFFTVVwpRtaUDFNvjfe/34TgY/dpc3MgNTw==
60276032
dependencies:
6028-
"@typescript-eslint/experimental-utils" "4.33.0"
6029-
"@typescript-eslint/scope-manager" "4.33.0"
6030-
debug "^4.3.1"
6033+
"@typescript-eslint/experimental-utils" "5.2.0"
6034+
"@typescript-eslint/scope-manager" "5.2.0"
6035+
debug "^4.3.2"
60316036
functional-red-black-tree "^1.0.1"
60326037
ignore "^5.1.8"
6033-
regexpp "^3.1.0"
6038+
regexpp "^3.2.0"
60346039
semver "^7.3.5"
60356040
tsutils "^3.21.0"
60366041

@@ -6059,15 +6064,15 @@
60596064
eslint-scope "^5.1.1"
60606065
eslint-utils "^3.0.0"
60616066

6062-
"@typescript-eslint/experimental-utils@4.33.0":
6063-
version "4.33.0"
6064-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6065-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6067+
"@typescript-eslint/experimental-utils@5.2.0":
6068+
version "5.2.0"
6069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz#e3b2cb9cd0aff9b50f68d9a414c299fd26b067e6"
6070+
integrity sha512-fWyT3Agf7n7HuZZRpvUYdFYbPk3iDCq6fgu3ulia4c7yxmPnwVBovdSOX7RL+k8u6hLbrXcdAehlWUVpGh6IEw==
60666071
dependencies:
6067-
"@types/json-schema" "^7.0.7"
6068-
"@typescript-eslint/scope-manager" "4.33.0"
6069-
"@typescript-eslint/types" "4.33.0"
6070-
"@typescript-eslint/typescript-estree" "4.33.0"
6072+
"@types/json-schema" "^7.0.9"
6073+
"@typescript-eslint/scope-manager" "5.2.0"
6074+
"@typescript-eslint/types" "5.2.0"
6075+
"@typescript-eslint/typescript-estree" "5.2.0"
60716076
eslint-scope "^5.1.1"
60726077
eslint-utils "^3.0.0"
60736078

@@ -6094,15 +6099,15 @@
60946099
eslint-scope "^5.1.1"
60956100
eslint-utils "^3.0.0"
60966101

6097-
"@typescript-eslint/parser@4.33.0":
6098-
version "4.33.0"
6099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6100-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6102+
"@typescript-eslint/parser@5.2.0":
6103+
version "5.2.0"
6104+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.2.0.tgz#dc081aa89de16b5676b10215519af3aa7b58fb72"
6105+
integrity sha512-Uyy4TjJBlh3NuA8/4yIQptyJb95Qz5PX//6p8n7zG0QnN4o3NF9Je3JHbVU7fxf5ncSXTmnvMtd/LDQWDk0YqA==
61016106
dependencies:
6102-
"@typescript-eslint/scope-manager" "4.33.0"
6103-
"@typescript-eslint/types" "4.33.0"
6104-
"@typescript-eslint/typescript-estree" "4.33.0"
6105-
debug "^4.3.1"
6107+
"@typescript-eslint/scope-manager" "5.2.0"
6108+
"@typescript-eslint/types" "5.2.0"
6109+
"@typescript-eslint/typescript-estree" "5.2.0"
6110+
debug "^4.3.2"
61066111

61076112
"@typescript-eslint/parser@^4.5.0":
61086113
version "4.28.0"
@@ -6130,13 +6135,13 @@
61306135
"@typescript-eslint/types" "4.31.0"
61316136
"@typescript-eslint/visitor-keys" "4.31.0"
61326137

6133-
"@typescript-eslint/scope-manager@4.33.0":
6134-
version "4.33.0"
6135-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6136-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6138+
"@typescript-eslint/scope-manager@5.2.0":
6139+
version "5.2.0"
6140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz#7ce8e4ab2baaa0ad5282913ea8e13ce03ec6a12a"
6141+
integrity sha512-RW+wowZqPzQw8MUFltfKYZfKXqA2qgyi6oi/31J1zfXJRpOn6tCaZtd9b5u9ubnDG2n/EMvQLeZrsLNPpaUiFQ==
61376142
dependencies:
6138-
"@typescript-eslint/types" "4.33.0"
6139-
"@typescript-eslint/visitor-keys" "4.33.0"
6143+
"@typescript-eslint/types" "5.2.0"
6144+
"@typescript-eslint/visitor-keys" "5.2.0"
61406145

61416146
"@typescript-eslint/[email protected]":
61426147
version "3.10.1"
@@ -6153,10 +6158,10 @@
61536158
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
61546159
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
61556160

6156-
"@typescript-eslint/types@4.33.0":
6157-
version "4.33.0"
6158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6159-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6161+
"@typescript-eslint/types@5.2.0":
6162+
version "5.2.0"
6163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
6164+
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
61606165

61616166
"@typescript-eslint/[email protected]":
61626167
version "3.10.1"
@@ -6198,16 +6203,16 @@
61986203
semver "^7.3.5"
61996204
tsutils "^3.21.0"
62006205

6201-
"@typescript-eslint/typescript-estree@4.33.0":
6202-
version "4.33.0"
6203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6204-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6206+
"@typescript-eslint/typescript-estree@5.2.0":
6207+
version "5.2.0"
6208+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.2.0.tgz#c22e0ff6f8a4a3f78504a80ebd686fe2870a68ae"
6209+
integrity sha512-RsdXq2XmVgKbm9nLsE3mjNUM7BTr/K4DYR9WfFVMUuozHWtH5gMpiNZmtrMG8GR385EOSQ3kC9HiEMJWimxd/g==
62056210
dependencies:
6206-
"@typescript-eslint/types" "4.33.0"
6207-
"@typescript-eslint/visitor-keys" "4.33.0"
6208-
debug "^4.3.1"
6209-
globby "^11.0.3"
6210-
is-glob "^4.0.1"
6211+
"@typescript-eslint/types" "5.2.0"
6212+
"@typescript-eslint/visitor-keys" "5.2.0"
6213+
debug "^4.3.2"
6214+
globby "^11.0.4"
6215+
is-glob "^4.0.3"
62116216
semver "^7.3.5"
62126217
tsutils "^3.21.0"
62136218

@@ -6234,13 +6239,13 @@
62346239
"@typescript-eslint/types" "4.31.0"
62356240
eslint-visitor-keys "^2.0.0"
62366241

6237-
"@typescript-eslint/visitor-keys@4.33.0":
6238-
version "4.33.0"
6239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6240-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6242+
"@typescript-eslint/visitor-keys@5.2.0":
6243+
version "5.2.0"
6244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz#03522d35df98474f08e0357171a7d1b259a88f55"
6245+
integrity sha512-Nk7HizaXWWCUBfLA/rPNKMzXzWS8Wg9qHMuGtT+v2/YpPij4nVXrVJc24N/r5WrrmqK31jCrZxeHqIgqRzs0Xg==
62416246
dependencies:
6242-
"@typescript-eslint/types" "4.33.0"
6243-
eslint-visitor-keys "^2.0.0"
6247+
"@typescript-eslint/types" "5.2.0"
6248+
eslint-visitor-keys "^3.0.0"
62446249

62456250
62466251
version "3.2.7"
@@ -10822,6 +10827,11 @@ eslint-visitor-keys@^2.0.0:
1082210827
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1082310828
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1082410829

10830+
eslint-visitor-keys@^3.0.0:
10831+
version "3.0.0"
10832+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
10833+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
10834+
1082510835
eslint-webpack-plugin@^2.5.2:
1082610836
version "2.5.4"
1082710837
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12011,7 +12021,7 @@ [email protected]:
1201112021
merge2 "^1.3.0"
1201212022
slash "^3.0.0"
1201312023

12014-
[email protected], globby@^11.0.0, globby@^11.0.3:
12024+
[email protected], globby@^11.0.0, globby@^11.0.3, globby@^11.0.4:
1201512025
version "11.0.4"
1201612026
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1201712027
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -19370,7 +19380,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
1937019380
call-bind "^1.0.2"
1937119381
define-properties "^1.1.3"
1937219382

19373-
regexpp@^3.0.0, regexpp@^3.1.0:
19383+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1937419384
version "3.2.0"
1937519385
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1937619386
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)