Skip to content

Commit 7e7d7bc

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 99d1032 commit 7e7d7bc

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.11.0",
63+
"@typescript-eslint/parser": "5.11.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.10",
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.11.0",
114+
"@typescript-eslint/parser": "5.11.0",
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.11.0",
93+
"@typescript-eslint/parser": "5.11.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: 71 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -6030,7 +6030,7 @@
60306030
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
60316031
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
60326032

6033-
6033+
"@types/[email protected]", "@types/json-schema@^7.0.9":
60346034
version "7.0.9"
60356035
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
60366036
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -6525,17 +6525,18 @@
65256525
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
65266526
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
65276527

6528-
"@typescript-eslint/eslint-plugin@4.33.0":
6529-
version "4.33.0"
6530-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6531-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6528+
"@typescript-eslint/eslint-plugin@5.11.0":
6529+
version "5.11.0"
6530+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz#3b866371d8d75c70f9b81535e7f7d3aa26527c7a"
6531+
integrity sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw==
65326532
dependencies:
6533-
"@typescript-eslint/experimental-utils" "4.33.0"
6534-
"@typescript-eslint/scope-manager" "4.33.0"
6535-
debug "^4.3.1"
6533+
"@typescript-eslint/scope-manager" "5.11.0"
6534+
"@typescript-eslint/type-utils" "5.11.0"
6535+
"@typescript-eslint/utils" "5.11.0"
6536+
debug "^4.3.2"
65366537
functional-red-black-tree "^1.0.1"
65376538
ignore "^5.1.8"
6538-
regexpp "^3.1.0"
6539+
regexpp "^3.2.0"
65396540
semver "^7.3.5"
65406541
tsutils "^3.21.0"
65416542

@@ -6564,18 +6565,6 @@
65646565
eslint-scope "^5.1.1"
65656566
eslint-utils "^3.0.0"
65666567

6567-
"@typescript-eslint/[email protected]":
6568-
version "4.33.0"
6569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6570-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6571-
dependencies:
6572-
"@types/json-schema" "^7.0.7"
6573-
"@typescript-eslint/scope-manager" "4.33.0"
6574-
"@typescript-eslint/types" "4.33.0"
6575-
"@typescript-eslint/typescript-estree" "4.33.0"
6576-
eslint-scope "^5.1.1"
6577-
eslint-utils "^3.0.0"
6578-
65796568
"@typescript-eslint/experimental-utils@^3.10.1":
65806569
version "3.10.1"
65816570
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
@@ -6599,15 +6588,15 @@
65996588
eslint-scope "^5.1.1"
66006589
eslint-utils "^3.0.0"
66016590

6602-
"@typescript-eslint/parser@4.33.0":
6603-
version "4.33.0"
6604-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6605-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6591+
"@typescript-eslint/parser@5.11.0":
6592+
version "5.11.0"
6593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.11.0.tgz#b4fcaf65513f9b34bdcbffdda055724a5efb7e04"
6594+
integrity sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ==
66066595
dependencies:
6607-
"@typescript-eslint/scope-manager" "4.33.0"
6608-
"@typescript-eslint/types" "4.33.0"
6609-
"@typescript-eslint/typescript-estree" "4.33.0"
6610-
debug "^4.3.1"
6596+
"@typescript-eslint/scope-manager" "5.11.0"
6597+
"@typescript-eslint/types" "5.11.0"
6598+
"@typescript-eslint/typescript-estree" "5.11.0"
6599+
debug "^4.3.2"
66116600

66126601
"@typescript-eslint/parser@^4.5.0":
66136602
version "4.28.0"
@@ -6635,13 +6624,22 @@
66356624
"@typescript-eslint/types" "4.31.0"
66366625
"@typescript-eslint/visitor-keys" "4.31.0"
66376626

6638-
"@typescript-eslint/scope-manager@4.33.0":
6639-
version "4.33.0"
6640-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6641-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6627+
"@typescript-eslint/scope-manager@5.11.0":
6628+
version "5.11.0"
6629+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz#f5aef83ff253f457ecbee5f46f762298f0101e4b"
6630+
integrity sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA==
66426631
dependencies:
6643-
"@typescript-eslint/types" "4.33.0"
6644-
"@typescript-eslint/visitor-keys" "4.33.0"
6632+
"@typescript-eslint/types" "5.11.0"
6633+
"@typescript-eslint/visitor-keys" "5.11.0"
6634+
6635+
"@typescript-eslint/[email protected]":
6636+
version "5.11.0"
6637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz#58be0ba73d1f6ef8983d79f7f0bc2209b253fefe"
6638+
integrity sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA==
6639+
dependencies:
6640+
"@typescript-eslint/utils" "5.11.0"
6641+
debug "^4.3.2"
6642+
tsutils "^3.21.0"
66456643

