Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit add2e85

Browse files
authored
Merge pull request #904 from kufu/renovate/typescript-eslint-monorepo
chore: update typescript-eslint monorepo to ^8.18.0 (minor)
2 parents 16e5469 + aa13035 commit add2e85

File tree

3 files changed

+63
-144
lines changed

3 files changed

+63
-144
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
},
4848
"dependencies": {
4949
"@eslint/js": "^9.16.0",
50-
"@typescript-eslint/eslint-plugin": "^8.17.0",
51-
"@typescript-eslint/parser": "^8.17.0",
50+
"@typescript-eslint/eslint-plugin": "^8.18.0",
51+
"@typescript-eslint/parser": "^8.18.0",
5252
"eslint-config-prettier": "^9.1.0",
5353
"eslint-plugin-import": "^2.31.0",
5454
"eslint-plugin-jsx-a11y": "^6.10.2",
5555
"eslint-plugin-react": "^7.37.2",
5656
"eslint-plugin-react-hooks": "^5.0.0",
5757
"eslint-plugin-smarthr": "1.0.0",
5858
"globals": "^15.12.0",
59-
"typescript-eslint": "^8.15.0",
59+
"typescript-eslint": "^8.18.0",
6060
"vitest": "^2.1.8"
6161
}
6262
}

test/__snapshots__/snapshot.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ exports[`should match ESLint Configuration snapshot 1`] = `
11861186
"visualViewport": false,
11871187
"window": false,
11881188
},
1189-
"parser": "typescript-eslint/parser@8.15.0",
1189+
"parser": "typescript-eslint/parser@8.18.0",
11901190
"parserOptions": {
11911191
"ecmaFeatures": {
11921192
"jax": true,
@@ -1206,8 +1206,8 @@ exports[`should match ESLint Configuration snapshot 1`] = `
12061206
"react",
12071207
"react-hooks",
12081208
"jsx-a11y:[email protected]",
1209-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.15.0",
1210-
"typescript:@typescript-eslint/eslint-plugin@8.15.0",
1209+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.18.0",
1210+
"typescript:@typescript-eslint/eslint-plugin@8.18.0",
12111211
"smarthr:eslint-plugin-smarthr",
12121212
],
12131213
"processor": undefined,

yarn.lock

Lines changed: 57 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -974,166 +974,85 @@
974974
dependencies:
975975
"@types/yargs-parser" "*"
976976

977-
"@typescript-eslint/eslint-plugin@8.15.0":
978-
version "8.15.0"
979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
980-
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
977+
"@typescript-eslint/eslint-plugin@8.18.0", "@typescript-eslint/eslint-plugin@^8.18.0":
978+
version "8.18.0"
979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea"
980+
integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==
981981
dependencies:
982982
"@eslint-community/regexpp" "^4.10.0"
983-
"@typescript-eslint/scope-manager" "8.15.0"
984-
"@typescript-eslint/type-utils" "8.15.0"
985-
"@typescript-eslint/utils" "8.15.0"
986-
"@typescript-eslint/visitor-keys" "8.15.0"
983+
"@typescript-eslint/scope-manager" "8.18.0"
984+
"@typescript-eslint/type-utils" "8.18.0"
985+
"@typescript-eslint/utils" "8.18.0"
986+
"@typescript-eslint/visitor-keys" "8.18.0"
987987
graphemer "^1.4.0"
988988
ignore "^5.3.1"
989989
natural-compare "^1.4.0"
990990
ts-api-utils "^1.3.0"
991991

