Skip to content

Commit d51d529

Browse files
chore(deps): update dependency @vue/eslint-config-typescript to v14
1 parent 8613539 commit d51d529

File tree

2 files changed

+104
-89
lines changed

2 files changed

+104
-89
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/node20": "20.1.4",
2424
"@typescript-eslint/eslint-plugin": "5.62.0",
2525
"@typescript-eslint/parser": "5.62.0",
26-
"@vue/eslint-config-typescript": "13.0.0",
26+
"@vue/eslint-config-typescript": "14.2.0",
2727
"eslint": "8.57.0",
2828
"eslint-config-standard-with-typescript": "21.0.1",
2929
"eslint-formatter-pretty": "5.0.0",

yarn.lock

+103-88
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ __metadata:
629629
"@tsconfig/node20": "npm:20.1.4"
630630
"@typescript-eslint/eslint-plugin": "npm:5.62.0"
631631
"@typescript-eslint/parser": "npm:5.62.0"
632-
"@vue/eslint-config-typescript": "npm:13.0.0"
632+
"@vue/eslint-config-typescript": "npm:14.2.0"
633633
eslint: "npm:8.57.0"
634634
eslint-config-standard-with-typescript: "npm:21.0.1"
635635
eslint-formatter-pretty: "npm:5.0.0"
@@ -1093,26 +1093,24 @@ __metadata:
10931093
languageName: node
10941094
linkType: hard
10951095

1096-
"@typescript-eslint/eslint-plugin@npm:^7.1.1":
1097-
version: 7.12.0
1098-
resolution: "@typescript-eslint/eslint-plugin@npm:7.12.0"
1096+
"@typescript-eslint/eslint-plugin@npm:8.18.2":
1097+
version: 8.18.2
1098+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.2"
10991099
dependencies:
11001100
"@eslint-community/regexpp": "npm:^4.10.0"
1101-
"@typescript-eslint/scope-manager": "npm:7.12.0"
1102-
"@typescript-eslint/type-utils": "npm:7.12.0"
1103-
"@typescript-eslint/utils": "npm:7.12.0"
1104-
"@typescript-eslint/visitor-keys": "npm:7.12.0"
1101+
"@typescript-eslint/scope-manager": "npm:8.18.2"
1102+
"@typescript-eslint/type-utils": "npm:8.18.2"
1103+
"@typescript-eslint/utils": "npm:8.18.2"
1104+
"@typescript-eslint/visitor-keys": "npm:8.18.2"
11051105
graphemer: "npm:^1.4.0"
11061106
ignore: "npm:^5.3.1"
11071107
natural-compare: "npm:^1.4.0"
11081108
ts-api-utils: "npm:^1.3.0"
11091109
peerDependencies:
1110-
"@typescript-eslint/parser": ^7.0.0
1111-
eslint: ^8.56.0
1112-
peerDependenciesMeta:
1113-
typescript:
1114-
optional: true
1115-
checksum: 10c0/abf899e07144e8edd8ae010d25e4679e2acded407a10efc6aaa7ee325af8daf0dd149946ad58e46982e29e0a23f56b1e0dd461ef09aab09b0d94fc24ffc827c2
1110+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1111+
eslint: ^8.57.0 || ^9.0.0
1112+
typescript: ">=4.8.4 <5.8.0"
1113+
checksum: 10c0/ce854835a12747cd8efea5b70921e1a80b62af2a2d311b09343862a6af225b821a6729784547d37eb5f8eb286d1f086f41f305445adc3a054e37cc8c71561ccd
11161114
languageName: node
11171115
linkType: hard
11181116

@@ -1133,6 +1131,22 @@ __metadata:
11331131
languageName: node
11341132
linkType: hard
11351133

