Skip to content

Commit 3d34f51

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 1b61c69 commit 3d34f51

File tree

4 files changed

+101
-58
lines changed

4 files changed

+101
-58
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.19.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.9.1",
63+
"@typescript-eslint/parser": "5.9.1",
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.5",
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.9.1",
114+
"@typescript-eslint/parser": "5.9.1",
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.2",
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.9.1",
93+
"@typescript-eslint/parser": "5.9.1",
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: 95 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6011,7 +6011,7 @@
60116011
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
60126012
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
60136013

6014-
6014+
"@types/[email protected]", "@types/json-schema@^7.0.9":
60156015
version "7.0.9"
60166016
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
60176017
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -6506,17 +6506,18 @@
65066506
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
65076507
integrity sha512-HrCIVMLjE1MOozVoD86622S7aunluLb2PJdPfb3nYiEtohm8mIB/vyv0Fd37AdeMFrTUQXEunw78YloMA3Qilg==
65086508

6509-
"@typescript-eslint/eslint-plugin@4.33.0":
6510-
version "4.33.0"
6511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
6512-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
6509+
"@typescript-eslint/eslint-plugin@5.9.1":
6510+
version "5.9.1"
6511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c"
6512+
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==
65136513
dependencies:
6514-
"@typescript-eslint/experimental-utils" "4.33.0"
6515-
"@typescript-eslint/scope-manager" "4.33.0"
6516-
debug "^4.3.1"
6514+
"@typescript-eslint/experimental-utils" "5.9.1"
6515+
"@typescript-eslint/scope-manager" "5.9.1"
6516+
"@typescript-eslint/type-utils" "5.9.1"
6517+
debug "^4.3.2"
65176518
functional-red-black-tree "^1.0.1"
65186519
ignore "^5.1.8"
6519-
regexpp "^3.1.0"
6520+
regexpp "^3.2.0"
65206521
semver "^7.3.5"
65216522
tsutils "^3.21.0"
65226523

@@ -6545,15 +6546,15 @@
65456546
eslint-scope "^5.1.1"
65466547
eslint-utils "^3.0.0"
65476548

6548-
"@typescript-eslint/experimental-utils@4.33.0":
6549-
version "4.33.0"
6550-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
6551-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
6549+
"@typescript-eslint/experimental-utils@5.9.1":
6550+
version "5.9.1"
6551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
6552+
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
65526553
dependencies:
6553-
"@types/json-schema" "^7.0.7"
6554-
"@typescript-eslint/scope-manager" "4.33.0"
6555-
"@typescript-eslint/types" "4.33.0"
6556-
"@typescript-eslint/typescript-estree" "4.33.0"
6554+
"@types/json-schema" "^7.0.9"
6555+
"@typescript-eslint/scope-manager" "5.9.1"
6556+
"@typescript-eslint/types" "5.9.1"
6557+
"@typescript-eslint/typescript-estree" "5.9.1"
65576558
eslint-scope "^5.1.1"
65586559
eslint-utils "^3.0.0"
65596560

@@ -6580,15 +6581,15 @@
65806581
eslint-scope "^5.1.1"
65816582
eslint-utils "^3.0.0"
65826583

6583-
"@typescript-eslint/parser@4.33.0":
6584-
version "4.33.0"
6585-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
6586-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
6584+
"@typescript-eslint/parser@5.9.1":
6585+
version "5.9.1"
6586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
6587+
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
65876588
dependencies:
6588-
"@typescript-eslint/scope-manager" "4.33.0"
6589-
"@typescript-eslint/types" "4.33.0"
6590-
"@typescript-eslint/typescript-estree" "4.33.0"
6591-
debug "^4.3.1"
6589+
"@typescript-eslint/scope-manager" "5.9.1"
6590+
"@typescript-eslint/types" "5.9.1"
6591+
"@typescript-eslint/typescript-estree" "5.9.1"
6592+
debug "^4.3.2"
65926593

65936594
"@typescript-eslint/parser@^4.5.0":
65946595
version "4.28.0"
@@ -6616,13 +6617,22 @@
66166617
"@typescript-eslint/types" "4.31.0"
66176618
"@typescript-eslint/visitor-keys" "4.31.0"
66186619

6619-
"@typescript-eslint/scope-manager@4.33.0":
6620-
version "4.33.0"
6621-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
6622-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
6620+
"@typescript-eslint/scope-manager@5.9.1":
6621+
version "5.9.1"
6622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
6623+
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==
66236624
dependencies:
6624-
"@typescript-eslint/types" "4.33.0"
6625-
"@typescript-eslint/visitor-keys" "4.33.0"
6625+
"@typescript-eslint/types" "5.9.1"
6626+
"@typescript-eslint/visitor-keys" "5.9.1"
6627+
6628+
"@typescript-eslint/[email protected]":
6629+
version "5.9.1"
6630+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de"
6631+
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==
6632+
dependencies:
6633+
"@typescript-eslint/experimental-utils" "5.9.1"
6634+
debug "^4.3.2"
6635+
tsutils "^3.21.0"
66266636

