Skip to content

Commit fcd93eb

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent f4cbb3a commit fcd93eb

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.1.0",
63+
"@typescript-eslint/parser": "5.1.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.29",
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.1.0",
114+
"@typescript-eslint/parser": "5.1.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.1",
9090
"@types/reactour": "1.18.2",
9191
"@types/validator": "13.6.5",
92-
"@typescript-eslint/eslint-plugin": "4.33.0",
93-
"@typescript-eslint/parser": "4.33.0",
92+
"@typescript-eslint/eslint-plugin": "5.1.0",
93+
"@typescript-eslint/parser": "5.1.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
@@ -5543,6 +5543,11 @@
55435543
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
55445544
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
55455545

5546+
"@types/json-schema@^7.0.9":
5547+
version "7.0.9"
5548+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
5549+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
5550+
55465551
"@types/json5@^0.0.29":
55475552
version "0.0.29"
55485553
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -6043,17 +6048,17 @@
60436048
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
60446049
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
60456050

6046-
"@typescript-eslint/eslint-plugin@4.33.0":
6047-
version "4.33.0"
6048-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6049-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6051+
"@typescript-eslint/eslint-plugin@5.1.0":
6052+
version "5.1.0"
6053+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
6054+
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
60506055
dependencies:
6051-
"@typescript-eslint/experimental-utils" "4.33.0"
6052-
"@typescript-eslint/scope-manager" "4.33.0"
6053-
debug "^4.3.1"
6056+
"@typescript-eslint/experimental-utils" "5.1.0"
6057+
"@typescript-eslint/scope-manager" "5.1.0"
6058+
debug "^4.3.2"
60546059
functional-red-black-tree "^1.0.1"
60556060
ignore "^5.1.8"
6056-
regexpp "^3.1.0"
6061+
regexpp "^3.2.0"
60576062
semver "^7.3.5"
60586063
tsutils "^3.21.0"
60596064

@@ -6082,15 +6087,15 @@
60826087
eslint-scope "^5.1.1"
60836088
eslint-utils "^3.0.0"
60846089

6085-
"@typescript-eslint/experimental-utils@4.33.0":
6086-
version "4.33.0"
6087-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6088-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6090+
"@typescript-eslint/experimental-utils@5.1.0":
6091+
version "5.1.0"
6092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
6093+
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
60896094
dependencies:
6090-
"@types/json-schema" "^7.0.7"
6091-
"@typescript-eslint/scope-manager" "4.33.0"
6092-
"@typescript-eslint/types" "4.33.0"
6093-
"@typescript-eslint/typescript-estree" "4.33.0"
6095+
"@types/json-schema" "^7.0.9"
6096+
"@typescript-eslint/scope-manager" "5.1.0"
6097+
"@typescript-eslint/types" "5.1.0"
6098+
"@typescript-eslint/typescript-estree" "5.1.0"
60946099
eslint-scope "^5.1.1"
60956100
eslint-utils "^3.0.0"
60966101

@@ -6117,15 +6122,15 @@
61176122
eslint-scope "^5.1.1"
61186123
eslint-utils "^3.0.0"
61196124

6120-
"@typescript-eslint/parser@4.33.0":
6121-
version "4.33.0"
6122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6123-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6125+
"@typescript-eslint/parser@5.1.0":
6126+
version "5.1.0"
6127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
6128+
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
61246129
dependencies:
6125-
"@typescript-eslint/scope-manager" "4.33.0"
6126-
"@typescript-eslint/types" "4.33.0"
6127-
"@typescript-eslint/typescript-estree" "4.33.0"
6128-
debug "^4.3.1"
6130+
"@typescript-eslint/scope-manager" "5.1.0"
6131+
"@typescript-eslint/types" "5.1.0"
6132+
"@typescript-eslint/typescript-estree" "5.1.0"
6133+
debug "^4.3.2"
61296134

