Skip to content

Commit b37fe3a

Browse files
chore(deps): update eslint and plugins
1 parent b2846d0 commit b37fe3a

File tree

2 files changed

+100
-38
lines changed

2 files changed

+100
-38
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
"@typescript-eslint/parser": "^5.54.1",
5959
"@vue/eslint-config-typescript": "^11.0.2",
6060
"eslint": "^8.35.0",
61-
"eslint-config-standard-with-typescript": "^35.0.0",
61+
"eslint-config-standard-with-typescript": "^39.0.0",
6262
"eslint-formatter-pretty": "^5.0.0",
6363
"eslint-plugin-align-assignments": "^1.1.2",
6464
"eslint-plugin-import": "^2.27.5",
6565
"eslint-plugin-n": "^16.0.0",
6666
"eslint-plugin-node": "^11.1.0",
6767
"eslint-plugin-promise": "^6.1.1",
68-
"eslint-plugin-unicorn": "^47.0.0",
68+
"eslint-plugin-unicorn": "^48.0.0",
6969
"eslint-plugin-varspacing": "^1.2.2",
7070
"eslint-plugin-vue": "^9.9.0",
7171
"nuxt": "^3.5.2",

yarn.lock

Lines changed: 98 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,14 +1703,14 @@ __metadata:
17031703
defu: ^6.1.2
17041704
destr: ^2.0.0
17051705
eslint: ^8.35.0
1706-
eslint-config-standard-with-typescript: ^35.0.0
1706+
eslint-config-standard-with-typescript: ^39.0.0
17071707
eslint-formatter-pretty: ^5.0.0
17081708
eslint-plugin-align-assignments: ^1.1.2
17091709
eslint-plugin-import: ^2.27.5
17101710
eslint-plugin-n: ^16.0.0
17111711
eslint-plugin-node: ^11.1.0
17121712
eslint-plugin-promise: ^6.1.1
1713-
eslint-plugin-unicorn: ^47.0.0
1713+
eslint-plugin-unicorn: ^48.0.0
17141714
eslint-plugin-varspacing: ^1.2.2
17151715
eslint-plugin-vue: ^9.9.0
17161716
h3: ^1.6.4
@@ -2071,7 +2071,7 @@ __metadata:
20712071
languageName: node
20722072
linkType: hard
20732073

2074-
"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
2074+
"@typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
20752075
version: 5.62.0
20762076
resolution: "@typescript-eslint/parser@npm:5.62.0"
20772077
dependencies:
@@ -2088,6 +2088,24 @@ __metadata:
20882088
languageName: node
20892089
linkType: hard
20902090

2091+
"@typescript-eslint/parser@npm:^6.4.0":
2092+
version: 6.5.0
2093+
resolution: "@typescript-eslint/parser@npm:6.5.0"
2094+
dependencies:
2095+
"@typescript-eslint/scope-manager": 6.5.0
2096+
"@typescript-eslint/types": 6.5.0
2097+
"@typescript-eslint/typescript-estree": 6.5.0
2098+
"@typescript-eslint/visitor-keys": 6.5.0
2099+
debug: ^4.3.4
2100+
peerDependencies:
2101+
eslint: ^7.0.0 || ^8.0.0
2102+
peerDependenciesMeta:
2103+
typescript:
2104+
optional: true
2105+
checksum: e9a70886ec2660aee5c77cdff67ba11651eb855b7ecd3ad1e70837fce997d6e6db9dfe1e1eab46a9b2147cbc034ae9c109951f3bc24ce54e78cae669b6bc9c95
2106+
languageName: node
2107+
linkType: hard
2108+
20912109
"@typescript-eslint/scope-manager@npm:5.62.0":
20922110
version: 5.62.0
20932111
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -2098,6 +2116,16 @@ __metadata:
20982116
languageName: node
20992117
linkType: hard
21002118

2119+
"@typescript-eslint/scope-manager@npm:6.5.0":
2120+
version: 6.5.0
2121+
resolution: "@typescript-eslint/scope-manager@npm:6.5.0"
2122+
dependencies:
2123+
"@typescript-eslint/types": 6.5.0
2124+
"@typescript-eslint/visitor-keys": 6.5.0
2125+
checksum: 30d78143f68e07d6bd15a147f64cc16830f8a8c8409b37aa7c7d205d7585f3648ec1c5365b3f177b7561971b407f773f6dba83b3b78fa63091045f2d6bbc6b9f
2126+
languageName: node
2127+
linkType: hard
2128+
21012129
"@typescript-eslint/type-utils@npm:5.62.0":
21022130
version: 5.62.0
21032131
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -2122,6 +2150,13 @@ __metadata:
21222150
languageName: node
21232151
linkType: hard
21242152

