Skip to content

Commit 2b3de0f

Browse files
chore(deps-dev): bump typescript-eslint from 7.14.1 to 8.34.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.14.1 to 8.34.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.34.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.34.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 348c9a2 commit 2b3de0f

File tree

2 files changed

+109
-70
lines changed

2 files changed

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

yarn.lock

Lines changed: 108 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,13 @@
19271927
dependencies:
19281928
eslint-visitor-keys "^3.3.0"
19291929

1930+
"@eslint-community/eslint-utils@^4.7.0":
1931+
version "4.7.0"
1932+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1933+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1934+
dependencies:
1935+
eslint-visitor-keys "^3.4.3"
1936+
19301937
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.4.0":
19311938
version "4.12.1"
19321939
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2934,20 +2941,20 @@
29342941
anymatch "^3.0.0"
29352942
source-map "^0.6.0"
29362943

2937-
"@typescript-eslint/eslint-plugin@7.14.1":
2938-
version "7.14.1"
2939-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz#90e2f76a5930d553ede124e1f541a39b4417465e"
2940-
integrity sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==
2944+
"@typescript-eslint/eslint-plugin@8.34.0":
2945+
version "8.34.0"
2946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz#96c9f818782fe24cd5883a5d517ca1826d3fa9c2"
2947+
integrity sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==
29412948
dependencies:
29422949
"@eslint-community/regexpp" "^4.10.0"
2943-
"@typescript-eslint/scope-manager" "7.14.1"
2944-
"@typescript-eslint/type-utils" "7.14.1"
2945-
"@typescript-eslint/utils" "7.14.1"
2946-
"@typescript-eslint/visitor-keys" "7.14.1"
2950+
"@typescript-eslint/scope-manager" "8.34.0"
2951+
"@typescript-eslint/type-utils" "8.34.0"
2952+
"@typescript-eslint/utils" "8.34.0"
2953+
"@typescript-eslint/visitor-keys" "8.34.0"
29472954
graphemer "^1.4.0"
2948-
ignore "^5.3.1"
2955+
ignore "^7.0.0"
29492956
natural-compare "^1.4.0"
2950-
ts-api-utils "^1.3.0"
2957+
ts-api-utils "^2.1.0"
29512958

29522959
"@typescript-eslint/eslint-plugin@^5.62.0":
29532960
version "5.62.0"
@@ -2965,15 +2972,15 @@
29652972
semver "^7.3.7"
29662973
tsutils "^3.21.0"
29672974

2968-
"@typescript-eslint/parser@7.14.1":
2969-
version "7.14.1"
2970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
2971-
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
2975+
"@typescript-eslint/parser@8.34.0":
2976+
version "8.34.0"
2977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.0.tgz#703270426ac529304ae6988482f487c856d9c13f"
2978+
integrity sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==
29722979
dependencies:
2973-
"@typescript-eslint/scope-manager" "7.14.1"
2974-
"@typescript-eslint/types" "7.14.1"
2975-
"@typescript-eslint/typescript-estree" "7.14.1"
2976-
"@typescript-eslint/visitor-keys" "7.14.1"
2980+
"@typescript-eslint/scope-manager" "8.34.0"
2981+
"@typescript-eslint/types" "8.34.0"
2982+
"@typescript-eslint/typescript-estree" "8.34.0"
2983+
"@typescript-eslint/visitor-keys" "8.34.0"
29772984
debug "^4.3.4"
29782985

29792986
"@typescript-eslint/parser@^5.62.0":
@@ -2986,6 +2993,15 @@
29862993
"@typescript-eslint/typescript-estree" "5.62.0"
29872994
debug "^4.3.4"
29882995

2996+
"@typescript-eslint/project-service@8.34.0":
2997+
version "8.34.0"
2998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
2999+
integrity sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==
3000+
dependencies:
3001+
"@typescript-eslint/tsconfig-utils" "^8.34.0"
3002+
"@typescript-eslint/types" "^8.34.0"
3003+
debug "^4.3.4"
3004+
29893005
"@typescript-eslint/scope-manager@5.62.0":
29903006
version "5.62.0"
29913007
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -2994,13 +3010,18 @@
29943010
"@typescript-eslint/types" "5.62.0"
29953011
"@typescript-eslint/visitor-keys" "5.62.0"
29963012

