Skip to content

Commit c367fa4

Browse files
dependabot[bot]flevi29
authored andcommitted
build(deps-dev): bump typescript-eslint from 8.31.1 to 8.33.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.31.1 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] <[email protected]>
1 parent 77aeec6 commit c367fa4

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
@@ -85,7 +85,7 @@
8585
"prettier": "^3.5.3",
8686
"prettier-plugin-jsdoc": "^1.3.2",
8787
"typedoc": "^0.28.3",
88-
"typescript-eslint": "^8.31.1",
88+
"typescript-eslint": "^8.33.0",
8989
"vitest": "^3.1.1"
9090
},
9191
"packageManager": "[email protected]"

yarn.lock

Lines changed: 98 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,20 @@
170170
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz#c8e119a30a7c8d60b9d2e22d2073722dde3b710b"
171171
integrity sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==
172172

173-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
173+
"@eslint-community/eslint-utils@^4.2.0":
174174
version "4.4.0"
175175
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
176176
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
177177
dependencies:
178178
eslint-visitor-keys "^3.3.0"
179179

180+
"@eslint-community/eslint-utils@^4.7.0":
181+
version "4.7.0"
182+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
183+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
184+
dependencies:
185+
eslint-visitor-keys "^3.4.3"
186+
180187
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
181188
version "4.12.1"
182189
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -568,85 +575,101 @@
568575
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.2.tgz#6dd61e43ef60b34086287f83683a5c1b2dc53d20"
569576
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
570577

571-
"@typescript-eslint/eslint-plugin@8.31.1":
572-
version "8.31.1"
573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
574-
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
578+
"@typescript-eslint/eslint-plugin@8.33.0":
579+
version "8.33.0"
580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
581+
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
575582
dependencies:
576583
"@eslint-community/regexpp" "^4.10.0"
577-
"@typescript-eslint/scope-manager" "8.31.1"
578-
"@typescript-eslint/type-utils" "8.31.1"
579-
"@typescript-eslint/utils" "8.31.1"
580-
"@typescript-eslint/visitor-keys" "8.31.1"
584+
"@typescript-eslint/scope-manager" "8.33.0"
585+
"@typescript-eslint/type-utils" "8.33.0"
586+
"@typescript-eslint/utils" "8.33.0"
587+
"@typescript-eslint/visitor-keys" "8.33.0"
581588
graphemer "^1.4.0"
582-
ignore "^5.3.1"
589+
ignore "^7.0.0"
583590
natural-compare "^1.4.0"
584-
ts-api-utils "^2.0.1"
591+
ts-api-utils "^2.1.0"
585592

586-
"@typescript-eslint/parser@8.31.1":
587-
version "8.31.1"
588-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b"
589-
integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q==
593+
"@typescript-eslint/parser@8.33.0":
594+
version "8.33.0"
595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
596+
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
590597
dependencies:
591-
"@typescript-eslint/scope-manager" "8.31.1"
592-
"@typescript-eslint/types" "8.31.1"
593-
"@typescript-eslint/typescript-estree" "8.31.1"
594-
"@typescript-eslint/visitor-keys" "8.31.1"
598+
"@typescript-eslint/scope-manager" "8.33.0"
599+
"@typescript-eslint/types" "8.33.0"
600+
"@typescript-eslint/typescript-estree" "8.33.0"
601+
"@typescript-eslint/visitor-keys" "8.33.0"
595602
debug "^4.3.4"
596603

597-
"@typescript-eslint/scope-manager@8.31.1":
598-
version "8.31.1"
599-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
600-
integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==
604+
"@typescript-eslint/project-service@8.33.0":
605+
version "8.33.0"
606+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
607+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
601608
dependencies:
602-
"@typescript-eslint/types" "8.31.1"
603-
"@typescript-eslint/visitor-keys" "8.31.1"
609+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
610+
"@typescript-eslint/types" "^8.33.0"
611+
debug "^4.3.4"
604612

605-
"@typescript-eslint/type-utils@8.31.1":
606-
version "8.31.1"
607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
608-
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
613+
"@typescript-eslint/scope-manager@8.33.0":
614+
version "8.33.0"
615+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
616+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
609617
dependencies:
610-
"@typescript-eslint/typescript-estree" "8.31.1"
611-
"@typescript-eslint/utils" "8.31.1"
612-
debug "^4.3.4"
613-
ts-api-utils "^2.0.1"
618+
"@typescript-eslint/types" "8.33.0"
619+
"@typescript-eslint/visitor-keys" "8.33.0"
614620

615-
"@typescript-eslint/types@8.31.1":
616-
version "8.31.1"
617-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
618-
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
621+
"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0":
622+
version "8.33.0"
623+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
624+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
619625

