Skip to content

Commit 9ffa17c

Browse files
chore(deps): update eslint and plugins
1 parent bb1a928 commit 9ffa17c

File tree

2 files changed

+106
-44
lines changed

2 files changed

+106
-44
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"@vue/eslint-config-typescript": "^11.0.2",
5858
"changelogen": "^0.5.4",
5959
"eslint": "^8.35.0",
60-
"eslint-config-standard-with-typescript": "^35.0.0",
60+
"eslint-config-standard-with-typescript": "^39.0.0",
6161
"eslint-formatter-pretty": "^5.0.0",
6262
"eslint-plugin-align-assignments": "^1.1.2",
6363
"eslint-plugin-import": "^2.27.5",
6464
"eslint-plugin-n": "^16.0.0",
6565
"eslint-plugin-node": "^11.1.0",
6666
"eslint-plugin-promise": "^6.1.1",
67-
"eslint-plugin-unicorn": "^47.0.0",
67+
"eslint-plugin-unicorn": "^48.0.0",
6868
"eslint-plugin-varspacing": "^1.2.2",
6969
"eslint-plugin-vue": "^9.9.0",
7070
"nuxt": "^3.6.5",

yarn.lock

+104-42
Original file line numberDiff line numberDiff line change
@@ -355,20 +355,20 @@ __metadata:
355355
languageName: node
356356
linkType: hard
357357

358-
"@babel/helper-validator-identifier@npm:^7.19.1, @babel/helper-validator-identifier@npm:^7.22.5":
359-
version: 7.22.5
360-
resolution: "@babel/helper-validator-identifier@npm:7.22.5"
361-
checksum: 7f0f30113474a28298c12161763b49de5018732290ca4de13cdaefd4fd0d635a6fe3f6686c37a02905fb1e64f21a5ee2b55140cf7b070e729f1bd66866506aea
362-
languageName: node
363-
linkType: hard
364-
365358
"@babel/helper-validator-identifier@npm:^7.22.15":
366359
version: 7.22.15
367360
resolution: "@babel/helper-validator-identifier@npm:7.22.15"
368361
checksum: eb0bee4bda664c0959924bc1ad5611eacfce806f46612202dd164fef1df8fef1a11682a1e7615288987100e9fb304982b6e2a4ff07ffe842ab8765b95ed1118c
369362
languageName: node
370363
linkType: hard
371364

365+
"@babel/helper-validator-identifier@npm:^7.22.5":
366+
version: 7.22.5
367+
resolution: "@babel/helper-validator-identifier@npm:7.22.5"
368+
checksum: 7f0f30113474a28298c12161763b49de5018732290ca4de13cdaefd4fd0d635a6fe3f6686c37a02905fb1e64f21a5ee2b55140cf7b070e729f1bd66866506aea
369+
languageName: node
370+
linkType: hard
371+
372372
"@babel/helper-validator-option@npm:^7.22.15":
373373
version: 7.22.15
374374
resolution: "@babel/helper-validator-option@npm:7.22.15"
@@ -2014,14 +2014,14 @@ __metadata:
20142014
dd-trace: ^4.11.0
20152015
defu: ^6.1.2
20162016
eslint: ^8.35.0
2017-
eslint-config-standard-with-typescript: ^35.0.0
2017+
eslint-config-standard-with-typescript: ^39.0.0
20182018
eslint-formatter-pretty: ^5.0.0
20192019
eslint-plugin-align-assignments: ^1.1.2
20202020
eslint-plugin-import: ^2.27.5
20212021
eslint-plugin-n: ^16.0.0
20222022
eslint-plugin-node: ^11.1.0
20232023
eslint-plugin-promise: ^6.1.1
2024-
eslint-plugin-unicorn: ^47.0.0
2024+
eslint-plugin-unicorn: ^48.0.0
20252025
eslint-plugin-varspacing: ^1.2.2
20262026
eslint-plugin-vue: ^9.9.0
20272027
nanoid: ^4.0.2
@@ -2531,7 +2531,7 @@ __metadata:
25312531
languageName: node
25322532
linkType: hard
25332533

