Skip to content

Commit 883a9bb

Browse files
chore(deps): update eslint and plugins
1 parent 2132b02 commit 883a9bb

2 files changed

Lines changed: 106 additions & 44 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 104 additions & 42 deletions
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"
@@ -2015,14 +2015,14 @@ __metadata:
20152015
dd-trace: ^4.11.0
20162016
defu: ^6.1.2
20172017
eslint: ^8.35.0
2018-
eslint-config-standard-with-typescript: ^35.0.0
2018+
eslint-config-standard-with-typescript: ^39.0.0
20192019
eslint-formatter-pretty: ^5.0.0
20202020
eslint-plugin-align-assignments: ^1.1.2
20212021
eslint-plugin-import: ^2.27.5
20222022
eslint-plugin-n: ^16.0.0
20232023
eslint-plugin-node: ^11.1.0
20242024
eslint-plugin-promise: ^6.1.1
2025-
eslint-plugin-unicorn: ^47.0.0
2025+
eslint-plugin-unicorn: ^48.0.0
20262026
eslint-plugin-varspacing: ^1.2.2
20272027
eslint-plugin-vue: ^9.9.0
20282028
nanoid: ^4.0.2
@@ -2532,7 +2532,7 @@ __metadata:
25322532
languageName: node
25332533
linkType: hard
25342534

2535-
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
2535+
"@typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
25362536
version: 5.62.0
25372537
resolution: "@typescript-eslint/parser@npm:5.62.0"
25382538
dependencies:
@@ -2549,6 +2549,24 @@ __metadata:
25492549
languageName: node
25502550
linkType: hard
25512551

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

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

2614+
"@typescript-eslint/types@npm:6.7.0":
2615+
version: 6.7.0
2616+
resolution: "@typescript-eslint/types@npm:6.7.0"
2617+
checksum: fb76031432a009813d559b1cc63091eb5434279012cdb98de62fcd556910663c6a1b506e0a77c4f86e223a5e2c00e76a2d1d2170802c75168008d19a52a51fca
2618+
languageName: node
2619+
linkType: hard
2620+
25862621
"@typescript-eslint/typescript-estree@npm:5.62.0":
25872622
version: 5.62.0
25882623
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2601,6 +2636,24 @@ __metadata:
26012636
languageName: node
26022637
linkType: hard
26032638

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

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

5218-
"eslint-config-standard-with-typescript@npm:^35.0.0":
5219-
version: 35.0.0
5220-
resolution: "eslint-config-standard-with-typescript@npm:35.0.0"
5281+
"eslint-config-standard-with-typescript@npm:^39.0.0":
5282+
version: 39.0.0
5283+
resolution: "eslint-config-standard-with-typescript@npm:39.0.0"
52215284
dependencies:
5222-
"@typescript-eslint/parser": ^5.50.0
5223-
eslint-config-standard: 17.0.0
5285+
"@typescript-eslint/parser": ^6.4.0
5286+
eslint-config-standard: 17.1.0
52245287
peerDependencies:
5225-
"@typescript-eslint/eslint-plugin": ^5.50.0
5288+
"@typescript-eslint/eslint-plugin": ^6.4.0
52265289
eslint: ^8.0.1
52275290
eslint-plugin-import: ^2.25.2
5228-
eslint-plugin-n: ^15.0.0
5291+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
52295292
eslint-plugin-promise: ^6.0.0
52305293
typescript: "*"
5231-
checksum: 37ff8a2451cdb3754cd1901e07a7f0a4aa8b65db5f8ac400cc844597e922d16d5814f9d8d60a1ae4da7f3d202fcbe6158e924de7bdea75864c67b092f30724f3
5294+
checksum: a5d76edd09b62b63b5b0d9faaaf210f1e8338332f094fb26519f50f298e010aca4ac0ebceef28bc5de31995cc7055a8a8bec9e3477d331b29cd28d9744fed0da
52325295
languageName: node
52335296
linkType: hard
52345297

5235-
"eslint-config-standard@npm:17.0.0":
5236-
version: 17.0.0
5237-
resolution: "eslint-config-standard@npm:17.0.0"
5298+
"eslint-config-standard@npm:17.1.0":
5299+
version: 17.1.0
5300+
resolution: "eslint-config-standard@npm:17.1.0"
52385301
peerDependencies:
52395302
eslint: ^8.0.1
52405303
eslint-plugin-import: ^2.25.2
5241-
eslint-plugin-n: ^15.0.0
5304+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
52425305
eslint-plugin-promise: ^6.0.0
5243-
checksum: dc0ed51e186fd963ff2c0819d33ef580afce11b11036cbcf5e74427e26e514c2b1be96b8ffe74fd2fd00263554a0d49cc873fcf76f17c3dfdba614b45d7fd7da
5306+
checksum: 8ed14ffe424b8a7e67b85e44f75c46dc4c6954f7c474c871c56fb0daf40b6b2a7af2db55102b12a440158b2be898e1fb8333b05e3dbeaeaef066fdbc863eaa88
52445307
languageName: node
52455308
linkType: hard
52465309

@@ -5386,11 +5449,11 @@ __metadata:
53865449
languageName: node
53875450
linkType: hard
53885451

5389-
"eslint-plugin-unicorn@npm:^47.0.0":
5390-
version: 47.0.0
5391-
resolution: "eslint-plugin-unicorn@npm:47.0.0"
5452+
"eslint-plugin-unicorn@npm:^48.0.0":
5453+
version: 48.0.1
5454+
resolution: "eslint-plugin-unicorn@npm:48.0.1"
53925455
dependencies:
5393-
"@babel/helper-validator-identifier": ^7.19.1
5456+
"@babel/helper-validator-identifier": ^7.22.5
53945457
"@eslint-community/eslint-utils": ^4.4.0
53955458
ci-info: ^3.8.0
53965459
clean-regexp: ^1.0.0
@@ -5401,14 +5464,13 @@ __metadata:
54015464
lodash: ^4.17.21
54025465
pluralize: ^8.0.0
54035466
read-pkg-up: ^7.0.1
5404-
regexp-tree: ^0.1.24
5467+
regexp-tree: ^0.1.27
54055468
regjsparser: ^0.10.0
5406-
safe-regex: ^2.1.1
5407-
semver: ^7.3.8
5469+
semver: ^7.5.4
54085470
strip-indent: ^3.0.0
54095471
peerDependencies:
5410-
eslint: ">=8.38.0"
5411-
checksum: 8d93bd76d54fb44e134c6576e3bda72dbf4c9cb5bae90451ace6acf1c48e6d7329f1e36db1d19266a5da499afeff6bf0c647875d69adc92d546bcc2d8b765cca
5472+
eslint: ">=8.44.0"
5473+
checksum: e63112cbaa3a1347cbb427160d7b3c6a1f8cc8ef512075a0ab285c64761772356f4eb5f82c9fb1a8cde63d8794f8aa819eda02fa0a7c44bc9955c5113f87be78
54125474
languageName: node
54135475
linkType: hard
54145476

@@ -10197,7 +10259,7 @@ __metadata:
1019710259
languageName: node
1019810260
linkType: hard
1019910261

10200-
"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1":
10262+
"regexp-tree@npm:^0.1.27":
1020110263
version: 0.1.27
1020210264
resolution: "regexp-tree@npm:0.1.27"
1020310265
bin:
@@ -10488,15 +10550,6 @@ __metadata:
1048810550
languageName: node
1048910551
linkType: hard
1049010552

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

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

0 commit comments

Comments
 (0)