Skip to content

Commit 7a281b7

Browse files
dependabot[bot]fendor
authored andcommitted
Bump typescript-eslint from 8.31.0 to 8.33.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.31.0 to 8.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37fe81c commit 7a281b7

File tree

2 files changed

+99
-71
lines changed

2 files changed

+99
-71
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@
13671367
"prettier": "^3.5.3",
13681368
"ts-loader": "^9.5.2",
13691369
"typescript": "^5.8.3",
1370-
"typescript-eslint": "^8.31.0",
1370+
"typescript-eslint": "^8.33.0",
13711371
"webpack": "^5.98.0",
13721372
"webpack-cli": "^6.0.1"
13731373
},

yarn.lock

Lines changed: 98 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@
1717
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83"
1818
integrity sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==
1919

20-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
20+
"@eslint-community/eslint-utils@^4.2.0":
2121
version "4.4.0"
2222
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
2323
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
2424
dependencies:
2525
eslint-visitor-keys "^3.3.0"
2626

27+
"@eslint-community/eslint-utils@^4.7.0":
28+
version "4.7.0"
29+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
30+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
31+
dependencies:
32+
eslint-visitor-keys "^3.4.3"
33+
2734
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
2835
version "4.12.1"
2936
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -333,85 +340,101 @@
333340
dependencies:
334341
"@types/yargs-parser" "*"
335342

336-
"@typescript-eslint/eslint-plugin@8.31.0", "@typescript-eslint/eslint-plugin@^8.29.0":
337-
version "8.31.0"
338-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711"
339-
integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==
343+
"@typescript-eslint/eslint-plugin@8.33.0", "@typescript-eslint/eslint-plugin@^8.29.0":
344+
version "8.33.0"
345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
346+
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
340347
dependencies:
341348
"@eslint-community/regexpp" "^4.10.0"
342-
"@typescript-eslint/scope-manager" "8.31.0"
343-
"@typescript-eslint/type-utils" "8.31.0"
344-
"@typescript-eslint/utils" "8.31.0"
345-
"@typescript-eslint/visitor-keys" "8.31.0"
349+
"@typescript-eslint/scope-manager" "8.33.0"
350+
"@typescript-eslint/type-utils" "8.33.0"
351+
"@typescript-eslint/utils" "8.33.0"
352+
"@typescript-eslint/visitor-keys" "8.33.0"
346353
graphemer "^1.4.0"
347-
ignore "^5.3.1"
354+
ignore "^7.0.0"
348355
natural-compare "^1.4.0"
349-
ts-api-utils "^2.0.1"
356+
ts-api-utils "^2.1.0"
350357

351-
"@typescript-eslint/parser@8.31.0", "@typescript-eslint/parser@^8.29.0":
352-
version "8.31.0"
353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.0.tgz#5ec28823d06dd20ed5f67b61224823f12ccde095"
354-
integrity sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==
358+
"@typescript-eslint/parser@8.33.0", "@typescript-eslint/parser@^8.29.0":
359+
version "8.33.0"
360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
361+
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
355362
dependencies:
356-
"@typescript-eslint/scope-manager" "8.31.0"
357-
"@typescript-eslint/types" "8.31.0"
358-
"@typescript-eslint/typescript-estree" "8.31.0"
359-
"@typescript-eslint/visitor-keys" "8.31.0"
363+
"@typescript-eslint/scope-manager" "8.33.0"
364+
"@typescript-eslint/types" "8.33.0"
365+
"@typescript-eslint/typescript-estree" "8.33.0"
366+
"@typescript-eslint/visitor-keys" "8.33.0"
360367
debug "^4.3.4"
361368

362-
"@typescript-eslint/scope-manager@8.31.0":
363-
version "8.31.0"
364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
365-
integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==
369+
"@typescript-eslint/project-service@8.33.0":
370+
version "8.33.0"
371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
372+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
366373
dependencies:
367-
"@typescript-eslint/types" "8.31.0"
368-
"@typescript-eslint/visitor-keys" "8.31.0"
374+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
375+
"@typescript-eslint/types" "^8.33.0"
376+
debug "^4.3.4"
369377

370-
"@typescript-eslint/type-utils@8.31.0":
371-
version "8.31.0"
372-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
373-
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
378+
"@typescript-eslint/scope-manager@8.33.0":
379+
version "8.33.0"
380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
381+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
374382
dependencies:
375-
"@typescript-eslint/typescript-estree" "8.31.0"
376-
"@typescript-eslint/utils" "8.31.0"
377-
debug "^4.3.4"
378-
ts-api-utils "^2.0.1"
383+
"@typescript-eslint/types" "8.33.0"
384+
"@typescript-eslint/visitor-keys" "8.33.0"
379385

380-
"@typescript-eslint/types@8.31.0":
381-
version "8.31.0"
382-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1"
383-
integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==
386+
"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0":
387+
version "8.33.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
389+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
384390