2534-
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
2534+
"@typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
25352535
version: 5.62.0
25362536
resolution: "@typescript-eslint/parser@npm:5.62.0"
25372537
dependencies:
@@ -2548,6 +2548,24 @@ __metadata:
25482548
languageName: node
25492549
linkType: hard
25502550

2551+
"@typescript-eslint/parser@npm:^6.4.0":
2552+
version: 6.7.0
2553+
resolution: "@typescript-eslint/parser@npm:6.7.0"
2554+
dependencies:
2555+
"@typescript-eslint/scope-manager": 6.7.0
2556+
"@typescript-eslint/types": 6.7.0
2557+
"@typescript-eslint/typescript-estree": 6.7.0
2558+
"@typescript-eslint/visitor-keys": 6.7.0
2559+
debug: ^4.3.4
2560+
peerDependencies:
2561+
eslint: ^7.0.0 || ^8.0.0
2562+
peerDependenciesMeta:
2563+
typescript:
2564+
optional: true
2565+
checksum: 21d52a49abf78a3b037261c01f1f4d2d550919ddc906ebb058db3410a706457ac3a7d082716328ce98a6741d4e77c945b71ff386d9047c5a2e5beef23e14ab45
2566+
languageName: node
2567+
linkType: hard
2568+
25512569
"@typescript-eslint/scope-manager@npm:5.62.0":
25522570
version: 5.62.0
25532571
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -2558,6 +2576,16 @@ __metadata:
25582576
languageName: node
25592577
linkType: hard
25602578

2579+
"@typescript-eslint/scope-manager@npm:6.7.0":
2580+
version: 6.7.0
2581+
resolution: "@typescript-eslint/scope-manager@npm:6.7.0"
2582+
dependencies:
2583+
"@typescript-eslint/types": 6.7.0
2584+
"@typescript-eslint/visitor-keys": 6.7.0
2585+
checksum: f6ea33c647783d53d98938bd5d3fc94c9a5ebc83bd64cf379215863921dd1c57e66c33af7948d6ac1884623e1917a3b42565e6d02e1fd7adfbce4b3424a2382e
2586+
languageName: node
2587+
linkType: hard
2588+
25612589
"@typescript-eslint/type-utils@npm:5.62.0":
25622590
version: 5.62.0
25632591
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -2582,6 +2610,13 @@ __metadata:
25822610
languageName: node
25832611
linkType: hard
25842612

2613+
"@typescript-eslint/types@npm:6.7.0":
2614+
version: 6.7.0
2615+
resolution: "@typescript-eslint/types@npm:6.7.0"
2616+
checksum: fb76031432a009813d559b1cc63091eb5434279012cdb98de62fcd556910663c6a1b506e0a77c4f86e223a5e2c00e76a2d1d2170802c75168008d19a52a51fca
2617+
languageName: node
2618+
linkType: hard
2619+
25852620
"@typescript-eslint/typescript-estree@npm:5.62.0":
25862621
version: 5.62.0
25872622
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2600,6 +2635,24 @@ __metadata:
26002635
languageName: node
26012636
linkType: hard
26022637

2638+
"@typescript-eslint/typescript-estree@npm:6.7.0":
2639+
version: 6.7.0
2640+
resolution: "@typescript-eslint/typescript-estree@npm:6.7.0"
2641+
dependencies:
2642+
"@typescript-eslint/types": 6.7.0
2643+
"@typescript-eslint/visitor-keys": 6.7.0
2644+
debug: ^4.3.4
2645+
globby: ^11.1.0
2646+
is-glob: ^4.0.3
2647+
semver: ^7.5.4
2648+
ts-api-utils: ^1.0.1
2649+
peerDependenciesMeta:
2650+
typescript:
2651+
optional: true
2652+
checksum: 9bd57910085f0dd97d7083e0468c34e0753d20d36d3ffaa4ba111f13cc4986743374f5aed928e645ea982cf2ed9a8141598bee41393cad0abee001f0842ad117
2653+
languageName: node
2654+
linkType: hard
2655+
26032656
"@typescript-eslint/utils@npm:5.62.0":
26042657
version: 5.62.0
26052658
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -2628,6 +2681,16 @@ __metadata:
26282681
languageName: node
26292682
linkType: hard
26302683

