Skip to content

Commit 016f510

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 (#155)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33c4cde commit 016f510

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
@@ -93,7 +93,7 @@
9393
"@types/node-notifier": "8.0.2",
9494
"@types/prettier": "2.7.2",
9595
"@types/semver": "7.3.13",
96-
"@typescript-eslint/eslint-plugin": "5.58.0",
96+
"@typescript-eslint/eslint-plugin": "5.59.0",
9797
"@typescript-eslint/parser": "5.59.0",
9898
"@vates/toggle-scripts": "1.0.0",
9999
"@vitest/coverage-c8": "0.30.1",

yarn.lock

Lines changed: 21 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ __metadata:
11071107
"@types/node-notifier": "npm:8.0.2"
11081108
"@types/prettier": "npm:2.7.2"
11091109
"@types/semver": "npm:7.3.13"
1110-
"@typescript-eslint/eslint-plugin": "npm:5.58.0"
1110+
"@typescript-eslint/eslint-plugin": "npm:5.59.0"
11111111
"@typescript-eslint/parser": "npm:5.59.0"
11121112
"@vates/toggle-scripts": "npm:1.0.0"
11131113
"@vitest/coverage-c8": "npm:0.30.1"
@@ -2133,14 +2133,14 @@ __metadata:
21332133
languageName: node
21342134
linkType: hard
21352135

2136-
"@typescript-eslint/eslint-plugin@npm:5.58.0":
2137-
version: 5.58.0
2138-
resolution: "@typescript-eslint/eslint-plugin@npm:5.58.0"
2136+
"@typescript-eslint/eslint-plugin@npm:5.59.0":
2137+
version: 5.59.0
2138+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.0"
21392139
dependencies:
21402140
"@eslint-community/regexpp": "npm:^4.4.0"
2141-
"@typescript-eslint/scope-manager": "npm:5.58.0"
2142-
"@typescript-eslint/type-utils": "npm:5.58.0"
2143-
"@typescript-eslint/utils": "npm:5.58.0"
2141+
"@typescript-eslint/scope-manager": "npm:5.59.0"
2142+
"@typescript-eslint/type-utils": "npm:5.59.0"
2143+
"@typescript-eslint/utils": "npm:5.59.0"
21442144
debug: "npm:^4.3.4"
21452145
grapheme-splitter: "npm:^1.0.4"
21462146
ignore: "npm:^5.2.0"
@@ -2153,7 +2153,7 @@ __metadata:
21532153
peerDependenciesMeta:
21542154
typescript:
21552155
optional: true
2156-
checksum: 789641f3f0e8558796476ed66558e74e9cdfeaa037dba86fe78bd8034c96efa2edd0a40a5b70ac07af7c1e76df3ee3dc52cf12109d7e02fa6c851dcc3d171439
2156+
checksum: 9e956225ebf46d853cc41b8a11222b37da592c8d0d702e67e9808907115f0aaf0ece608a9ae66217de4a310259fc007e6c5e09b8f562c7526ac519361ef444ee
21572157
languageName: node
21582158
linkType: hard
21592159

@@ -2174,16 +2174,6 @@ __metadata:
21742174
languageName: node
21752175
linkType: hard
21762176

2177-
"@typescript-eslint/scope-manager@npm:5.58.0":
2178-
version: 5.58.0
2179-
resolution: "@typescript-eslint/scope-manager@npm:5.58.0"
2180-
dependencies:
2181-
"@typescript-eslint/types": "npm:5.58.0"
2182-
"@typescript-eslint/visitor-keys": "npm:5.58.0"
2183-
checksum: 632cfeb7695ec576f593bd090e3f87991b471f8804a8d53351fbe51d0b75a0efeccc2b7742fc6cadda4949352d209c3a10650edf9a7e0097e8074437f77ccc7d
2184-
languageName: node
2185-
linkType: hard
2186-
21872177
"@typescript-eslint/scope-manager@npm:5.59.0":
21882178
version: 5.59.0
21892179
resolution: "@typescript-eslint/scope-manager@npm:5.59.0"
@@ -2194,27 +2184,20 @@ __metadata:
21942184
languageName: node
21952185
linkType: hard
21962186

2197-
"@typescript-eslint/type-utils@npm:5.58.0":
2198-
version: 5.58.0
2199-
resolution: "@typescript-eslint/type-utils@npm:5.58.0"
2187+
"@typescript-eslint/type-utils@npm:5.59.0":
2188+
version: 5.59.0
2189+
resolution: "@typescript-eslint/type-utils@npm:5.59.0"
22002190
dependencies:
2201-
"@typescript-eslint/typescript-estree": "npm:5.58.0"
2202-
"@typescript-eslint/utils": "npm:5.58.0"
2191+
"@typescript-eslint/typescript-estree": "npm:5.59.0"
2192+
"@typescript-eslint/utils": "npm:5.59.0"
22032193
debug: "npm:^4.3.4"
22042194
tsutils: "npm:^3.21.0"
22052195
peerDependencies:
22062196
eslint: "*"
22072197
peerDependenciesMeta:
22082198
typescript:
22092199
optional: true
2210-
checksum: 74b2cfec118dd81bae8e34285cb67db2b8e8469e12d80ae35ce70b83e5b82290660ec7345bc275cbe1d9e71776cd36af52062ba00548cf72f1690e1f0ad19a7f
2211-
languageName: node
2212-
linkType: hard
2213-
2214-
"@typescript-eslint/types@npm:5.58.0":
2215-
version: 5.58.0
2216-
resolution: "@typescript-eslint/types@npm:5.58.0"
2217-
checksum: 1d7e547c09774afeb4658e40a401347e4440ee996c3be41ce9a4a100914f2795e1ca7364baac82dcf6577ff6fc11d5ffa729d71b811926bb02bb8aa245cd6646
2200+
checksum: a58f82b536c3d7ae8730d378a2a1dfa1b0c974ab15986d22c9115c2c1a7ccf6ef0834c6a2ca37220f31a4af7b099060730e8c8c39b4f21159009b46559f36bf9
22182201
languageName: node
22192202
linkType: hard
22202203

@@ -2225,24 +2208,6 @@ __metadata:
22252208
languageName: node
22262209
linkType: hard
22272210

2228-
"@typescript-eslint/typescript-estree@npm:5.58.0":
2229-
version: 5.58.0
2230-
resolution: "@typescript-eslint/typescript-estree@npm:5.58.0"
2231-
dependencies:
2232-
"@typescript-eslint/types": "npm:5.58.0"
2233-
"@typescript-eslint/visitor-keys": "npm:5.58.0"
2234-
debug: "npm:^4.3.4"
2235-
globby: "npm:^11.1.0"
2236-
is-glob: "npm:^4.0.3"
2237-
semver: "npm:^7.3.7"
2238-
tsutils: "npm:^3.21.0"
2239-
peerDependenciesMeta:
2240-
typescript:
2241-
optional: true
2242-
checksum: 4eb180fc602ab5b709b4a1c936d94f6c657a372a0065510aeac4f0f94c25ec480a6b2b9c0c771db5d8b347e44095dd29488c5644a4e6e9d1be1e3b1212932977
2243-
languageName: node
2244-
linkType: hard
2245-
22462211
"@typescript-eslint/typescript-estree@npm:5.59.0":
22472212
version: 5.59.0
22482213
resolution: "@typescript-eslint/typescript-estree@npm:5.59.0"
@@ -2261,31 +2226,21 @@ __metadata:
22612226
languageName: node
22622227
linkType: hard
22632228

2264-
"@typescript-eslint/utils@npm:5.58.0":
2265-
version: 5.58.0
2266-
resolution: "@typescript-eslint/utils@npm:5.58.0"
2229+
"@typescript-eslint/utils@npm:5.59.0":
2230+
version: 5.59.0
2231+
resolution: "@typescript-eslint/utils@npm:5.59.0"
22672232
dependencies:
22682233
"@eslint-community/eslint-utils": "npm:^4.2.0"
22692234
"@types/json-schema": "npm:^7.0.9"
22702235
"@types/semver": "npm:^7.3.12"
2271-
"@typescript-eslint/scope-manager": "npm:5.58.0"
2272-
"@typescript-eslint/types": "npm:5.58.0"
2273-
"@typescript-eslint/typescript-estree": "npm:5.58.0"
2236+
"@typescript-eslint/scope-manager": "npm:5.59.0"
2237+
"@typescript-eslint/types": "npm:5.59.0"
2238+
"@typescript-eslint/typescript-estree": "npm:5.59.0"
22742239
eslint-scope: "npm:^5.1.1"
22752240
semver: "npm:^7.3.7"
22762241
peerDependencies:
22772242
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2278-
checksum: 09f885881cf0a146846da3b118af32a96ec239e274e7cecda32cbb6e9c3e721559482245190bfa20534937ba92ed14db943ccb5eee2a00960e44bc12c02be810
2279-
languageName: node
2280-
linkType: hard
2281-
2282-
"@typescript-eslint/visitor-keys@npm:5.58.0":
2283-
version: 5.58.0
2284-
resolution: "@typescript-eslint/visitor-keys@npm:5.58.0"
2285-
dependencies:
2286-
"@typescript-eslint/types": "npm:5.58.0"
2287-
eslint-visitor-keys: "npm:^3.3.0"
2288-
checksum: 424d0826911e4689a14f63fb17cc325f05687db28d05f057c89e65620d03906f4d5709755942be27ff6baed879f22a4aad0a6da8d888d7ab44f45d2a0e21420a
2243+
checksum: 76c5ff6b85b8cb2eb344be93a2371680108f787d2962c7083b959961f6423fc1c4269d252585201227e990654c286c8379a99966490d85c4982e2b216a64199a
22892244
languageName: node
22902245
linkType: hard
22912246

0 commit comments

Comments
 (0)