620-
"@typescript-eslint/typescript-estree@8.31.1":
621-
version "8.31.1"
622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
623-
integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==
626+
"@typescript-eslint/type-utils@8.33.0":
627+
version "8.33.0"
628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
629+
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
624630
dependencies:
625-
"@typescript-eslint/types" "8.31.1"
626-
"@typescript-eslint/visitor-keys" "8.31.1"
631+
"@typescript-eslint/typescript-estree" "8.33.0"
632+
"@typescript-eslint/utils" "8.33.0"
633+
debug "^4.3.4"
634+
ts-api-utils "^2.1.0"
635+
636+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.33.0":
637+
version "8.33.0"
638+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
639+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
640+
641+
"@typescript-eslint/[email protected]":
642+
version "8.33.0"
643+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
644+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
645+
dependencies:
646+
"@typescript-eslint/project-service" "8.33.0"
647+
"@typescript-eslint/tsconfig-utils" "8.33.0"
648+
"@typescript-eslint/types" "8.33.0"
649+
"@typescript-eslint/visitor-keys" "8.33.0"
627650
debug "^4.3.4"
628651
fast-glob "^3.3.2"
629652
is-glob "^4.0.3"
630653
minimatch "^9.0.4"
631654
semver "^7.6.0"
632-
ts-api-utils "^2.0.1"
655+
ts-api-utils "^2.1.0"
633656

634-
"@typescript-eslint/utils@8.31.1", "@typescript-eslint/utils@^8.29.0":
635-
version "8.31.1"
636-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
637-
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
657+
"@typescript-eslint/utils@8.33.0", "@typescript-eslint/utils@^8.29.0":
658+
version "8.33.0"
659+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
660+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
638661
dependencies:
639-
"@eslint-community/eslint-utils" "^4.4.0"
640-
"@typescript-eslint/scope-manager" "8.31.1"
641-
"@typescript-eslint/types" "8.31.1"
642-
"@typescript-eslint/typescript-estree" "8.31.1"
662+
"@eslint-community/eslint-utils" "^4.7.0"
663+
"@typescript-eslint/scope-manager" "8.33.0"
664+
"@typescript-eslint/types" "8.33.0"
665+
"@typescript-eslint/typescript-estree" "8.33.0"
643666

644-
"@typescript-eslint/visitor-keys@8.31.1":
645-
version "8.31.1"
646-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
647-
integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==
667+
"@typescript-eslint/visitor-keys@8.33.0":
668+
version "8.33.0"
669+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
670+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
648671
dependencies:
649-
"@typescript-eslint/types" "8.31.1"
672+
"@typescript-eslint/types" "8.33.0"
650673
eslint-visitor-keys "^4.2.0"
651674

652675
"@vitest/coverage-v8@^3.1.1":
@@ -1061,7 +1084,7 @@ eslint-scope@^8.3.0:
10611084
esrecurse "^4.3.0"
10621085
estraverse "^5.2.0"
10631086

1064-
eslint-visitor-keys@^3.3.0:
1087+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
10651088
version "3.4.3"
10661089
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
10671090
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -1361,11 +1384,16 @@ husky@^9.1.7:
13611384
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
13621385
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
13631386

1364-
ignore@^5.2.0, ignore@^5.3.1:
1387+
ignore@^5.2.0:
13651388
version "5.3.2"
13661389
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
13671390
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
13681391

1392+
ignore@^7.0.0:
1393+
version "7.0.5"
1394+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1395+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
1396+
13691397
import-fresh@^3.2.1:
13701398
version "3.2.1"
13711399
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -2378,10 +2406,10 @@ to-regex-range@^5.0.1:
23782406
dependencies:
23792407
is-number "^7.0.0"
23802408

2381-
ts-api-utils@^2.0.1:
2382-
version "2.0.1"
2383-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
2384-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
2409+
ts-api-utils@^2.1.0:
2410+
version "2.1.0"
2411+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2412+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
23852413

23862414
type-check@^0.4.0, type-check@~0.4.0:
23872415
version "0.4.0"
@@ -2401,14 +2429,14 @@ typedoc@^0.28.3:
24012429
minimatch "^9.0.5"
24022430
yaml "^2.7.1"
24032431

2404-
typescript-eslint@^8.31.1:
2405-
version "8.31.1"
2406-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.31.1.tgz#b77ab1e48ced2daab9225ff94bab54391a4af69b"
2407-
integrity sha512-j6DsEotD/fH39qKzXTQRwYYWlt7D+0HmfpOK+DVhwJOFLcdmn92hq3mBb7HlKJHbjjI/gTOqEcc9d6JfpFf/VA==
2432+
typescript-eslint@^8.33.0:
2433+
version "8.33.0"
2434+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.33.0.tgz#89f733a90edc6abe0994b6130b964e781a1ba82f"
2435+
integrity sha512-5YmNhF24ylCsvdNW2oJwMzTbaeO4bg90KeGtMjUw0AGtHksgEPLRTUil+coHwCfiu4QjVJFnjp94DmU6zV7DhQ==
24082436
dependencies:
2409-
"@typescript-eslint/eslint-plugin" "8.31.1"
2410-
"@typescript-eslint/parser" "8.31.1"
2411-
"@typescript-eslint/utils" "8.31.1"
2437+
"@typescript-eslint/eslint-plugin" "8.33.0"
2438+
"@typescript-eslint/parser" "8.33.0"
2439+
"@typescript-eslint/utils" "8.33.0"
24122440

24132441
typescript@^5.8.3:
24142442
version "5.8.3"

0 commit comments

Comments
 (0)