1134+
"@typescript-eslint/parser@npm:8.18.2":
1135+
version: 8.18.2
1136+
resolution: "@typescript-eslint/parser@npm:8.18.2"
1137+
dependencies:
1138+
"@typescript-eslint/scope-manager": "npm:8.18.2"
1139+
"@typescript-eslint/types": "npm:8.18.2"
1140+
"@typescript-eslint/typescript-estree": "npm:8.18.2"
1141+
"@typescript-eslint/visitor-keys": "npm:8.18.2"
1142+
debug: "npm:^4.3.4"
1143+
peerDependencies:
1144+
eslint: ^8.57.0 || ^9.0.0
1145+
typescript: ">=4.8.4 <5.8.0"
1146+
checksum: 10c0/ea28130e0a2733e3e40708ddfbb7b6522d9644e49cae2c3dc3faddd7ac7e7f73ed9775f19463ca0deca55edb52f5d9d522c206bb2a14fe3c9c6eef03d144b41f
1147+
languageName: node
1148+
linkType: hard
1149+
11361150
"@typescript-eslint/parser@npm:^4.0.0":
11371151
version: 4.33.0
11381152
resolution: "@typescript-eslint/parser@npm:4.33.0"
@@ -1150,24 +1164,6 @@ __metadata:
11501164
languageName: node
11511165
linkType: hard
11521166

1153-
"@typescript-eslint/parser@npm:^7.1.1":
1154-
version: 7.12.0
1155-
resolution: "@typescript-eslint/parser@npm:7.12.0"
1156-
dependencies:
1157-
"@typescript-eslint/scope-manager": "npm:7.12.0"
1158-
"@typescript-eslint/types": "npm:7.12.0"
1159-
"@typescript-eslint/typescript-estree": "npm:7.12.0"
1160-
"@typescript-eslint/visitor-keys": "npm:7.12.0"
1161-
debug: "npm:^4.3.4"
1162-
peerDependencies:
1163-
eslint: ^8.56.0
1164-
peerDependenciesMeta:
1165-
typescript:
1166-
optional: true
1167-
checksum: 10c0/223c32a6ba6cee770ee39108fb0a6d132283673d44c751bec85d8792df3382ddb839617787d183dc8fd7686d8a2018bf1ec0f3d63b7010c4370913f249c80fbc
1168-
languageName: node
1169-
linkType: hard
1170-
11711167
"@typescript-eslint/scope-manager@npm:4.33.0":
11721168
version: 4.33.0
11731169
resolution: "@typescript-eslint/scope-manager@npm:4.33.0"
@@ -1188,13 +1184,13 @@ __metadata:
11881184
languageName: node
11891185
linkType: hard
11901186

1191-
"@typescript-eslint/scope-manager@npm:7.12.0":
1192-
version: 7.12.0
1193-
resolution: "@typescript-eslint/scope-manager@npm:7.12.0"
1187+
"@typescript-eslint/scope-manager@npm:8.18.2":
1188+
version: 8.18.2
1189+
resolution: "@typescript-eslint/scope-manager@npm:8.18.2"
11941190
dependencies:
1195-
"@typescript-eslint/types": "npm:7.12.0"
1196-
"@typescript-eslint/visitor-keys": "npm:7.12.0"
1197-
checksum: 10c0/7af53cd9045cc70459e4f451377affc0ef03e67bd743480ab2cbfebe1b7d8269fc639406966930c5abb26f1b633623c98442c2b60f6257e0ce1555439343d5e9
1191+
"@typescript-eslint/types": "npm:8.18.2"
1192+
"@typescript-eslint/visitor-keys": "npm:8.18.2"
1193+
checksum: 10c0/2c05f5361e84d687555717bfb15988d5c11601c1094edeaafc8db5c961359982d7aeb192d775d348ab65ac43c5a6c968f3e8503ee1e6bf875aca27588907139f
11981194
languageName: node
11991195
linkType: hard
12001196

@@ -1215,20 +1211,18 @@ __metadata:
12151211
languageName: node
12161212
linkType: hard
12171213

