Skip to content

Commit 98a3ac6

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 564b640 commit 98a3ac6

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.3.1",
63+
"@typescript-eslint/parser": "5.3.1",
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.3.1",
114+
"@typescript-eslint/parser": "5.3.1",
115115
"eslint": "7.32.0",
116116
"eslint-config-airbnb-typescript": "14.0.2",
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.3.1",
93+
"@typescript-eslint/parser": "5.3.1",
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
@@ -5668,6 +5668,11 @@
56685668
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
56695669
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
56705670

5671+
"@types/json-schema@^7.0.9":
5672+
version "7.0.9"
5673+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
5674+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
5675+
56715676
"@types/json5@^0.0.29":
56725677
version "0.0.29"
56735678
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -6168,17 +6173,17 @@
61686173
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
61696174
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
61706175

6171-
"@typescript-eslint/eslint-plugin@4.33.0":
6172-
version "4.33.0"
6173-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6174-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6176+
"@typescript-eslint/eslint-plugin@5.3.1":
6177+
version "5.3.1"
6178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.1.tgz#d8ff412f10f54f6364e7fd7c1e70eb6767f434c3"
6179+
integrity sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==
61756180
dependencies:
6176-
"@typescript-eslint/experimental-utils" "4.33.0"
6177-
"@typescript-eslint/scope-manager" "4.33.0"
6178-
debug "^4.3.1"
6181+
"@typescript-eslint/experimental-utils" "5.3.1"
6182+
"@typescript-eslint/scope-manager" "5.3.1"
6183+
debug "^4.3.2"
61796184
functional-red-black-tree "^1.0.1"
61806185
ignore "^5.1.8"
6181-
regexpp "^3.1.0"
6186+
regexpp "^3.2.0"
61826187
semver "^7.3.5"
61836188
tsutils "^3.21.0"
61846189

@@ -6207,15 +6212,15 @@
62076212
eslint-scope "^5.1.1"
62086213
eslint-utils "^3.0.0"
62096214

6210-
"@typescript-eslint/experimental-utils@4.33.0":
6211-
version "4.33.0"
6212-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6213-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6215+
"@typescript-eslint/experimental-utils@5.3.1":
6216+
version "5.3.1"
6217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz#bbd8f9b67b4d5fdcb9d2f90297d8fcda22561e05"
6218+
integrity sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==
62146219
dependencies:
6215-
"@types/json-schema" "^7.0.7"
6216-
"@typescript-eslint/scope-manager" "4.33.0"
6217-
"@typescript-eslint/types" "4.33.0"
6218-
"@typescript-eslint/typescript-estree" "4.33.0"
6220+
"@types/json-schema" "^7.0.9"
6221+
"@typescript-eslint/scope-manager" "5.3.1"
6222+
"@typescript-eslint/types" "5.3.1"
6223+
"@typescript-eslint/typescript-estree" "5.3.1"
62196224
eslint-scope "^5.1.1"
62206225
eslint-utils "^3.0.0"
62216226

@@ -6242,15 +6247,15 @@
62426247
eslint-scope "^5.1.1"
62436248
eslint-utils "^3.0.0"
62446249

6245-
"@typescript-eslint/parser@4.33.0":
6246-
version "4.33.0"
6247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6248-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6250+
"@typescript-eslint/parser@5.3.1":
6251+
version "5.3.1"
6252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.1.tgz#8ff1977c3d3200c217b3e4628d43ef92f89e5261"
6253+
integrity sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==
62496254
dependencies:
6250-
"@typescript-eslint/scope-manager" "4.33.0"
6251-
"@typescript-eslint/types" "4.33.0"
6252-
"@typescript-eslint/typescript-estree" "4.33.0"
6253-
debug "^4.3.1"
6255+
"@typescript-eslint/scope-manager" "5.3.1"
6256+
"@typescript-eslint/types" "5.3.1"
6257+
"@typescript-eslint/typescript-estree" "5.3.1"
6258+
debug "^4.3.2"
62546259

62556260
"@typescript-eslint/parser@^4.5.0":
62566261
version "4.28.0"
@@ -6278,13 +6283,13 @@
62786283
"@typescript-eslint/types" "4.31.0"
62796284
"@typescript-eslint/visitor-keys" "4.31.0"
62806285

