Skip to content

Commit 8958838

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

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.34",
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.7.0",
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
@@ -5684,6 +5684,11 @@
56845684
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
56855685
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
56865686

5687+
"@types/json-schema@^7.0.9":
5688+
version "7.0.9"
5689+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
5690+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
5691+
56875692
"@types/json5@^0.0.29":
56885693
version "0.0.29"
56895694
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -6179,17 +6184,17 @@
61796184
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
61806185
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
61816186

6182-
"@typescript-eslint/eslint-plugin@4.33.0":
6183-
version "4.33.0"
6184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6185-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6187+
"@typescript-eslint/eslint-plugin@5.4.0":
6188+
version "5.4.0"
6189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
6190+
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
61866191
dependencies:
6187-
"@typescript-eslint/experimental-utils" "4.33.0"
6188-
"@typescript-eslint/scope-manager" "4.33.0"
6189-
debug "^4.3.1"
6192+
"@typescript-eslint/experimental-utils" "5.4.0"
6193+
"@typescript-eslint/scope-manager" "5.4.0"
6194+
debug "^4.3.2"
61906195
functional-red-black-tree "^1.0.1"
61916196
ignore "^5.1.8"
6192-
regexpp "^3.1.0"
6197+
regexpp "^3.2.0"
61936198
semver "^7.3.5"
61946199
tsutils "^3.21.0"
61956200

@@ -6218,15 +6223,15 @@
62186223
eslint-scope "^5.1.1"
62196224
eslint-utils "^3.0.0"
62206225

6221-
"@typescript-eslint/experimental-utils@4.33.0":
6222-
version "4.33.0"
6223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6224-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6226+
"@typescript-eslint/experimental-utils@5.4.0":
6227+
version "5.4.0"
6228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
6229+
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
62256230
dependencies:
6226-
"@types/json-schema" "^7.0.7"
6227-
"@typescript-eslint/scope-manager" "4.33.0"
6228-
"@typescript-eslint/types" "4.33.0"
6229-
"@typescript-eslint/typescript-estree" "4.33.0"
6231+
"@types/json-schema" "^7.0.9"
6232+
"@typescript-eslint/scope-manager" "5.4.0"
6233+
"@typescript-eslint/types" "5.4.0"
6234+
"@typescript-eslint/typescript-estree" "5.4.0"
62306235
eslint-scope "^5.1.1"
62316236
eslint-utils "^3.0.0"
62326237

@@ -6253,15 +6258,15 @@
62536258
eslint-scope "^5.1.1"
62546259
eslint-utils "^3.0.0"
62556260

6256-
"@typescript-eslint/parser@4.33.0":
6257-
version "4.33.0"
6258-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6259-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6261+
"@typescript-eslint/parser@5.4.0":
6262+
version "5.4.0"
6263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.4.0.tgz#3aa83ce349d66e39b84151f6d5464928044ca9e3"
6264+
integrity sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==
62606265
dependencies:
6261-
"@typescript-eslint/scope-manager" "4.33.0"
6262-
"@typescript-eslint/types" "4.33.0"
6263-
"@typescript-eslint/typescript-estree" "4.33.0"
6264-
debug "^4.3.1"
6266+
"@typescript-eslint/scope-manager" "5.4.0"
6267+
"@typescript-eslint/types" "5.4.0"
6268+
"@typescript-eslint/typescript-estree" "5.4.0"
6269+
debug "^4.3.2"
62656270

62666271
"@typescript-eslint/parser@^4.5.0":
62676272
version "4.28.0"
@@ -6289,13 +6294,13 @@
62896294
"@typescript-eslint/types" "4.31.0"
62906295
"@typescript-eslint/visitor-keys" "4.31.0"
62916296

6292-
"@typescript-eslint/scope-manager@4.33.0":
6293-
version "4.33.0"
6294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6295-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6297+
"@typescript-eslint/scope-manager@5.4.0":
6298+
version "5.4.0"
6299+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
6300+
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
62966301
dependencies:
6297-
"@typescript-eslint/types" "4.33.0"
6298-
"@typescript-eslint/visitor-keys" "4.33.0"
6302+
"@typescript-eslint/types" "5.4.0"
6303+
"@typescript-eslint/visitor-keys" "5.4.0"
62996304

63006305
"@typescript-eslint/[email protected]":
63016306
version "3.10.1"
@@ -6312,10 +6317,10 @@
63126317
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
63136318
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
63146319

6315-
"@typescript-eslint/types@4.33.0":
6316-
version "4.33.0"
6317-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6318-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6320+
"@typescript-eslint/types@5.4.0":
6321+
version "5.4.0"
6322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
6323+
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
63196324

63206325
"@typescript-eslint/[email protected]":
63216326
version "3.10.1"
@@ -6357,16 +6362,16 @@
63576362
semver "^7.3.5"
63586363
tsutils "^3.21.0"
63596364

6360-
"@typescript-eslint/typescript-estree@4.33.0":
6361-
version "4.33.0"
6362-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6363-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6365+
"@typescript-eslint/typescript-estree@5.4.0":
6366+
version "5.4.0"
6367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
6368+
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
63646369
dependencies:
6365-
"@typescript-eslint/types" "4.33.0"
6366-
"@typescript-eslint/visitor-keys" "4.33.0"
6367-
debug "^4.3.1"
6368-
globby "^11.0.3"
6369-
is-glob "^4.0.1"
6370+
"@typescript-eslint/types" "5.4.0"
6371+
"@typescript-eslint/visitor-keys" "5.4.0"
6372+
debug "^4.3.2"
6373+
globby "^11.0.4"
6374+
is-glob "^4.0.3"
63706375
semver "^7.3.5"
63716376
tsutils "^3.21.0"
63726377

@@ -6393,13 +6398,13 @@
63936398
"@typescript-eslint/types" "4.31.0"
63946399
eslint-visitor-keys "^2.0.0"
63956400

6396-
"@typescript-eslint/visitor-keys@4.33.0":
6397-
version "4.33.0"
6398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6399-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6401+
"@typescript-eslint/visitor-keys@5.4.0":
6402+
version "5.4.0"
6403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
6404+
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
64006405
dependencies:
6401-
"@typescript-eslint/types" "4.33.0"
6402-
eslint-visitor-keys "^2.0.0"
6406+
"@typescript-eslint/types" "5.4.0"
6407+
eslint-visitor-keys "^3.0.0"
64036408

64046409
64056410
version "3.2.7"
@@ -11001,6 +11006,11 @@ eslint-visitor-keys@^2.0.0:
1100111006
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1100211007
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1100311008

11009+
eslint-visitor-keys@^3.0.0:
11010+
version "3.1.0"
11011+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
11012+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
11013+
1100411014
eslint-webpack-plugin@^2.5.2:
1100511015
version "2.5.4"
1100611016
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12195,7 +12205,7 @@ [email protected]:
1219512205
merge2 "^1.3.0"
1219612206
slash "^3.0.0"
1219712207

12198-
[email protected], globby@^11.0.0, globby@^11.0.3:
12208+
[email protected], globby@^11.0.0, globby@^11.0.3, globby@^11.0.4:
1219912209
version "11.0.4"
1220012210
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1220112211
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -19616,7 +19626,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
1961619626
call-bind "^1.0.2"
1961719627
define-properties "^1.1.3"
1961819628

19619-
regexpp@^3.0.0, regexpp@^3.1.0:
19629+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1962019630
version "3.2.0"
1962119631
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1962219632
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)