992-
"@typescript-eslint/eslint-plugin@^8.17.0":
993-
version "8.17.0"
994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
995-
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
992+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.18.0":
993+
version "8.18.0"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b"
995+
integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==
996996
dependencies:
997-
"@eslint-community/regexpp" "^4.10.0"
998-
"@typescript-eslint/scope-manager" "8.17.0"
999-
"@typescript-eslint/type-utils" "8.17.0"
1000-
"@typescript-eslint/utils" "8.17.0"
1001-
"@typescript-eslint/visitor-keys" "8.17.0"
1002-
graphemer "^1.4.0"
1003-
ignore "^5.3.1"
1004-
natural-compare "^1.4.0"
1005-
ts-api-utils "^1.3.0"
1006-
1007-
"@typescript-eslint/[email protected]":
1008-
version "8.15.0"
1009-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
1010-
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
1011-
dependencies:
1012-
"@typescript-eslint/scope-manager" "8.15.0"
1013-
"@typescript-eslint/types" "8.15.0"
1014-
"@typescript-eslint/typescript-estree" "8.15.0"
1015-
"@typescript-eslint/visitor-keys" "8.15.0"
1016-
debug "^4.3.4"
1017-
1018-
"@typescript-eslint/parser@^8.17.0":
1019-
version "8.17.0"
1020-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
1021-
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
1022-
dependencies:
1023-
"@typescript-eslint/scope-manager" "8.17.0"
1024-
"@typescript-eslint/types" "8.17.0"
1025-
"@typescript-eslint/typescript-estree" "8.17.0"
1026-
"@typescript-eslint/visitor-keys" "8.17.0"
997+
"@typescript-eslint/scope-manager" "8.18.0"
998+
"@typescript-eslint/types" "8.18.0"
999+
"@typescript-eslint/typescript-estree" "8.18.0"
1000+
"@typescript-eslint/visitor-keys" "8.18.0"
10271001
debug "^4.3.4"
10281002

1029-
"@typescript-eslint/[email protected]":
1030-
version "8.15.0"
1031-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
1032-
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
1033-
dependencies:
1034-
"@typescript-eslint/types" "8.15.0"
1035-
"@typescript-eslint/visitor-keys" "8.15.0"
1036-
1037-
"@typescript-eslint/[email protected]":
1038-
version "8.17.0"
1039-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
1040-
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
1003+
"@typescript-eslint/[email protected]":
1004+
version "8.18.0"
1005+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
1006+
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
10411007
dependencies:
1042-
"@typescript-eslint/types" "8.17.0"
1043-
"@typescript-eslint/visitor-keys" "8.17.0"
1044-
1045-
"@typescript-eslint/[email protected]":
1046-
version "8.15.0"
1047-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
1048-
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
1049-
dependencies:
1050-
"@typescript-eslint/typescript-estree" "8.15.0"
1051-
"@typescript-eslint/utils" "8.15.0"
1052-
debug "^4.3.4"
1053-
ts-api-utils "^1.3.0"
1008+
"@typescript-eslint/types" "8.18.0"
1009+
"@typescript-eslint/visitor-keys" "8.18.0"
10541010

1055-
"@typescript-eslint/type-utils@8.17.0":
1056-
version "8.17.0"
1057-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
1058-
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
1011+
"@typescript-eslint/type-utils@8.18.0":
1012+
version "8.18.0"
1013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471"
1014+
integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==
10591015
dependencies:
1060-
"@typescript-eslint/typescript-estree" "8.17.0"
1061-
"@typescript-eslint/utils" "8.17.0"
1016+
"@typescript-eslint/typescript-estree" "8.18.0"
1017+
"@typescript-eslint/utils" "8.18.0"
10621018
debug "^4.3.4"
10631019
ts-api-utils "^1.3.0"
10641020

1065-
"@typescript-eslint/types@8.15.0":
1066-
version "8.15.0"
1067-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
1068-
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
1021+
"@typescript-eslint/types@8.18.0":
1022+
version "8.18.0"
1023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
1024+
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
10691025

1070-
"@typescript-eslint/[email protected]":
1071-
version "8.17.0"
1072-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
1073-
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
1074-
1075-
"@typescript-eslint/[email protected]":
1076-
version "8.15.0"
1077-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
1078-
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
1026+
"@typescript-eslint/[email protected]":
1027+
version "8.18.0"
1028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
1029+
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
10791030
dependencies:
1080-
"@typescript-eslint/types" "8.15.0"
1081-
"@typescript-eslint/visitor-keys" "8.15.0"
1031+
"@typescript-eslint/types" "8.18.0"
1032+
"@typescript-eslint/visitor-keys" "8.18.0"
10821033
debug "^4.3.4"
10831034
fast-glob "^3.3.2"
10841035
is-glob "^4.0.3"
10851036
minimatch "^9.0.4"
10861037
semver "^7.6.0"
10871038
ts-api-utils "^1.3.0"
10881039

