Skip to content

Commit 329c339

Browse files
chore(deps): update eslint and plugins
1 parent d732958 commit 329c339

File tree

2 files changed

+110
-41
lines changed

2 files changed

+110
-41
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"@typescript-eslint/parser": "^5.54.1",
8383
"@vue/eslint-config-typescript": "^11.0.2",
8484
"eslint": "^8.35.0",
85-
"eslint-config-standard-with-typescript": "^35.0.0",
85+
"eslint-config-standard-with-typescript": "^39.0.0",
8686
"eslint-formatter-pretty": "^5.0.0",
8787
"eslint-plugin-align-assignments": "^1.1.2",
8888
"eslint-plugin-import": "^2.27.5",
8989
"eslint-plugin-n": "^16.0.0",
9090
"eslint-plugin-node": "^11.1.0",
9191
"eslint-plugin-promise": "^6.1.1",
92-
"eslint-plugin-unicorn": "^47.0.0",
92+
"eslint-plugin-unicorn": "^48.0.0",
9393
"eslint-plugin-varspacing": "^1.2.2",
9494
"eslint-plugin-vue": "^9.9.0",
9595
"husky": "^8.0.0",

yarn.lock

Lines changed: 108 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,13 @@ __metadata:
290290
languageName: node
291291
linkType: hard
292292

293+
"@babel/helper-validator-identifier@npm:^7.22.5":
294+
version: 7.22.20
295+
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
296+
checksum: 136412784d9428266bcdd4d91c32bcf9ff0e8d25534a9d94b044f77fe76bc50f941a90319b05aafd1ec04f7d127cd57a179a3716009ff7f3412ef835ada95bdc
297+
languageName: node
298+
linkType: hard
299+
293300
"@babel/helper-validator-option@npm:^7.21.0":
294301
version: 7.21.0
295302
resolution: "@babel/helper-validator-option@npm:7.21.0"
@@ -1472,14 +1479,14 @@ __metadata:
14721479
connect: ^3.7.0
14731480
consola: ^3.0.0
14741481
eslint: ^8.35.0
1475-
eslint-config-standard-with-typescript: ^35.0.0
1482+
eslint-config-standard-with-typescript: ^39.0.0
14761483
eslint-formatter-pretty: ^5.0.0
14771484
eslint-plugin-align-assignments: ^1.1.2
14781485
eslint-plugin-import: ^2.27.5
14791486
eslint-plugin-n: ^16.0.0
14801487
eslint-plugin-node: ^11.1.0
14811488
eslint-plugin-promise: ^6.1.1
1482-
eslint-plugin-unicorn: ^47.0.0
1489+
eslint-plugin-unicorn: ^48.0.0
14831490
eslint-plugin-varspacing: ^1.2.2
14841491
eslint-plugin-vue: ^9.9.0
14851492
fs-extra: ^11.1.0
@@ -1905,7 +1912,7 @@ __metadata:
19051912
languageName: node
19061913
linkType: hard
19071914

1908-
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
1915+
"@typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
19091916
version: 5.62.0
19101917
resolution: "@typescript-eslint/parser@npm:5.62.0"
19111918
dependencies:
@@ -1922,6 +1929,24 @@ __metadata:
19221929
languageName: node
19231930
linkType: hard
19241931

1932+
"@typescript-eslint/parser@npm:^6.4.0":
1933+
version: 6.7.3
1934+
resolution: "@typescript-eslint/parser@npm:6.7.3"
1935+
dependencies:
1936+
"@typescript-eslint/scope-manager": 6.7.3
1937+
"@typescript-eslint/types": 6.7.3
1938+
"@typescript-eslint/typescript-estree": 6.7.3
1939+
"@typescript-eslint/visitor-keys": 6.7.3
1940+
debug: ^4.3.4
1941+
peerDependencies:
1942+
eslint: ^7.0.0 || ^8.0.0
1943+
peerDependenciesMeta:
1944+
typescript:
1945+
optional: true
1946+
checksum: 658f3294b281db06ebb46884b92172d45eb402ec25c7d4a09cc2461eee359266029af7a49eb9006ee7c3e0003ba53a06f4bee84aa2e99d2d9a3507b9c84ff775
1947+
languageName: node
1948+
linkType: hard
1949+
19251950
"@typescript-eslint/scope-manager@npm:5.62.0":
19261951
version: 5.62.0
19271952
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -1932,6 +1957,16 @@ __metadata:
19321957
languageName: node
19331958
linkType: hard
19341959

