Skip to content

Commit 64b31b0

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 7f790e7 commit 64b31b0

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.18.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.4.0",
63+
"@typescript-eslint/parser": "5.4.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.33",
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.4.0",
114+
"@typescript-eslint/parser": "5.4.0",
115115
"eslint": "7.32.0",
116116
"eslint-config-airbnb-typescript": "14.0.2",
117117
"eslint-plugin-import": "2.25.3",

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.4.0",
93+
"@typescript-eslint/parser": "5.4.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
@@ -5626,6 +5626,11 @@
56265626
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
56275627
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
56285628

5629+
"@types/json-schema@^7.0.9":
5630+
version "7.0.9"
5631+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
5632+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
5633+
56295634
"@types/json5@^0.0.29":
56305635
version "0.0.29"
56315636
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -6126,17 +6131,17 @@
61266131
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
61276132
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
61286133

6129-
"@typescript-eslint/eslint-plugin@4.33.0":
6130-
version "4.33.0"
6131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6132-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6134+
"@typescript-eslint/eslint-plugin@5.4.0":
6135+
version "5.4.0"
6136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
6137+
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
61336138
dependencies:
6134-
"@typescript-eslint/experimental-utils" "4.33.0"
6135-
"@typescript-eslint/scope-manager" "4.33.0"
6136-
debug "^4.3.1"
6139+
"@typescript-eslint/experimental-utils" "5.4.0"
6140+
"@typescript-eslint/scope-manager" "5.4.0"
6141+
debug "^4.3.2"
61376142
functional-red-black-tree "^1.0.1"
61386143
ignore "^5.1.8"
6139-
regexpp "^3.1.0"
6144+
regexpp "^3.2.0"
61406145
semver "^7.3.5"
61416146
tsutils "^3.21.0"
61426147

@@ -6165,15 +6170,15 @@
61656170
eslint-scope "^5.1.1"
61666171
eslint-utils "^3.0.0"
61676172

6168-
"@typescript-eslint/experimental-utils@4.33.0":
6169-
version "4.33.0"
6170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6171-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6173+
"@typescript-eslint/experimental-utils@5.4.0":
6174+
version "5.4.0"
6175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
6176+
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
61726177
dependencies:
6173-
"@types/json-schema" "^7.0.7"
6174-
"@typescript-eslint/scope-manager" "4.33.0"
6175-
"@typescript-eslint/types" "4.33.0"
6176-
"@typescript-eslint/typescript-estree" "4.33.0"
6178+
"@types/json-schema" "^7.0.9"
6179+
"@typescript-eslint/scope-manager" "5.4.0"
6180+
"@typescript-eslint/types" "5.4.0"
6181+
"@typescript-eslint/typescript-estree" "5.4.0"
61776182
eslint-scope "^5.1.1"
61786183
eslint-utils "^3.0.0"
61796184

@@ -6200,15 +6205,15 @@
62006205
eslint-scope "^5.1.1"
62016206
eslint-utils "^3.0.0"
62026207

6203-
"@typescript-eslint/parser@4.33.0":
6204-
version "4.33.0"
6205-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6206-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6208+
"@typescript-eslint/parser@5.4.0":
6209+
version "5.4.0"
6210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.4.0.tgz#3aa83ce349d66e39b84151f6d5464928044ca9e3"
6211+
integrity sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==
62076212
dependencies:
6208-
"@typescript-eslint/scope-manager" "4.33.0"
6209-
"@typescript-eslint/types" "4.33.0"
6210-
"@typescript-eslint/typescript-estree" "4.33.0"
6211-
debug "^4.3.1"
6213+
"@typescript-eslint/scope-manager" "5.4.0"
6214+
"@typescript-eslint/types" "5.4.0"
6215+
"@typescript-eslint/typescript-estree" "5.4.0"
6216+
debug "^4.3.2"
62126217

62136218
"@typescript-eslint/parser@^4.5.0":
62146219
version "4.28.0"
@@ -6236,13 +6241,13 @@
62366241
"@typescript-eslint/types" "4.31.0"
62376242
"@typescript-eslint/visitor-keys" "4.31.0"
62386243

