Skip to content

Commit b6c462c

Browse files
committed
devdeps(@typescript-eslint/*): upgrade to 7.18.0
1 parent 391da3d commit b6c462c

File tree

2 files changed

+75
-92
lines changed

2 files changed

+75
-92
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@commitlint/config-conventional": "17.8.1",
1313
"@types/jest": "^29.5.14",
1414
"@types/node": "~24.10.0",
15-
"@typescript-eslint/eslint-plugin": "6.21.0",
16-
"@typescript-eslint/parser": "6.21.0",
15+
"@typescript-eslint/eslint-plugin": "7.18.0",
16+
"@typescript-eslint/parser": "7.18.0",
1717
"commitlint": "17.8.1",
1818
"cross-env": "7.0.3",
1919
"doctoc": "2.2.1",

yarn.lock

Lines changed: 73 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,12 @@
487487
dependencies:
488488
eslint-visitor-keys "^3.3.0"
489489

490-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
490+
"@eslint-community/regexpp@^4.10.0":
491+
version "4.12.2"
492+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
493+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
494+
495+
"@eslint-community/regexpp@^4.6.1":
491496
version "4.10.1"
492497
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
493498
integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==
@@ -979,11 +984,6 @@
979984
expect "^29.0.0"
980985
pretty-format "^29.0.0"
981986

982-
"@types/json-schema@^7.0.12":
983-
version "7.0.15"
984-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
985-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
986-
987987
"@types/mdast@^3.0.0":
988988
version "3.0.13"
989989
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.13.tgz#b7ba6e52d0faeb9c493e32c205f3831022be4e1b"
@@ -1025,11 +1025,6 @@
10251025
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.2.tgz#9b0e3e8533fe5024ad32d6637eb9589988b6fdca"
10261026
integrity sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A==
10271027

1028-
"@types/semver@^7.5.0":
1029-
version "7.5.8"
1030-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1031-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1032-
10331028
"@types/semver@^7.7.1":
10341029
version "7.7.1"
10351030
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528"
@@ -1090,91 +1085,86 @@
10901085
dependencies:
10911086
"@types/node" "*"
10921087

1093-
"@typescript-eslint/eslint-plugin@6.21.0":
1094-
version "6.21.0"
1095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
1096-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
1088+
"@typescript-eslint/eslint-plugin@7.18.0":
1089+
version "7.18.0"
1090+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
1091+
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
10971092
dependencies:
1098-
"@eslint-community/regexpp" "^4.5.1"
1099-
"@typescript-eslint/scope-manager" "6.21.0"
1100-
"@typescript-eslint/type-utils" "6.21.0"
1101-
"@typescript-eslint/utils" "6.21.0"
1102-
"@typescript-eslint/visitor-keys" "6.21.0"
1103-
debug "^4.3.4"
1093+
"@eslint-community/regexpp" "^4.10.0"
1094+
"@typescript-eslint/scope-manager" "7.18.0"
1095+
"@typescript-eslint/type-utils" "7.18.0"
1096+
"@typescript-eslint/utils" "7.18.0"
1097+
"@typescript-eslint/visitor-keys" "7.18.0"
11041098
graphemer "^1.4.0"
1105-
ignore "^5.2.4"
1099+
ignore "^5.3.1"
11061100
natural-compare "^1.4.0"
1107-
semver "^7.5.4"
1108-
ts-api-utils "^1.0.1"
1101+
ts-api-utils "^1.3.0"
11091102

1110-
"@typescript-eslint/parser@6.21.0":
1111-
version "6.21.0"
1112-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1113-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1103+
"@typescript-eslint/parser@7.18.0":
1104+
version "7.18.0"
1105+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
1106+
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
11141107
dependencies:
1115-
"@typescript-eslint/scope-manager" "6.21.0"
1116-
"@typescript-eslint/types" "6.21.0"
1117-
"@typescript-eslint/typescript-estree" "6.21.0"
1118-
"@typescript-eslint/visitor-keys" "6.21.0"
1108+
"@typescript-eslint/scope-manager" "7.18.0"
1109+
"@typescript-eslint/types" "7.18.0"
1110+
"@typescript-eslint/typescript-estree" "7.18.0"
1111+
"@typescript-eslint/visitor-keys" "7.18.0"
11191112
debug "^4.3.4"
11201113

1121-
"@typescript-eslint/scope-manager@6.21.0":
1122-
version "6.21.0"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1124-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1114+
"@typescript-eslint/scope-manager@7.18.0":
1115+
version "7.18.0"
1116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
1117+
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
11251118
dependencies:
1126-
"@typescript-eslint/types" "6.21.0"
1127-
"@typescript-eslint/visitor-keys" "6.21.0"
1119+
"@typescript-eslint/types" "7.18.0"
1120+
"@typescript-eslint/visitor-keys" "7.18.0"
11281121

1129-
"@typescript-eslint/type-utils@6.21.0":
1130-
version "6.21.0"
1131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
1132-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
1122+
"@typescript-eslint/type-utils@7.18.0":
1123+
version "7.18.0"
1124+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
1125+
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
11331126
dependencies:
1134-
"@typescript-eslint/typescript-estree" "6.21.0"
1135-
"@typescript-eslint/utils" "6.21.0"
1127+
"@typescript-eslint/typescript-estree" "7.18.0"
1128+
"@typescript-eslint/utils" "7.18.0"
11361129
debug "^4.3.4"
1137-
ts-api-utils "^1.0.1"
1130+
ts-api-utils "^1.3.0"
11381131

1139-
"@typescript-eslint/types@6.21.0":
1140-
version "6.21.0"
1141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1142-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1132+
"@typescript-eslint/types@7.18.0":
1133+
version "7.18.0"
1134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
1135+
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
11431136

1144-
"@typescript-eslint/typescript-estree@6.21.0":
1145-
version "6.21.0"
1146-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1147-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1137+
"@typescript-eslint/typescript-estree@7.18.0":
1138+
version "7.18.0"
1139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
1140+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
11481141
dependencies:
1149-
"@typescript-eslint/types" "6.21.0"
1150-
"@typescript-eslint/visitor-keys" "6.21.0"
1142+
"@typescript-eslint/types" "7.18.0"
1143+
"@typescript-eslint/visitor-keys" "7.18.0"
11511144
debug "^4.3.4"
11521145
globby "^11.1.0"
11531146
is-glob "^4.0.3"
1154-
minimatch "9.0.3"
1155-
semver "^7.5.4"
1156-
ts-api-utils "^1.0.1"
1147+
minimatch "^9.0.4"
1148+
semver "^7.6.0"
1149+
ts-api-utils "^1.3.0"
11571150

1158-
"@typescript-eslint/utils@6.21.0":
1159-
version "6.21.0"
1160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1161-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1151+
"@typescript-eslint/utils@7.18.0":
1152+
version "7.18.0"
1153+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
1154+
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
11621155
dependencies:
11631156
"@eslint-community/eslint-utils" "^4.4.0"
1164-
"@types/json-schema" "^7.0.12"
1165-
"@types/semver" "^7.5.0"
1166-
"@typescript-eslint/scope-manager" "6.21.0"
1167-
"@typescript-eslint/types" "6.21.0"
1168-
"@typescript-eslint/typescript-estree" "6.21.0"
1169-
semver "^7.5.4"
1157+
"@typescript-eslint/scope-manager" "7.18.0"
1158+
"@typescript-eslint/types" "7.18.0"
1159+
"@typescript-eslint/typescript-estree" "7.18.0"
11701160

1171-
"@typescript-eslint/visitor-keys@6.21.0":
1172-
version "6.21.0"
1173-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1174-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1161+
"@typescript-eslint/visitor-keys@7.18.0":
1162+
version "7.18.0"
1163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
1164+
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
11751165
dependencies:
1176-
"@typescript-eslint/types" "6.21.0"
1177-
eslint-visitor-keys "^3.4.1"
1166+
"@typescript-eslint/types" "7.18.0"
1167+
eslint-visitor-keys "^3.4.3"
11781168

11791169
"@ungap/structured-clone@^1.2.0":
11801170
version "1.2.0"
@@ -2442,10 +2432,10 @@ ignore@^5.2.0:
24422432
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
24432433
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
24442434

2445-
ignore@^5.2.4:
2446-
version "5.3.1"
2447-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2448-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2435+
ignore@^5.3.1:
2436+
version "5.3.2"
2437+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2438+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
24492439

24502440
import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
24512441
version "3.3.0"
@@ -3553,13 +3543,6 @@ min-indent@^1.0.0:
35533543
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
35543544
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
35553545

3556-
minimatch@9.0.3:
3557-
version "9.0.3"
3558-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3559-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3560-
dependencies:
3561-
brace-expansion "^2.0.1"
3562-
35633546
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
35643547
version "3.1.2"
35653548
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4113,7 +4096,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
41134096
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
41144097
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
41154098

4116-
semver@^7.7.3:
4099+
semver@^7.6.0, semver@^7.7.3:
41174100
version "7.7.3"
41184101
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
41194102
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
@@ -4448,10 +4431,10 @@ trough@^1.0.0:
44484431
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
44494432
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
44504433

4451-
ts-api-utils@^1.0.1:
4452-
version "1.3.0"
4453-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4454-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4434+
ts-api-utils@^1.3.0:
4435+
version "1.4.3"
4436+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
4437+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
44554438

44564439
ts-jest@29.4.6:
44574440
version "29.4.6"

0 commit comments

Comments
 (0)