1960+
"@typescript-eslint/scope-manager@npm:6.7.3":
1961+
version: 6.7.3
1962+
resolution: "@typescript-eslint/scope-manager@npm:6.7.3"
1963+
dependencies:
1964+
"@typescript-eslint/types": 6.7.3
1965+
"@typescript-eslint/visitor-keys": 6.7.3
1966+
checksum: 08215444b7c70af5c45e185ba3c31c550a0a671ab464a67058cbee680c94aa9d1a062958976d8b09f7bcabf2f63114cdc7be2e4e32e2dfdcb2d7cc79961b7b32
1967+
languageName: node
1968+
linkType: hard
1969+
19351970
"@typescript-eslint/type-utils@npm:5.62.0":
19361971
version: 5.62.0
19371972
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -1956,6 +1991,13 @@ __metadata:
19561991
languageName: node
19571992
linkType: hard
19581993

1994+
"@typescript-eslint/types@npm:6.7.3":
1995+
version: 6.7.3
1996+
resolution: "@typescript-eslint/types@npm:6.7.3"
1997+
checksum: 4adb6177ec710e7438610fee553839a7abecc498dbb36d0170786bab66c5e5415cd720ac06419fd905458ad88c39b661603af5f013adc299137ccb4c51c4c879
1998+
languageName: node
1999+
linkType: hard
2000+
19592001
"@typescript-eslint/typescript-estree@npm:5.62.0":
19602002
version: 5.62.0
19612003
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -1974,6 +2016,24 @@ __metadata:
19742016
languageName: node
19752017
linkType: hard
19762018

2019+
"@typescript-eslint/typescript-estree@npm:6.7.3":
2020+
version: 6.7.3
2021+
resolution: "@typescript-eslint/typescript-estree@npm:6.7.3"
2022+
dependencies:
2023+
"@typescript-eslint/types": 6.7.3
2024+
"@typescript-eslint/visitor-keys": 6.7.3
2025+
debug: ^4.3.4
2026+
globby: ^11.1.0
2027+
is-glob: ^4.0.3
2028+
semver: ^7.5.4
2029+
ts-api-utils: ^1.0.1
2030+
peerDependenciesMeta:
2031+
typescript:
2032+
optional: true
2033+
checksum: eaba1feb0e6882b0bad292172c118aac43ba683d1f04b940b542a20035468d030b062b036ea49eca36aa21782e9b1019e87717003b3c3db7d12dc707466b7eb7
2034+
languageName: node
2035+
linkType: hard
2036+
19772037
"@typescript-eslint/utils@npm:5.62.0":
19782038
version: 5.62.0
19792039
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -2002,6 +2062,16 @@ __metadata:
20022062
languageName: node
20032063
linkType: hard
20042064

2065+
"@typescript-eslint/visitor-keys@npm:6.7.3":
2066+
version: 6.7.3
2067+
resolution: "@typescript-eslint/visitor-keys@npm:6.7.3"
2068+
dependencies:
2069+
"@typescript-eslint/types": 6.7.3
2070+
eslint-visitor-keys: ^3.4.1
2071+
checksum: cef64173a919107f420703e204d97d0afef0d9bd7a67570df5bdb39ac9464211c5a7b3af735d8f41e8004b443ab83e88b1d6fb951886aed4d3fe9d4778667199
2072+
languageName: node
2073+
linkType: hard
2074+
20052075
"@unhead/dom@npm:1.1.30":
20062076
version: 1.1.30
20072077
resolution: "@unhead/dom@npm:1.1.30"
@@ -4275,32 +4345,32 @@ __metadata:
42754345
languageName: node
42764346
linkType: hard
42774347

