Skip to content

Commit 51692d0

Browse files
chore(deps): update dependency @vue/eslint-config-typescript to v14
1 parent 3f3e94a commit 51692d0

File tree

2 files changed

+93
-80
lines changed

2 files changed

+93
-80
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.1.1",
2727
"eslint": "8.57.0",
2828
"eslint-config-standard-with-typescript": "21.0.1",
2929
"eslint-formatter-pretty": "5.0.0",

yarn.lock

+92-79
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.1.1"
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,26 @@ __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.9.0, @typescript-eslint/eslint-plugin@npm:^8.8.1":
1097+
version: 8.9.0
1098+
resolution: "@typescript-eslint/eslint-plugin@npm:8.9.0"
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.9.0"
1102+
"@typescript-eslint/type-utils": "npm:8.9.0"
1103+
"@typescript-eslint/utils": "npm:8.9.0"
1104+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
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
1110+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1111+
eslint: ^8.57.0 || ^9.0.0
11121112
peerDependenciesMeta:
11131113
typescript:
11141114
optional: true
1115-
checksum: 10c0/abf899e07144e8edd8ae010d25e4679e2acded407a10efc6aaa7ee325af8daf0dd149946ad58e46982e29e0a23f56b1e0dd461ef09aab09b0d94fc24ffc827c2
1115+
checksum: 10c0/07f273dc270268980bbf65ea5e0c69d05377e42dbdb2dd3f4a1293a3536c049ddfb548eb9ec6e60394c2361c4a15b62b8246951f83e16a9d16799578a74dc691
11161116
languageName: node
11171117
linkType: hard
11181118

@@ -1133,6 +1133,24 @@ __metadata:
11331133
languageName: node
11341134
linkType: hard
11351135

1136+
"@typescript-eslint/parser@npm:8.9.0":
1137+
version: 8.9.0
1138+
resolution: "@typescript-eslint/parser@npm:8.9.0"
1139+
dependencies:
1140+
"@typescript-eslint/scope-manager": "npm:8.9.0"
1141+
"@typescript-eslint/types": "npm:8.9.0"
1142+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
1143+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
1144+
debug: "npm:^4.3.4"
1145+
peerDependencies:
1146+
eslint: ^8.57.0 || ^9.0.0
1147+
peerDependenciesMeta:
1148+
typescript:
1149+
optional: true
1150+
checksum: 10c0/aca7c838de85fb700ecf5682dc6f8f90a0fbfe09a3044a176c0dc3ffd9c5e7105beb0919a30824f46b02223a74119b4f5a9834a0663328987f066cb359b5dbed
1151+
languageName: node
1152+
linkType: hard
1153+
11361154
"@typescript-eslint/parser@npm:^4.0.0":
11371155
version: 4.33.0
11381156
resolution: "@typescript-eslint/parser@npm:4.33.0"
@@ -1150,24 +1168,6 @@ __metadata:
11501168
languageName: node
11511169
linkType: hard
11521170

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-
11711171
"@typescript-eslint/scope-manager@npm:4.33.0":
11721172
version: 4.33.0
11731173
resolution: "@typescript-eslint/scope-manager@npm:4.33.0"
@@ -1188,13 +1188,13 @@ __metadata:
11881188
languageName: node
11891189
linkType: hard
11901190

1191-
"@typescript-eslint/scope-manager@npm:7.12.0":
1192-
version: 7.12.0
1193-
resolution: "@typescript-eslint/scope-manager@npm:7.12.0"
1191+
"@typescript-eslint/scope-manager@npm:8.9.0":
1192+
version: 8.9.0
1193+
resolution: "@typescript-eslint/scope-manager@npm:8.9.0"
11941194
dependencies:
1195-
"@typescript-eslint/types": "npm:7.12.0"
1196-
"@typescript-eslint/visitor-keys": "npm:7.12.0"
1197-
checksum: 10c0/7af53cd9045cc70459e4f451377affc0ef03e67bd743480ab2cbfebe1b7d8269fc639406966930c5abb26f1b633623c98442c2b60f6257e0ce1555439343d5e9
1195+
"@typescript-eslint/types": "npm:8.9.0"
1196+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
1197+
checksum: 10c0/1fb77a982e3384d8cabd64678ea8f9de328708080ff9324bf24a44da4e8d7b7692ae4820efc3ef36027bf0fd6a061680d3c30ce63d661fb31e18970fca5e86c5
11981198
languageName: node
11991199
linkType: hard
12001200

@@ -1215,20 +1215,18 @@ __metadata:
12151215
languageName: node
12161216
linkType: hard
12171217

