Skip to content

Commit 79e6085

Browse files
chore(deps-dev): bump typescript-eslint from 7.14.1 to 8.28.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.14.1 to 8.28.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.28.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3867d5 commit 79e6085

File tree

2 files changed

+92
-68
lines changed

2 files changed

+92
-68
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"standard-version": "^9.5.0",
7474
"ts-node": "^10.9.2",
7575
"typescript": "^5.4.5",
76-
"typescript-eslint": "^7.8.0",
76+
"typescript-eslint": "^8.28.0",
7777
"vite": "^5.2.11",
7878
"vitest": "^1.6.0",
7979
"vue": "^2.7.16"

yarn.lock

Lines changed: 91 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2874,20 +2874,20 @@
28742874
anymatch "^3.0.0"
28752875
source-map "^0.6.0"
28762876

2877-
"@typescript-eslint/eslint-plugin@7.14.1":
2878-
version "7.14.1"
2879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz#90e2f76a5930d553ede124e1f541a39b4417465e"
2880-
integrity sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==
2877+
"@typescript-eslint/eslint-plugin@8.28.0":
2878+
version "8.28.0"
2879+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.28.0.tgz#ad1465aa6fe7e937801c291648dec951c4dc38e6"
2880+
integrity sha512-lvFK3TCGAHsItNdWZ/1FkvpzCxTHUVuFrdnOGLMa0GGCFIbCgQWVk3CzCGdA7kM3qGVc+dfW9tr0Z/sHnGDFyg==
28812881
dependencies:
28822882
"@eslint-community/regexpp" "^4.10.0"
2883-
"@typescript-eslint/scope-manager" "7.14.1"
2884-
"@typescript-eslint/type-utils" "7.14.1"
2885-
"@typescript-eslint/utils" "7.14.1"
2886-
"@typescript-eslint/visitor-keys" "7.14.1"
2883+
"@typescript-eslint/scope-manager" "8.28.0"
2884+
"@typescript-eslint/type-utils" "8.28.0"
2885+
"@typescript-eslint/utils" "8.28.0"
2886+
"@typescript-eslint/visitor-keys" "8.28.0"
28872887
graphemer "^1.4.0"
28882888
ignore "^5.3.1"
28892889
natural-compare "^1.4.0"
2890-
ts-api-utils "^1.3.0"
2890+
ts-api-utils "^2.0.1"
28912891

28922892
"@typescript-eslint/eslint-plugin@^5.62.0":
28932893
version "5.62.0"
@@ -2905,15 +2905,15 @@
29052905
semver "^7.3.7"
29062906
tsutils "^3.21.0"
29072907

2908-
"@typescript-eslint/parser@7.14.1":
2909-
version "7.14.1"
2910-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
2911-
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
2908+
"@typescript-eslint/parser@8.28.0":
2909+
version "8.28.0"
2910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.28.0.tgz#85321707e8711c0e66a949ea228224af35f45c98"
2911+
integrity sha512-LPcw1yHD3ToaDEoljFEfQ9j2xShY367h7FZ1sq5NJT9I3yj4LHer1Xd1yRSOdYy9BpsrxU7R+eoDokChYM53lQ==
29122912
dependencies:
2913-
"@typescript-eslint/scope-manager" "7.14.1"
2914-
"@typescript-eslint/types" "7.14.1"
2915-
"@typescript-eslint/typescript-estree" "7.14.1"
2916-
"@typescript-eslint/visitor-keys" "7.14.1"
2913+
"@typescript-eslint/scope-manager" "8.28.0"
2914+
"@typescript-eslint/types" "8.28.0"
2915+
"@typescript-eslint/typescript-estree" "8.28.0"
2916+
"@typescript-eslint/visitor-keys" "8.28.0"
29172917
debug "^4.3.4"
29182918

29192919
"@typescript-eslint/parser@^5.62.0":
@@ -2934,13 +2934,13 @@
29342934
"@typescript-eslint/types" "5.62.0"
29352935
"@typescript-eslint/visitor-keys" "5.62.0"
29362936

2937-
"@typescript-eslint/scope-manager@7.14.1":
2938-
version "7.14.1"
2939-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5"
2940-
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==
2937+
"@typescript-eslint/scope-manager@8.28.0":
2938+
version "8.28.0"
2939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.28.0.tgz#e495b20438a3787e00498774d5625e620d68f9fe"
2940+
integrity sha512-u2oITX3BJwzWCapoZ/pXw6BCOl8rJP4Ij/3wPoGvY8XwvXflOzd1kLrDUUUAIEdJSFh+ASwdTHqtan9xSg8buw==
29412941
dependencies:
2942-
"@typescript-eslint/types" "7.14.1"
2943-
"@typescript-eslint/visitor-keys" "7.14.1"
2942+
"@typescript-eslint/types" "8.28.0"
2943+
"@typescript-eslint/visitor-keys" "8.28.0"
29442944

