Skip to content

Commit eccf06e

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

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
@@ -96,7 +96,7 @@
9696
"@types/node-notifier": "8.0.2",
9797
"@types/prettier": "2.7.2",
9898
"@types/semver": "7.3.13",
99-
"@typescript-eslint/eslint-plugin": "5.58.0",
99+
"@typescript-eslint/eslint-plugin": "5.59.0",
100100
"@typescript-eslint/parser": "5.59.0",
101101
"@vates/toggle-scripts": "1.0.0",
102102
"@vitest/coverage-c8": "0.30.1",

yarn.lock

Lines changed: 21 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ __metadata:
11191119
"@types/node-notifier": "npm:8.0.2"
11201120
"@types/prettier": "npm:2.7.2"
11211121
"@types/semver": "npm:7.3.13"
1122-
"@typescript-eslint/eslint-plugin": "npm:5.58.0"
1122+
"@typescript-eslint/eslint-plugin": "npm:5.59.0"
11231123
"@typescript-eslint/parser": "npm:5.59.0"
11241124
"@vates/toggle-scripts": "npm:1.0.0"
11251125
"@vitest/coverage-c8": "npm:0.30.1"
@@ -2135,14 +2135,14 @@ __metadata:
21352135
languageName: node
21362136
linkType: hard
21372137

2138-
"@typescript-eslint/eslint-plugin@npm:5.58.0":
2139-
version: 5.58.0
2140-
resolution: "@typescript-eslint/eslint-plugin@npm:5.58.0"
2138+
"@typescript-eslint/eslint-plugin@npm:5.59.0":
2139+
version: 5.59.0
2140+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.0"
21412141
dependencies:
21422142
"@eslint-community/regexpp": "npm:^4.4.0"
2143-
"@typescript-eslint/scope-manager": "npm:5.58.0"
2144-
"@typescript-eslint/type-utils": "npm:5.58.0"
2145-
"@typescript-eslint/utils": "npm:5.58.0"
2143+
"@typescript-eslint/scope-manager": "npm:5.59.0"
2144+
"@typescript-eslint/type-utils": "npm:5.59.0"
2145+
"@typescript-eslint/utils": "npm:5.59.0"
21462146
debug: "npm:^4.3.4"
21472147
grapheme-splitter: "npm:^1.0.4"
21482148
ignore: "npm:^5.2.0"
@@ -2155,7 +2155,7 @@ __metadata:
21552155
peerDependenciesMeta:
21562156
typescript:
21572157
optional: true
2158-
checksum: 789641f3f0e8558796476ed66558e74e9cdfeaa037dba86fe78bd8034c96efa2edd0a40a5b70ac07af7c1e76df3ee3dc52cf12109d7e02fa6c851dcc3d171439
2158+
checksum: 9e956225ebf46d853cc41b8a11222b37da592c8d0d702e67e9808907115f0aaf0ece608a9ae66217de4a310259fc007e6c5e09b8f562c7526ac519361ef444ee
21592159
languageName: node
21602160
linkType: hard
21612161

@@ -2176,16 +2176,6 @@ __metadata:
21762176
languageName: node
21772177
linkType: hard
21782178

2179-
"@typescript-eslint/scope-manager@npm:5.58.0":
2180-
version: 5.58.0
2181-
resolution: "@typescript-eslint/scope-manager@npm:5.58.0"
2182-
dependencies:
2183-
"@typescript-eslint/types": "npm:5.58.0"
2184-
"@typescript-eslint/visitor-keys": "npm:5.58.0"
2185-
checksum: 632cfeb7695ec576f593bd090e3f87991b471f8804a8d53351fbe51d0b75a0efeccc2b7742fc6cadda4949352d209c3a10650edf9a7e0097e8074437f77ccc7d
2186-
languageName: node
2187-
linkType: hard
2188-
21892179
"@typescript-eslint/scope-manager@npm:5.59.0":
21902180
version: 5.59.0
21912181
resolution: "@typescript-eslint/scope-manager@npm:5.59.0"
@@ -2196,27 +2186,20 @@ __metadata:
21962186
languageName: node
21972187
linkType: hard
21982188

