Skip to content

Commit 1660597

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 5444d25 commit 1660597

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.1",
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.6.0",
63+
"@typescript-eslint/parser": "5.6.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.18.0",
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.6.0",
114+
"@typescript-eslint/parser": "5.6.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.7.0",
92-
"@typescript-eslint/eslint-plugin": "4.33.0",
93-
"@typescript-eslint/parser": "4.33.0",
92+
"@typescript-eslint/eslint-plugin": "5.6.0",
93+
"@typescript-eslint/parser": "5.6.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
@@ -5788,6 +5788,11 @@
57885788
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
57895789
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
57905790

5791+
"@types/json-schema@^7.0.9":
5792+
version "7.0.9"
5793+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
5794+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
5795+
57915796
"@types/json5@^0.0.29":
57925797
version "0.0.29"
57935798
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -6278,17 +6283,17 @@
62786283
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
62796284
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
62806285

6281-
"@typescript-eslint/eslint-plugin@4.33.0":
6282-
version "4.33.0"
6283-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6284-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6286+
"@typescript-eslint/eslint-plugin@5.6.0":
6287+
version "5.6.0"
6288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz#efd8668b3d6627c46ce722c2afe813928fe120a0"
6289+
integrity sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==
62856290
dependencies:
6286-
"@typescript-eslint/experimental-utils" "4.33.0"
6287-
"@typescript-eslint/scope-manager" "4.33.0"
6288-
debug "^4.3.1"
6291+
"@typescript-eslint/experimental-utils" "5.6.0"
6292+
"@typescript-eslint/scope-manager" "5.6.0"
6293+
debug "^4.3.2"
62896294
functional-red-black-tree "^1.0.1"
62906295
ignore "^5.1.8"
6291-
regexpp "^3.1.0"
6296+
regexpp "^3.2.0"
62926297
semver "^7.3.5"
62936298
tsutils "^3.21.0"
62946299

@@ -6317,15 +6322,15 @@
63176322
eslint-scope "^5.1.1"
63186323
eslint-utils "^3.0.0"
63196324

6320-
"@typescript-eslint/experimental-utils@4.33.0":
6321-
version "4.33.0"
6322-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6323-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6325+
"@typescript-eslint/experimental-utils@5.6.0":
6326+
version "5.6.0"
6327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.6.0.tgz#f3a5960f2004abdcac7bb81412bafc1560841c23"
6328+
integrity sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==
63246329
dependencies:
6325-
"@types/json-schema" "^7.0.7"
6326-
"@typescript-eslint/scope-manager" "4.33.0"
6327-
"@typescript-eslint/types" "4.33.0"
6328-
"@typescript-eslint/typescript-estree" "4.33.0"
6330+
"@types/json-schema" "^7.0.9"
6331+
"@typescript-eslint/scope-manager" "5.6.0"
6332+
"@typescript-eslint/types" "5.6.0"
6333+
"@typescript-eslint/typescript-estree" "5.6.0"
63296334
eslint-scope "^5.1.1"
63306335
eslint-utils "^3.0.0"
63316336

@@ -6352,15 +6357,15 @@
63526357
eslint-scope "^5.1.1"
63536358
eslint-utils "^3.0.0"
63546359

6355-
"@typescript-eslint/parser@4.33.0":
6356-
version "4.33.0"
6357-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6358-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6360+
"@typescript-eslint/parser@5.6.0":
6361+
version "5.6.0"
6362+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.6.0.tgz#11677324659641400d653253c03dcfbed468d199"
6363+
integrity sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==
63596364
dependencies:
6360-
"@typescript-eslint/scope-manager" "4.33.0"
6361-
"@typescript-eslint/types" "4.33.0"
6362-
"@typescript-eslint/typescript-estree" "4.33.0"
6363-
debug "^4.3.1"
6365+
"@typescript-eslint/scope-manager" "5.6.0"
6366+
"@typescript-eslint/types" "5.6.0"
6367+
"@typescript-eslint/typescript-estree" "5.6.0"
6368+
debug "^4.3.2"
63646369

63656370
"@typescript-eslint/parser@^4.5.0":
63666371
version "4.28.0"
@@ -6388,13 +6393,13 @@
63886393
"@typescript-eslint/types" "4.31.0"
63896394
"@typescript-eslint/visitor-keys" "4.31.0"
63906395