29452945
"@typescript-eslint/[email protected]":
29462946
version "5.62.0"
@@ -2952,25 +2952,25 @@
29522952
debug "^4.3.4"
29532953
tsutils "^3.21.0"
29542954

2955-
"@typescript-eslint/type-utils@7.14.1":
2956-
version "7.14.1"
2957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
2958-
integrity sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==
2955+
"@typescript-eslint/type-utils@8.28.0":
2956+
version "8.28.0"
2957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.28.0.tgz#fc565414ebc16de1fc65e0dd8652ce02c78ca61f"
2958+
integrity sha512-oRoXu2v0Rsy/VoOGhtWrOKDiIehvI+YNrDk5Oqj40Mwm0Yt01FC/Q7nFqg088d3yAsR1ZcZFVfPCTTFCe/KPwg==
29592959
dependencies:
2960-
"@typescript-eslint/typescript-estree" "7.14.1"
2961-
"@typescript-eslint/utils" "7.14.1"
2960+
"@typescript-eslint/typescript-estree" "8.28.0"
2961+
"@typescript-eslint/utils" "8.28.0"
29622962
debug "^4.3.4"
2963-
ts-api-utils "^1.3.0"
2963+
ts-api-utils "^2.0.1"
29642964

29652965
"@typescript-eslint/[email protected]":
29662966
version "5.62.0"
29672967
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
29682968
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
29692969

2970-
"@typescript-eslint/types@7.14.1":
2971-
version "7.14.1"
2972-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
2973-
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
2970+
"@typescript-eslint/types@8.28.0":
2971+
version "8.28.0"
2972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.28.0.tgz#7c73878385edfd9674c7aa10975e6c484b4f896e"
2973+
integrity sha512-bn4WS1bkKEjx7HqiwG2JNB3YJdC1q6Ue7GyGlwPHyt0TnVq6TtD/hiOdTZt71sq0s7UzqBFXD8t8o2e63tXgwA==
29742974

29752975
"@typescript-eslint/[email protected]":
29762976
version "5.62.0"
@@ -2985,19 +2985,19 @@
29852985
semver "^7.3.7"
29862986
tsutils "^3.21.0"
29872987

2988-
"@typescript-eslint/typescript-estree@7.14.1":
2989-
version "7.14.1"
2990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
2991-
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==
2988+
"@typescript-eslint/typescript-estree@8.28.0":
2989+
version "8.28.0"
2990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.28.0.tgz#56b999f26f7ca67b9d75d6a67af5c8b8e4e80114"
2991+
integrity sha512-H74nHEeBGeklctAVUvmDkxB1mk+PAZ9FiOMPFncdqeRBXxk1lWSYraHw8V12b7aa6Sg9HOBNbGdSHobBPuQSuA==
29922992
dependencies:
2993-
"@typescript-eslint/types" "7.14.1"
2994-
"@typescript-eslint/visitor-keys" "7.14.1"
2993+
"@typescript-eslint/types" "8.28.0"
2994+
"@typescript-eslint/visitor-keys" "8.28.0"
29952995
debug "^4.3.4"
2996-
globby "^11.1.0"
2996+
fast-glob "^3.3.2"
29972997
is-glob "^4.0.3"
29982998
minimatch "^9.0.4"
29992999
semver "^7.6.0"
3000-
ts-api-utils "^1.3.0"
3000+
ts-api-utils "^2.0.1"
30013001

30023002
"@typescript-eslint/[email protected]":
30033003
version "5.62.0"
@@ -3013,15 +3013,15 @@
30133013
eslint-scope "^5.1.1"
30143014
semver "^7.3.7"
30153015

3016-
"@typescript-eslint/utils@7.14.1":
3017-
version "7.14.1"
3018-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
3019-
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==
3016+
"@typescript-eslint/utils@8.28.0":
3017+
version "8.28.0"
3018+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.28.0.tgz#7850856620a896b7ac621ac12d49c282aefbb528"
3019+
integrity sha512-OELa9hbTYciYITqgurT1u/SzpQVtDLmQMFzy/N8pQE+tefOyCWT79jHsav294aTqV1q1u+VzqDGbuujvRYaeSQ==
30203020
dependencies:
30213021
"@eslint-community/eslint-utils" "^4.4.0"
3022-
"@typescript-eslint/scope-manager" "7.14.1"
3023-
"@typescript-eslint/types" "7.14.1"
3024-
"@typescript-eslint/typescript-estree" "7.14.1"
3022+
"@typescript-eslint/scope-manager" "8.28.0"
3023+
"@typescript-eslint/types" "8.28.0"
3024+
"@typescript-eslint/typescript-estree" "8.28.0"
30253025

30263026
"@typescript-eslint/[email protected]":
30273027
version "5.62.0"
@@ -3031,13 +3031,13 @@
30313031
"@typescript-eslint/types" "5.62.0"
30323032
eslint-visitor-keys "^3.3.0"
30333033