2997-
"@typescript-eslint/scope-manager@7.14.1":
2998-
version "7.14.1"
2999-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5"
3000-
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==
3013+
"@typescript-eslint/scope-manager@8.34.0":
3014+
version "8.34.0"
3015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
3016+
integrity sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==
30013017
dependencies:
3002-
"@typescript-eslint/types" "7.14.1"
3003-
"@typescript-eslint/visitor-keys" "7.14.1"
3018+
"@typescript-eslint/types" "8.34.0"
3019+
"@typescript-eslint/visitor-keys" "8.34.0"
3020+
3021+
"@typescript-eslint/tsconfig-utils@8.34.0", "@typescript-eslint/tsconfig-utils@^8.34.0":
3022+
version "8.34.0"
3023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
3024+
integrity sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==
30043025

30053026
"@typescript-eslint/type-utils@5.62.0":
30063027
version "5.62.0"
@@ -3012,25 +3033,25 @@
30123033
debug "^4.3.4"
30133034
tsutils "^3.21.0"
30143035

3015-
"@typescript-eslint/type-utils@7.14.1":
3016-
version "7.14.1"
3017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
3018-
integrity sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==
3036+
"@typescript-eslint/type-utils@8.34.0":
3037+
version "8.34.0"
3038+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz#03e7eb3776129dfd751ba1cac0c6ea4b0fab5ec6"
3039+
integrity sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==
30193040
dependencies:
3020-
"@typescript-eslint/typescript-estree" "7.14.1"
3021-
"@typescript-eslint/utils" "7.14.1"
3041+
"@typescript-eslint/typescript-estree" "8.34.0"
3042+
"@typescript-eslint/utils" "8.34.0"
30223043
debug "^4.3.4"
3023-
ts-api-utils "^1.3.0"
3044+
ts-api-utils "^2.1.0"
30243045

30253046
"@typescript-eslint/types@5.62.0":
30263047
version "5.62.0"
30273048
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
30283049
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
30293050

3030-
"@typescript-eslint/types@7.14.1":
3031-
version "7.14.1"
3032-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
3033-
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
3051+
"@typescript-eslint/types@8.34.0", "@typescript-eslint/types@^8.34.0":
3052+
version "8.34.0"
3053+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
3054+
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
30343055

30353056
"@typescript-eslint/typescript-estree@5.62.0":
30363057
version "5.62.0"
@@ -3045,19 +3066,21 @@
30453066
semver "^7.3.7"
30463067
tsutils "^3.21.0"
30473068

3048-
"@typescript-eslint/typescript-estree@7.14.1":
3049-
version "7.14.1"
3050-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
3051-
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==
3069+
"@typescript-eslint/typescript-estree@8.34.0":
3070+
version "8.34.0"
3071+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
3072+
integrity sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==
30523073
dependencies:
3053-
"@typescript-eslint/types" "7.14.1"
3054-
"@typescript-eslint/visitor-keys" "7.14.1"
3074+
"@typescript-eslint/project-service" "8.34.0"
3075+
"@typescript-eslint/tsconfig-utils" "8.34.0"
3076+
"@typescript-eslint/types" "8.34.0"
3077+
"@typescript-eslint/visitor-keys" "8.34.0"
30553078
debug "^4.3.4"
3056-
globby "^11.1.0"
3079+
fast-glob "^3.3.2"
30573080
is-glob "^4.0.3"
30583081
minimatch "^9.0.4"
30593082
semver "^7.6.0"
3060-
ts-api-utils "^1.3.0"
3083+
ts-api-utils "^2.1.0"
30613084

30623085
"@typescript-eslint/utils@5.62.0":
30633086
version "5.62.0"
@@ -3073,15 +3096,15 @@
30733096
eslint-scope "^5.1.1"
30743097
semver "^7.3.7"
30753098

3076-
"@typescript-eslint/utils@7.14.1":
3077-
version "7.14.1"
3078-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
3079-
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==
3099+
"@typescript-eslint/utils@8.34.0":
3100+
version "8.34.0"
3101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
3102+
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
30803103
dependencies:
3081-
"@eslint-community/eslint-utils" "^4.4.0"
3082-
"@typescript-eslint/scope-manager" "7.14.1"
3083-
"@typescript-eslint/types" "7.14.1"
3084-
"@typescript-eslint/typescript-estree" "7.14.1"
3104+
"@eslint-community/eslint-utils" "^4.7.0"
3105+
"@typescript-eslint/scope-manager" "8.34.0"
3106+
"@typescript-eslint/types" "8.34.0"
3107+
"@typescript-eslint/typescript-estree" "8.34.0"
30853108

