Skip to content

Commit f3f2f66

Browse files
fix(deps): update dependency typescript-eslint to v8.32.1
1 parent ffb196f commit f3f2f66

File tree

2 files changed

+83
-33
lines changed

2 files changed

+83
-33
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"globals": "15.15.0",
3333
"jsonc-eslint-parser": "2.4.0",
3434
"semver": "^7.6.3",
35-
"typescript-eslint": "8.32.0"
35+
"typescript-eslint": "8.32.1"
3636
},
3737
"devDependencies": {
3838
"@types/eslint": "^9.6.1",

yarn.lock

+82-32
Original file line numberDiff line numberDiff line change
@@ -929,30 +929,30 @@
929929
dependencies:
930930
"@types/yargs-parser" "*"
931931

932-
"@typescript-eslint/[email protected].0":
933-
version "8.32.0"
934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
935-
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
932+
"@typescript-eslint/[email protected].1":
933+
version "8.32.1"
934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
935+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
936936
dependencies:
937937
"@eslint-community/regexpp" "^4.10.0"
938-
"@typescript-eslint/scope-manager" "8.32.0"
939-
"@typescript-eslint/type-utils" "8.32.0"
940-
"@typescript-eslint/utils" "8.32.0"
941-
"@typescript-eslint/visitor-keys" "8.32.0"
938+
"@typescript-eslint/scope-manager" "8.32.1"
939+
"@typescript-eslint/type-utils" "8.32.1"
940+
"@typescript-eslint/utils" "8.32.1"
941+
"@typescript-eslint/visitor-keys" "8.32.1"
942942
graphemer "^1.4.0"
943-
ignore "^5.3.1"
943+
ignore "^7.0.0"
944944
natural-compare "^1.4.0"
945945
ts-api-utils "^2.1.0"
946946

947-
"@typescript-eslint/[email protected].0":
948-
version "8.32.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
950-
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
947+
"@typescript-eslint/[email protected].1":
948+
version "8.32.1"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
950+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
951951
dependencies:
952-
"@typescript-eslint/scope-manager" "8.32.0"
953-
"@typescript-eslint/types" "8.32.0"
954-
"@typescript-eslint/typescript-estree" "8.32.0"
955-
"@typescript-eslint/visitor-keys" "8.32.0"
952+
"@typescript-eslint/scope-manager" "8.32.1"
953+
"@typescript-eslint/types" "8.32.1"
954+
"@typescript-eslint/typescript-estree" "8.32.1"
955+
"@typescript-eslint/visitor-keys" "8.32.1"
956956
debug "^4.3.4"
957957

958958
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^8.15.0":
@@ -963,13 +963,21 @@
963963
"@typescript-eslint/types" "8.32.0"
964964
"@typescript-eslint/visitor-keys" "8.32.0"
965965

966-
"@typescript-eslint/type-utils@8.32.0":
967-
version "8.32.0"
968-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
969-
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
966+
"@typescript-eslint/scope-manager@8.32.1":
967+
version "8.32.1"
968+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
969+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
970970
dependencies:
971-
"@typescript-eslint/typescript-estree" "8.32.0"
972-
"@typescript-eslint/utils" "8.32.0"
971+
"@typescript-eslint/types" "8.32.1"
972+
"@typescript-eslint/visitor-keys" "8.32.1"
973+
974+
"@typescript-eslint/[email protected]":
975+
version "8.32.1"
976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
977+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
978+
dependencies:
979+
"@typescript-eslint/typescript-estree" "8.32.1"
980+
"@typescript-eslint/utils" "8.32.1"
973981
debug "^4.3.4"
974982
ts-api-utils "^2.1.0"
975983

@@ -978,6 +986,11 @@
978986
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
979987
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
980988

989+
"@typescript-eslint/[email protected]":
990+
version "8.32.1"
991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
992+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
993+
981994
"@typescript-eslint/[email protected]":
982995
version "8.32.0"
983996
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
@@ -992,7 +1005,31 @@
9921005
semver "^7.6.0"
9931006
ts-api-utils "^2.1.0"
9941007

995-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.15.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.31.0":
1008+
"@typescript-eslint/[email protected]":
1009+
version "8.32.1"
1010+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1011+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
1012+
dependencies:
1013+
"@typescript-eslint/types" "8.32.1"
1014+
"@typescript-eslint/visitor-keys" "8.32.1"
1015+
debug "^4.3.4"
1016+
fast-glob "^3.3.2"
1017+
is-glob "^4.0.3"
1018+
minimatch "^9.0.4"
1019+
semver "^7.6.0"
1020+
ts-api-utils "^2.1.0"
1021+
1022+
"@typescript-eslint/[email protected]":
1023+
version "8.32.1"
1024+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1025+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
1026+
dependencies:
1027+
"@eslint-community/eslint-utils" "^4.7.0"
1028+
"@typescript-eslint/scope-manager" "8.32.1"
1029+
"@typescript-eslint/types" "8.32.1"
1030+
"@typescript-eslint/typescript-estree" "8.32.1"
1031+
1032+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.15.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.31.0":
9961033
version "8.32.0"
9971034
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
9981035
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
@@ -1010,6 +1047,14 @@
10101047
"@typescript-eslint/types" "8.32.0"
10111048
eslint-visitor-keys "^4.2.0"
10121049

1050+
"@typescript-eslint/[email protected]":
1051+
version "8.32.1"
1052+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1053+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
1054+
dependencies:
1055+
"@typescript-eslint/types" "8.32.1"
1056+
eslint-visitor-keys "^4.2.0"
1057+
10131058
10141059
version "1.7.1"
10151060
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.7.1.tgz#960babe681bbaba2ec93890a12674acacc2ddac2"
@@ -3174,11 +3219,16 @@ [email protected], iconv-lite@^0.6.3:
31743219
dependencies:
31753220
safer-buffer ">= 2.1.2 < 3.0.0"
31763221

3177-
ignore@^5.2.0, ignore@^5.3.1, ignore@^5.3.2:
3222+
ignore@^5.2.0, ignore@^5.3.2:
31783223
version "5.3.2"
31793224
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
31803225
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
31813226

3227+
ignore@^7.0.0:
3228+
version "7.0.4"
3229+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3230+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
3231+
31823232
import-fresh@^3.2.1:
31833233
version "3.3.1"
31843234
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
@@ -5659,14 +5709,14 @@ typedarray@^0.0.6:
56595709
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
56605710
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
56615711

5662-
5663-
version "8.32.0"
5664-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.32.0.tgz#032cf9176d987caff291990ea6313bf4c0b63b4e"
5665-
integrity sha512-UMq2kxdXCzinFFPsXc9o2ozIpYCCOiEC46MG3yEh5Vipq6BO27otTtEBZA1fQ66DulEUgE97ucQ/3YY66CPg0A==
5712+
5713+
version "8.32.1"
5714+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.32.1.tgz#1784335c781491be528ff84ab666e2f0f7591fd1"
5715+
integrity sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==
56665716
dependencies:
5667-
"@typescript-eslint/eslint-plugin" "8.32.0"
5668-
"@typescript-eslint/parser" "8.32.0"
5669-
"@typescript-eslint/utils" "8.32.0"
5717+
"@typescript-eslint/eslint-plugin" "8.32.1"
5718+
"@typescript-eslint/parser" "8.32.1"
5719+
"@typescript-eslint/utils" "8.32.1"
56705720

56715721
typescript@~5.8.2:
56725722
version "5.8.3"

0 commit comments

Comments
 (0)