3034-
"@typescript-eslint/visitor-keys@7.14.1":
3035-
version "7.14.1"
3036-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274"
3037-
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==
3034+
"@typescript-eslint/visitor-keys@8.28.0":
3035+
version "8.28.0"
3036+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.28.0.tgz#18eb9a25cc9dadb027835c58efe93a5c4ee81969"
3037+
integrity sha512-hbn8SZ8w4u2pRwgQ1GlUrPKE+t2XvcCW5tTRF7j6SMYIuYG37XuzIW44JCZPa36evi0Oy2SnM664BlIaAuQcvg==
30383038
dependencies:
3039-
"@typescript-eslint/types" "7.14.1"
3040-
eslint-visitor-keys "^3.4.3"
3039+
"@typescript-eslint/types" "8.28.0"
3040+
eslint-visitor-keys "^4.2.0"
30413041

30423042
"@vitest/coverage-v8@^1.6.0":
30433043
version "1.6.0"
@@ -5745,7 +5745,7 @@ eslint-scope@^8.0.1:
57455745
esrecurse "^4.3.0"
57465746
estraverse "^5.2.0"
57475747

5748-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
5748+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
57495749
version "3.4.3"
57505750
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
57515751
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -5755,6 +5755,11 @@ eslint-visitor-keys@^4.0.0:
57555755
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
57565756
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
57575757

5758+
eslint-visitor-keys@^4.2.0:
5759+
version "4.2.0"
5760+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5761+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5762+
57585763
eslint@^9.2.0:
57595764
version "9.5.0"
57605765
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.5.0.tgz#11856034b94a9e1a02cfcc7e96a9f0956963cd2f"
@@ -5989,6 +5994,17 @@ fast-glob@^3.2.9:
59895994
merge2 "^1.3.0"
59905995
micromatch "^4.0.4"
59915996

5997+
fast-glob@^3.3.2:
5998+
version "3.3.3"
5999+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
6000+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
6001+
dependencies:
6002+
"@nodelib/fs.stat" "^2.0.2"
6003+
"@nodelib/fs.walk" "^1.2.3"
6004+
glob-parent "^5.1.2"
6005+
merge2 "^1.3.0"
6006+
micromatch "^4.0.8"
6007+
59926008
fast-json-stable-stringify@^2.0.0:
59936009
version "2.1.0"
59946010
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -8091,6 +8107,14 @@ micromatch@^4.0.4, micromatch@~4.0.7:
80918107
braces "^3.0.3"
80928108
picomatch "^2.3.1"
80938109

8110+
micromatch@^4.0.8:
8111+
version "4.0.8"
8112+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
8113+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
8114+
dependencies:
8115+
braces "^3.0.3"
8116+
picomatch "^2.3.1"
8117+
80948118
miller-rabin@^4.0.0:
80958119
version "4.0.1"
80968120
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -11539,10 +11563,10 @@ trim-newlines@^3.0.0:
1153911563
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1154011564
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1154111565

11542-
ts-api-utils@^1.3.0:
11543-
version "1.3.0"
11544-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
11545-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
11566+
ts-api-utils@^2.0.1:
11567+
version "2.1.0"
11568+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
11569+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1154611570

1154711571
ts-node@^10.9.2:
1154811572
version "10.9.2"
@@ -11641,14 +11665,14 @@ typedarray@^0.0.6:
1164111665
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1164211666
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1164311667

11644-
typescript-eslint@^7.8.0:
11645-
version "7.14.1"
11646-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.14.1.tgz#5c1a7d758527321a120adbe9588baef8e5074300"
11647-
integrity sha512-Eo1X+Y0JgGPspcANKjeR6nIqXl4VL5ldXLc15k4m9upq+eY5fhU2IueiEZL6jmHrKH8aCfbIvM/v3IrX5Hg99w==
11668+
typescript-eslint@^8.28.0:
11669+
version "8.28.0"
11670+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.28.0.tgz#70b0ac51dc15eeb9fcfad66c0b0ec78f3ad341e3"
11671+
integrity sha512-jfZtxJoHm59bvoCMYCe2BM0/baMswRhMmYhy+w6VfcyHrjxZ0OJe0tGasydCpIpA+A/WIJhTyZfb3EtwNC/kHQ==
1164811672
dependencies:
11649-
"@typescript-eslint/eslint-plugin" "7.14.1"
11650-
"@typescript-eslint/parser" "7.14.1"
11651-
"@typescript-eslint/utils" "7.14.1"
11673+
"@typescript-eslint/eslint-plugin" "8.28.0"
11674+
"@typescript-eslint/parser" "8.28.0"
11675+
"@typescript-eslint/utils" "8.28.0"
1165211676

1165311677
typescript@^5.4.5:
1165411678
version "5.4.5"

0 commit comments

Comments
 (0)