6239-
"@typescript-eslint/scope-manager@4.33.0":
6240-
version "4.33.0"
6241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6242-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6244+
"@typescript-eslint/scope-manager@5.4.0":
6245+
version "5.4.0"
6246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
6247+
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
62436248
dependencies:
6244-
"@typescript-eslint/types" "4.33.0"
6245-
"@typescript-eslint/visitor-keys" "4.33.0"
6249+
"@typescript-eslint/types" "5.4.0"
6250+
"@typescript-eslint/visitor-keys" "5.4.0"
62466251

62476252
"@typescript-eslint/[email protected]":
62486253
version "3.10.1"
@@ -6259,10 +6264,10 @@
62596264
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
62606265
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
62616266

6262-
"@typescript-eslint/types@4.33.0":
6263-
version "4.33.0"
6264-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6265-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6267+
"@typescript-eslint/types@5.4.0":
6268+
version "5.4.0"
6269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
6270+
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
62666271

62676272
"@typescript-eslint/[email protected]":
62686273
version "3.10.1"
@@ -6304,16 +6309,16 @@
63046309
semver "^7.3.5"
63056310
tsutils "^3.21.0"
63066311

6307-
"@typescript-eslint/typescript-estree@4.33.0":
6308-
version "4.33.0"
6309-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6310-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6312+
"@typescript-eslint/typescript-estree@5.4.0":
6313+
version "5.4.0"
6314+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
6315+
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
63116316
dependencies:
6312-
"@typescript-eslint/types" "4.33.0"
6313-
"@typescript-eslint/visitor-keys" "4.33.0"
6314-
debug "^4.3.1"
6315-
globby "^11.0.3"
6316-
is-glob "^4.0.1"
6317+
"@typescript-eslint/types" "5.4.0"
6318+
"@typescript-eslint/visitor-keys" "5.4.0"
6319+
debug "^4.3.2"
6320+
globby "^11.0.4"
6321+
is-glob "^4.0.3"
63176322
semver "^7.3.5"
63186323
tsutils "^3.21.0"
63196324

@@ -6340,13 +6345,13 @@
63406345
"@typescript-eslint/types" "4.31.0"
63416346
eslint-visitor-keys "^2.0.0"
63426347

6343-
"@typescript-eslint/visitor-keys@4.33.0":
6344-
version "4.33.0"
6345-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6346-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6348+
"@typescript-eslint/visitor-keys@5.4.0":
6349+
version "5.4.0"
6350+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
6351+
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
63476352
dependencies:
6348-
"@typescript-eslint/types" "4.33.0"
6349-
eslint-visitor-keys "^2.0.0"
6353+
"@typescript-eslint/types" "5.4.0"
6354+
eslint-visitor-keys "^3.0.0"
63506355

63516356
63526357
version "3.2.7"
@@ -10966,6 +10971,11 @@ eslint-visitor-keys@^2.0.0:
1096610971
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1096710972
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1096810973

10974+
eslint-visitor-keys@^3.0.0:
10975+
version "3.1.0"
10976+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
10977+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
10978+
1096910979
eslint-webpack-plugin@^2.5.2:
1097010980
version "2.5.4"
1097110981
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12160,7 +12170,7 @@ [email protected]:
1216012170
merge2 "^1.3.0"
1216112171
slash "^3.0.0"
1216212172

12163-
[email protected], globby@^11.0.0, globby@^11.0.3:
12173+
[email protected], globby@^11.0.0, globby@^11.0.3, globby@^11.0.4:
1216412174
version "11.0.4"
1216512175
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1216612176
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -19567,7 +19577,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
1956719577
call-bind "^1.0.2"
1956819578
define-properties "^1.1.3"
1956919579

19570-
regexpp@^3.0.0, regexpp@^3.1.0:
19580+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1957119581
version "3.2.0"
1957219582
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1957319583
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)