30863109
"@typescript-eslint/visitor-keys@5.62.0":
30873110
version "5.62.0"
@@ -3091,13 +3114,13 @@
30913114
"@typescript-eslint/types" "5.62.0"
30923115
eslint-visitor-keys "^3.3.0"
30933116

3094-
"@typescript-eslint/visitor-keys@7.14.1":
3095-
version "7.14.1"
3096-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274"
3097-
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==
3117+
"@typescript-eslint/visitor-keys@8.34.0":
3118+
version "8.34.0"
3119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
3120+
integrity sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==
30983121
dependencies:
3099-
"@typescript-eslint/types" "7.14.1"
3100-
eslint-visitor-keys "^3.4.3"
3122+
"@typescript-eslint/types" "8.34.0"
3123+
eslint-visitor-keys "^4.2.0"
31013124

31023125
"@vitest/coverage-v8@^1.6.0":
31033126
version "1.6.0"
@@ -6072,6 +6095,17 @@ fast-glob@^3.2.9:
60726095
merge2 "^1.3.0"
60736096
micromatch "^4.0.4"
60746097

6098+
fast-glob@^3.3.2:
6099+
version "3.3.3"
6100+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
6101+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
6102+
dependencies:
6103+
"@nodelib/fs.stat" "^2.0.2"
6104+
"@nodelib/fs.walk" "^1.2.3"
6105+
glob-parent "^5.1.2"
6106+
merge2 "^1.3.0"
6107+
micromatch "^4.0.8"
6108+
60756109
fast-json-stable-stringify@^2.0.0:
60766110
version "2.1.0"
60776111
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -7024,11 +7058,16 @@ ignore-by-default@^1.0.1:
70247058
resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09"
70257059
integrity sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==
70267060

7027-
ignore@^5.2.0, ignore@^5.3.0, ignore@^5.3.1:
7061+
ignore@^5.2.0, ignore@^5.3.0:
70287062
version "5.3.1"
70297063
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
70307064
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
70317065

7066+
ignore@^7.0.0:
7067+
version "7.0.5"
7068+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
7069+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
7070+
70327071
immutable@^4.0.0:
70337072
version "4.3.4"
70347073
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.4.tgz#2e07b33837b4bb7662f288c244d1ced1ef65a78f"
@@ -11663,10 +11702,10 @@ trim-newlines@^3.0.0:
1166311702
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1166411703
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1166511704

11666-
ts-api-utils@^1.3.0:
11667-
version "1.3.0"
11668-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
11669-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
11705+
ts-api-utils@^2.1.0:
11706+
version "2.1.0"
11707+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
11708+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1167011709

1167111710
ts-node@^10.9.2:
1167211711
version "10.9.2"
@@ -11765,14 +11804,14 @@ typedarray@^0.0.6:
1176511804
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1176611805
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1176711806

11768-
typescript-eslint@^7.8.0:
11769-
version "7.14.1"
11770-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.14.1.tgz#5c1a7d758527321a120adbe9588baef8e5074300"
11771-
integrity sha512-Eo1X+Y0JgGPspcANKjeR6nIqXl4VL5ldXLc15k4m9upq+eY5fhU2IueiEZL6jmHrKH8aCfbIvM/v3IrX5Hg99w==
11807+
typescript-eslint@^8.34.0:
11808+
version "8.34.0"
11809+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.34.0.tgz#5bc7e405cd0ed5d6f28d86017519700b77ca1298"
11810+
integrity sha512-MRpfN7uYjTrTGigFCt8sRyNqJFhjN0WwZecldaqhWm+wy0gaRt8Edb/3cuUy0zdq2opJWT6iXINKAtewnDOltQ==
1177211811
dependencies:
11773-
"@typescript-eslint/eslint-plugin" "7.14.1"
11774-
"@typescript-eslint/parser" "7.14.1"
11775-
"@typescript-eslint/utils" "7.14.1"
11812+
"@typescript-eslint/eslint-plugin" "8.34.0"
11813+
"@typescript-eslint/parser" "8.34.0"
11814+
"@typescript-eslint/utils" "8.34.0"
1177611815

1177711816
typescript@^5.4.5:
1177811817
version "5.4.5"

0 commit comments

Comments
 (0)