Skip to content

Commit 598832e

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent e6205b6 commit 598832e

File tree

2 files changed

+61
-90
lines changed

2 files changed

+61
-90
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/node": "^20.11.10",
3838
"@types/xml2js": "^0.4.11",
39-
"@typescript-eslint/eslint-plugin": "^7.0.0",
40-
"@typescript-eslint/parser": "^7.0.0",
39+
"@typescript-eslint/eslint-plugin": "^8.0.0",
40+
"@typescript-eslint/parser": "^8.0.0",
4141
"eslint": "^8.56.0",
4242
"eslint-plugin-import": "^2.29.1",
4343
"husky": "^9.0.6",

yarn.lock

Lines changed: 59 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -108,86 +108,86 @@
108108
dependencies:
109109
"@types/node" "*"
110110

111-
"@typescript-eslint/eslint-plugin@^7.0.0":
112-
version "7.18.0"
113-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
114-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
111+
"@typescript-eslint/eslint-plugin@^8.0.0":
112+
version "8.17.0"
113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
114+
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
115115
dependencies:
116116
"@eslint-community/regexpp" "^4.10.0"
117-
"@typescript-eslint/scope-manager" "7.18.0"
118-
"@typescript-eslint/type-utils" "7.18.0"
119-
"@typescript-eslint/utils" "7.18.0"
120-
"@typescript-eslint/visitor-keys" "7.18.0"
117+
"@typescript-eslint/scope-manager" "8.17.0"
118+
"@typescript-eslint/type-utils" "8.17.0"
119+
"@typescript-eslint/utils" "8.17.0"
120+
"@typescript-eslint/visitor-keys" "8.17.0"
121121
graphemer "^1.4.0"
122122
ignore "^5.3.1"
123123
natural-compare "^1.4.0"
124124
ts-api-utils "^1.3.0"
125125

126-
"@typescript-eslint/parser@^7.0.0":
127-
version "7.18.0"
128-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
129-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
126+
"@typescript-eslint/parser@^8.0.0":
127+
version "8.17.0"
128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
129+
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
130130
dependencies:
131-
"@typescript-eslint/scope-manager" "7.18.0"
132-
"@typescript-eslint/types" "7.18.0"
133-
"@typescript-eslint/typescript-estree" "7.18.0"
134-
"@typescript-eslint/visitor-keys" "7.18.0"
131+
"@typescript-eslint/scope-manager" "8.17.0"
132+
"@typescript-eslint/types" "8.17.0"
133+
"@typescript-eslint/typescript-estree" "8.17.0"
134+
"@typescript-eslint/visitor-keys" "8.17.0"
135135
debug "^4.3.4"
136136

137-
"@typescript-eslint/scope-manager@7.18.0":
138-
version "7.18.0"
139-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
140-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
137+
"@typescript-eslint/scope-manager@8.17.0":
138+
version "8.17.0"
139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
140+
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
141141
dependencies:
142-
"@typescript-eslint/types" "7.18.0"
143-
"@typescript-eslint/visitor-keys" "7.18.0"
142+
"@typescript-eslint/types" "8.17.0"
143+
"@typescript-eslint/visitor-keys" "8.17.0"
144144

145-
"@typescript-eslint/type-utils@7.18.0":
146-
version "7.18.0"
147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
148-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
145+
"@typescript-eslint/type-utils@8.17.0":
146+
version "8.17.0"
147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
148+
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
149149
dependencies:
150-
"@typescript-eslint/typescript-estree" "7.18.0"
151-
"@typescript-eslint/utils" "7.18.0"
150+
"@typescript-eslint/typescript-estree" "8.17.0"
151+
"@typescript-eslint/utils" "8.17.0"
152152
debug "^4.3.4"
153153
ts-api-utils "^1.3.0"
154154

155-
"@typescript-eslint/types@7.18.0":
156-
version "7.18.0"
157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
158-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
155+
"@typescript-eslint/types@8.17.0":
156+
version "8.17.0"
157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
158+
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
159159

160-
"@typescript-eslint/typescript-estree@7.18.0":
161-
version "7.18.0"
162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
163-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
160+
"@typescript-eslint/typescript-estree@8.17.0":
161+
version "8.17.0"
162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
163+
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
164164
dependencies:
165-
"@typescript-eslint/types" "7.18.0"
166-
"@typescript-eslint/visitor-keys" "7.18.0"
165+
"@typescript-eslint/types" "8.17.0"
166+
"@typescript-eslint/visitor-keys" "8.17.0"
167167
debug "^4.3.4"
168-
globby "^11.1.0"
168+
fast-glob "^3.3.2"
169169
is-glob "^4.0.3"
170170
minimatch "^9.0.4"
171171
semver "^7.6.0"
172172
ts-api-utils "^1.3.0"
173173