4278-
"eslint-config-standard-with-typescript@npm:^35.0.0":
4279-
version: 35.0.0
4280-
resolution: "eslint-config-standard-with-typescript@npm:35.0.0"
4348+
"eslint-config-standard-with-typescript@npm:^39.0.0":
4349+
version: 39.1.0
4350+
resolution: "eslint-config-standard-with-typescript@npm:39.1.0"
42814351
dependencies:
4282-
"@typescript-eslint/parser": ^5.50.0
4283-
eslint-config-standard: 17.0.0
4352+
"@typescript-eslint/parser": ^6.4.0
4353+
eslint-config-standard: 17.1.0
42844354
peerDependencies:
4285-
"@typescript-eslint/eslint-plugin": ^5.50.0
4355+
"@typescript-eslint/eslint-plugin": ^6.4.0
42864356
eslint: ^8.0.1
42874357
eslint-plugin-import: ^2.25.2
4288-
eslint-plugin-n: ^15.0.0
4358+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
42894359
eslint-plugin-promise: ^6.0.0
42904360
typescript: "*"
4291-
checksum: 37ff8a2451cdb3754cd1901e07a7f0a4aa8b65db5f8ac400cc844597e922d16d5814f9d8d60a1ae4da7f3d202fcbe6158e924de7bdea75864c67b092f30724f3
4361+
checksum: 550d155db40b69eb6b896af86abde02add4f7f9c3e8e1160fdf486589672123f040cb735ad374d09b16d9cd048d8ac241c8b752c5e92fc057818b82aacc407f2
42924362
languageName: node
42934363
linkType: hard
42944364

4295-
"eslint-config-standard@npm:17.0.0":
4296-
version: 17.0.0
4297-
resolution: "eslint-config-standard@npm:17.0.0"
4365+
"eslint-config-standard@npm:17.1.0":
4366+
version: 17.1.0
4367+
resolution: "eslint-config-standard@npm:17.1.0"
42984368
peerDependencies:
42994369
eslint: ^8.0.1
43004370
eslint-plugin-import: ^2.25.2
4301-
eslint-plugin-n: ^15.0.0
4371+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
43024372
eslint-plugin-promise: ^6.0.0
4303-
checksum: dc0ed51e186fd963ff2c0819d33ef580afce11b11036cbcf5e74427e26e514c2b1be96b8ffe74fd2fd00263554a0d49cc873fcf76f17c3dfdba614b45d7fd7da
4373+
checksum: 8ed14ffe424b8a7e67b85e44f75c46dc4c6954f7c474c871c56fb0daf40b6b2a7af2db55102b12a440158b2be898e1fb8333b05e3dbeaeaef066fdbc863eaa88
43044374
languageName: node
43054375
linkType: hard
43064376

@@ -4447,11 +4517,11 @@ __metadata:
44474517
languageName: node
44484518
linkType: hard
44494519

4450-
"eslint-plugin-unicorn@npm:^47.0.0":
4451-
version: 47.0.0
4452-
resolution: "eslint-plugin-unicorn@npm:47.0.0"
4520+
"eslint-plugin-unicorn@npm:^48.0.0":
4521+
version: 48.0.1
4522+
resolution: "eslint-plugin-unicorn@npm:48.0.1"
44534523
dependencies:
4454-
"@babel/helper-validator-identifier": ^7.19.1
4524+
"@babel/helper-validator-identifier": ^7.22.5
44554525
"@eslint-community/eslint-utils": ^4.4.0
44564526
ci-info: ^3.8.0
44574527
clean-regexp: ^1.0.0
@@ -4462,14 +4532,13 @@ __metadata:
44624532
lodash: ^4.17.21
44634533
pluralize: ^8.0.0
44644534
read-pkg-up: ^7.0.1
4465-
regexp-tree: ^0.1.24
4535+
regexp-tree: ^0.1.27
44664536
regjsparser: ^0.10.0
4467-
safe-regex: ^2.1.1
4468-
semver: ^7.3.8
4537+
semver: ^7.5.4
44694538
strip-indent: ^3.0.0
44704539
peerDependencies:
4471-
eslint: ">=8.38.0"
4472-
checksum: 8d93bd76d54fb44e134c6576e3bda72dbf4c9cb5bae90451ace6acf1c48e6d7329f1e36db1d19266a5da499afeff6bf0c647875d69adc92d546bcc2d8b765cca
4540+
eslint: ">=8.44.0"
4541+
checksum: e63112cbaa3a1347cbb427160d7b3c6a1f8cc8ef512075a0ab285c64761772356f4eb5f82c9fb1a8cde63d8794f8aa819eda02fa0a7c44bc9955c5113f87be78
44734542
languageName: node
44744543
linkType: hard
44754544