2684+
"@typescript-eslint/visitor-keys@npm:6.7.0":
2685+
version: 6.7.0
2686+
resolution: "@typescript-eslint/visitor-keys@npm:6.7.0"
2687+
dependencies:
2688+
"@typescript-eslint/types": 6.7.0
2689+
eslint-visitor-keys: ^3.4.1
2690+
checksum: cd85722d26ccfa23a76e5cb5aa0229f89eb3c4f1ed87d71a0f902db15f420f3f3e94cbd16dc711039f611ac60b1e7d0fee9ee78c48c88310a5f1926a2bc8778e
2691+
languageName: node
2692+
linkType: hard
2693+
26312694
"@unhead/dom@npm:1.5.2, @unhead/dom@npm:^1.5.2":
26322695
version: 1.5.2
26332696
resolution: "@unhead/dom@npm:1.5.2"
@@ -5214,32 +5277,32 @@ __metadata:
52145277
languageName: node
52155278
linkType: hard
52165279

5217-
"eslint-config-standard-with-typescript@npm:^35.0.0":
5218-
version: 35.0.0
5219-
resolution: "eslint-config-standard-with-typescript@npm:35.0.0"
5280+
"eslint-config-standard-with-typescript@npm:^39.0.0":
5281+
version: 39.0.0
5282+
resolution: "eslint-config-standard-with-typescript@npm:39.0.0"
52205283
dependencies:
5221-
"@typescript-eslint/parser": ^5.50.0
5222-
eslint-config-standard: 17.0.0
5284+
"@typescript-eslint/parser": ^6.4.0
5285+
eslint-config-standard: 17.1.0
52235286
peerDependencies:
5224-
"@typescript-eslint/eslint-plugin": ^5.50.0
5287+
"@typescript-eslint/eslint-plugin": ^6.4.0
52255288
eslint: ^8.0.1
52265289
eslint-plugin-import: ^2.25.2
5227-
eslint-plugin-n: ^15.0.0
5290+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
52285291
eslint-plugin-promise: ^6.0.0
52295292
typescript: "*"
5230-
checksum: 37ff8a2451cdb3754cd1901e07a7f0a4aa8b65db5f8ac400cc844597e922d16d5814f9d8d60a1ae4da7f3d202fcbe6158e924de7bdea75864c67b092f30724f3
5293+
checksum: a5d76edd09b62b63b5b0d9faaaf210f1e8338332f094fb26519f50f298e010aca4ac0ebceef28bc5de31995cc7055a8a8bec9e3477d331b29cd28d9744fed0da
52315294
languageName: node
52325295
linkType: hard
52335296

5234-
"eslint-config-standard@npm:17.0.0":
5235-
version: 17.0.0
5236-
resolution: "eslint-config-standard@npm:17.0.0"
5297+
"eslint-config-standard@npm:17.1.0":
5298+
version: 17.1.0
5299+
resolution: "eslint-config-standard@npm:17.1.0"
52375300
peerDependencies:
52385301
eslint: ^8.0.1
52395302
eslint-plugin-import: ^2.25.2
5240-
eslint-plugin-n: ^15.0.0
5303+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
52415304
eslint-plugin-promise: ^6.0.0
5242-
checksum: dc0ed51e186fd963ff2c0819d33ef580afce11b11036cbcf5e74427e26e514c2b1be96b8ffe74fd2fd00263554a0d49cc873fcf76f17c3dfdba614b45d7fd7da
5305+
checksum: 8ed14ffe424b8a7e67b85e44f75c46dc4c6954f7c474c871c56fb0daf40b6b2a7af2db55102b12a440158b2be898e1fb8333b05e3dbeaeaef066fdbc863eaa88
52435306
languageName: node
52445307
linkType: hard
52455308

