Skip to content

Commit cabcab5

Browse files
chore(deps-dev): bump typescript-eslint from 7.14.1 to 8.23.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.14.1 to 8.23.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.23.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 cabcab5

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.23.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.23.0":
2878+
version "8.23.0"
2879+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7"
2880+
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==
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.23.0"
2884+
"@typescript-eslint/type-utils" "8.23.0"
2885+
"@typescript-eslint/utils" "8.23.0"
2886+
"@typescript-eslint/visitor-keys" "8.23.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.23.0":
2909+
version "8.23.0"
2910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081"
2911+
integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==
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.23.0"
2914+
"@typescript-eslint/types" "8.23.0"
2915+
"@typescript-eslint/typescript-estree" "8.23.0"
2916+
"@typescript-eslint/visitor-keys" "8.23.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.23.0":
2938+
version "8.23.0"
2939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec"
2940+
integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==
29412941
dependencies:
2942-
"@typescript-eslint/types" "7.14.1"
2943-
"@typescript-eslint/visitor-keys" "7.14.1"
2942+
"@typescript-eslint/types" "8.23.0"
2943+
"@typescript-eslint/visitor-keys" "8.23.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.23.0":
2956+
version "8.23.0"
2957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
2958+
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==
29592959
dependencies:
2960-
"@typescript-eslint/typescript-estree" "7.14.1"
2961-
"@typescript-eslint/utils" "7.14.1"
2960+
"@typescript-eslint/typescript-estree" "8.23.0"
2961+
"@typescript-eslint/utils" "8.23.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.23.0":
2971+
version "8.23.0"
2972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
2973+
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
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.23.0":
2989+
version "8.23.0"
2990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924"
2991+
integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==
29922992
dependencies:
2993-
"@typescript-eslint/types" "7.14.1"
2994-
"@typescript-eslint/visitor-keys" "7.14.1"
2993+
"@typescript-eslint/types" "8.23.0"
2994+
"@typescript-eslint/visitor-keys" "8.23.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.23.0":
3017+
version "8.23.0"
3018+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
3019+
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==
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.23.0"
3023+
"@typescript-eslint/types" "8.23.0"
3024+
"@typescript-eslint/typescript-estree" "8.23.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.23.0":
3035+
version "8.23.0"
3036+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8"
3037+
integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==
30383038
dependencies:
3039-
"@typescript-eslint/types" "7.14.1"
3040-
eslint-visitor-keys "^3.4.3"
3039+
"@typescript-eslint/types" "8.23.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.0.1"
11568+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
11569+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
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.23.0:
11669+
version "8.23.0"
11670+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.23.0.tgz#796deb48f040146b68fcc8cb07db68b87219a8d2"
11671+
integrity sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ==
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.23.0"
11674+
"@typescript-eslint/parser" "8.23.0"
11675+
"@typescript-eslint/utils" "8.23.0"
1165211676

1165311677
typescript@^5.4.5:
1165411678
version "5.4.5"

0 commit comments

Comments
 (0)