Skip to content

Commit dc4caa3

Browse files
chore(deps): update eslint and plugins
1 parent 60f1d51 commit dc4caa3

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"
@@ -4313,32 +4383,32 @@ __metadata:
43134383
languageName: node
43144384
linkType: hard
43154385

4316-
"eslint-config-standard-with-typescript@npm:^35.0.0":
4317-
version: 35.0.0
4318-
resolution: "eslint-config-standard-with-typescript@npm:35.0.0"
4386+
"eslint-config-standard-with-typescript@npm:^39.0.0":
4387+
version: 39.1.0
4388+
resolution: "eslint-config-standard-with-typescript@npm:39.1.0"
43194389
dependencies:
4320-
"@typescript-eslint/parser": ^5.50.0
4321-
eslint-config-standard: 17.0.0
4390+
"@typescript-eslint/parser": ^6.4.0
4391+
eslint-config-standard: 17.1.0
43224392
peerDependencies:
4323-
"@typescript-eslint/eslint-plugin": ^5.50.0
4393+
"@typescript-eslint/eslint-plugin": ^6.4.0
43244394
eslint: ^8.0.1
43254395
eslint-plugin-import: ^2.25.2
4326-
eslint-plugin-n: ^15.0.0
4396+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
43274397
eslint-plugin-promise: ^6.0.0
43284398
typescript: "*"
4329-
checksum: 37ff8a2451cdb3754cd1901e07a7f0a4aa8b65db5f8ac400cc844597e922d16d5814f9d8d60a1ae4da7f3d202fcbe6158e924de7bdea75864c67b092f30724f3
4399+
checksum: 550d155db40b69eb6b896af86abde02add4f7f9c3e8e1160fdf486589672123f040cb735ad374d09b16d9cd048d8ac241c8b752c5e92fc057818b82aacc407f2
43304400
languageName: node
43314401
linkType: hard
43324402

4333-
"eslint-config-standard@npm:17.0.0":
4334-
version: 17.0.0
4335-
resolution: "eslint-config-standard@npm:17.0.0"
4403+
"eslint-config-standard@npm:17.1.0":
4404+
version: 17.1.0
4405+
resolution: "eslint-config-standard@npm:17.1.0"
43364406
peerDependencies:
43374407
eslint: ^8.0.1
43384408
eslint-plugin-import: ^2.25.2
4339-
eslint-plugin-n: ^15.0.0
4409+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
43404410
eslint-plugin-promise: ^6.0.0
4341-
checksum: dc0ed51e186fd963ff2c0819d33ef580afce11b11036cbcf5e74427e26e514c2b1be96b8ffe74fd2fd00263554a0d49cc873fcf76f17c3dfdba614b45d7fd7da
4411+
checksum: 8ed14ffe424b8a7e67b85e44f75c46dc4c6954f7c474c871c56fb0daf40b6b2a7af2db55102b12a440158b2be898e1fb8333b05e3dbeaeaef066fdbc863eaa88
43424412
languageName: node
43434413
linkType: hard
43444414

@@ -4485,11 +4555,11 @@ __metadata:
44854555
languageName: node
44864556
linkType: hard
44874557

