Skip to content

Commit 23e5352

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 2bde365 commit 23e5352

File tree

4 files changed

+77
-62
lines changed

4 files changed

+77
-62
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.20.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.10.2",
63+
"@typescript-eslint/parser": "5.10.2",
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.9",
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.10.2",
114+
"@typescript-eslint/parser": "5.10.2",
115115
"eslint": "7.32.0",
116116
"eslint-config-airbnb-typescript": "14.0.2",
117117
"eslint-plugin-import": "2.25.4",

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.3",
9090
"@types/reactour": "1.18.2",
9191
"@types/validator": "13.7.1",
92-
"@typescript-eslint/eslint-plugin": "4.33.0",
93-
"@typescript-eslint/parser": "4.33.0",
92+
"@typescript-eslint/eslint-plugin": "5.10.2",
93+
"@typescript-eslint/parser": "5.10.2",
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: 71 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -6027,7 +6027,7 @@
60276027
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
60286028
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
60296029

6030-
6030+
"@types/[email protected]", "@types/json-schema@^7.0.9":
60316031
version "7.0.9"
60326032
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
60336033
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -6522,17 +6522,18 @@
65226522
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
65236523
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
65246524

6525-
"@typescript-eslint/eslint-plugin@4.33.0":
6526-
version "4.33.0"
6527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6528-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6525+
"@typescript-eslint/eslint-plugin@5.10.2":
6526+
version "5.10.2"
6527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
6528+
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
65296529
dependencies:
6530-
"@typescript-eslint/experimental-utils" "4.33.0"
6531-
"@typescript-eslint/scope-manager" "4.33.0"
6532-
debug "^4.3.1"
6530+
"@typescript-eslint/scope-manager" "5.10.2"
6531+
"@typescript-eslint/type-utils" "5.10.2"
6532+
"@typescript-eslint/utils" "5.10.2"
6533+
debug "^4.3.2"
65336534
functional-red-black-tree "^1.0.1"
65346535
ignore "^5.1.8"
6535-
regexpp "^3.1.0"
6536+
regexpp "^3.2.0"
65366537
semver "^7.3.5"
65376538
tsutils "^3.21.0"
65386539

@@ -6561,18 +6562,6 @@
65616562
eslint-scope "^5.1.1"
65626563
eslint-utils "^3.0.0"
65636564

6564-
"@typescript-eslint/[email protected]":
6565-
version "4.33.0"
6566-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6567-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6568-
dependencies:
6569-
"@types/json-schema" "^7.0.7"
6570-
"@typescript-eslint/scope-manager" "4.33.0"
6571-
"@typescript-eslint/types" "4.33.0"
6572-
"@typescript-eslint/typescript-estree" "4.33.0"
6573-
eslint-scope "^5.1.1"
6574-
eslint-utils "^3.0.0"
6575-
65766565
"@typescript-eslint/experimental-utils@^3.10.1":
65776566
version "3.10.1"
65786567
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
@@ -6596,15 +6585,15 @@
65966585
eslint-scope "^5.1.1"
65976586
eslint-utils "^3.0.0"
65986587

6599-
"@typescript-eslint/parser@4.33.0":
6600-
version "4.33.0"
6601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6602-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6588+
"@typescript-eslint/parser@5.10.2":
6589+
version "5.10.2"
6590+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
6591+
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
66036592
dependencies:
6604-
"@typescript-eslint/scope-manager" "4.33.0"
6605-
"@typescript-eslint/types" "4.33.0"
6606-
"@typescript-eslint/typescript-estree" "4.33.0"
6607-
debug "^4.3.1"
6593+
"@typescript-eslint/scope-manager" "5.10.2"
6594+
"@typescript-eslint/types" "5.10.2"
6595+
"@typescript-eslint/typescript-estree" "5.10.2"
6596+
debug "^4.3.2"
66086597

66096598
"@typescript-eslint/parser@^4.5.0":
66106599
version "4.28.0"
@@ -6632,13 +6621,22 @@
66326621
"@typescript-eslint/types" "4.31.0"
66336622
"@typescript-eslint/visitor-keys" "4.31.0"
66346623