1218-
"@typescript-eslint/type-utils@npm:7.12.0":
1219-
version: 7.12.0
1220-
resolution: "@typescript-eslint/type-utils@npm:7.12.0"
1214+
"@typescript-eslint/type-utils@npm:8.18.2":
1215+
version: 8.18.2
1216+
resolution: "@typescript-eslint/type-utils@npm:8.18.2"
12211217
dependencies:
1222-
"@typescript-eslint/typescript-estree": "npm:7.12.0"
1223-
"@typescript-eslint/utils": "npm:7.12.0"
1218+
"@typescript-eslint/typescript-estree": "npm:8.18.2"
1219+
"@typescript-eslint/utils": "npm:8.18.2"
12241220
debug: "npm:^4.3.4"
12251221
ts-api-utils: "npm:^1.3.0"
12261222
peerDependencies:
1227-
eslint: ^8.56.0
1228-
peerDependenciesMeta:
1229-
typescript:
1230-
optional: true
1231-
checksum: 10c0/41f4aa20d24724b461eb0cdac69d91ef60c2b628fb4a5739e4dbb8378aa4a7ff20c302f60e5d74ce75d5b99fcd3e3d71b9b3c96a1714aac47ce2ce5d6d611fcd
1223+
eslint: ^8.57.0 || ^9.0.0
1224+
typescript: ">=4.8.4 <5.8.0"
1225+
checksum: 10c0/0441ca33f7381abae559e188bd7b2844159806e8bf5ab8d6f6d9b3a7a6bf9f9d0babf8452e83565da0e9841f656b25f44fd96f40bda1006c934535e37a997c6a
12321226
languageName: node
12331227
linkType: hard
12341228

@@ -1246,10 +1240,10 @@ __metadata:
12461240
languageName: node
12471241
linkType: hard
12481242

1249-
"@typescript-eslint/types@npm:7.12.0":
1250-
version: 7.12.0
1251-
resolution: "@typescript-eslint/types@npm:7.12.0"
1252-
checksum: 10c0/76786d02a0838750d74ad6e49b026875c0753b81c5a46a56525a1e82d89c0939a13434b03494e3b31b7ffbba7824f426c5b502a12337806a1f6ca560b5dad46c
1243+
"@typescript-eslint/types@npm:8.18.2":
1244+
version: 8.18.2
1245+
resolution: "@typescript-eslint/types@npm:8.18.2"
1246+
checksum: 10c0/4abf252671dd7c3a5c9b7ae2f523d91b04d937dbb601f3bc0182c234d50e4958be67248c1bb37833584ff0128844243145753614c7e80615b6cd6813f0713872
12531247
languageName: node
12541248
linkType: hard
12551249

@@ -1289,22 +1283,21 @@ __metadata:
12891283
languageName: node
12901284
linkType: hard
12911285

1292-
"@typescript-eslint/typescript-estree@npm:7.12.0":
1293-
version: 7.12.0
1294-
resolution: "@typescript-eslint/typescript-estree@npm:7.12.0"
1286+
"@typescript-eslint/typescript-estree@npm:8.18.2":
1287+
version: 8.18.2
1288+
resolution: "@typescript-eslint/typescript-estree@npm:8.18.2"
12951289
dependencies:
1296-
"@typescript-eslint/types": "npm:7.12.0"
1297-
"@typescript-eslint/visitor-keys": "npm:7.12.0"
1290+
"@typescript-eslint/types": "npm:8.18.2"
1291+
"@typescript-eslint/visitor-keys": "npm:8.18.2"
12981292
debug: "npm:^4.3.4"
1299-
globby: "npm:^11.1.0"
1293+
fast-glob: "npm:^3.3.2"
13001294
is-glob: "npm:^4.0.3"
13011295
minimatch: "npm:^9.0.4"
13021296
semver: "npm:^7.6.0"
13031297
ts-api-utils: "npm:^1.3.0"
1304-
peerDependenciesMeta:
1305-
typescript:
1306-
optional: true
1307-
checksum: 10c0/855be5ba6c3d7540319ad250555055a798deb04855f26abe719a3b8d555a3227d52e09453930bd829e260a72f65a985998b235514ce2872b31615015da3163c0
1298+
peerDependencies:
1299+
typescript: ">=4.8.4 <5.8.0"
1300+
checksum: 10c0/648296d6c95d80d37bdb5ee6662554af425ff85f1c4805ea344234a1c386c91a36b05cddf52c80264912b29693d3e1b9a45d84414a3aee1393ace2d0babc9e95
13081301
languageName: node
13091302
linkType: hard
13101303