1218-
"@typescript-eslint/type-utils@npm:7.12.0":
1219-
version: 7.12.0
1220-
resolution: "@typescript-eslint/type-utils@npm:7.12.0"
1218+
"@typescript-eslint/type-utils@npm:8.9.0":
1219+
version: 8.9.0
1220+
resolution: "@typescript-eslint/type-utils@npm:8.9.0"
12211221
dependencies:
1222-
"@typescript-eslint/typescript-estree": "npm:7.12.0"
1223-
"@typescript-eslint/utils": "npm:7.12.0"
1222+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
1223+
"@typescript-eslint/utils": "npm:8.9.0"
12241224
debug: "npm:^4.3.4"
12251225
ts-api-utils: "npm:^1.3.0"
1226-
peerDependencies:
1227-
eslint: ^8.56.0
12281226
peerDependenciesMeta:
12291227
typescript:
12301228
optional: true
1231-
checksum: 10c0/41f4aa20d24724b461eb0cdac69d91ef60c2b628fb4a5739e4dbb8378aa4a7ff20c302f60e5d74ce75d5b99fcd3e3d71b9b3c96a1714aac47ce2ce5d6d611fcd
1229+
checksum: 10c0/aff06afda9ac7d12f750e76c8f91ed8b56eefd3f3f4fbaa93a64411ec9e0bd2c2972f3407e439320d98062b16f508dce7604b8bb2b803fded9d3148e5ee721b1
12321230
languageName: node
12331231
linkType: hard
12341232

@@ -1246,10 +1244,10 @@ __metadata:
12461244
languageName: node
12471245
linkType: hard
12481246

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
1247+
"@typescript-eslint/types@npm:8.9.0":
1248+
version: 8.9.0
1249+
resolution: "@typescript-eslint/types@npm:8.9.0"
1250+
checksum: 10c0/8d901b7ed2f943624c24f7fa67f7be9d49a92554d54c4f27397c05b329ceff59a9ea246810b53ff36fca08760c14305dd4ce78fbac7ca0474311b0575bf49010
12531251
languageName: node
12541252
linkType: hard
12551253

@@ -1289,22 +1287,22 @@ __metadata:
12891287
languageName: node
12901288
linkType: hard
12911289

1292-
"@typescript-eslint/typescript-estree@npm:7.12.0":
1293-
version: 7.12.0
1294-
resolution: "@typescript-eslint/typescript-estree@npm:7.12.0"
1290+
"@typescript-eslint/typescript-estree@npm:8.9.0":
1291+
version: 8.9.0
1292+
resolution: "@typescript-eslint/typescript-estree@npm:8.9.0"
12951293
dependencies:
1296-
"@typescript-eslint/types": "npm:7.12.0"
1297-
"@typescript-eslint/visitor-keys": "npm:7.12.0"
1294+
"@typescript-eslint/types": "npm:8.9.0"
1295+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
12981296
debug: "npm:^4.3.4"
1299-
globby: "npm:^11.1.0"
1297+
fast-glob: "npm:^3.3.2"
13001298
is-glob: "npm:^4.0.3"
13011299
minimatch: "npm:^9.0.4"
13021300
semver: "npm:^7.6.0"
13031301
ts-api-utils: "npm:^1.3.0"
13041302
peerDependenciesMeta:
13051303
typescript:
13061304
optional: true
1307-
checksum: 10c0/855be5ba6c3d7540319ad250555055a798deb04855f26abe719a3b8d555a3227d52e09453930bd829e260a72f65a985998b235514ce2872b31615015da3163c0
1305+
checksum: 10c0/bb5ec70727f07d1575e95f9d117762636209e1ab073a26c4e873e1e5b4617b000d300a23d294ad81693f7e99abe3e519725452c30b235a253edcd85b6ae052b0
13081306
languageName: node
13091307
linkType: hard
13101308

@@ -1326,17 +1324,17 @@ __metadata:
13261324
languageName: node
13271325
linkType: hard
13281326

1329-
"@typescript-eslint/utils@npm:7.12.0":
1330-
version: 7.12.0
1331-
resolution: "@typescript-eslint/utils@npm:7.12.0"
1327+
"@typescript-eslint/utils@npm:8.9.0":
1328+
version: 8.9.0
1329+
resolution: "@typescript-eslint/utils@npm:8.9.0"
13321330
dependencies:
13331331
"@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"
1332+
"@typescript-eslint/scope-manager": "npm:8.9.0"
1333+
"@typescript-eslint/types": "npm:8.9.0"
1334+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
13371335
peerDependencies:
1338-
eslint: ^8.56.0
1339-
checksum: 10c0/04241c0313f2d061bc81ec2d5d589c9a723f8c1493e5b83d98f804ff9dac23c5e7157d9bb57bee8b458f40824f56ea65a02ebd344926a37cb58bf151cb4d3bf2
1336+
eslint: ^8.57.0 || ^9.0.0
1337+
checksum: 10c0/af13e3d501060bdc5fa04b131b3f9a90604e5c1d4845d1f8bd94b703a3c146a76debfc21fe65a7f3a0459ed6c57cf2aa3f0a052469bb23b6f35ff853fe9495b1
13401338
languageName: node
13411339
linkType: hard
13421340

@@ -1360,13 +1358,13 @@ __metadata:
13601358
languageName: node
13611359
linkType: hard
13621360

