Skip to content

Commit b81b99d

Browse files
committed
Removed remaining references to @typescript-eslint/experimental-utils.
1 parent 5072579 commit b81b99d

File tree

2 files changed

+55
-36
lines changed

2 files changed

+55
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/jest": "^27.0.3",
4646
"@types/markdown-magic": "^1.0.1",
4747
"@types/node": "^16.4.0",
48-
"@typescript-eslint/eslint-plugin": "^5.6.0",
48+
"@typescript-eslint/eslint-plugin": "^5.10.0",
4949
"@typescript-eslint/parser": "^5.6.0",
5050
"eslint": "^8.4.1",
5151
"eslint-plugin-eslint-plugin": "^4.0.3",

yarn.lock

Lines changed: 54 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,32 +1059,21 @@
10591059
dependencies:
10601060
"@types/yargs-parser" "*"
10611061

1062-
"@typescript-eslint/eslint-plugin@^5.6.0":
1063-
version "5.6.0"
1064-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz#efd8668b3d6627c46ce722c2afe813928fe120a0"
1065-
integrity sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==
1062+
"@typescript-eslint/eslint-plugin@^5.10.0":
1063+
version "5.10.0"
1064+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a"
1065+
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==
10661066
dependencies:
1067-
"@typescript-eslint/experimental-utils" "5.6.0"
1068-
"@typescript-eslint/scope-manager" "5.6.0"
1067+
"@typescript-eslint/scope-manager" "5.10.0"
1068+
"@typescript-eslint/type-utils" "5.10.0"
1069+
"@typescript-eslint/utils" "5.10.0"
10691070
debug "^4.3.2"
10701071
functional-red-black-tree "^1.0.1"
10711072
ignore "^5.1.8"
10721073
regexpp "^3.2.0"
10731074
semver "^7.3.5"
10741075
tsutils "^3.21.0"
10751076

1076-
"@typescript-eslint/[email protected]":
1077-
version "5.6.0"
1078-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.6.0.tgz#f3a5960f2004abdcac7bb81412bafc1560841c23"
1079-
integrity sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==
1080-
dependencies:
1081-
"@types/json-schema" "^7.0.9"
1082-
"@typescript-eslint/scope-manager" "5.6.0"
1083-
"@typescript-eslint/types" "5.6.0"
1084-
"@typescript-eslint/typescript-estree" "5.6.0"
1085-
eslint-scope "^5.1.1"
1086-
eslint-utils "^3.0.0"
1087-
10881077
"@typescript-eslint/parser@^5.6.0":
10891078
version "5.6.0"
10901079
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.6.0.tgz#11677324659641400d653253c03dcfbed468d199"
@@ -1111,6 +1100,15 @@
11111100
"@typescript-eslint/types" "5.6.0"
11121101
"@typescript-eslint/visitor-keys" "5.6.0"
11131102

1103+
"@typescript-eslint/[email protected]":
1104+
version "5.10.0"
1105+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
1106+
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==
1107+
dependencies:
1108+
"@typescript-eslint/utils" "5.10.0"
1109+
debug "^4.3.2"
1110+
tsutils "^3.21.0"
1111+
11141112
"@typescript-eslint/[email protected]":
11151113
version "5.10.0"
11161114
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
@@ -1147,7 +1145,7 @@
11471145
semver "^7.3.5"
11481146
tsutils "^3.21.0"
11491147

1150-
"@typescript-eslint/utils@^5.10.0":
1148+
"@typescript-eslint/utils@5.10.0", "@typescript-eslint/utils@^5.10.0":
11511149
version "5.10.0"
11521150
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
11531151
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
@@ -1776,7 +1774,7 @@ data-urls@^2.0.0:
17761774
whatwg-mimetype "^2.3.0"
17771775
whatwg-url "^8.0.0"
17781776

1779-
debug@4, debug@^4.3.1:
1777+
debug@4, debug@^4.3.1, debug@^4.3.2:
17801778
version "4.3.3"
17811779
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
17821780
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
@@ -1797,7 +1795,7 @@ debug@^3.2.7:
17971795
dependencies:
17981796
ms "^2.1.1"
17991797

1800-
debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
1798+
debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
18011799
version "4.3.2"
18021800
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
18031801
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2227,7 +2225,12 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
22272225
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
22282226
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
22292227

2230-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0:
2228+
eslint-visitor-keys@^3.0.0:
2229+
version "3.2.0"
2230+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
2231+
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
2232+
2233+
eslint-visitor-keys@^3.1.0:
22312234
version "3.1.0"
22322235
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
22332236
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
@@ -2393,7 +2396,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
23932396
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
23942397
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
23952398

2396-
fast-glob@^3.0.3, fast-glob@^3.1.1:
2399+
fast-glob@^3.0.3:
23972400
version "3.2.7"
23982401
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
23992402
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@@ -2404,6 +2407,17 @@ fast-glob@^3.0.3, fast-glob@^3.1.1:
24042407
merge2 "^1.3.0"
24052408
micromatch "^4.0.4"
24062409

2410+
fast-glob@^3.2.9:
2411+
version "3.2.11"
2412+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
2413+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
2414+
dependencies:
2415+
"@nodelib/fs.stat" "^2.0.2"
2416+
"@nodelib/fs.walk" "^1.2.3"
2417+
glob-parent "^5.1.2"
2418+
merge2 "^1.3.0"
2419+
micromatch "^4.0.4"
2420+
24072421
[email protected], fast-json-stable-stringify@^2.0.0:
24082422
version "2.1.0"
24092423
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2684,15 +2698,15 @@ globby@^10.0.2:
26842698
slash "^3.0.0"
26852699

26862700
globby@^11.0.4:
2687-
version "11.0.4"
2688-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2689-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2701+
version "11.1.0"
2702+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2703+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
26902704
dependencies:
26912705
array-union "^2.1.0"
26922706
dir-glob "^3.0.1"
2693-
fast-glob "^3.1.1"
2694-
ignore "^5.1.4"
2695-
merge2 "^1.3.0"
2707+
fast-glob "^3.2.9"
2708+
ignore "^5.2.0"
2709+
merge2 "^1.4.1"
26962710
slash "^3.0.0"
26972711

26982712
graceful-fs@^4.1.6, graceful-fs@^4.2.0:
@@ -2827,10 +2841,10 @@ ignore@^5.1.1:
28272841
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
28282842
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
28292843

2830-
ignore@^5.1.4, ignore@^5.1.8:
2831-
version "5.1.9"
2832-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
2833-
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
2844+
ignore@^5.1.8, ignore@^5.2.0:
2845+
version "5.2.0"
2846+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
2847+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
28342848

28352849
import-fresh@^3.0.0, import-fresh@^3.2.1:
28362850
version "3.3.0"
@@ -3992,7 +4006,7 @@ merge-stream@^2.0.0:
39924006
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
39934007
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
39944008

3995-
merge2@^1.2.3, merge2@^1.3.0:
4009+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
39964010
version "1.4.1"
39974011
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
39984012
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -4395,11 +4409,16 @@ picocolors@^1.0.0:
43954409
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
43964410
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
43974411

4398-
picomatch@^2.0.4, picomatch@^2.2.3:
4412+
picomatch@^2.0.4:
43994413
version "2.3.0"
44004414
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
44014415
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
44024416

4417+
picomatch@^2.2.3:
4418+
version "2.3.1"
4419+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
4420+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
4421+
44034422
pirates@^4.0.1:
44044423
version "4.0.4"
44054424
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6"

0 commit comments

Comments
 (0)