Skip to content

Commit e9816f8

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 (#177)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97a1b84 commit e9816f8

File tree

2 files changed

+67
-22
lines changed

2 files changed

+67
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@types/node-notifier": "8.0.2",
102102
"@types/prettier": "2.7.2",
103103
"@types/semver": "7.3.13",
104-
"@typescript-eslint/eslint-plugin": "5.59.1",
104+
"@typescript-eslint/eslint-plugin": "5.59.2",
105105
"@typescript-eslint/parser": "5.59.1",
106106
"@vates/toggle-scripts": "1.0.0",
107107
"@vitest/coverage-c8": "0.30.1",

yarn.lock

Lines changed: 66 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ __metadata:
10931093
"@types/node-notifier": "npm:8.0.2"
10941094
"@types/prettier": "npm:2.7.2"
10951095
"@types/semver": "npm:7.3.13"
1096-
"@typescript-eslint/eslint-plugin": "npm:5.59.1"
1096+
"@typescript-eslint/eslint-plugin": "npm:5.59.2"
10971097
"@typescript-eslint/parser": "npm:5.59.1"
10981098
"@vates/toggle-scripts": "npm:1.0.0"
10991099
"@vitest/coverage-c8": "npm:0.30.1"
@@ -2160,14 +2160,14 @@ __metadata:
21602160
languageName: node
21612161
linkType: hard
21622162

2163-
"@typescript-eslint/eslint-plugin@npm:5.59.1":
2164-
version: 5.59.1
2165-
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.1"
2163+
"@typescript-eslint/eslint-plugin@npm:5.59.2":
2164+
version: 5.59.2
2165+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.2"
21662166
dependencies:
21672167
"@eslint-community/regexpp": "npm:^4.4.0"
2168-
"@typescript-eslint/scope-manager": "npm:5.59.1"
2169-
"@typescript-eslint/type-utils": "npm:5.59.1"
2170-
"@typescript-eslint/utils": "npm:5.59.1"
2168+
"@typescript-eslint/scope-manager": "npm:5.59.2"
2169+
"@typescript-eslint/type-utils": "npm:5.59.2"
2170+
"@typescript-eslint/utils": "npm:5.59.2"
21712171
debug: "npm:^4.3.4"
21722172
grapheme-splitter: "npm:^1.0.4"
21732173
ignore: "npm:^5.2.0"
@@ -2180,7 +2180,7 @@ __metadata:
21802180
peerDependenciesMeta:
21812181
typescript:
21822182
optional: true
2183-
checksum: 2b4b75ed9f9ad8dbd9e905d04b2c08d3dcc6149289f2970cc5dea9b91921b1488ad35d2b294d58fc1cd31871a88c85a650df977969d51a8da6e8aeabdede3b35
2183+
checksum: 777969bdcc25925df91f8bf0c8b16400defad020dbdb2ea77091f1ecceeb57704d5c045d195c67a3c877231419c34e8f0c03f45d22abf0cb607596b455118dff
21842184
languageName: node
21852185
linkType: hard
21862186

@@ -2211,20 +2211,30 @@ __metadata:
22112211
languageName: node
22122212
linkType: hard
22132213

2214-
"@typescript-eslint/type-utils@npm:5.59.1":
2215-
version: 5.59.1
2216-
resolution: "@typescript-eslint/type-utils@npm:5.59.1"
2214+
"@typescript-eslint/scope-manager@npm:5.59.2":
2215+
version: 5.59.2
2216+
resolution: "@typescript-eslint/scope-manager@npm:5.59.2"
22172217
dependencies:
2218-
"@typescript-eslint/typescript-estree": "npm:5.59.1"
2219-
"@typescript-eslint/utils": "npm:5.59.1"
2218+
"@typescript-eslint/types": "npm:5.59.2"
2219+
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2220+
checksum: 4cd52a2f008d7ee68ec8424c0cfe1c6f668aa2d981a506abb7514a165e47f48dcda711b83d297ea23074005abca5eb30ff9c594938c1ff9c73700019e0d44548
2221+
languageName: node
2222+
linkType: hard
2223+
2224+
"@typescript-eslint/type-utils@npm:5.59.2":
2225+
version: 5.59.2
2226+
resolution: "@typescript-eslint/type-utils@npm:5.59.2"
2227+
dependencies:
2228+
"@typescript-eslint/typescript-estree": "npm:5.59.2"
2229+
"@typescript-eslint/utils": "npm:5.59.2"
22202230
debug: "npm:^4.3.4"
22212231
tsutils: "npm:^3.21.0"
22222232
peerDependencies:
22232233
eslint: "*"
22242234
peerDependenciesMeta:
22252235
typescript:
22262236
optional: true
2227-
checksum: 7fec8c5aa16750466980a88830ca69791ecd1474da327442a65803d410eae8ccfc6560f6f7728aec7ece6ec3506074e5ba108650e4239f7b63df889d87a527cd
2237+
checksum: bc3aa3e29bf39a9adb6df6756e76e57e435d730f1597181dce432fb91ee0e9961b9c163d7d8975057fbcd982f4a9d70a36452ab1e260f58052e43b11749cfd35
22282238
languageName: node
22292239
linkType: hard
22302240

@@ -2235,6 +2245,13 @@ __metadata:
22352245
languageName: node
22362246
linkType: hard
22372247

2248+
"@typescript-eslint/types@npm:5.59.2":
2249+
version: 5.59.2
2250+
resolution: "@typescript-eslint/types@npm:5.59.2"
2251+
checksum: 4d565653b8d6cb6f5b72134bcd1efb3af18ca5792257613bd263f47b5be8faf94e3a90072758699900ef3e43a5ab68180f081b27a54b76a6d7006759ec63dc8f
2252+
languageName: node
2253+
linkType: hard
2254+
22382255
"@typescript-eslint/typescript-estree@npm:5.59.1":
22392256
version: 5.59.1
22402257
resolution: "@typescript-eslint/typescript-estree@npm:5.59.1"
@@ -2253,21 +2270,39 @@ __metadata:
22532270
languageName: node
22542271
linkType: hard
22552272

2256-
"@typescript-eslint/utils@npm:5.59.1":
2257-
version: 5.59.1
2258-
resolution: "@typescript-eslint/utils@npm:5.59.1"
2273+
"@typescript-eslint/typescript-estree@npm:5.59.2":
2274+
version: 5.59.2
2275+
resolution: "@typescript-eslint/typescript-estree@npm:5.59.2"
2276+
dependencies:
2277+
"@typescript-eslint/types": "npm:5.59.2"
2278+
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2279+
debug: "npm:^4.3.4"
2280+
globby: "npm:^11.1.0"
2281+
is-glob: "npm:^4.0.3"
2282+
semver: "npm:^7.3.7"
2283+
tsutils: "npm:^3.21.0"
2284+
peerDependenciesMeta:
2285+
typescript:
2286+
optional: true
2287+
checksum: 01f7a9abb914fe5399d4212990fa20c5b0b4ae61319a98730d10c95dfd04d3722637576c58dd95906c66a0f0cca503a25c844e922142f1f3e9c8d10c99a77a19
2288+
languageName: node
2289+
linkType: hard
2290+
2291+
"@typescript-eslint/utils@npm:5.59.2":
2292+
version: 5.59.2
2293+
resolution: "@typescript-eslint/utils@npm:5.59.2"
22592294
dependencies:
22602295
"@eslint-community/eslint-utils": "npm:^4.2.0"
22612296
"@types/json-schema": "npm:^7.0.9"
22622297
"@types/semver": "npm:^7.3.12"
2263-
"@typescript-eslint/scope-manager": "npm:5.59.1"
2264-
"@typescript-eslint/types": "npm:5.59.1"
2265-
"@typescript-eslint/typescript-estree": "npm:5.59.1"
2298+
"@typescript-eslint/scope-manager": "npm:5.59.2"
2299+
"@typescript-eslint/types": "npm:5.59.2"
2300+
"@typescript-eslint/typescript-estree": "npm:5.59.2"
22662301
eslint-scope: "npm:^5.1.1"
22672302
semver: "npm:^7.3.7"
22682303
peerDependencies:
22692304
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2270-
checksum: 90cc215cdea717f031e45544da9f1a9c0544f387f050f846cabfbc5728e2a2a27d2ae488a711082c5cece68cc9163111a6d2910c186b0c8f05581ffa876e1cf7
2305+
checksum: 18d221a1ed44ca1149fb8effa1957992e569ab49c88a7c4bc874a2233cbb005b7eba5abcfa1c100a358455bdaabb46dfbf7ee4e485f023ce3a91e7b8fb475e3a
22712306
languageName: node
22722307
linkType: hard
22732308

@@ -2281,6 +2316,16 @@ __metadata:
22812316
languageName: node
22822317
linkType: hard
22832318

2319+
"@typescript-eslint/visitor-keys@npm:5.59.2":
2320+
version: 5.59.2
2321+
resolution: "@typescript-eslint/visitor-keys@npm:5.59.2"
2322+
dependencies:
2323+
"@typescript-eslint/types": "npm:5.59.2"
2324+
eslint-visitor-keys: "npm:^3.3.0"
2325+
checksum: de546e6677b091c0f3f0b27e48f7d84fbdc4ffd21891d1634a1598a22953071690475c4caea99e5529dabebd0d1fb5b161221819129130e84b5ef3efcdbcf6ec
2326+
languageName: node
2327+
linkType: hard
2328+
22842329
"@vates/toggle-scripts@npm:1.0.0":
22852330
version: 1.0.0
22862331
resolution: "@vates/toggle-scripts@npm:1.0.0"

0 commit comments

Comments
 (0)