Skip to content

Commit c62dc00

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 7e591a0 commit c62dc00

2 files changed

Lines changed: 104 additions & 44 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"@babel/cli": "^7.16.7",
6565
"@babel/core": "^7.16.7",
6666
"@babel/preset-typescript": "^7.16.7",
67-
"@typescript-eslint/eslint-plugin": "^4.33.0",
68-
"@typescript-eslint/parser": "^4.33.0",
67+
"@typescript-eslint/eslint-plugin": "^5.9.1",
68+
"@typescript-eslint/parser": "^5.9.1",
6969
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
7070
"babel-jest": "^27.4.6",
7171
"babel-plugin-add-module-exports": "^1.0.4",

yarn.lock

Lines changed: 102 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@
16281628
dependencies:
16291629
"@types/istanbul-lib-report" "*"
16301630

1631-
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
1631+
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
16321632
version "7.0.9"
16331633
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
16341634
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1738,21 +1738,34 @@
17381738
dependencies:
17391739
"@types/yargs-parser" "*"
17401740

1741-
"@typescript-eslint/eslint-plugin@^4.33.0":
1742-
version "4.33.0"
1743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1744-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1741+
"@typescript-eslint/eslint-plugin@^5.9.1":
1742+
version "5.9.1"
1743+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c"
1744+
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==
17451745
dependencies:
1746-
"@typescript-eslint/experimental-utils" "4.33.0"
1747-
"@typescript-eslint/scope-manager" "4.33.0"
1748-
debug "^4.3.1"
1746+
"@typescript-eslint/experimental-utils" "5.9.1"
1747+
"@typescript-eslint/scope-manager" "5.9.1"
1748+
"@typescript-eslint/type-utils" "5.9.1"
1749+
debug "^4.3.2"
17491750
functional-red-black-tree "^1.0.1"
17501751
ignore "^5.1.8"
1751-
regexpp "^3.1.0"
1752+
regexpp "^3.2.0"
17521753
semver "^7.3.5"
17531754
tsutils "^3.21.0"
17541755

1755-
"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1":
1756+
"@typescript-eslint/experimental-utils@5.9.1":
1757+
version "5.9.1"
1758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
1759+
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
1760+
dependencies:
1761+
"@types/json-schema" "^7.0.9"
1762+
"@typescript-eslint/scope-manager" "5.9.1"
1763+
"@typescript-eslint/types" "5.9.1"
1764+
"@typescript-eslint/typescript-estree" "5.9.1"
1765+
eslint-scope "^5.1.1"
1766+
eslint-utils "^3.0.0"
1767+
1768+
"@typescript-eslint/experimental-utils@^4.0.1":
17561769
version "4.33.0"
17571770
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
17581771
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
@@ -1764,15 +1777,15 @@
17641777
eslint-scope "^5.1.1"
17651778
eslint-utils "^3.0.0"
17661779

1767-
"@typescript-eslint/parser@^4.33.0":
1768-
version "4.33.0"
1769-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1770-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1780+
"@typescript-eslint/parser@^5.9.1":
1781+
version "5.9.1"
1782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
1783+
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
17711784
dependencies:
1772-
"@typescript-eslint/scope-manager" "4.33.0"
1773-
"@typescript-eslint/types" "4.33.0"
1774-
"@typescript-eslint/typescript-estree" "4.33.0"
1775-
debug "^4.3.1"
1785+
"@typescript-eslint/scope-manager" "5.9.1"
1786+
"@typescript-eslint/types" "5.9.1"
1787+
"@typescript-eslint/typescript-estree" "5.9.1"
1788+
debug "^4.3.2"
17761789

17771790
"@typescript-eslint/scope-manager@4.33.0":
17781791
version "4.33.0"
@@ -1782,11 +1795,33 @@
17821795
"@typescript-eslint/types" "4.33.0"
17831796
"@typescript-eslint/visitor-keys" "4.33.0"
17841797

1798+
"@typescript-eslint/scope-manager@5.9.1":
1799+
version "5.9.1"
1800+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
1801+
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==
1802+
dependencies:
1803+
"@typescript-eslint/types" "5.9.1"
1804+
"@typescript-eslint/visitor-keys" "5.9.1"
1805+
1806+
"@typescript-eslint/type-utils@5.9.1":
1807+
version "5.9.1"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de"
1809+
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==
1810+
dependencies:
1811+
"@typescript-eslint/experimental-utils" "5.9.1"
1812+
debug "^4.3.2"
1813+
tsutils "^3.21.0"
1814+
17851815
"@typescript-eslint/types@4.33.0":
17861816
version "4.33.0"
17871817
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
17881818
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
17891819

1820+
"@typescript-eslint/types@5.9.1":
1821+
version "5.9.1"
1822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
1823+
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
1824+
17901825
"@typescript-eslint/typescript-estree@4.33.0":
17911826
version "4.33.0"
17921827
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -1800,6 +1835,19 @@
18001835
semver "^7.3.5"
18011836
tsutils "^3.21.0"
18021837

