Skip to content

Commit a49e032

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to ^7.5.0
1 parent 08bafe9 commit a49e032

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/jest": "^29.5.12",
3030
"@types/shelljs": "^0.8.15",
31-
"@typescript-eslint/eslint-plugin": "^7.3.1",
31+
"@typescript-eslint/eslint-plugin": "^7.5.0",
3232
"@valora/eslint-config-typescript": "^1.0.2",
3333
"@valora/prettier-config": "^0.0.1",
3434
"eslint": "^8.57.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,16 +1036,16 @@
10361036
dependencies:
10371037
"@types/yargs-parser" "*"
10381038

1039-
"@typescript-eslint/eslint-plugin@^7.3.1":
1040-
version "7.3.1"
1041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.3.1.tgz#0d8f38a6c8a1802139e62184ee7a68ed024f30a1"
1042-
integrity sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==
1039+
"@typescript-eslint/eslint-plugin@^7.5.0":
1040+
version "7.5.0"
1041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz#1dc52fe48454d5b54be2d5f089680452f1628a5a"
1042+
integrity sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==
10431043
dependencies:
10441044
"@eslint-community/regexpp" "^4.5.1"
1045-
"@typescript-eslint/scope-manager" "7.3.1"
1046-
"@typescript-eslint/type-utils" "7.3.1"
1047-
"@typescript-eslint/utils" "7.3.1"
1048-
"@typescript-eslint/visitor-keys" "7.3.1"
1045+
"@typescript-eslint/scope-manager" "7.5.0"
1046+
"@typescript-eslint/type-utils" "7.5.0"
1047+
"@typescript-eslint/utils" "7.5.0"
1048+
"@typescript-eslint/visitor-keys" "7.5.0"
10491049
debug "^4.3.4"
10501050
graphemer "^1.4.0"
10511051
ignore "^5.2.4"
@@ -1071,21 +1071,21 @@
10711071
"@typescript-eslint/types" "5.62.0"
10721072
"@typescript-eslint/visitor-keys" "5.62.0"
10731073

1074-
"@typescript-eslint/scope-manager@7.3.1":
1075-
version "7.3.1"
1076-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.3.1.tgz#73fd0cb4211a7be23e49e5b6efec8820caa6ec36"
1077-
integrity sha512-fVS6fPxldsKY2nFvyT7IP78UO1/I2huG+AYu5AMjCT9wtl6JFiDnsv4uad4jQ0GTFzcUV5HShVeN96/17bTBag==
1074+
"@typescript-eslint/scope-manager@7.5.0":
1075+
version "7.5.0"
1076+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
1077+
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
10781078
dependencies:
1079-
"@typescript-eslint/types" "7.3.1"
1080-
"@typescript-eslint/visitor-keys" "7.3.1"
1079+
"@typescript-eslint/types" "7.5.0"
1080+
"@typescript-eslint/visitor-keys" "7.5.0"
10811081

1082-
"@typescript-eslint/type-utils@7.3.1":
1083-
version "7.3.1"
1084-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.3.1.tgz#cbf90d3d7e788466aa8a5c0ab3f46103f098aa0d"
1085-
integrity sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==
1082+
"@typescript-eslint/type-utils@7.5.0":
1083+
version "7.5.0"
1084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9"
1085+
integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==
10861086
dependencies:
1087-
"@typescript-eslint/typescript-estree" "7.3.1"
1088-
"@typescript-eslint/utils" "7.3.1"
1087+
"@typescript-eslint/typescript-estree" "7.5.0"
1088+
"@typescript-eslint/utils" "7.5.0"
10891089
debug "^4.3.4"
10901090
ts-api-utils "^1.0.1"
10911091

@@ -1094,10 +1094,10 @@
10941094
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
10951095
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
10961096

1097-
"@typescript-eslint/types@7.3.1":
1098-
version "7.3.1"
1099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.3.1.tgz#ae104de8efa4227a462c0874d856602c5994413c"
1100-
integrity sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==
1097+
"@typescript-eslint/types@7.5.0":
1098+
version "7.5.0"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
1100+
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
11011101

11021102
"@typescript-eslint/[email protected]":
11031103
version "5.62.0"
@@ -1112,31 +1112,31 @@
11121112
semver "^7.3.7"
11131113
tsutils "^3.21.0"
11141114

1115-
"@typescript-eslint/typescript-estree@7.3.1":
1116-
version "7.3.1"
1117-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.3.1.tgz#598848195fad34c7aa73f548bd00a4d4e5f5e2bb"
1118-
integrity sha512-tLpuqM46LVkduWP7JO7yVoWshpJuJzxDOPYIVWUUZbW+4dBpgGeUdl/fQkhuV0A8eGnphYw3pp8d2EnvPOfxmQ==
1115+
"@typescript-eslint/typescript-estree@7.5.0":
1116+
version "7.5.0"
1117+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
1118+
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
11191119
dependencies:
1120-
"@typescript-eslint/types" "7.3.1"
1121-
"@typescript-eslint/visitor-keys" "7.3.1"
1120+
"@typescript-eslint/types" "7.5.0"
1121+
"@typescript-eslint/visitor-keys" "7.5.0"
11221122
debug "^4.3.4"
11231123
globby "^11.1.0"
11241124
is-glob "^4.0.3"
11251125
minimatch "9.0.3"
11261126
semver "^7.5.4"
11271127
ts-api-utils "^1.0.1"
11281128

1129-
"@typescript-eslint/utils@7.3.1":
1130-
version "7.3.1"
1131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.3.1.tgz#fc28fd508ccf89495012561b7c02a6fdad162460"
1132-
integrity sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==
1129+
"@typescript-eslint/utils@7.5.0":
1130+
version "7.5.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858"
1132+
integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==
11331133
dependencies:
11341134
"@eslint-community/eslint-utils" "^4.4.0"
11351135
"@types/json-schema" "^7.0.12"
11361136
"@types/semver" "^7.5.0"
1137-
"@typescript-eslint/scope-manager" "7.3.1"
1138-
"@typescript-eslint/types" "7.3.1"
1139-
"@typescript-eslint/typescript-estree" "7.3.1"
1137+
"@typescript-eslint/scope-manager" "7.5.0"
1138+
"@typescript-eslint/types" "7.5.0"
1139+
"@typescript-eslint/typescript-estree" "7.5.0"
11401140
semver "^7.5.4"
11411141

11421142
"@typescript-eslint/utils@^5.10.0":
@@ -1161,12 +1161,12 @@
11611161
"@typescript-eslint/types" "5.62.0"
11621162
eslint-visitor-keys "^3.3.0"
11631163

1164-
"@typescript-eslint/visitor-keys@7.3.1":
1165-
version "7.3.1"
1166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.3.1.tgz#6ddef14a3ce2a79690f01176f5305c34d7b93d8c"
1167-
integrity sha512-9RMXwQF8knsZvfv9tdi+4D/j7dMG28X/wMJ8Jj6eOHyHWwDW4ngQJcqEczSsqIKKjFiLFr40Mnr7a5ulDD3vmw==
1164+
"@typescript-eslint/visitor-keys@7.5.0":
1165+
version "7.5.0"
1166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
1167+
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
11681168
dependencies:
1169-
"@typescript-eslint/types" "7.3.1"
1169+
"@typescript-eslint/types" "7.5.0"
11701170
eslint-visitor-keys "^3.4.1"
11711171

11721172
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)