Skip to content

Commit 63d28ea

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

File tree

2 files changed

+79
-68
lines changed

2 files changed

+79
-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.31.0",
7777
"vite": "^5.2.11",
7878
"vitest": "^1.6.0",
7979
"vue": "^2.7.16"

yarn.lock

Lines changed: 78 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,20 +2919,20 @@
29192919
anymatch "^3.0.0"
29202920
source-map "^0.6.0"
29212921

2922-
"@typescript-eslint/eslint-plugin@7.14.1":
2923-
version "7.14.1"
2924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz#90e2f76a5930d553ede124e1f541a39b4417465e"
2925-
integrity sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==
2922+
"@typescript-eslint/eslint-plugin@8.31.0":
2923+
version "8.31.0"
2924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711"
2925+
integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==
29262926
dependencies:
29272927
"@eslint-community/regexpp" "^4.10.0"
2928-
"@typescript-eslint/scope-manager" "7.14.1"
2929-
"@typescript-eslint/type-utils" "7.14.1"
2930-
"@typescript-eslint/utils" "7.14.1"
2931-
"@typescript-eslint/visitor-keys" "7.14.1"
2928+
"@typescript-eslint/scope-manager" "8.31.0"
2929+
"@typescript-eslint/type-utils" "8.31.0"
2930+
"@typescript-eslint/utils" "8.31.0"
2931+
"@typescript-eslint/visitor-keys" "8.31.0"
29322932
graphemer "^1.4.0"
29332933
ignore "^5.3.1"
29342934
natural-compare "^1.4.0"
2935-
ts-api-utils "^1.3.0"
2935+
ts-api-utils "^2.0.1"
29362936

29372937
"@typescript-eslint/eslint-plugin@^5.62.0":
29382938
version "5.62.0"
@@ -2950,15 +2950,15 @@
29502950
semver "^7.3.7"
29512951
tsutils "^3.21.0"
29522952

2953-
"@typescript-eslint/parser@7.14.1":
2954-
version "7.14.1"
2955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
2956-
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
2953+
"@typescript-eslint/parser@8.31.0":
2954+
version "8.31.0"
2955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.0.tgz#5ec28823d06dd20ed5f67b61224823f12ccde095"
2956+
integrity sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==
29572957
dependencies:
2958-
"@typescript-eslint/scope-manager" "7.14.1"
2959-
"@typescript-eslint/types" "7.14.1"
2960-
"@typescript-eslint/typescript-estree" "7.14.1"
2961-
"@typescript-eslint/visitor-keys" "7.14.1"
2958+
"@typescript-eslint/scope-manager" "8.31.0"
2959+
"@typescript-eslint/types" "8.31.0"
2960+
"@typescript-eslint/typescript-estree" "8.31.0"
2961+
"@typescript-eslint/visitor-keys" "8.31.0"
29622962
debug "^4.3.4"
29632963

29642964
"@typescript-eslint/parser@^5.62.0":
@@ -2979,13 +2979,13 @@
29792979
"@typescript-eslint/types" "5.62.0"
29802980
"@typescript-eslint/visitor-keys" "5.62.0"
29812981

2982-
"@typescript-eslint/scope-manager@7.14.1":
2983-
version "7.14.1"
2984-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5"
2985-
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==
2982+
"@typescript-eslint/scope-manager@8.31.0":
2983+
version "8.31.0"
2984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
2985+
integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==
29862986
dependencies:
2987-
"@typescript-eslint/types" "7.14.1"
2988-
"@typescript-eslint/visitor-keys" "7.14.1"
2987+
"@typescript-eslint/types" "8.31.0"
2988+
"@typescript-eslint/visitor-keys" "8.31.0"
29892989

29902990
"@typescript-eslint/[email protected]":
29912991
version "5.62.0"
@@ -2997,25 +2997,25 @@
29972997
debug "^4.3.4"
29982998
tsutils "^3.21.0"
29992999

3000-
"@typescript-eslint/type-utils@7.14.1":
3001-
version "7.14.1"
3002-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
3003-
integrity sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==
3000+
"@typescript-eslint/type-utils@8.31.0":
3001+
version "8.31.0"
3002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
3003+
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
30043004
dependencies:
3005-
"@typescript-eslint/typescript-estree" "7.14.1"
3006-
"@typescript-eslint/utils" "7.14.1"
3005+
"@typescript-eslint/typescript-estree" "8.31.0"
3006+
"@typescript-eslint/utils" "8.31.0"
30073007
debug "^4.3.4"
3008-
ts-api-utils "^1.3.0"
3008+
ts-api-utils "^2.0.1"
30093009

30103010
"@typescript-eslint/[email protected]":
30113011
version "5.62.0"
30123012
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
30133013
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
30143014

3015-
"@typescript-eslint/types@7.14.1":
3016-
version "7.14.1"
3017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
3018-
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
3015+
"@typescript-eslint/types@8.31.0":
3016+
version "8.31.0"
3017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1"
3018+
integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==
30193019

30203020
"@typescript-eslint/[email protected]":
30213021
version "5.62.0"
@@ -3030,19 +3030,19 @@
30303030
semver "^7.3.7"
30313031
tsutils "^3.21.0"
30323032