1838+
"@typescript-eslint/typescript-estree@5.9.1":
1839+
version "5.9.1"
1840+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
1841+
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==
1842+
dependencies:
1843+
"@typescript-eslint/types" "5.9.1"
1844+
"@typescript-eslint/visitor-keys" "5.9.1"
1845+
debug "^4.3.2"
1846+
globby "^11.0.4"
1847+
is-glob "^4.0.3"
1848+
semver "^7.3.5"
1849+
tsutils "^3.21.0"
1850+
18031851
"@typescript-eslint/visitor-keys@4.33.0":
18041852
version "4.33.0"
18051853
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -1808,6 +1856,14 @@
18081856
"@typescript-eslint/types" "4.33.0"
18091857
eslint-visitor-keys "^2.0.0"
18101858

1859+
"@typescript-eslint/visitor-keys@5.9.1":
1860+
version "5.9.1"
1861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"
1862+
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==
1863+
dependencies:
1864+
"@typescript-eslint/types" "5.9.1"
1865+
eslint-visitor-keys "^3.0.0"
1866+
18111867
"@wojtekmaj/enzyme-adapter-react-17@^0.6.6":
18121868
version "0.6.6"
18131869
resolved "https://registry.yarnpkg.com/@wojtekmaj/enzyme-adapter-react-17/-/enzyme-adapter-react-17-0.6.6.tgz#2ee3d4956caea4de05e372e5d9f39b31becffe6a"
@@ -4065,6 +4121,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
40654121
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
40664122
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
40674123

4124+
eslint-visitor-keys@^3.0.0:
4125+
version "3.1.0"
4126+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
4127+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
4128+
40684129
eslint@^7.32.0:
40694130
version "7.32.0"
40704131
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -4341,17 +4402,16 @@ fast-glob@^2.2.6:
43414402
merge2 "^1.2.3"
43424403
micromatch "^3.1.10"
43434404

4344-
fast-glob@^3.0.3, fast-glob@^3.1.1:
4345-
version "3.2.4"
4346-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
4347-
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
4405+
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.9:
4406+
version "3.2.10"
4407+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee"
4408+
integrity sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A==
43484409
dependencies:
43494410
"@nodelib/fs.stat" "^2.0.2"
43504411
"@nodelib/fs.walk" "^1.2.3"
4351-
glob-parent "^5.1.0"
4412+
glob-parent "^5.1.2"
43524413
merge2 "^1.3.0"
4353-
micromatch "^4.0.2"
4354-
picomatch "^2.2.1"
4414+
micromatch "^4.0.4"
43554415

43564416
fast-json-stable-stringify@^2.0.0:
43574417
version "2.1.0"
@@ -4765,7 +4825,7 @@ glob-parent@^3.1.0:
47654825
is-glob "^3.1.0"
47664826
path-dirname "^1.0.0"
47674827

4768-
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
4828+
glob-parent@^5.1.2, glob-parent@~5.1.2:
47694829
version "5.1.2"
47704830
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
47714831
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -4843,16 +4903,16 @@ globby@^10.0.1:
48434903
merge2 "^1.2.3"
48444904
slash "^3.0.0"
48454905

4846-
globby@^11.0.0, globby@^11.0.2, globby@^11.0.3:
4847-
version "11.0.4"
4848-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
4849-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
4906+
globby@^11.0.0, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4:
4907+
version "11.1.0"
4908+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4909+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
48504910
dependencies:
48514911
array-union "^2.1.0"
48524912
dir-glob "^3.0.1"
4853-
fast-glob "^3.1.1"
4854-
ignore "^5.1.4"
4855-
merge2 "^1.3.0"
4913+
fast-glob "^3.2.9"
4914+
ignore "^5.2.0"
4915+
merge2 "^1.4.1"
48564916
slash "^3.0.0"
48574917

48584918
globby@^6.1.0:
@@ -5193,10 +5253,10 @@ ignore@^4.0.3, ignore@^4.0.6:
51935253
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
51945254
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
51955255

5196-
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
5197-
version "5.1.8"
5198-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
5199-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
5256+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8, ignore@^5.2.0:
5257+
version "5.2.0"
5258+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
5259+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
52005260

52015261
immer@8.0.1:
52025262
version "8.0.1"
@@ -6820,7 +6880,7 @@ merge-stream@^2.0.0:
68206880
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
68216881
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
68226882

6823-
merge2@^1.2.3, merge2@^1.3.0:
6883+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
68246884
version "1.4.1"
68256885
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
68266886
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -8143,10 +8203,10 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
81438203
call-bind "^1.0.2"
81448204
define-properties "^1.1.3"
81458205

8146-
regexpp@^3.1.0:
8147-
version "3.1.0"
8148-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
8149-
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
8206+
regexpp@^3.1.0, regexpp@^3.2.0:
8207+
version "3.2.0"
8208+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
8209+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
81508210

81518211
regexpu-core@^4.7.1:
81528212
version "4.7.1"

0 commit comments

Comments
 (0)