1089-
"@typescript-eslint/[email protected]":
1090-
version "8.17.0"
1091-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
1092-
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
1093-
dependencies:
1094-
"@typescript-eslint/types" "8.17.0"
1095-
"@typescript-eslint/visitor-keys" "8.17.0"
1096-
debug "^4.3.4"
1097-
fast-glob "^3.3.2"
1098-
is-glob "^4.0.3"
1099-
minimatch "^9.0.4"
1100-
semver "^7.6.0"
1101-
ts-api-utils "^1.3.0"
1102-
1103-
"@typescript-eslint/[email protected]":
1104-
version "8.15.0"
1105-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
1106-
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
1107-
dependencies:
1108-
"@eslint-community/eslint-utils" "^4.4.0"
1109-
"@typescript-eslint/scope-manager" "8.15.0"
1110-
"@typescript-eslint/types" "8.15.0"
1111-
"@typescript-eslint/typescript-estree" "8.15.0"
1112-
1113-
"@typescript-eslint/[email protected]":
1114-
version "8.17.0"
1115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
1116-
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
1040+
"@typescript-eslint/[email protected]":
1041+
version "8.18.0"
1042+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
1043+
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
11171044
dependencies:
11181045
"@eslint-community/eslint-utils" "^4.4.0"
1119-
"@typescript-eslint/scope-manager" "8.17.0"
1120-
"@typescript-eslint/types" "8.17.0"
1121-
"@typescript-eslint/typescript-estree" "8.17.0"
1122-
1123-
"@typescript-eslint/[email protected]":
1124-
version "8.15.0"
1125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
1126-
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
1127-
dependencies:
1128-
"@typescript-eslint/types" "8.15.0"
1129-
eslint-visitor-keys "^4.2.0"
1046+
"@typescript-eslint/scope-manager" "8.18.0"
1047+
"@typescript-eslint/types" "8.18.0"
1048+
"@typescript-eslint/typescript-estree" "8.18.0"
11301049

1131-
"@typescript-eslint/visitor-keys@8.17.0":
1132-
version "8.17.0"
1133-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
1134-
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
1050+
"@typescript-eslint/visitor-keys@8.18.0":
1051+
version "8.18.0"
1052+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
1053+
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
11351054
dependencies:
1136-
"@typescript-eslint/types" "8.17.0"
1055+
"@typescript-eslint/types" "8.18.0"
11371056
eslint-visitor-keys "^4.2.0"
11381057

11391058
@@ -4993,14 +4912,14 @@ typedarray@^0.0.6:
49934912
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
49944913
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
49954914

4996-
typescript-eslint@^8.15.0:
4997-
version "8.15.0"
4998-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.15.0.tgz#c8a2a0d183c3eb48ae176aa078c1b9daa584cf9d"
4999-
integrity sha512-wY4FRGl0ZI+ZU4Jo/yjdBu0lVTSML58pu6PgGtJmCufvzfV565pUF6iACQt092uFOd49iLOTX/sEVmHtbSrS+w==
4915+
typescript-eslint@^8.18.0:
4916+
version "8.18.0"
4917+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.18.0.tgz#41026f27a3481185f3239d817ae5b960572145a0"
4918+
integrity sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==
50004919
dependencies:
5001-
"@typescript-eslint/eslint-plugin" "8.15.0"
5002-
"@typescript-eslint/parser" "8.15.0"
5003-
"@typescript-eslint/utils" "8.15.0"
4920+
"@typescript-eslint/eslint-plugin" "8.18.0"
4921+
"@typescript-eslint/parser" "8.18.0"
4922+
"@typescript-eslint/utils" "8.18.0"
50044923

50054924
typescript@^5.7.2:
50064925
version "5.7.2"

0 commit comments

Comments
 (0)