@@ -1326,17 +1319,18 @@ __metadata:
13261319
languageName: node
13271320
linkType: hard
13281321

1329-
"@typescript-eslint/utils@npm:7.12.0":
1330-
version: 7.12.0
1331-
resolution: "@typescript-eslint/utils@npm:7.12.0"
1322+
"@typescript-eslint/utils@npm:8.18.2":
1323+
version: 8.18.2
1324+
resolution: "@typescript-eslint/utils@npm:8.18.2"
13321325
dependencies:
13331326
"@eslint-community/eslint-utils": "npm:^4.4.0"
1334-
"@typescript-eslint/scope-manager": "npm:7.12.0"
1335-
"@typescript-eslint/types": "npm:7.12.0"
1336-
"@typescript-eslint/typescript-estree": "npm:7.12.0"
1327+
"@typescript-eslint/scope-manager": "npm:8.18.2"
1328+
"@typescript-eslint/types": "npm:8.18.2"
1329+
"@typescript-eslint/typescript-estree": "npm:8.18.2"
13371330
peerDependencies:
1338-
eslint: ^8.56.0
1339-
checksum: 10c0/04241c0313f2d061bc81ec2d5d589c9a723f8c1493e5b83d98f804ff9dac23c5e7157d9bb57bee8b458f40824f56ea65a02ebd344926a37cb58bf151cb4d3bf2
1331+
eslint: ^8.57.0 || ^9.0.0
1332+
typescript: ">=4.8.4 <5.8.0"
1333+
checksum: 10c0/1cb86e2e4f4e29cbaebe4272c15d98f6193b1476f65dd028d77bf4fd09e715b01d82619509c466b95056148db8d3e04f0a3ef27dc2f034a7c7ab4b2d429e58bb
13401334
languageName: node
13411335
linkType: hard
13421336

@@ -1360,13 +1354,13 @@ __metadata:
13601354
languageName: node
13611355
linkType: hard
13621356

1363-
"@typescript-eslint/visitor-keys@npm:7.12.0":
1364-
version: 7.12.0
1365-
resolution: "@typescript-eslint/visitor-keys@npm:7.12.0"
1357+
"@typescript-eslint/visitor-keys@npm:8.18.2":
1358+
version: 8.18.2
1359+
resolution: "@typescript-eslint/visitor-keys@npm:8.18.2"
13661360
dependencies:
1367-
"@typescript-eslint/types": "npm:7.12.0"
1368-
eslint-visitor-keys: "npm:^3.4.3"
1369-
checksum: 10c0/f3aa6704961e65fa8d66fcde57cd28e382412bb8bec2e99312bf8cda38772ae9a74d6d95b9765f76a249bc9ab65624db34b8c00078ebad129b2e1b624e935d90
1361+
"@typescript-eslint/types": "npm:8.18.2"
1362+
eslint-visitor-keys: "npm:^4.2.0"
1363+
checksum: 10c0/b8fe05bc3bafa7930d6671c2e1807ae47788060eb573e6a000c9597690dfaff6a4eb9f6f934719a18bae631d238ca32847510aeecc61032170e58ab45244e869
13701364
languageName: node
13711365
linkType: hard
13721366

@@ -1518,21 +1512,21 @@ __metadata:
15181512
languageName: node
15191513
linkType: hard
15201514