2199-
"@typescript-eslint/type-utils@npm:5.58.0":
2200-
version: 5.58.0
2201-
resolution: "@typescript-eslint/type-utils@npm:5.58.0"
2189+
"@typescript-eslint/type-utils@npm:5.59.0":
2190+
version: 5.59.0
2191+
resolution: "@typescript-eslint/type-utils@npm:5.59.0"
22022192
dependencies:
2203-
"@typescript-eslint/typescript-estree": "npm:5.58.0"
2204-
"@typescript-eslint/utils": "npm:5.58.0"
2193+
"@typescript-eslint/typescript-estree": "npm:5.59.0"
2194+
"@typescript-eslint/utils": "npm:5.59.0"
22052195
debug: "npm:^4.3.4"
22062196
tsutils: "npm:^3.21.0"
22072197
peerDependencies:
22082198
eslint: "*"
22092199
peerDependenciesMeta:
22102200
typescript:
22112201
optional: true
2212-
checksum: 74b2cfec118dd81bae8e34285cb67db2b8e8469e12d80ae35ce70b83e5b82290660ec7345bc275cbe1d9e71776cd36af52062ba00548cf72f1690e1f0ad19a7f
2213-
languageName: node
2214-
linkType: hard
2215-
2216-
"@typescript-eslint/types@npm:5.58.0":
2217-
version: 5.58.0
2218-
resolution: "@typescript-eslint/types@npm:5.58.0"
2219-
checksum: 1d7e547c09774afeb4658e40a401347e4440ee996c3be41ce9a4a100914f2795e1ca7364baac82dcf6577ff6fc11d5ffa729d71b811926bb02bb8aa245cd6646
2202+
checksum: a58f82b536c3d7ae8730d378a2a1dfa1b0c974ab15986d22c9115c2c1a7ccf6ef0834c6a2ca37220f31a4af7b099060730e8c8c39b4f21159009b46559f36bf9
22202203
languageName: node
22212204
linkType: hard
22222205

@@ -2227,24 +2210,6 @@ __metadata:
22272210
languageName: node
22282211
linkType: hard
22292212

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

2266-
"@typescript-eslint/utils@npm:5.58.0":
2267-
version: 5.58.0
2268-
resolution: "@typescript-eslint/utils@npm:5.58.0"
2231+
"@typescript-eslint/utils@npm:5.59.0":
2232+
version: 5.59.0
2233+
resolution: "@typescript-eslint/utils@npm:5.59.0"
22692234
dependencies:
22702235
"@eslint-community/eslint-utils": "npm:^4.2.0"
22712236
"@types/json-schema": "npm:^7.0.9"
22722237
"@types/semver": "npm:^7.3.12"
2273-
"@typescript-eslint/scope-manager": "npm:5.58.0"
2274-
"@typescript-eslint/types": "npm:5.58.0"
2275-
"@typescript-eslint/typescript-estree": "npm:5.58.0"
2238+
"@typescript-eslint/scope-manager": "npm:5.59.0"
2239+
"@typescript-eslint/types": "npm:5.59.0"
2240+
"@typescript-eslint/typescript-estree": "npm:5.59.0"
22762241
eslint-scope: "npm:^5.1.1"
22772242
semver: "npm:^7.3.7"
22782243
peerDependencies:
22792244
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2280-
checksum: 09f885881cf0a146846da3b118af32a96ec239e274e7cecda32cbb6e9c3e721559482245190bfa20534937ba92ed14db943ccb5eee2a00960e44bc12c02be810
2281-
languageName: node
2282-
linkType: hard
2283-
2284-
"@typescript-eslint/visitor-keys@npm:5.58.0":
2285-
version: 5.58.0
2286-
resolution: "@typescript-eslint/visitor-keys@npm:5.58.0"
2287-
dependencies:
2288-
"@typescript-eslint/types": "npm:5.58.0"
2289-
eslint-visitor-keys: "npm:^3.3.0"
2290-
checksum: 424d0826911e4689a14f63fb17cc325f05687db28d05f057c89e65620d03906f4d5709755942be27ff6baed879f22a4aad0a6da8d888d7ab44f45d2a0e21420a
2245+
checksum: 76c5ff6b85b8cb2eb344be93a2371680108f787d2962c7083b959961f6423fc1c4269d252585201227e990654c286c8379a99966490d85c4982e2b216a64199a
22912246
languageName: node
22922247
linkType: hard
22932248

0 commit comments

Comments
 (0)