Skip to content

Commit 1c495db

Browse files
Update dependency typescript-eslint from 8.58.0 to 8.59.0
1 parent 462430a commit 1c495db

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-config-prettier": "9.1.2",
2020
"eslint-plugin-react": "7.37.5",
2121
"parse-gitignore": "2.0.0",
22-
"typescript-eslint": "8.58.0"
22+
"typescript-eslint": "8.59.0"
2323
},
2424
"peerDependencies": {
2525
"eslint": "^9.0.0",

yarn.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -185,38 +185,38 @@
185185
dependencies:
186186
csstype "^3.2.2"
187187

188-
"@typescript-eslint/eslint-plugin@8.58.0":
189-
version "8.58.0"
190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
191-
integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
188+
"@typescript-eslint/eslint-plugin@8.59.0":
189+
version "8.59.0"
190+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz#fcbe76b693ce2412410cf4d48aefd617d345f2d9"
191+
integrity sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==
192192
dependencies:
193193
"@eslint-community/regexpp" "^4.12.2"
194-
"@typescript-eslint/scope-manager" "8.58.0"
195-
"@typescript-eslint/type-utils" "8.58.0"
196-
"@typescript-eslint/utils" "8.58.0"
197-
"@typescript-eslint/visitor-keys" "8.58.0"
194+
"@typescript-eslint/scope-manager" "8.59.0"
195+
"@typescript-eslint/type-utils" "8.59.0"
196+
"@typescript-eslint/utils" "8.59.0"
197+
"@typescript-eslint/visitor-keys" "8.59.0"
198198
ignore "^7.0.5"
199199
natural-compare "^1.4.0"
200200
ts-api-utils "^2.5.0"
201201

202-
"@typescript-eslint/parser@8.58.0":
203-
version "8.58.0"
204-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
205-
integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
202+
"@typescript-eslint/parser@8.59.0":
203+
version "8.59.0"
204+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.0.tgz#57a138280b3ceaf07904fbd62c433d5cc1ee1573"
205+
integrity sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==
206206
dependencies:
207-
"@typescript-eslint/scope-manager" "8.58.0"
208-
"@typescript-eslint/types" "8.58.0"
209-
"@typescript-eslint/typescript-estree" "8.58.0"
210-
"@typescript-eslint/visitor-keys" "8.58.0"
207+
"@typescript-eslint/scope-manager" "8.59.0"
208+
"@typescript-eslint/types" "8.59.0"
209+
"@typescript-eslint/typescript-estree" "8.59.0"
210+
"@typescript-eslint/visitor-keys" "8.59.0"
211211
debug "^4.4.3"
212212

213-
"@typescript-eslint/project-service@8.58.0":
214-
version "8.58.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
216-
integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
213+
"@typescript-eslint/project-service@8.59.0":
214+
version "8.59.0"
215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.0.tgz#914bf62069d870faa0389ffd725774a200f511bf"
216+
integrity sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==
217217
dependencies:
218-
"@typescript-eslint/tsconfig-utils" "^8.58.0"
219-
"@typescript-eslint/types" "^8.58.0"
218+
"@typescript-eslint/tsconfig-utils" "^8.59.0"
219+
"@typescript-eslint/types" "^8.59.0"
220220
debug "^4.4.3"
221221

222222
"@typescript-eslint/scope-manager@8.16.0":
@@ -227,27 +227,27 @@
227227
"@typescript-eslint/types" "8.16.0"
228228
"@typescript-eslint/visitor-keys" "8.16.0"
229229

230-
"@typescript-eslint/scope-manager@8.58.0":
231-
version "8.58.0"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
233-
integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
230+
"@typescript-eslint/scope-manager@8.59.0":
231+
version "8.59.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz#f71be268bd31da1c160815c689e4dde7c9bc9e8e"
233+
integrity sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==
234234
dependencies:
235-
"@typescript-eslint/types" "8.58.0"
236-
"@typescript-eslint/visitor-keys" "8.58.0"
235+
"@typescript-eslint/types" "8.59.0"
236+
"@typescript-eslint/visitor-keys" "8.59.0"
237237

238-
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
239-
version "8.58.0"
240-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
241-
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
238+
"@typescript-eslint/tsconfig-utils@8.59.0", "@typescript-eslint/tsconfig-utils@^8.59.0":
239+
version "8.59.0"
240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz#1276077f5ad77e384446ea28a2474e8f8be1af41"
241+
integrity sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==
242242

243-
"@typescript-eslint/type-utils@8.58.0":
244-
version "8.58.0"
245-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
246-
integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
243+
"@typescript-eslint/type-utils@8.59.0":
244+
version "8.59.0"
245+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz#2834ea3b179cedfc9244dcd4f74105a27751a439"
246+
integrity sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==
247247
dependencies:
248-
"@typescript-eslint/types" "8.58.0"
249-
"@typescript-eslint/typescript-estree" "8.58.0"
250-
"@typescript-eslint/utils" "8.58.0"
248+
"@typescript-eslint/types" "8.59.0"
249+
"@typescript-eslint/typescript-estree" "8.59.0"
250+
"@typescript-eslint/utils" "8.59.0"
251251
debug "^4.4.3"
252252
ts-api-utils "^2.5.0"
253253

@@ -256,10 +256,10 @@
256256
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
257257
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
258258

259-
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
260-
version "8.58.0"
261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
262-
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
259+
"@typescript-eslint/types@8.59.0", "@typescript-eslint/types@^8.59.0":
260+
version "8.59.0"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.0.tgz#cfcc643c6e879016479775850d86d84c14492738"
262+
integrity sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==
263263

264264
"@typescript-eslint/typescript-estree@8.16.0":
265265
version "8.16.0"
@@ -275,30 +275,30 @@
275275
semver "^7.6.0"
276276
ts-api-utils "^1.3.0"
277277

278-
"@typescript-eslint/typescript-estree@8.58.0":
279-
version "8.58.0"
280-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
281-
integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
278+
"@typescript-eslint/typescript-estree@8.59.0":
279+
version "8.59.0"
280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz#feba58a70ab6ea7ac53a2f3ae900db28ce3454c2"
281+
integrity sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==
282282
dependencies:
283-
"@typescript-eslint/project-service" "8.58.0"
284-
"@typescript-eslint/tsconfig-utils" "8.58.0"
285-
"@typescript-eslint/types" "8.58.0"
286-
"@typescript-eslint/visitor-keys" "8.58.0"
283+
"@typescript-eslint/project-service" "8.59.0"
284+
"@typescript-eslint/tsconfig-utils" "8.59.0"
285+
"@typescript-eslint/types" "8.59.0"
286+
"@typescript-eslint/visitor-keys" "8.59.0"
287287
debug "^4.4.3"
288288
minimatch "^10.2.2"
289289
semver "^7.7.3"
290290
tinyglobby "^0.2.15"
291291
ts-api-utils "^2.5.0"
292292

293-
"@typescript-eslint/utils@8.58.0":
294-
version "8.58.0"
295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
296-
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
293+
"@typescript-eslint/utils@8.59.0":
294+
version "8.59.0"
295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.0.tgz#f50df9bd6967881ef64fba62230111153179ead5"
296+
integrity sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==
297297
dependencies:
298298
"@eslint-community/eslint-utils" "^4.9.1"
299-
"@typescript-eslint/scope-manager" "8.58.0"
300-
"@typescript-eslint/types" "8.58.0"
301-
"@typescript-eslint/typescript-estree" "8.58.0"
299+
"@typescript-eslint/scope-manager" "8.59.0"
300+
"@typescript-eslint/types" "8.59.0"
301+
"@typescript-eslint/typescript-estree" "8.59.0"
302302

303303
"@typescript-eslint/utils@^8.13.0":
304304
version "8.16.0"
@@ -318,12 +318,12 @@
318318
"@typescript-eslint/types" "8.16.0"
319319
eslint-visitor-keys "^4.2.0"
320320

321-
"@typescript-eslint/visitor-keys@8.58.0":
322-
version "8.58.0"
323-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
324-
integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
321+
"@typescript-eslint/visitor-keys@8.59.0":
322+
version "8.59.0"
323+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz#2e80de30e7e944ed4bd47d751e37dcb04db03795"
324+
integrity sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==
325325
dependencies:
326-
"@typescript-eslint/types" "8.58.0"
326+
"@typescript-eslint/types" "8.59.0"
327327
eslint-visitor-keys "^5.0.0"
328328

329329
acorn-jsx@^5.3.2:
@@ -2728,15 +2728,15 @@ typed-array-length@^1.0.6, typed-array-length@^1.0.7:
27282728
possible-typed-array-names "^1.0.0"
27292729
reflect.getprototypeof "^1.0.6"
27302730

2731-
typescript-eslint@8.58.0:
2732-
version "8.58.0"
2733-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.0.tgz#5758b1b68ae7ec05d756b98c63a1f6953a01172b"
2734-
integrity sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==
2731+
typescript-eslint@8.59.0:
2732+
version "8.59.0"
2733+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.0.tgz#d1cc7c63559ce7116aeb66d35ec9dbe0063379fd"
2734+
integrity sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==
27352735
dependencies:
2736-
"@typescript-eslint/eslint-plugin" "8.58.0"
2737-
"@typescript-eslint/parser" "8.58.0"
2738-
"@typescript-eslint/typescript-estree" "8.58.0"
2739-
"@typescript-eslint/utils" "8.58.0"
2736+
"@typescript-eslint/eslint-plugin" "8.59.0"
2737+
"@typescript-eslint/parser" "8.59.0"
2738+
"@typescript-eslint/typescript-estree" "8.59.0"
2739+
"@typescript-eslint/utils" "8.59.0"
27402740

27412741
typescript@5.9.3:
27422742
version "5.9.3"

0 commit comments

Comments
 (0)