1521-
"@vue/eslint-config-typescript@npm:13.0.0":
1522-
version: 13.0.0
1523-
resolution: "@vue/eslint-config-typescript@npm:13.0.0"
1515+
"@vue/eslint-config-typescript@npm:14.2.0":
1516+
version: 14.2.0
1517+
resolution: "@vue/eslint-config-typescript@npm:14.2.0"
15241518
dependencies:
1525-
"@typescript-eslint/eslint-plugin": "npm:^7.1.1"
1526-
"@typescript-eslint/parser": "npm:^7.1.1"
1527-
vue-eslint-parser: "npm:^9.3.1"
1519+
fast-glob: "npm:^3.3.2"
1520+
typescript-eslint: "npm:^8.18.1"
1521+
vue-eslint-parser: "npm:^9.4.3"
15281522
peerDependencies:
1529-
eslint: ^8.56.0
1530-
eslint-plugin-vue: ^9.0.0
1531-
typescript: ">=4.7.4"
1523+
eslint: ^9.10.0
1524+
eslint-plugin-vue: ^9.28.0
1525+
typescript: ">=4.8.4"
15321526
peerDependenciesMeta:
15331527
typescript:
15341528
optional: true
1535-
checksum: 10c0/a960e1157f805e38837107ae8d2a6d280cf8f7cc3fa9ab492e10f52622085076637ee92438ca473c4e3305097448417f66c0d6cbf6130b731dbac9189e4566ca
1529+
checksum: 10c0/c93da57f5f4fe051004dbdd55e9b4d424e791c917c55becc0cf247de0c7f81ebf1e01764d8b90fcd098f981c851028965576e2a1c37c802e9ba2dce48f49a058
15361530
languageName: node
15371531
linkType: hard
15381532

@@ -3262,6 +3256,13 @@ __metadata:
32623256
languageName: node
32633257
linkType: hard
32643258

3259+
"eslint-visitor-keys@npm:^4.2.0":
3260+
version: 4.2.0
3261+
resolution: "eslint-visitor-keys@npm:4.2.0"
3262+
checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269
3263+
languageName: node
3264+
linkType: hard
3265+
32653266
"eslint@npm:8.57.0":
32663267
version: 8.57.0
32673268
resolution: "eslint@npm:8.57.0"
@@ -3439,7 +3440,7 @@ __metadata:
34393440
languageName: node
34403441
linkType: hard
34413442

3442-
"fast-glob@npm:^3.2.9":
3443+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
34433444
version: 3.3.2
34443445
resolution: "fast-glob@npm:3.3.2"
34453446
dependencies:
@@ -6663,6 +6664,20 @@ __metadata:
66636664
languageName: node
66646665
linkType: hard
66656666

6667+
"typescript-eslint@npm:^8.18.1":
6668+
version: 8.18.2
6669+
resolution: "typescript-eslint@npm:8.18.2"
6670+
dependencies:
6671+
"@typescript-eslint/eslint-plugin": "npm:8.18.2"
6672+
"@typescript-eslint/parser": "npm:8.18.2"
6673+
"@typescript-eslint/utils": "npm:8.18.2"
6674+
peerDependencies:
6675+
eslint: ^8.57.0 || ^9.0.0
6676+
typescript: ">=4.8.4 <5.8.0"
6677+
checksum: 10c0/30a0314a2484bcbe286fc6eda55784d9954605c7e60ddd35281da90c6fcb75a40bd3abd84617814dff4e1504d762234407c99153fdd812dce712cef11bbb9b3f
6678+
languageName: node
6679+
linkType: hard
6680+
66666681
"typescript@npm:5.4.2":
66676682
version: 5.4.2
66686683
resolution: "typescript@npm:5.4.2"
@@ -7010,7 +7025,7 @@ __metadata:
70107025
languageName: node
70117026
linkType: hard
70127027

7013-
"vue-eslint-parser@npm:^9.3.1, vue-eslint-parser@npm:^9.4.2":
7028+
"vue-eslint-parser@npm:^9.4.2, vue-eslint-parser@npm:^9.4.3":
70147029
version: 9.4.3
70157030
resolution: "vue-eslint-parser@npm:9.4.3"
70167031
dependencies:

0 commit comments

Comments
 (0)