66276637
"@typescript-eslint/[email protected]":
66286638
version "3.10.1"
@@ -6639,10 +6649,10 @@
66396649
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
66406650
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
66416651

6642-
"@typescript-eslint/types@4.33.0":
6643-
version "4.33.0"
6644-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
6645-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
6652+
"@typescript-eslint/types@5.9.1":
6653+
version "5.9.1"
6654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
6655+
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
66466656

66476657
"@typescript-eslint/[email protected]":
66486658
version "3.10.1"
@@ -6684,16 +6694,16 @@
66846694
semver "^7.3.5"
66856695
tsutils "^3.21.0"
66866696

6687-
"@typescript-eslint/typescript-estree@4.33.0":
6688-
version "4.33.0"
6689-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
6690-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
6697+
"@typescript-eslint/typescript-estree@5.9.1":
6698+
version "5.9.1"
6699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
6700+
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==
66916701
dependencies:
6692-
"@typescript-eslint/types" "4.33.0"
6693-
"@typescript-eslint/visitor-keys" "4.33.0"
6694-
debug "^4.3.1"
6695-
globby "^11.0.3"
6696-
is-glob "^4.0.1"
6702+
"@typescript-eslint/types" "5.9.1"
6703+
"@typescript-eslint/visitor-keys" "5.9.1"
6704+
debug "^4.3.2"
6705+
globby "^11.0.4"
6706+
is-glob "^4.0.3"
66976707
semver "^7.3.5"
66986708
tsutils "^3.21.0"
66996709

@@ -6720,13 +6730,13 @@
67206730
"@typescript-eslint/types" "4.31.0"
67216731
eslint-visitor-keys "^2.0.0"
67226732

6723-
"@typescript-eslint/visitor-keys@4.33.0":
6724-
version "4.33.0"
6725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
6726-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
6733+
"@typescript-eslint/visitor-keys@5.9.1":
6734+
version "5.9.1"
6735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"
6736+
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==
67276737
dependencies:
6728-
"@typescript-eslint/types" "4.33.0"
6729-
eslint-visitor-keys "^2.0.0"
6738+
"@typescript-eslint/types" "5.9.1"
6739+
eslint-visitor-keys "^3.0.0"
67306740

67316741
67326742
version "3.2.7"
@@ -11435,6 +11445,11 @@ eslint-visitor-keys@^2.0.0:
1143511445
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1143611446
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1143711447

11448+
eslint-visitor-keys@^3.0.0:
11449+
version "3.1.0"
11450+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
11451+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
11452+
1143811453
eslint-webpack-plugin@^2.5.2:
1143911454
version "2.5.4"
1144011455
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -11956,6 +11971,17 @@ fast-glob@^3.2.7:
1195611971
merge2 "^1.3.0"
1195711972
micromatch "^4.0.4"
1195811973

11974+
fast-glob@^3.2.9:
11975+
version "3.2.10"
11976+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee"
11977+
integrity sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A==
11978+
dependencies:
11979+
"@nodelib/fs.stat" "^2.0.2"
11980+
"@nodelib/fs.walk" "^1.2.3"
11981+
glob-parent "^5.1.2"
11982+
merge2 "^1.3.0"
11983+
micromatch "^4.0.4"
11984+
1195911985
[email protected], [email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
1196011986
version "2.1.0"
1196111987
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -12688,6 +12714,18 @@ [email protected], globby@^11.0.0, globby@^11.0.3:
1268812714
merge2 "^1.3.0"
1268912715
slash "^3.0.0"
1269012716

12717+
globby@^11.0.4:
12718+
version "11.1.0"
12719+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
12720+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
12721+
dependencies:
12722+
array-union "^2.1.0"
12723+
dir-glob "^3.0.1"
12724+
fast-glob "^3.2.9"
12725+
ignore "^5.2.0"
12726+
merge2 "^1.4.1"
12727+
slash "^3.0.0"
12728+
1269112729
globby@^6.1.0:
1269212730
version "6.1.0"
1269312731
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -13723,6 +13761,11 @@ ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
1372313761
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1372413762
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1372513763

13764+
ignore@^5.2.0:
13765+
version "5.2.0"
13766+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
13767+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
13768+
1372613769
1372713770
version "8.0.1"
1372813771
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
@@ -16682,7 +16725,7 @@ merge-stream@^2.0.0:
1668216725
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
1668316726
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
1668416727

16685-
merge2@^1.3.0:
16728+
merge2@^1.3.0, merge2@^1.4.1:
1668616729
version "1.4.1"
1668716730
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
1668816731
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -20201,7 +20244,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
2020120244
call-bind "^1.0.2"
2020220245
define-properties "^1.1.3"
2020320246

20204-
regexpp@^3.0.0, regexpp@^3.1.0:
20247+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
2020520248
version "3.2.0"
2020620249
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
2020720250
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)