2153+
"@typescript-eslint/types@npm:6.5.0":
2154+
version: 6.5.0
2155+
resolution: "@typescript-eslint/types@npm:6.5.0"
2156+
checksum: 950ec16991d71494d10cb752535bbc4395295e3f03a716d53ec55bbb0aaff487aa774cc5002f775ffcc80b9f0e16ac53ecebf7cac1444ca4f7a847b0859ffbfb
2157+
languageName: node
2158+
linkType: hard
2159+
21252160
"@typescript-eslint/typescript-estree@npm:5.62.0":
21262161
version: 5.62.0
21272162
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2140,6 +2175,24 @@ __metadata:
21402175
languageName: node
21412176
linkType: hard
21422177

2178+
"@typescript-eslint/typescript-estree@npm:6.5.0":
2179+
version: 6.5.0
2180+
resolution: "@typescript-eslint/typescript-estree@npm:6.5.0"
2181+
dependencies:
2182+
"@typescript-eslint/types": 6.5.0
2183+
"@typescript-eslint/visitor-keys": 6.5.0
2184+
debug: ^4.3.4
2185+
globby: ^11.1.0
2186+
is-glob: ^4.0.3
2187+
semver: ^7.5.4
2188+
ts-api-utils: ^1.0.1
2189+
peerDependenciesMeta:
2190+
typescript:
2191+
optional: true
2192+
checksum: 05717fa1f2609fa5669803191cf309a379c815aaf4fff6850f40560eec8749759c36b288f05cecffd5c1d0be8de1fe414ecfee6ecf99b6ae521baa48c8b58455
2193+
languageName: node
2194+
linkType: hard
2195+
21432196
"@typescript-eslint/utils@npm:5.62.0":
21442197
version: 5.62.0
21452198
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -2168,6 +2221,16 @@ __metadata:
21682221
languageName: node
21692222
linkType: hard
21702223

2224+
"@typescript-eslint/visitor-keys@npm:6.5.0":
2225+
version: 6.5.0
2226+
resolution: "@typescript-eslint/visitor-keys@npm:6.5.0"
2227+
dependencies:
2228+
"@typescript-eslint/types": 6.5.0
2229+
eslint-visitor-keys: ^3.4.1
2230+
checksum: 768a02dd0d8aae45708646bb0c51e67da09e71dc101bb0a0e55d7e0c8eadfea2f531acd3035d1ec34bf2380b66188f3fc47c6bef0201eae36b2dcc48d1934442
2231+
languageName: node
2232+
linkType: hard
2233+
21712234
"@unhead/dom@npm:1.3.7, @unhead/dom@npm:^1.3.7":
21722235
version: 1.3.7
21732236
resolution: "@unhead/dom@npm:1.3.7"
@@ -4233,32 +4296,32 @@ __metadata:
42334296
languageName: node
42344297
linkType: hard
42354298

4236-
"eslint-config-standard-with-typescript@npm:^35.0.0":
4237-
version: 35.0.0
4238-
resolution: "eslint-config-standard-with-typescript@npm:35.0.0"
4299+
"eslint-config-standard-with-typescript@npm:^39.0.0":
4300+
version: 39.0.0
4301+
resolution: "eslint-config-standard-with-typescript@npm:39.0.0"
42394302
dependencies:
4240-
"@typescript-eslint/parser": ^5.50.0
4241-
eslint-config-standard: 17.0.0
4303+
"@typescript-eslint/parser": ^6.4.0
4304+
eslint-config-standard: 17.1.0
42424305
peerDependencies:
4243-
"@typescript-eslint/eslint-plugin": ^5.50.0
4306+
"@typescript-eslint/eslint-plugin": ^6.4.0
42444307
eslint: ^8.0.1
42454308
eslint-plugin-import: ^2.25.2
4246-
eslint-plugin-n: ^15.0.0
4309+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
42474310
eslint-plugin-promise: ^6.0.0
42484311
typescript: "*"
4249-
checksum: 37ff8a2451cdb3754cd1901e07a7f0a4aa8b65db5f8ac400cc844597e922d16d5814f9d8d60a1ae4da7f3d202fcbe6158e924de7bdea75864c67b092f30724f3
4312+
checksum: a5d76edd09b62b63b5b0d9faaaf210f1e8338332f094fb26519f50f298e010aca4ac0ebceef28bc5de31995cc7055a8a8bec9e3477d331b29cd28d9744fed0da
42504313
languageName: node
42514314
linkType: hard
42524315