61306135
"@typescript-eslint/parser@^4.5.0":
61316136
version "4.28.0"
@@ -6153,13 +6158,13 @@
61536158
"@typescript-eslint/types" "4.31.0"
61546159
"@typescript-eslint/visitor-keys" "4.31.0"
61556160

6156-
"@typescript-eslint/scope-manager@4.33.0":
6157-
version "4.33.0"
6158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6159-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6161+
"@typescript-eslint/scope-manager@5.1.0":
6162+
version "5.1.0"
6163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
6164+
integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
61606165
dependencies:
6161-
"@typescript-eslint/types" "4.33.0"
6162-
"@typescript-eslint/visitor-keys" "4.33.0"
6166+
"@typescript-eslint/types" "5.1.0"
6167+
"@typescript-eslint/visitor-keys" "5.1.0"
61636168

61646169
"@typescript-eslint/[email protected]":
61656170
version "3.10.1"
@@ -6176,10 +6181,10 @@
61766181
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
61776182
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
61786183

6179-
"@typescript-eslint/types@4.33.0":
6180-
version "4.33.0"
6181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6182-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6184+
"@typescript-eslint/types@5.1.0":
6185+
version "5.1.0"
6186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
6187+
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
61836188

61846189
"@typescript-eslint/[email protected]":
61856190
version "3.10.1"
@@ -6221,16 +6226,16 @@
62216226
semver "^7.3.5"
62226227
tsutils "^3.21.0"
62236228

6224-
"@typescript-eslint/typescript-estree@4.33.0":
6225-
version "4.33.0"
6226-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6227-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6229+
"@typescript-eslint/typescript-estree@5.1.0":
6230+
version "5.1.0"
6231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
6232+
integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
62286233
dependencies:
6229-
"@typescript-eslint/types" "4.33.0"
6230-
"@typescript-eslint/visitor-keys" "4.33.0"
6231-
debug "^4.3.1"
6232-
globby "^11.0.3"
6233-
is-glob "^4.0.1"
6234+
"@typescript-eslint/types" "5.1.0"
6235+
"@typescript-eslint/visitor-keys" "5.1.0"
6236+
debug "^4.3.2"
6237+
globby "^11.0.4"
6238+
is-glob "^4.0.3"
62346239
semver "^7.3.5"
62356240
tsutils "^3.21.0"
62366241

@@ -6257,13 +6262,13 @@
62576262
"@typescript-eslint/types" "4.31.0"
62586263
eslint-visitor-keys "^2.0.0"
62596264

6260-
"@typescript-eslint/visitor-keys@4.33.0":
6261-
version "4.33.0"
6262-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6263-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6265+
"@typescript-eslint/visitor-keys@5.1.0":
6266+
version "5.1.0"
6267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
6268+
integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
62646269
dependencies:
6265-
"@typescript-eslint/types" "4.33.0"
6266-
eslint-visitor-keys "^2.0.0"
6270+
"@typescript-eslint/types" "5.1.0"
6271+
eslint-visitor-keys "^3.0.0"
62676272

62686273
62696274
version "3.2.7"
@@ -10845,6 +10850,11 @@ eslint-visitor-keys@^2.0.0:
1084510850
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1084610851
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1084710852

10853+
eslint-visitor-keys@^3.0.0:
10854+
version "3.0.0"
10855+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
10856+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
10857+
1084810858
eslint-webpack-plugin@^2.5.2:
1084910859
version "2.5.4"
1085010860
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12034,7 +12044,7 @@ [email protected]:
1203412044
merge2 "^1.3.0"
1203512045
slash "^3.0.0"
1203612046

12037-
[email protected], globby@^11.0.0, globby@^11.0.3:
12047+
[email protected], globby@^11.0.0, globby@^11.0.3, globby@^11.0.4:
1203812048
version "11.0.4"
1203912049
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1204012050
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -19393,7 +19403,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
1939319403
call-bind "^1.0.2"
1939419404
define-properties "^1.1.3"
1939519405

19396-
regexpp@^3.0.0, regexpp@^3.1.0:
19406+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1939719407
version "3.2.0"
1939819408
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1939919409
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)