385-
"@typescript-eslint/typescript-estree@8.31.0":
386-
version "8.31.0"
387-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
388-
integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==
391+
"@typescript-eslint/type-utils@8.33.0":
392+
version "8.33.0"
393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
394+
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
389395
dependencies:
390-
"@typescript-eslint/types" "8.31.0"
391-
"@typescript-eslint/visitor-keys" "8.31.0"
396+
"@typescript-eslint/typescript-estree" "8.33.0"
397+
"@typescript-eslint/utils" "8.33.0"
398+
debug "^4.3.4"
399+
ts-api-utils "^2.1.0"
400+
401+
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0":
402+
version "8.33.0"
403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
404+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
405+
406+
"@typescript-eslint/typescript-estree@8.33.0":
407+
version "8.33.0"
408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
409+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
410+
dependencies:
411+
"@typescript-eslint/project-service" "8.33.0"
412+
"@typescript-eslint/tsconfig-utils" "8.33.0"
413+
"@typescript-eslint/types" "8.33.0"
414+
"@typescript-eslint/visitor-keys" "8.33.0"
392415
debug "^4.3.4"
393416
fast-glob "^3.3.2"
394417
is-glob "^4.0.3"
395418
minimatch "^9.0.4"
396419
semver "^7.6.0"
397-
ts-api-utils "^2.0.1"
420+
ts-api-utils "^2.1.0"
398421

399-
"@typescript-eslint/utils@8.31.0":
400-
version "8.31.0"
401-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
402-
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
422+
"@typescript-eslint/utils@8.33.0":
423+
version "8.33.0"
424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
425+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
403426
dependencies:
404-
"@eslint-community/eslint-utils" "^4.4.0"
405-
"@typescript-eslint/scope-manager" "8.31.0"
406-
"@typescript-eslint/types" "8.31.0"
407-
"@typescript-eslint/typescript-estree" "8.31.0"
427+
"@eslint-community/eslint-utils" "^4.7.0"
428+
"@typescript-eslint/scope-manager" "8.33.0"
429+
"@typescript-eslint/types" "8.33.0"
430+
"@typescript-eslint/typescript-estree" "8.33.0"
408431

409-
"@typescript-eslint/visitor-keys@8.31.0":
410-
version "8.31.0"
411-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5"
412-
integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==
432+
"@typescript-eslint/visitor-keys@8.33.0":
433+
version "8.33.0"
434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
435+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
413436
dependencies:
414-
"@typescript-eslint/types" "8.31.0"
437+
"@typescript-eslint/types" "8.33.0"
415438
eslint-visitor-keys "^4.2.0"
416439

417440
"@vscode/test-cli@^0.0.10":
@@ -985,7 +1008,7 @@ eslint-scope@^8.3.0:
9851008
esrecurse "^4.3.0"
9861009
estraverse "^5.2.0"
9871010

988-
eslint-visitor-keys@^3.3.0:
1011+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
9891012
version "3.4.3"
9901013
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
9911014
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -1338,11 +1361,16 @@ husky@^9.1.7:
13381361
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
13391362
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
13401363

1341-
ignore@^5.2.0, ignore@^5.3.1:
1364+
ignore@^5.2.0:
13421365
version "5.3.1"
13431366
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
13441367
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
13451368

1369+
ignore@^7.0.0:
1370+
version "7.0.5"
1371+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1372+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
1373+
13461374
immediate@~3.0.5:
13471375
version "3.0.6"
13481376
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
@@ -2295,10 +2323,10 @@ to-regex-range@^5.0.1:
22952323
dependencies:
22962324
is-number "^7.0.0"
22972325

2298-
ts-api-utils@^2.0.1:
2299-
version "2.0.1"
2300-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
2301-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
2326+
ts-api-utils@^2.1.0:
2327+
version "2.1.0"
2328+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2329+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
23022330

23032331
ts-loader@^9.5.2:
23042332
version "9.5.2"
@@ -2323,14 +2351,14 @@ type-check@^0.4.0, type-check@~0.4.0:
23232351
dependencies:
23242352
prelude-ls "^1.2.1"
23252353

2326-
typescript-eslint@^8.31.0:
2327-
version "8.31.0"
2328-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.31.0.tgz#955e2e81011afbc11db3abd5f1d073a4b12e1270"
2329-
integrity sha512-u+93F0sB0An8WEAPtwxVhFby573E8ckdjwUUQUj9QA4v8JAvgtoDdIyYR3XFwFHq2W1KJ1AurwJCO+w+Y1ixyQ==
2354+
typescript-eslint@^8.33.0:
2355+
version "8.33.0"
2356+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.33.0.tgz#89f733a90edc6abe0994b6130b964e781a1ba82f"
2357+
integrity sha512-5YmNhF24ylCsvdNW2oJwMzTbaeO4bg90KeGtMjUw0AGtHksgEPLRTUil+coHwCfiu4QjVJFnjp94DmU6zV7DhQ==
23302358
dependencies:
2331-
"@typescript-eslint/eslint-plugin" "8.31.0"
2332-
"@typescript-eslint/parser" "8.31.0"
2333-
"@typescript-eslint/utils" "8.31.0"
2359+
"@typescript-eslint/eslint-plugin" "8.33.0"
2360+
"@typescript-eslint/parser" "8.33.0"
2361+
"@typescript-eslint/utils" "8.33.0"
23342362

23352363
typescript@^5.8.3:
23362364
version "5.8.3"

0 commit comments

Comments
 (0)