Skip to content

Commit ecbb5dd

Browse files
committed
Update typescript-eslint monorepo to v5
1 parent 5970e5c commit ecbb5dd

2 files changed

Lines changed: 91 additions & 75 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/react": "17.0.37",
5353
"@types/react-dom": "17.0.11",
5454
"@types/styled-components": "5.1.16",
55-
"@typescript-eslint/eslint-plugin": "4.29.3",
56-
"@typescript-eslint/parser": "4.29.3",
55+
"@typescript-eslint/eslint-plugin": "5.8.0",
56+
"@typescript-eslint/parser": "5.8.0",
5757
"babel-loader": "8.2.3",
5858
"copy-webpack-plugin": "5.1.2",
5959
"css-loader": "5.2.7",

yarn.lock

Lines changed: 89 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -4318,7 +4318,7 @@
43184318
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
43194319
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
43204320

4321-
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7":
4321+
"@types/json-schema@^7.0.5":
43224322
version "7.0.7"
43234323
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
43244324
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -4328,6 +4328,11 @@
43284328
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
43294329
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
43304330

4331+
"@types/json-schema@^7.0.9":
4332+
version "7.0.9"
4333+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
4334+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
4335+
43314336
"@types/json5@^0.0.29":
43324337
version "0.0.29"
43334338
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -4557,74 +4562,75 @@
45574562
dependencies:
45584563
"@types/node" "*"
45594564

4560-
"@typescript-eslint/eslint-plugin@4.29.3":
4561-
version "4.29.3"
4562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
4563-
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
4565+
"@typescript-eslint/eslint-plugin@5.8.0":
4566+
version "5.8.0"
4567+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.0.tgz#52cd9305ceef98a5333f9492d519e6c6c7fe7d43"
4568+
integrity sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA==
45644569
dependencies:
4565-
"@typescript-eslint/experimental-utils" "4.29.3"
4566-
"@typescript-eslint/scope-manager" "4.29.3"
4567-
debug "^4.3.1"
4570+
"@typescript-eslint/experimental-utils" "5.8.0"
4571+
"@typescript-eslint/scope-manager" "5.8.0"
4572+
debug "^4.3.2"
45684573
functional-red-black-tree "^1.0.1"
4569-
regexpp "^3.1.0"
4574+
ignore "^5.1.8"
4575+
regexpp "^3.2.0"
45704576
semver "^7.3.5"
45714577
tsutils "^3.21.0"
45724578

4573-
"@typescript-eslint/experimental-utils@4.29.3":
4574-
version "4.29.3"
4575-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
4576-
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
4579+
"@typescript-eslint/experimental-utils@5.8.0":
4580+
version "5.8.0"
4581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.0.tgz#0916ffe98d34b3c95e3652efa0cace61a7b25728"
4582+
integrity sha512-KN5FvNH71bhZ8fKtL+lhW7bjm7cxs1nt+hrDZWIqb6ViCffQcWyLunGrgvISgkRojIDcXIsH+xlFfI4RCDA0xA==
45774583
dependencies:
4578-
"@types/json-schema" "^7.0.7"
4579-
"@typescript-eslint/scope-manager" "4.29.3"
4580-
"@typescript-eslint/types" "4.29.3"
4581-
"@typescript-eslint/typescript-estree" "4.29.3"
4584+
"@types/json-schema" "^7.0.9"
4585+
"@typescript-eslint/scope-manager" "5.8.0"
4586+
"@typescript-eslint/types" "5.8.0"
4587+
"@typescript-eslint/typescript-estree" "5.8.0"
45824588
eslint-scope "^5.1.1"
45834589
eslint-utils "^3.0.0"
45844590

4585-
"@typescript-eslint/parser@4.29.3":
4586-
version "4.29.3"
4587-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
4588-
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
4589-
dependencies:
4590-
"@typescript-eslint/scope-manager" "4.29.3"
4591-
"@typescript-eslint/types" "4.29.3"
4592-
"@typescript-eslint/typescript-estree" "4.29.3"
4593-
debug "^4.3.1"
4594-
4595-
"@typescript-eslint/scope-manager@4.29.3":
4596-
version "4.29.3"
4597-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
4598-
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
4599-
dependencies:
4600-
"@typescript-eslint/types" "4.29.3"
4601-
"@typescript-eslint/visitor-keys" "4.29.3"
4602-
4603-
"@typescript-eslint/types@4.29.3":
4604-
version "4.29.3"
4605-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
4606-
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
4607-
4608-
"@typescript-eslint/typescript-estree@4.29.3":
4609-
version "4.29.3"
4610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
4611-
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
4612-
dependencies:
4613-
"@typescript-eslint/types" "4.29.3"
4614-
"@typescript-eslint/visitor-keys" "4.29.3"
4615-
debug "^4.3.1"
4616-
globby "^11.0.3"
4617-
is-glob "^4.0.1"
4591+
"@typescript-eslint/parser@5.8.0":
4592+
version "5.8.0"
4593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
4594+
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
4595+
dependencies:
4596+
"@typescript-eslint/scope-manager" "5.8.0"
4597+
"@typescript-eslint/types" "5.8.0"
4598+
"@typescript-eslint/typescript-estree" "5.8.0"
4599+
debug "^4.3.2"
4600+
4601+
"@typescript-eslint/scope-manager@5.8.0":
4602+
version "5.8.0"
4603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.0.tgz#2371095b4fa4c7be6a80b380f4e1b49c715e16f4"
4604+
integrity sha512-x82CYJsLOjPCDuFFEbS6e7K1QEWj7u5Wk1alw8A+gnJiYwNnDJk0ib6PCegbaPMjrfBvFKa7SxE3EOnnIQz2Gg==
4605+
dependencies:
4606+
"@typescript-eslint/types" "5.8.0"
4607+
"@typescript-eslint/visitor-keys" "5.8.0"
4608+
4609+
"@typescript-eslint/types@5.8.0":
4610+
version "5.8.0"
4611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.0.tgz#e7fa74ec35d9dbe3560d039d3d8734986c3971e0"
4612+
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
4613+
4614+
"@typescript-eslint/typescript-estree@5.8.0":
4615+
version "5.8.0"
4616+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz#900469ba9d5a37f4482b014ecce4a5dbb86cb4dd"
4617+
integrity sha512-srfeZ3URdEcUsSLbkOFqS7WoxOqn8JNil2NSLO9O+I2/Uyc85+UlfpEvQHIpj5dVts7KKOZnftoJD/Fdv0L7nQ==
4618+
dependencies:
4619+
"@typescript-eslint/types" "5.8.0"
4620+
"@typescript-eslint/visitor-keys" "5.8.0"
4621+
debug "^4.3.2"
4622+
globby "^11.0.4"
4623+
is-glob "^4.0.3"
46184624
semver "^7.3.5"
46194625
tsutils "^3.21.0"
46204626