4253-
"eslint-config-standard@npm:17.0.0":
4254-
version: 17.0.0
4255-
resolution: "eslint-config-standard@npm:17.0.0"
4316+
"eslint-config-standard@npm:17.1.0":
4317+
version: 17.1.0
4318+
resolution: "eslint-config-standard@npm:17.1.0"
42564319
peerDependencies:
42574320
eslint: ^8.0.1
42584321
eslint-plugin-import: ^2.25.2
4259-
eslint-plugin-n: ^15.0.0
4322+
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
42604323
eslint-plugin-promise: ^6.0.0
4261-
checksum: dc0ed51e186fd963ff2c0819d33ef580afce11b11036cbcf5e74427e26e514c2b1be96b8ffe74fd2fd00263554a0d49cc873fcf76f17c3dfdba614b45d7fd7da
4324+
checksum: 8ed14ffe424b8a7e67b85e44f75c46dc4c6954f7c474c871c56fb0daf40b6b2a7af2db55102b12a440158b2be898e1fb8333b05e3dbeaeaef066fdbc863eaa88
42624325
languageName: node
42634326
linkType: hard
42644327

@@ -4404,11 +4467,11 @@ __metadata:
44044467
languageName: node
44054468
linkType: hard
44064469

4407-
"eslint-plugin-unicorn@npm:^47.0.0":
4408-
version: 47.0.0
4409-
resolution: "eslint-plugin-unicorn@npm:47.0.0"
4470+
"eslint-plugin-unicorn@npm:^48.0.0":
4471+
version: 48.0.1
4472+
resolution: "eslint-plugin-unicorn@npm:48.0.1"
44104473
dependencies:
4411-
"@babel/helper-validator-identifier": ^7.19.1
4474+
"@babel/helper-validator-identifier": ^7.22.5
44124475
"@eslint-community/eslint-utils": ^4.4.0
44134476
ci-info: ^3.8.0
44144477
clean-regexp: ^1.0.0
@@ -4419,14 +4482,13 @@ __metadata:
44194482
lodash: ^4.17.21
44204483
pluralize: ^8.0.0
44214484
read-pkg-up: ^7.0.1
4422-
regexp-tree: ^0.1.24
4485+
regexp-tree: ^0.1.27
44234486
regjsparser: ^0.10.0
4424-
safe-regex: ^2.1.1
4425-
semver: ^7.3.8
4487+
semver: ^7.5.4
44264488
strip-indent: ^3.0.0
44274489
peerDependencies:
4428-
eslint: ">=8.38.0"
4429-
checksum: 8d93bd76d54fb44e134c6576e3bda72dbf4c9cb5bae90451ace6acf1c48e6d7329f1e36db1d19266a5da499afeff6bf0c647875d69adc92d546bcc2d8b765cca
4490+
eslint: ">=8.44.0"
4491+
checksum: e63112cbaa3a1347cbb427160d7b3c6a1f8cc8ef512075a0ab285c64761772356f4eb5f82c9fb1a8cde63d8794f8aa819eda02fa0a7c44bc9955c5113f87be78
44304492
languageName: node
44314493
linkType: hard
44324494

@@ -8071,7 +8133,7 @@ __metadata:
80718133
languageName: node
80728134
linkType: hard
80738135

8074-
"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1":
8136+
"regexp-tree@npm:^0.1.27":
80758137
version: 0.1.27
80768138
resolution: "regexp-tree@npm:0.1.27"
80778139
bin:
@@ -8297,15 +8359,6 @@ __metadata:
82978359
languageName: node
82988360
linkType: hard
82998361

8300-
"safe-regex@npm:^2.1.1":
8301-
version: 2.1.1
8302-
resolution: "safe-regex@npm:2.1.1"
8303-
dependencies:
8304-
regexp-tree: ~0.1.1
8305-
checksum: 5d734e2193c63ef0cb00f60c0244e0f8a30ecb31923633cd34636808d6a7c4c206d650017953ae1db8bc33967c2f06af33488dea6f038f4e38212beb7bed77b4
8306-
languageName: node
8307-
linkType: hard
8308-
83098362
"safer-buffer@npm:>= 2.1.2 < 3.0.0":
83108363
version: 2.1.2
83118364
resolution: "safer-buffer@npm:2.1.2"
@@ -8347,7 +8400,7 @@ __metadata:
83478400
languageName: node
83488401
linkType: hard
83498402

8350-
"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, semver@npm:^7.5.0":
8403+
"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.5.0":
83518404
version: 7.5.1
83528405
resolution: "semver@npm:7.5.1"
83538406
dependencies:
@@ -8956,6 +9009,15 @@ __metadata:
89569009
languageName: node
89579010
linkType: hard
89589011

9012+
"ts-api-utils@npm:^1.0.1":
9013+
version: 1.0.2
9014+
resolution: "ts-api-utils@npm:1.0.2"
9015+
peerDependencies:
9016+
typescript: ">=4.2.0"
9017+
checksum: 6375e12ba90b6cbe73f564405248da14c52aa44b62b386e1cbbb1da2640265dd33e99d3e019688dffa874e365cf596b161ccd49351e90638be825c2639697640
9018+
languageName: node
9019+
linkType: hard
9020+
89599021
"tsconfig-paths@npm:^3.14.2":
89609022
version: 3.14.2
89619023
resolution: "tsconfig-paths@npm:3.14.2"

0 commit comments

Comments
 (0)