@@ -8628,12 +8697,12 @@ __metadata:
86288697
languageName: node
86298698
linkType: hard
86308699

8631-
"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1":
8632-
version: 0.1.24
8633-
resolution: "regexp-tree@npm:0.1.24"
8700+
"regexp-tree@npm:^0.1.27":
8701+
version: 0.1.27
8702+
resolution: "regexp-tree@npm:0.1.27"
86348703
bin:
86358704
regexp-tree: bin/regexp-tree
8636-
checksum: 5807013289d9205288d665e0f8d8cff94843dfd55fdedd1833eb9d9bbd07188a37dfa02942ec5cdc671180037f715148fac1ba6f18fd6be4268e5a8feb49d340
8705+
checksum: 129aebb34dae22d6694ab2ac328be3f99105143737528ab072ef624d599afecbcfae1f5c96a166fa9e5f64fa1ecf30b411c4691e7924c3e11bbaf1712c260c54
86378706
languageName: node
86388707
linkType: hard
86398708

@@ -8952,15 +9021,6 @@ __metadata:
89529021
languageName: node
89539022
linkType: hard
89549023

8955-
"safe-regex@npm:^2.1.1":
8956-
version: 2.1.1
8957-
resolution: "safe-regex@npm:2.1.1"
8958-
dependencies:
8959-
regexp-tree: ~0.1.1
8960-
checksum: 5d734e2193c63ef0cb00f60c0244e0f8a30ecb31923633cd34636808d6a7c4c206d650017953ae1db8bc33967c2f06af33488dea6f038f4e38212beb7bed77b4
8961-
languageName: node
8962-
linkType: hard
8963-
89649024
"safer-buffer@npm:>= 2.1.2 < 3.0.0":
89659025
version: 2.1.2
89669026
resolution: "safer-buffer@npm:2.1.2"
@@ -9013,7 +9073,7 @@ __metadata:
90139073
languageName: node
90149074
linkType: hard
90159075

9016-
"semver@npm:^7.0.0, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.6, semver@npm:^7.3.7, semver@npm:^7.3.8":
9076+
"semver@npm:^7.0.0, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.6, semver@npm:^7.3.7":
90179077
version: 7.3.8
90189078
resolution: "semver@npm:7.3.8"
90199079
dependencies:
@@ -9679,6 +9739,15 @@ __metadata:
96799739
languageName: node
96809740
linkType: hard
96819741

9742+
"ts-api-utils@npm:^1.0.1":
9743+
version: 1.0.3
9744+
resolution: "ts-api-utils@npm:1.0.3"
9745+
peerDependencies:
9746+
typescript: ">=4.2.0"
9747+
checksum: 441cc4489d65fd515ae6b0f4eb8690057add6f3b6a63a36073753547fb6ce0c9ea0e0530220a0b282b0eec535f52c4dfc315d35f8a4c9a91c0def0707a714ca6
9748+
languageName: node
9749+
linkType: hard
9750+
96829751
"ts-node@npm:^10.8.1":
96839752
version: 10.9.1
96849753
resolution: "ts-node@npm:10.9.1"

0 commit comments

Comments
 (0)