3033-
"@typescript-eslint/typescript-estree@7.14.1":
3034-
version "7.14.1"
3035-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
3036-
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==
3033+
"@typescript-eslint/typescript-estree@8.31.0":
3034+
version "8.31.0"
3035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
3036+
integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==
30373037
dependencies:
3038-
"@typescript-eslint/types" "7.14.1"
3039-
"@typescript-eslint/visitor-keys" "7.14.1"
3038+
"@typescript-eslint/types" "8.31.0"
3039+
"@typescript-eslint/visitor-keys" "8.31.0"
30403040
debug "^4.3.4"
3041-
globby "^11.1.0"
3041+
fast-glob "^3.3.2"
30423042
is-glob "^4.0.3"
30433043
minimatch "^9.0.4"
30443044
semver "^7.6.0"
3045-
ts-api-utils "^1.3.0"
3045+
ts-api-utils "^2.0.1"
30463046

30473047
"@typescript-eslint/[email protected]":
30483048
version "5.62.0"
@@ -3058,15 +3058,15 @@
30583058
eslint-scope "^5.1.1"
30593059
semver "^7.3.7"
30603060

3061-
"@typescript-eslint/utils@7.14.1":
3062-
version "7.14.1"
3063-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
3064-
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==
3061+
"@typescript-eslint/utils@8.31.0":
3062+
version "8.31.0"
3063+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
3064+
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
30653065
dependencies:
30663066
"@eslint-community/eslint-utils" "^4.4.0"
3067-
"@typescript-eslint/scope-manager" "7.14.1"
3068-
"@typescript-eslint/types" "7.14.1"
3069-
"@typescript-eslint/typescript-estree" "7.14.1"
3067+
"@typescript-eslint/scope-manager" "8.31.0"
3068+
"@typescript-eslint/types" "8.31.0"
3069+
"@typescript-eslint/typescript-estree" "8.31.0"
30703070

30713071
"@typescript-eslint/[email protected]":
30723072
version "5.62.0"
@@ -3076,13 +3076,13 @@
30763076
"@typescript-eslint/types" "5.62.0"
30773077
eslint-visitor-keys "^3.3.0"
30783078

3079-
"@typescript-eslint/visitor-keys@7.14.1":
3080-
version "7.14.1"
3081-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274"
3082-
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==
3079+
"@typescript-eslint/visitor-keys@8.31.0":
3080+
version "8.31.0"
3081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5"
3082+
integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==
30833083
dependencies:
3084-
"@typescript-eslint/types" "7.14.1"
3085-
eslint-visitor-keys "^3.4.3"
3084+
"@typescript-eslint/types" "8.31.0"
3085+
eslint-visitor-keys "^4.2.0"
30863086

30873087
"@vitest/coverage-v8@^1.6.0":
30883088
version "1.6.0"
@@ -5812,7 +5812,7 @@ eslint-scope@^8.3.0:
58125812
esrecurse "^4.3.0"
58135813
estraverse "^5.2.0"
58145814

5815-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
5815+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
58165816
version "3.4.3"
58175817
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
58185818
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -6057,6 +6057,17 @@ fast-glob@^3.2.9:
60576057
merge2 "^1.3.0"
60586058
micromatch "^4.0.4"
60596059

6060+
fast-glob@^3.3.2:
6061+
version "3.3.3"
6062+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
6063+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
6064+
dependencies:
6065+
"@nodelib/fs.stat" "^2.0.2"
6066+
"@nodelib/fs.walk" "^1.2.3"
6067+
glob-parent "^5.1.2"
6068+
merge2 "^1.3.0"
6069+
micromatch "^4.0.8"
6070+
60606071
fast-json-stable-stringify@^2.0.0:
60616072
version "2.1.0"
60626073
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -11629,10 +11640,10 @@ trim-newlines@^3.0.0:
1162911640
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1163011641
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1163111642

11632-
ts-api-utils@^1.3.0:
11633-
version "1.3.0"
11634-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
11635-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
11643+
ts-api-utils@^2.0.1:
11644+
version "2.1.0"
11645+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
11646+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1163611647

1163711648
ts-node@^10.9.2:
1163811649
version "10.9.2"
@@ -11731,14 +11742,14 @@ typedarray@^0.0.6:
1173111742
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1173211743
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1173311744

11734-
typescript-eslint@^7.8.0:
11735-
version "7.14.1"
11736-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.14.1.tgz#5c1a7d758527321a120adbe9588baef8e5074300"
11737-
integrity sha512-Eo1X+Y0JgGPspcANKjeR6nIqXl4VL5ldXLc15k4m9upq+eY5fhU2IueiEZL6jmHrKH8aCfbIvM/v3IrX5Hg99w==
11745+
typescript-eslint@^8.31.0:
11746+
version "8.31.0"
11747+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.31.0.tgz#955e2e81011afbc11db3abd5f1d073a4b12e1270"
11748+
integrity sha512-u+93F0sB0An8WEAPtwxVhFby573E8ckdjwUUQUj9QA4v8JAvgtoDdIyYR3XFwFHq2W1KJ1AurwJCO+w+Y1ixyQ==
1173811749
dependencies:
11739-
"@typescript-eslint/eslint-plugin" "7.14.1"
11740-
"@typescript-eslint/parser" "7.14.1"
11741-
"@typescript-eslint/utils" "7.14.1"
11750+
"@typescript-eslint/eslint-plugin" "8.31.0"
11751+
"@typescript-eslint/parser" "8.31.0"
11752+
"@typescript-eslint/utils" "8.31.0"
1174211753

1174311754
typescript@^5.4.5:
1174411755
version "5.4.5"

0 commit comments

Comments
 (0)