6635-
"@typescript-eslint/scope-manager@4.33.0":
6636-
version "4.33.0"
6637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6638-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6624+
"@typescript-eslint/scope-manager@5.10.2":
6625+
version "5.10.2"
6626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639"
6627+
integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==
66396628
dependencies:
6640-
"@typescript-eslint/types" "4.33.0"
6641-
"@typescript-eslint/visitor-keys" "4.33.0"
6629+
"@typescript-eslint/types" "5.10.2"
6630+
"@typescript-eslint/visitor-keys" "5.10.2"
6631+
6632+
"@typescript-eslint/[email protected]":
6633+
version "5.10.2"
6634+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
6635+
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
6636+
dependencies:
6637+
"@typescript-eslint/utils" "5.10.2"
6638+
debug "^4.3.2"
6639+
tsutils "^3.21.0"
66426640

66436641
"@typescript-eslint/[email protected]":
66446642
version "3.10.1"
@@ -6655,10 +6653,10 @@
66556653
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
66566654
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
66576655

6658-
"@typescript-eslint/types@4.33.0":
6659-
version "4.33.0"
6660-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6661-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6656+
"@typescript-eslint/types@5.10.2":
6657+
version "5.10.2"
6658+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
6659+
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
66626660

66636661
"@typescript-eslint/[email protected]":
66646662
version "3.10.1"
@@ -6700,19 +6698,31 @@
67006698
semver "^7.3.5"
67016699
tsutils "^3.21.0"
67026700

6703-
"@typescript-eslint/typescript-estree@4.33.0":
6704-
version "4.33.0"
6705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6706-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6701+
"@typescript-eslint/typescript-estree@5.10.2":
6702+
version "5.10.2"
6703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
6704+
integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==
67076705
dependencies:
6708-
"@typescript-eslint/types" "4.33.0"
6709-
"@typescript-eslint/visitor-keys" "4.33.0"
6710-
debug "^4.3.1"
6711-
globby "^11.0.3"
6712-
is-glob "^4.0.1"
6706+
"@typescript-eslint/types" "5.10.2"
6707+
"@typescript-eslint/visitor-keys" "5.10.2"
6708+
debug "^4.3.2"
6709+
globby "^11.0.4"
6710+
is-glob "^4.0.3"
67136711
semver "^7.3.5"
67146712
tsutils "^3.21.0"
67156713

6714+
"@typescript-eslint/[email protected]":
6715+
version "5.10.2"
6716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
6717+
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
6718+
dependencies:
6719+
"@types/json-schema" "^7.0.9"
6720+
"@typescript-eslint/scope-manager" "5.10.2"
6721+
"@typescript-eslint/types" "5.10.2"
6722+
"@typescript-eslint/typescript-estree" "5.10.2"
6723+
eslint-scope "^5.1.1"
6724+
eslint-utils "^3.0.0"
6725+
67166726
"@typescript-eslint/[email protected]":
67176727
version "3.10.1"
67186728
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -6736,13 +6746,13 @@
67366746
"@typescript-eslint/types" "4.31.0"
67376747
eslint-visitor-keys "^2.0.0"
67386748

6739-
"@typescript-eslint/visitor-keys@4.33.0":
6740-
version "4.33.0"
6741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6742-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6749+
"@typescript-eslint/visitor-keys@5.10.2":
6750+
version "5.10.2"
6751+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d"
6752+
integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==
67436753
dependencies:
6744-
"@typescript-eslint/types" "4.33.0"
6745-
eslint-visitor-keys "^2.0.0"
6754+
"@typescript-eslint/types" "5.10.2"
6755+
eslint-visitor-keys "^3.0.0"
67466756

67476757
67486758
version "3.2.7"
@@ -11451,6 +11461,11 @@ eslint-visitor-keys@^2.0.0:
1145111461
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1145211462
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1145311463

11464+
eslint-visitor-keys@^3.0.0:
11465+
version "3.2.0"
11466+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
11467+
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
11468+
1145411469
eslint-webpack-plugin@^2.5.2:
1145511470
version "2.5.4"
1145611471
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12690,7 +12705,7 @@ [email protected]:
1269012705
merge2 "^1.3.0"
1269112706
slash "^3.0.0"
1269212707

12693-
12708+
[email protected], globby@^11.0.4:
1269412709
version "11.1.0"
1269512710
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1269612711
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -20252,7 +20267,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
2025220267
call-bind "^1.0.2"
2025320268
define-properties "^1.1.3"
2025420269

20255-
regexpp@^3.0.0, regexpp@^3.1.0:
20270+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
2025620271
version "3.2.0"
2025720272
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
2025820273
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)