174-
"@typescript-eslint/utils@7.18.0":
175-
version "7.18.0"
176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
177-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
174+
"@typescript-eslint/utils@8.17.0":
175+
version "8.17.0"
176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
177+
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
178178
dependencies:
179179
"@eslint-community/eslint-utils" "^4.4.0"
180-
"@typescript-eslint/scope-manager" "7.18.0"
181-
"@typescript-eslint/types" "7.18.0"
182-
"@typescript-eslint/typescript-estree" "7.18.0"
180+
"@typescript-eslint/scope-manager" "8.17.0"
181+
"@typescript-eslint/types" "8.17.0"
182+
"@typescript-eslint/typescript-estree" "8.17.0"
183183

184-
"@typescript-eslint/visitor-keys@7.18.0":
185-
version "7.18.0"
186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
187-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
184+
"@typescript-eslint/visitor-keys@8.17.0":
185+
version "8.17.0"
186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
187+
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
188188
dependencies:
189-
"@typescript-eslint/types" "7.18.0"
190-
eslint-visitor-keys "^3.4.3"
189+
"@typescript-eslint/types" "8.17.0"
190+
eslint-visitor-keys "^4.2.0"
191191

192192
"@ungap/structured-clone@^1.2.0":
193193
version "1.2.0"
@@ -251,11 +251,6 @@ array-includes@^3.1.8:
251251
get-intrinsic "^1.2.4"
252252
is-string "^1.0.7"
253253

254-
array-union@^2.1.0:
255-
version "2.1.0"
256-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
257-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
258-
259254
array.prototype.findlastindex@^1.2.5:
260255
version "1.2.5"
261256
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
@@ -488,13 +483,6 @@ delayed-stream@~1.0.0:
488483
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
489484
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
490485

491-
dir-glob@^3.0.1:
492-
version "3.0.1"
493-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
494-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
495-
dependencies:
496-
path-type "^4.0.0"
497-
498486
doctrine@^2.1.0:
499487
version "2.1.0"
500488
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -664,6 +652,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
664652
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
665653
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
666654

655+
eslint-visitor-keys@^4.2.0:
656+
version "4.2.0"
657+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
658+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
659+
667660
eslint@^8.56.0:
668661
version "8.57.1"
669662
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -746,7 +739,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
746739
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
747740
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
748741

749-
fast-glob@^3.2.9:
742+
fast-glob@^3.3.2:
750743
version "3.3.2"
751744
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
752745
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -922,18 +915,6 @@ globalthis@^1.0.3:
922915
define-properties "^1.2.1"
923916
gopd "^1.0.1"
924917

925-
globby@^11.1.0:
926-
version "11.1.0"
927-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
928-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
929-
dependencies:
930-
array-union "^2.1.0"
931-
dir-glob "^3.0.1"
932-
fast-glob "^3.2.9"
933-
ignore "^5.2.0"
934-
merge2 "^1.4.1"
935-
slash "^3.0.0"
936-
937918
gopd@^1.0.1:
938919
version "1.0.1"
939920
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -1229,7 +1210,7 @@ lodash.merge@^4.6.2:
12291210
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
12301211
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
12311212

1232-
merge2@^1.3.0, merge2@^1.4.1:
1213+
merge2@^1.3.0:
12331214
version "1.4.1"
12341215
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
12351216
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -1396,11 +1377,6 @@ path-parse@^1.0.7:
13961377
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
13971378
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
13981379

1399-
path-type@^4.0.0:
1400-
version "4.0.0"
1401-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
1402-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
1403-
14041380
picomatch@^2.3.1:
14051381
version "2.3.1"
14061382
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -1557,11 +1533,6 @@ side-channel@^1.0.4:
15571533
get-intrinsic "^1.2.4"
15581534
object-inspect "^1.13.1"
15591535

1560-
slash@^3.0.0:
1561-
version "3.0.0"
1562-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1563-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1564-
15651536
string.prototype.trim@^1.2.9:
15661537
version "1.2.9"
15671538
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"

0 commit comments

Comments
 (0)