6281-
"@typescript-eslint/scope-manager@4.33.0":
6282-
version "4.33.0"
6283-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6284-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6286+
"@typescript-eslint/scope-manager@5.3.1":
6287+
version "5.3.1"
6288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz#3cfbfbcf5488fb2a9a6fbbe97963ee1e8d419269"
6289+
integrity sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==
62856290
dependencies:
6286-
"@typescript-eslint/types" "4.33.0"
6287-
"@typescript-eslint/visitor-keys" "4.33.0"
6291+
"@typescript-eslint/types" "5.3.1"
6292+
"@typescript-eslint/visitor-keys" "5.3.1"
62886293

62896294
"@typescript-eslint/[email protected]":
62906295
version "3.10.1"
@@ -6301,10 +6306,10 @@
63016306
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
63026307
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
63036308

6304-
"@typescript-eslint/types@4.33.0":
6305-
version "4.33.0"
6306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6307-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6309+
"@typescript-eslint/types@5.3.1":
6310+
version "5.3.1"
6311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.1.tgz#afaa715b69ebfcfde3af8b0403bf27527912f9b7"
6312+
integrity sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==
63086313

63096314
"@typescript-eslint/[email protected]":
63106315
version "3.10.1"
@@ -6346,16 +6351,16 @@
63466351
semver "^7.3.5"
63476352
tsutils "^3.21.0"
63486353

6349-
"@typescript-eslint/typescript-estree@4.33.0":
6350-
version "4.33.0"
6351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6352-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6354+
"@typescript-eslint/typescript-estree@5.3.1":
6355+
version "5.3.1"
6356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz#50cc4bfb93dc31bc75e08ae52e29fcb786d606ec"
6357+
integrity sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==
63536358
dependencies:
6354-
"@typescript-eslint/types" "4.33.0"
6355-
"@typescript-eslint/visitor-keys" "4.33.0"
6356-
debug "^4.3.1"
6357-
globby "^11.0.3"
6358-
is-glob "^4.0.1"
6359+
"@typescript-eslint/types" "5.3.1"
6360+
"@typescript-eslint/visitor-keys" "5.3.1"
6361+
debug "^4.3.2"
6362+
globby "^11.0.4"
6363+
is-glob "^4.0.3"
63596364
semver "^7.3.5"
63606365
tsutils "^3.21.0"
63616366

@@ -6382,13 +6387,13 @@
63826387
"@typescript-eslint/types" "4.31.0"
63836388
eslint-visitor-keys "^2.0.0"
63846389

6385-
"@typescript-eslint/visitor-keys@4.33.0":
6386-
version "4.33.0"
6387-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6388-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6390+
"@typescript-eslint/visitor-keys@5.3.1":
6391+
version "5.3.1"
6392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz#c2860ff22939352db4f3806f34b21d8ad00588ba"
6393+
integrity sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==
63896394
dependencies:
6390-
"@typescript-eslint/types" "4.33.0"
6391-
eslint-visitor-keys "^2.0.0"
6395+
"@typescript-eslint/types" "5.3.1"
6396+
eslint-visitor-keys "^3.0.0"
63926397

63936398
63946399
version "3.2.7"
@@ -10983,6 +10988,11 @@ eslint-visitor-keys@^2.0.0:
1098310988
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1098410989
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1098510990

10991+
eslint-visitor-keys@^3.0.0:
10992+
version "3.1.0"
10993+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
10994+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
10995+
1098610996
eslint-webpack-plugin@^2.5.2:
1098710997
version "2.5.4"
1098810998
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12172,7 +12182,7 @@ [email protected]:
1217212182
merge2 "^1.3.0"
1217312183
slash "^3.0.0"
1217412184

12175-
[email protected], globby@^11.0.0, globby@^11.0.3:
12185+
[email protected], globby@^11.0.0, globby@^11.0.3, globby@^11.0.4:
1217612186
version "11.0.4"
1217712187
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1217812188
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -19561,7 +19571,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
1956119571
call-bind "^1.0.2"
1956219572
define-properties "^1.1.3"
1956319573

19564-
regexpp@^3.0.0, regexpp@^3.1.0:
19574+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1956519575
version "3.2.0"
1956619576
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1956719577
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)