6391-
"@typescript-eslint/scope-manager@4.33.0":
6392-
version "4.33.0"
6393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6394-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6396+
"@typescript-eslint/scope-manager@5.6.0":
6397+
version "5.6.0"
6398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz#9dd7f007dc8f3a34cdff6f79f5eaab27ae05157e"
6399+
integrity sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==
63956400
dependencies:
6396-
"@typescript-eslint/types" "4.33.0"
6397-
"@typescript-eslint/visitor-keys" "4.33.0"
6401+
"@typescript-eslint/types" "5.6.0"
6402+
"@typescript-eslint/visitor-keys" "5.6.0"
63986403

63996404
"@typescript-eslint/[email protected]":
64006405
version "3.10.1"
@@ -6411,10 +6416,10 @@
64116416
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
64126417
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
64136418

6414-
"@typescript-eslint/types@4.33.0":
6415-
version "4.33.0"
6416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6417-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6419+
"@typescript-eslint/types@5.6.0":
6420+
version "5.6.0"
6421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
6422+
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
64186423

64196424
"@typescript-eslint/[email protected]":
64206425
version "3.10.1"
@@ -6456,16 +6461,16 @@
64566461
semver "^7.3.5"
64576462
tsutils "^3.21.0"
64586463

6459-
"@typescript-eslint/typescript-estree@4.33.0":
6460-
version "4.33.0"
6461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6462-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6464+
"@typescript-eslint/typescript-estree@5.6.0":
6465+
version "5.6.0"
6466+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz#dfbb19c9307fdd81bd9c650c67e8397821d7faf0"
6467+
integrity sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==
64636468
dependencies:
6464-
"@typescript-eslint/types" "4.33.0"
6465-
"@typescript-eslint/visitor-keys" "4.33.0"
6466-
debug "^4.3.1"
6467-
globby "^11.0.3"
6468-
is-glob "^4.0.1"
6469+
"@typescript-eslint/types" "5.6.0"
6470+
"@typescript-eslint/visitor-keys" "5.6.0"
6471+
debug "^4.3.2"
6472+
globby "^11.0.4"
6473+
is-glob "^4.0.3"
64696474
semver "^7.3.5"
64706475
tsutils "^3.21.0"
64716476

@@ -6492,13 +6497,13 @@
64926497
"@typescript-eslint/types" "4.31.0"
64936498
eslint-visitor-keys "^2.0.0"
64946499

6495-
"@typescript-eslint/visitor-keys@4.33.0":
6496-
version "4.33.0"
6497-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6498-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6500+
"@typescript-eslint/visitor-keys@5.6.0":
6501+
version "5.6.0"
6502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz#3e36509e103fe9713d8f035ac977235fd63cb6e6"
6503+
integrity sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==
64996504
dependencies:
6500-
"@typescript-eslint/types" "4.33.0"
6501-
eslint-visitor-keys "^2.0.0"
6505+
"@typescript-eslint/types" "5.6.0"
6506+
eslint-visitor-keys "^3.0.0"
65026507

65036508
65046509
version "3.2.7"
@@ -11234,6 +11239,11 @@ eslint-visitor-keys@^2.0.0:
1123411239
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1123511240
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1123611241

11242+
eslint-visitor-keys@^3.0.0:
11243+
version "3.1.0"
11244+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
11245+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
11246+
1123711247
eslint-webpack-plugin@^2.5.2:
1123811248
version "2.5.4"
1123911249
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12428,7 +12438,7 @@ [email protected]:
1242812438
merge2 "^1.3.0"
1242912439
slash "^3.0.0"
1243012440

12431-
[email protected], globby@^11.0.0, globby@^11.0.3:
12441+
[email protected], globby@^11.0.0, globby@^11.0.3, globby@^11.0.4:
1243212442
version "11.0.4"
1243312443
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1243412444
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -19845,7 +19855,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
1984519855
call-bind "^1.0.2"
1984619856
define-properties "^1.1.3"
1984719857

19848-
regexpp@^3.0.0, regexpp@^3.1.0:
19858+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1984919859
version "3.2.0"
1985019860
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1985119861
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)