4621-
"@typescript-eslint/visitor-keys@4.29.3":
4622-
version "4.29.3"
4623-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
4624-
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
4627+
"@typescript-eslint/visitor-keys@5.8.0":
4628+
version "5.8.0"
4629+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz#22d4ed96fe2451135299239feedb9fe1dcec780c"
4630+
integrity sha512-+HDIGOEMnqbxdAHegxvnOqESUH6RWFRR2b8qxP1W9CZnnYh4Usz6MBL+2KMAgPk/P0o9c1HqnYtwzVH6GTIqug==
46254631
dependencies:
4626-
"@typescript-eslint/types" "4.29.3"
4627-
eslint-visitor-keys "^2.0.0"
4632+
"@typescript-eslint/types" "5.8.0"
4633+
eslint-visitor-keys "^3.0.0"
46284634

46294635
"@webassemblyjs/ast@1.9.0":
46304636
version "1.9.0"
@@ -6627,10 +6633,10 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
66276633
dependencies:
66286634
ms "^2.1.1"
66296635

6630-
debug@^4.3.1:
6631-
version "4.3.1"
6632-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
6633-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
6636+
debug@^4.3.2:
6637+
version "4.3.3"
6638+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
6639+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
66346640
dependencies:
66356641
ms "2.1.2"
66366642

@@ -7395,6 +7401,11 @@ eslint-visitor-keys@^2.0.0:
73957401
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
73967402
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
73977403

7404+
eslint-visitor-keys@^3.0.0:
7405+
version "3.1.0"
7406+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
7407+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
7408+
73987409
eslint@7.32.0:
73997410
version "7.32.0"
74007411
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -8286,7 +8297,7 @@ globby@11.0.1:
82868297
merge2 "^1.3.0"
82878298
slash "^3.0.0"
82888299

8289-
globby@^11.0.2:
8300+
globby@^11.0.2, globby@^11.0.4:
82908301
version "11.0.4"
82918302
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
82928303
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -8298,18 +8309,6 @@ globby@^11.0.2:
82988309
merge2 "^1.3.0"
82998310
slash "^3.0.0"
83008311

8301-
globby@^11.0.3:
8302-
version "11.0.3"
8303-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
8304-
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
8305-
dependencies:
8306-
array-union "^2.1.0"
8307-
dir-glob "^3.0.1"
8308-
fast-glob "^3.1.1"
8309-
ignore "^5.1.4"
8310-
merge2 "^1.3.0"
8311-
slash "^3.0.0"
8312-
83138312
globby@^6.1.0:
83148313
version "6.1.0"
83158314
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -8829,6 +8828,11 @@ ignore@^5.1.4:
88298828
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
88308829
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
88318830

8831+
ignore@^5.1.8:
8832+
version "5.2.0"
8833+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
8834+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
8835+
88328836
immer@8.0.1:
88338837
version "8.0.1"
88348838
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
@@ -9172,6 +9176,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
91729176
dependencies:
91739177
is-extglob "^2.1.1"
91749178

9179+
is-glob@^4.0.3:
9180+
version "4.0.3"
9181+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
9182+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
9183+
dependencies:
9184+
is-extglob "^2.1.1"
9185+
91759186
is-hexadecimal@^1.0.0:
91769187
version "1.0.4"
91779188
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
@@ -12068,6 +12079,11 @@ regexpp@^3.1.0:
1206812079
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1206912080
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
1207012081

12082+
regexpp@^3.2.0:
12083+
version "3.2.0"
12084+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
12085+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
12086+
1207112087
regexpu-core@^4.7.0:
1207212088
version "4.7.0"
1207312089
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938"

0 commit comments

Comments
 (0)