66466644
"@typescript-eslint/[email protected]":
66476645
version "3.10.1"
@@ -6658,10 +6656,10 @@
66586656
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
66596657
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
66606658

6661-
"@typescript-eslint/types@4.33.0":
6662-
version "4.33.0"
6663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6664-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6659+
"@typescript-eslint/types@5.11.0":
6660+
version "5.11.0"
6661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188"
6662+
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==
66656663

66666664
"@typescript-eslint/[email protected]":
66676665
version "3.10.1"
@@ -6703,19 +6701,31 @@
67036701
semver "^7.3.5"
67046702
tsutils "^3.21.0"
67056703

6706-
"@typescript-eslint/typescript-estree@4.33.0":
6707-
version "4.33.0"
6708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6709-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6704+
"@typescript-eslint/typescript-estree@5.11.0":
6705+
version "5.11.0"
6706+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43"
6707+
integrity sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg==
67106708
dependencies:
6711-
"@typescript-eslint/types" "4.33.0"
6712-
"@typescript-eslint/visitor-keys" "4.33.0"
6713-
debug "^4.3.1"
6714-
globby "^11.0.3"
6715-
is-glob "^4.0.1"
6709+
"@typescript-eslint/types" "5.11.0"
6710+
"@typescript-eslint/visitor-keys" "5.11.0"
6711+
debug "^4.3.2"
6712+
globby "^11.0.4"
6713+
is-glob "^4.0.3"
67166714
semver "^7.3.5"
67176715
tsutils "^3.21.0"
67186716

6717+
"@typescript-eslint/[email protected]":
6718+
version "5.11.0"
6719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5"
6720+
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==
6721+
dependencies:
6722+
"@types/json-schema" "^7.0.9"
6723+
"@typescript-eslint/scope-manager" "5.11.0"
6724+
"@typescript-eslint/types" "5.11.0"
6725+
"@typescript-eslint/typescript-estree" "5.11.0"
6726+
eslint-scope "^5.1.1"
6727+
eslint-utils "^3.0.0"
6728+
67196729
"@typescript-eslint/[email protected]":
67206730
version "3.10.1"
67216731
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -6739,13 +6749,13 @@
67396749
"@typescript-eslint/types" "4.31.0"
67406750
eslint-visitor-keys "^2.0.0"
67416751

6742-
"@typescript-eslint/visitor-keys@4.33.0":
6743-
version "4.33.0"
6744-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6745-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6752+
"@typescript-eslint/visitor-keys@5.11.0":
6753+
version "5.11.0"
6754+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz#888542381f1a2ac745b06d110c83c0b261487ebb"
6755+
integrity sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA==
67466756
dependencies:
6747-
"@typescript-eslint/types" "4.33.0"
6748-
eslint-visitor-keys "^2.0.0"
6757+
"@typescript-eslint/types" "5.11.0"
6758+
eslint-visitor-keys "^3.0.0"
67496759

67506760
67516761
version "3.2.7"
@@ -11465,6 +11475,11 @@ eslint-visitor-keys@^2.0.0:
1146511475
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1146611476
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1146711477

11478+
eslint-visitor-keys@^3.0.0:
11479+
version "3.2.0"
11480+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
11481+
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
11482+
1146811483
eslint-webpack-plugin@^2.5.2:
1146911484
version "2.5.4"
1147011485
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12704,7 +12719,7 @@ [email protected]:
1270412719
merge2 "^1.3.0"
1270512720
slash "^3.0.0"
1270612721

12707-
12722+
[email protected], globby@^11.0.4:
1270812723
version "11.1.0"
1270912724
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1271012725
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -20272,7 +20287,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
2027220287
call-bind "^1.0.2"
2027320288
define-properties "^1.1.3"
2027420289

20275-
regexpp@^3.0.0, regexpp@^3.1.0:
20290+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
2027620291
version "3.2.0"
2027720292
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
2027820293
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)