Skip to content

Commit f277c56

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 (#81)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c61734 commit f277c56

File tree

2 files changed

+22
-67
lines changed

2 files changed

+22
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@types/semver": "7.3.13",
114114
"@types/split2": "3.2.1",
115115
"@types/stream-to-array": "2.3.0",
116-
"@typescript-eslint/eslint-plugin": "5.58.0",
116+
"@typescript-eslint/eslint-plugin": "5.59.0",
117117
"@typescript-eslint/parser": "5.59.0",
118118
"@vates/toggle-scripts": "1.0.0",
119119
"@vitest/coverage-c8": "0.30.1",

yarn.lock

Lines changed: 21 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ __metadata:
10451045
"@types/semver": "npm:7.3.13"
10461046
"@types/split2": "npm:3.2.1"
10471047
"@types/stream-to-array": "npm:2.3.0"
1048-
"@typescript-eslint/eslint-plugin": "npm:5.58.0"
1048+
"@typescript-eslint/eslint-plugin": "npm:5.59.0"
10491049
"@typescript-eslint/parser": "npm:5.59.0"
10501050
"@vates/toggle-scripts": "npm:1.0.0"
10511051
"@vitest/coverage-c8": "npm:0.30.1"
@@ -2148,14 +2148,14 @@ __metadata:
21482148
languageName: node
21492149
linkType: hard
21502150

2151-
"@typescript-eslint/eslint-plugin@npm:5.58.0":
2152-
version: 5.58.0
2153-
resolution: "@typescript-eslint/eslint-plugin@npm:5.58.0"
2151+
"@typescript-eslint/eslint-plugin@npm:5.59.0":
2152+
version: 5.59.0
2153+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.0"
21542154
dependencies:
21552155
"@eslint-community/regexpp": "npm:^4.4.0"
2156-
"@typescript-eslint/scope-manager": "npm:5.58.0"
2157-
"@typescript-eslint/type-utils": "npm:5.58.0"
2158-
"@typescript-eslint/utils": "npm:5.58.0"
2156+
"@typescript-eslint/scope-manager": "npm:5.59.0"
2157+
"@typescript-eslint/type-utils": "npm:5.59.0"
2158+
"@typescript-eslint/utils": "npm:5.59.0"
21592159
debug: "npm:^4.3.4"
21602160
grapheme-splitter: "npm:^1.0.4"
21612161
ignore: "npm:^5.2.0"
@@ -2168,7 +2168,7 @@ __metadata:
21682168
peerDependenciesMeta:
21692169
typescript:
21702170
optional: true
2171-
checksum: 789641f3f0e8558796476ed66558e74e9cdfeaa037dba86fe78bd8034c96efa2edd0a40a5b70ac07af7c1e76df3ee3dc52cf12109d7e02fa6c851dcc3d171439
2171+
checksum: 9e956225ebf46d853cc41b8a11222b37da592c8d0d702e67e9808907115f0aaf0ece608a9ae66217de4a310259fc007e6c5e09b8f562c7526ac519361ef444ee
21722172
languageName: node
21732173
linkType: hard
21742174

@@ -2189,16 +2189,6 @@ __metadata:
21892189
languageName: node
21902190
linkType: hard
21912191

2192-
"@typescript-eslint/scope-manager@npm:5.58.0":
2193-
version: 5.58.0
2194-
resolution: "@typescript-eslint/scope-manager@npm:5.58.0"
2195-
dependencies:
2196-
"@typescript-eslint/types": "npm:5.58.0"
2197-
"@typescript-eslint/visitor-keys": "npm:5.58.0"
2198-
checksum: 632cfeb7695ec576f593bd090e3f87991b471f8804a8d53351fbe51d0b75a0efeccc2b7742fc6cadda4949352d209c3a10650edf9a7e0097e8074437f77ccc7d
2199-
languageName: node
2200-
linkType: hard
2201-
22022192
"@typescript-eslint/scope-manager@npm:5.59.0":
22032193
version: 5.59.0
22042194
resolution: "@typescript-eslint/scope-manager@npm:5.59.0"
@@ -2209,27 +2199,20 @@ __metadata:
22092199
languageName: node
22102200
linkType: hard
22112201

2212-
"@typescript-eslint/type-utils@npm:5.58.0":
2213-
version: 5.58.0
2214-
resolution: "@typescript-eslint/type-utils@npm:5.58.0"
2202+
"@typescript-eslint/type-utils@npm:5.59.0":
2203+
version: 5.59.0
2204+
resolution: "@typescript-eslint/type-utils@npm:5.59.0"
22152205
dependencies:
2216-
"@typescript-eslint/typescript-estree": "npm:5.58.0"
2217-
"@typescript-eslint/utils": "npm:5.58.0"
2206+
"@typescript-eslint/typescript-estree": "npm:5.59.0"
2207+
"@typescript-eslint/utils": "npm:5.59.0"
22182208
debug: "npm:^4.3.4"
22192209
tsutils: "npm:^3.21.0"
22202210
peerDependencies:
22212211
eslint: "*"
22222212
peerDependenciesMeta:
22232213
typescript:
22242214
optional: true
2225-
checksum: 74b2cfec118dd81bae8e34285cb67db2b8e8469e12d80ae35ce70b83e5b82290660ec7345bc275cbe1d9e71776cd36af52062ba00548cf72f1690e1f0ad19a7f
2226-
languageName: node
2227-
linkType: hard
2228-
2229-
"@typescript-eslint/types@npm:5.58.0":
2230-
version: 5.58.0
2231-
resolution: "@typescript-eslint/types@npm:5.58.0"
2232-
checksum: 1d7e547c09774afeb4658e40a401347e4440ee996c3be41ce9a4a100914f2795e1ca7364baac82dcf6577ff6fc11d5ffa729d71b811926bb02bb8aa245cd6646
2215+
checksum: a58f82b536c3d7ae8730d378a2a1dfa1b0c974ab15986d22c9115c2c1a7ccf6ef0834c6a2ca37220f31a4af7b099060730e8c8c39b4f21159009b46559f36bf9
22332216
languageName: node
22342217
linkType: hard
22352218

@@ -2240,24 +2223,6 @@ __metadata:
22402223
languageName: node
22412224
linkType: hard
22422225

2243-
"@typescript-eslint/typescript-estree@npm:5.58.0":
2244-
version: 5.58.0
2245-
resolution: "@typescript-eslint/typescript-estree@npm:5.58.0"
2246-
dependencies:
2247-
"@typescript-eslint/types": "npm:5.58.0"
2248-
"@typescript-eslint/visitor-keys": "npm:5.58.0"
2249-
debug: "npm:^4.3.4"
2250-
globby: "npm:^11.1.0"
2251-
is-glob: "npm:^4.0.3"
2252-
semver: "npm:^7.3.7"
2253-
tsutils: "npm:^3.21.0"
2254-
peerDependenciesMeta:
2255-
typescript:
2256-
optional: true
2257-
checksum: 4eb180fc602ab5b709b4a1c936d94f6c657a372a0065510aeac4f0f94c25ec480a6b2b9c0c771db5d8b347e44095dd29488c5644a4e6e9d1be1e3b1212932977
2258-
languageName: node
2259-
linkType: hard
2260-
22612226
"@typescript-eslint/typescript-estree@npm:5.59.0":
22622227
version: 5.59.0
22632228
resolution: "@typescript-eslint/typescript-estree@npm:5.59.0"
@@ -2276,31 +2241,21 @@ __metadata:
22762241
languageName: node
22772242
linkType: hard
22782243

2279-
"@typescript-eslint/utils@npm:5.58.0":
2280-
version: 5.58.0
2281-
resolution: "@typescript-eslint/utils@npm:5.58.0"
2244+
"@typescript-eslint/utils@npm:5.59.0":
2245+
version: 5.59.0
2246+
resolution: "@typescript-eslint/utils@npm:5.59.0"
22822247
dependencies:
22832248
"@eslint-community/eslint-utils": "npm:^4.2.0"
22842249
"@types/json-schema": "npm:^7.0.9"
22852250
"@types/semver": "npm:^7.3.12"
2286-
"@typescript-eslint/scope-manager": "npm:5.58.0"
2287-
"@typescript-eslint/types": "npm:5.58.0"
2288-
"@typescript-eslint/typescript-estree": "npm:5.58.0"
2251+
"@typescript-eslint/scope-manager": "npm:5.59.0"
2252+
"@typescript-eslint/types": "npm:5.59.0"
2253+
"@typescript-eslint/typescript-estree": "npm:5.59.0"
22892254
eslint-scope: "npm:^5.1.1"
22902255
semver: "npm:^7.3.7"
22912256
peerDependencies:
22922257
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2293-
checksum: 09f885881cf0a146846da3b118af32a96ec239e274e7cecda32cbb6e9c3e721559482245190bfa20534937ba92ed14db943ccb5eee2a00960e44bc12c02be810
2294-
languageName: node
2295-
linkType: hard
2296-
2297-
"@typescript-eslint/visitor-keys@npm:5.58.0":
2298-
version: 5.58.0
2299-
resolution: "@typescript-eslint/visitor-keys@npm:5.58.0"
2300-
dependencies:
2301-
"@typescript-eslint/types": "npm:5.58.0"
2302-
eslint-visitor-keys: "npm:^3.3.0"
2303-
checksum: 424d0826911e4689a14f63fb17cc325f05687db28d05f057c89e65620d03906f4d5709755942be27ff6baed879f22a4aad0a6da8d888d7ab44f45d2a0e21420a
2258+
checksum: 76c5ff6b85b8cb2eb344be93a2371680108f787d2962c7083b959961f6423fc1c4269d252585201227e990654c286c8379a99966490d85c4982e2b216a64199a
23042259
languageName: node
23052260
linkType: hard
23062261

0 commit comments

Comments
 (0)