1363-
"@typescript-eslint/visitor-keys@npm:7.12.0":
1364-
version: 7.12.0
1365-
resolution: "@typescript-eslint/visitor-keys@npm:7.12.0"
1361+
"@typescript-eslint/visitor-keys@npm:8.9.0":
1362+
version: 8.9.0
1363+
resolution: "@typescript-eslint/visitor-keys@npm:8.9.0"
13661364
dependencies:
1367-
"@typescript-eslint/types": "npm:7.12.0"
1365+
"@typescript-eslint/types": "npm:8.9.0"
13681366
eslint-visitor-keys: "npm:^3.4.3"
1369-
checksum: 10c0/f3aa6704961e65fa8d66fcde57cd28e382412bb8bec2e99312bf8cda38772ae9a74d6d95b9765f76a249bc9ab65624db34b8c00078ebad129b2e1b624e935d90
1367+
checksum: 10c0/e33208b946841f1838d87d64f4ee230f798e68bdce8c181d3ac0abb567f758cb9c4bdccc919d493167869f413ca4c400e7db0f7dd7e8fc84ab6a8344076a7458
13701368
languageName: node
13711369
linkType: hard
13721370

@@ -1519,21 +1517,22 @@ __metadata:
15191517
languageName: node
15201518
linkType: hard
15211519

1522-
"@vue/eslint-config-typescript@npm:13.0.0":
1523-
version: 13.0.0
1524-
resolution: "@vue/eslint-config-typescript@npm:13.0.0"
1520+
"@vue/eslint-config-typescript@npm:14.1.1":
1521+
version: 14.1.1
1522+
resolution: "@vue/eslint-config-typescript@npm:14.1.1"
15251523
dependencies:
1526-
"@typescript-eslint/eslint-plugin": "npm:^7.1.1"
1527-
"@typescript-eslint/parser": "npm:^7.1.1"
1528-
vue-eslint-parser: "npm:^9.3.1"
1524+
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
1525+
fast-glob: "npm:^3.3.2"
1526+
typescript-eslint: "npm:^8.8.1"
1527+
vue-eslint-parser: "npm:^9.4.3"
15291528
peerDependencies:
1530-
eslint: ^8.56.0
1531-
eslint-plugin-vue: ^9.0.0
1532-
typescript: ">=4.7.4"
1529+
eslint: ^9.10.0
1530+
eslint-plugin-vue: ^9.28.0
1531+
typescript: ">=4.8.4"
15331532
peerDependenciesMeta:
15341533
typescript:
15351534
optional: true
1536-
checksum: 10c0/a960e1157f805e38837107ae8d2a6d280cf8f7cc3fa9ab492e10f52622085076637ee92438ca473c4e3305097448417f66c0d6cbf6130b731dbac9189e4566ca
1535+
checksum: 10c0/903363d62819dc17d338b6cb37ae53c6a94cd5431a0d54f0eceed93af97cfe9681b2b6cf1ec3664cd397a7c405bc5257e3bafb7ec9c3ebad173bc8c75033c742
15371536
languageName: node
15381537
linkType: hard
15391538

@@ -3433,7 +3432,7 @@ __metadata:
34333432
languageName: node
34343433
linkType: hard
34353434

3436-
"fast-glob@npm:^3.2.9":
3435+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
34373436
version: 3.3.2
34383437
resolution: "fast-glob@npm:3.3.2"
34393438
dependencies:
@@ -6641,6 +6640,20 @@ __metadata:
66416640
languageName: node
66426641
linkType: hard
66436642

6643+
"typescript-eslint@npm:^8.8.1":
6644+
version: 8.9.0
6645+
resolution: "typescript-eslint@npm:8.9.0"
6646+
dependencies:
6647+
"@typescript-eslint/eslint-plugin": "npm:8.9.0"
6648+
"@typescript-eslint/parser": "npm:8.9.0"
6649+
"@typescript-eslint/utils": "npm:8.9.0"
6650+
peerDependenciesMeta:
6651+
typescript:
6652+
optional: true
6653+
checksum: 10c0/96bef4f5d1da9561078fa234642cfa2d024979917b8282b82f63956789bc566bdd5806ff2b414697f3dfdee314e9c9fec05911a7502550d763a496e2ef3af2fd
6654+
languageName: node
6655+
linkType: hard
6656+
66446657
"typescript@npm:5.4.2":
66456658
version: 5.4.2
66466659
resolution: "typescript@npm:5.4.2"
@@ -6987,7 +7000,7 @@ __metadata:
69877000
languageName: node
69887001
linkType: hard
69897002

6990-
"vue-eslint-parser@npm:^9.3.1, vue-eslint-parser@npm:^9.4.2":
7003+
"vue-eslint-parser@npm:^9.4.2, vue-eslint-parser@npm:^9.4.3":
69917004
version: 9.4.3
69927005
resolution: "vue-eslint-parser@npm:9.4.3"
69937006
dependencies:

0 commit comments

Comments
 (0)