@@ -5385,11 +5448,11 @@ __metadata:
53855448
languageName: node
53865449
linkType: hard
53875450

5388-
"eslint-plugin-unicorn@npm:^47.0.0":
5389-
version: 47.0.0
5390-
resolution: "eslint-plugin-unicorn@npm:47.0.0"
5451+
"eslint-plugin-unicorn@npm:^48.0.0":
5452+
version: 48.0.1
5453+
resolution: "eslint-plugin-unicorn@npm:48.0.1"
53915454
dependencies:
5392-
"@babel/helper-validator-identifier": ^7.19.1
5455+
"@babel/helper-validator-identifier": ^7.22.5
53935456
"@eslint-community/eslint-utils": ^4.4.0
53945457
ci-info: ^3.8.0
53955458
clean-regexp: ^1.0.0
@@ -5400,14 +5463,13 @@ __metadata:
54005463
lodash: ^4.17.21
54015464
pluralize: ^8.0.0
54025465
read-pkg-up: ^7.0.1
5403-
regexp-tree: ^0.1.24
5466+
regexp-tree: ^0.1.27
54045467
regjsparser: ^0.10.0
5405-
safe-regex: ^2.1.1
5406-
semver: ^7.3.8
5468+
semver: ^7.5.4
54075469
strip-indent: ^3.0.0
54085470
peerDependencies:
5409-
eslint: ">=8.38.0"
5410-
checksum: 8d93bd76d54fb44e134c6576e3bda72dbf4c9cb5bae90451ace6acf1c48e6d7329f1e36db1d19266a5da499afeff6bf0c647875d69adc92d546bcc2d8b765cca
5471+
eslint: ">=8.44.0"
5472+
checksum: e63112cbaa3a1347cbb427160d7b3c6a1f8cc8ef512075a0ab285c64761772356f4eb5f82c9fb1a8cde63d8794f8aa819eda02fa0a7c44bc9955c5113f87be78
54115473
languageName: node
54125474
linkType: hard
54135475

@@ -10196,7 +10258,7 @@ __metadata:
1019610258
languageName: node
1019710259
linkType: hard
1019810260

10199-
"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1":
10261+
"regexp-tree@npm:^0.1.27":
1020010262
version: 0.1.27
1020110263
resolution: "regexp-tree@npm:0.1.27"
1020210264
bin:
@@ -10487,15 +10549,6 @@ __metadata:
1048710549
languageName: node
1048810550
linkType: hard
1048910551

10490-
"safe-regex@npm:^2.1.1":
10491-
version: 2.1.1
10492-
resolution: "safe-regex@npm:2.1.1"
10493-
dependencies:
10494-
regexp-tree: ~0.1.1
10495-
checksum: 5d734e2193c63ef0cb00f60c0244e0f8a30ecb31923633cd34636808d6a7c4c206d650017953ae1db8bc33967c2f06af33488dea6f038f4e38212beb7bed77b4
10496-
languageName: node
10497-
linkType: hard
10498-
1049910552
"safe-stable-stringify@npm:^2.3.1":
1050010553
version: 2.4.3
1050110554
resolution: "safe-stable-stringify@npm:2.4.3"
@@ -11326,6 +11379,15 @@ __metadata:
1132611379
languageName: node
1132711380
linkType: hard
1132811381

11382+
"ts-api-utils@npm:^1.0.1":
11383+
version: 1.0.3
11384+
resolution: "ts-api-utils@npm:1.0.3"
11385+
peerDependencies:
11386+
typescript: ">=4.2.0"
11387+
checksum: 441cc4489d65fd515ae6b0f4eb8690057add6f3b6a63a36073753547fb6ce0c9ea0e0530220a0b282b0eec535f52c4dfc315d35f8a4c9a91c0def0707a714ca6
11388+
languageName: node
11389+
linkType: hard
11390+
1132911391
"tsconfig-paths@npm:^3.14.2":
1133011392
version: 3.14.2
1133111393
resolution: "tsconfig-paths@npm:3.14.2"

0 commit comments

Comments
 (0)