4488-
"eslint-plugin-unicorn@npm:^47.0.0":
4489-
version: 47.0.0
4490-
resolution: "eslint-plugin-unicorn@npm:47.0.0"
4558+
"eslint-plugin-unicorn@npm:^48.0.0":
4559+
version: 48.0.1
4560+
resolution: "eslint-plugin-unicorn@npm:48.0.1"
44914561
dependencies:
4492-
"@babel/helper-validator-identifier": ^7.19.1
4562+
"@babel/helper-validator-identifier": ^7.22.5
44934563
"@eslint-community/eslint-utils": ^4.4.0
44944564
ci-info: ^3.8.0
44954565
clean-regexp: ^1.0.0
@@ -4500,14 +4570,13 @@ __metadata:
45004570
lodash: ^4.17.21
45014571
pluralize: ^8.0.0
45024572
read-pkg-up: ^7.0.1
4503-
regexp-tree: ^0.1.24
4573+
regexp-tree: ^0.1.27
45044574
regjsparser: ^0.10.0
4505-
safe-regex: ^2.1.1
4506-
semver: ^7.3.8
4575+
semver: ^7.5.4
45074576
strip-indent: ^3.0.0
45084577
peerDependencies:
4509-
eslint: ">=8.38.0"
4510-
checksum: 8d93bd76d54fb44e134c6576e3bda72dbf4c9cb5bae90451ace6acf1c48e6d7329f1e36db1d19266a5da499afeff6bf0c647875d69adc92d546bcc2d8b765cca
4578+
eslint: ">=8.44.0"
4579+
checksum: e63112cbaa3a1347cbb427160d7b3c6a1f8cc8ef512075a0ab285c64761772356f4eb5f82c9fb1a8cde63d8794f8aa819eda02fa0a7c44bc9955c5113f87be78
45114580
languageName: node
45124581
linkType: hard
45134582

@@ -8789,12 +8858,12 @@ __metadata:
87898858
languageName: node
87908859
linkType: hard
87918860

8792-
"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1":
8793-
version: 0.1.24
8794-
resolution: "regexp-tree@npm:0.1.24"
8861+
"regexp-tree@npm:^0.1.27":
8862+
version: 0.1.27
8863+
resolution: "regexp-tree@npm:0.1.27"
87958864
bin:
87968865
regexp-tree: bin/regexp-tree
8797-
checksum: 5807013289d9205288d665e0f8d8cff94843dfd55fdedd1833eb9d9bbd07188a37dfa02942ec5cdc671180037f715148fac1ba6f18fd6be4268e5a8feb49d340
8866+
checksum: 129aebb34dae22d6694ab2ac328be3f99105143737528ab072ef624d599afecbcfae1f5c96a166fa9e5f64fa1ecf30b411c4691e7924c3e11bbaf1712c260c54
87988867
languageName: node
87998868
linkType: hard
88008869

@@ -9132,15 +9201,6 @@ __metadata:
91329201
languageName: node
91339202
linkType: hard
91349203

9135-
"safe-regex@npm:^2.1.1":
9136-
version: 2.1.1
9137-
resolution: "safe-regex@npm:2.1.1"
9138-
dependencies:
9139-
regexp-tree: ~0.1.1
9140-
checksum: 5d734e2193c63ef0cb00f60c0244e0f8a30ecb31923633cd34636808d6a7c4c206d650017953ae1db8bc33967c2f06af33488dea6f038f4e38212beb7bed77b4
9141-
languageName: node
9142-
linkType: hard
9143-
91449204
"safer-buffer@npm:>= 2.1.2 < 3.0.0":
91459205
version: 2.1.2
91469206
resolution: "safer-buffer@npm:2.1.2"
@@ -9193,7 +9253,7 @@ __metadata:
91939253
languageName: node
91949254
linkType: hard
91959255

9196-
"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":
9256+
"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":
91979257
version: 7.3.8
91989258
resolution: "semver@npm:7.3.8"
91999259
dependencies:
@@ -9875,6 +9935,15 @@ __metadata:
98759935
languageName: node
98769936
linkType: hard
98779937

9938+
"ts-api-utils@npm:^1.0.1":
9939+
version: 1.0.3
9940+
resolution: "ts-api-utils@npm:1.0.3"
9941+
peerDependencies:
9942+
typescript: ">=4.2.0"
9943+
checksum: 441cc4489d65fd515ae6b0f4eb8690057add6f3b6a63a36073753547fb6ce0c9ea0e0530220a0b282b0eec535f52c4dfc315d35f8a4c9a91c0def0707a714ca6
9944+
languageName: node
9945+
linkType: hard
9946+
98789947
"ts-node@npm:^10.8.1":
98799948
version: 10.9.1
98809949
resolution: "ts-node@npm:10.9.1"

0 commit comments

Comments
 (0)