Skip to content

Commit 48cf911

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

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
@@ -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.59.1",
116+
"@typescript-eslint/eslint-plugin": "5.59.2",
117117
"@typescript-eslint/parser": "5.59.1",
118118
"@vates/toggle-scripts": "1.0.0",
119119
"@vitest/coverage-c8": "0.30.1",

yarn.lock

Lines changed: 66 additions & 21 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.59.1"
1048+
"@typescript-eslint/eslint-plugin": "npm:5.59.2"
10491049
"@typescript-eslint/parser": "npm:5.59.1"
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.59.1":
2152-
version: 5.59.1
2153-
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.1"
2151+
"@typescript-eslint/eslint-plugin@npm:5.59.2":
2152+
version: 5.59.2
2153+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.2"
21542154
dependencies:
21552155
"@eslint-community/regexpp": "npm:^4.4.0"
2156-
"@typescript-eslint/scope-manager": "npm:5.59.1"
2157-
"@typescript-eslint/type-utils": "npm:5.59.1"
2158-
"@typescript-eslint/utils": "npm:5.59.1"
2156+
"@typescript-eslint/scope-manager": "npm:5.59.2"
2157+
"@typescript-eslint/type-utils": "npm:5.59.2"
2158+
"@typescript-eslint/utils": "npm:5.59.2"
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: 2b4b75ed9f9ad8dbd9e905d04b2c08d3dcc6149289f2970cc5dea9b91921b1488ad35d2b294d58fc1cd31871a88c85a650df977969d51a8da6e8aeabdede3b35
2171+
checksum: 777969bdcc25925df91f8bf0c8b16400defad020dbdb2ea77091f1ecceeb57704d5c045d195c67a3c877231419c34e8f0c03f45d22abf0cb607596b455118dff
21722172
languageName: node
21732173
linkType: hard
21742174

@@ -2199,20 +2199,30 @@ __metadata:
21992199
languageName: node
22002200
linkType: hard
22012201

2202-
"@typescript-eslint/type-utils@npm:5.59.1":
2203-
version: 5.59.1
2204-
resolution: "@typescript-eslint/type-utils@npm:5.59.1"
2202+
"@typescript-eslint/scope-manager@npm:5.59.2":
2203+
version: 5.59.2
2204+
resolution: "@typescript-eslint/scope-manager@npm:5.59.2"
22052205
dependencies:
2206-
"@typescript-eslint/typescript-estree": "npm:5.59.1"
2207-
"@typescript-eslint/utils": "npm:5.59.1"
2206+
"@typescript-eslint/types": "npm:5.59.2"
2207+
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2208+
checksum: 4cd52a2f008d7ee68ec8424c0cfe1c6f668aa2d981a506abb7514a165e47f48dcda711b83d297ea23074005abca5eb30ff9c594938c1ff9c73700019e0d44548
2209+
languageName: node
2210+
linkType: hard
2211+
2212+
"@typescript-eslint/type-utils@npm:5.59.2":
2213+
version: 5.59.2
2214+
resolution: "@typescript-eslint/type-utils@npm:5.59.2"
2215+
dependencies:
2216+
"@typescript-eslint/typescript-estree": "npm:5.59.2"
2217+
"@typescript-eslint/utils": "npm:5.59.2"
22082218
debug: "npm:^4.3.4"
22092219
tsutils: "npm:^3.21.0"
22102220
peerDependencies:
22112221
eslint: "*"
22122222
peerDependenciesMeta:
22132223
typescript:
22142224
optional: true
2215-
checksum: 7fec8c5aa16750466980a88830ca69791ecd1474da327442a65803d410eae8ccfc6560f6f7728aec7ece6ec3506074e5ba108650e4239f7b63df889d87a527cd
2225+
checksum: bc3aa3e29bf39a9adb6df6756e76e57e435d730f1597181dce432fb91ee0e9961b9c163d7d8975057fbcd982f4a9d70a36452ab1e260f58052e43b11749cfd35
22162226
languageName: node
22172227
linkType: hard
22182228

@@ -2223,6 +2233,13 @@ __metadata:
22232233
languageName: node
22242234
linkType: hard
22252235

2236+
"@typescript-eslint/types@npm:5.59.2":
2237+
version: 5.59.2
2238+
resolution: "@typescript-eslint/types@npm:5.59.2"
2239+
checksum: 4d565653b8d6cb6f5b72134bcd1efb3af18ca5792257613bd263f47b5be8faf94e3a90072758699900ef3e43a5ab68180f081b27a54b76a6d7006759ec63dc8f
2240+
languageName: node
2241+
linkType: hard
2242+
22262243
"@typescript-eslint/typescript-estree@npm:5.59.1":
22272244
version: 5.59.1
22282245
resolution: "@typescript-eslint/typescript-estree@npm:5.59.1"
@@ -2241,21 +2258,39 @@ __metadata:
22412258
languageName: node
22422259
linkType: hard
22432260

2244-
"@typescript-eslint/utils@npm:5.59.1":
2245-
version: 5.59.1
2246-
resolution: "@typescript-eslint/utils@npm:5.59.1"
2261+
"@typescript-eslint/typescript-estree@npm:5.59.2":
2262+
version: 5.59.2
2263+
resolution: "@typescript-eslint/typescript-estree@npm:5.59.2"
2264+
dependencies:
2265+
"@typescript-eslint/types": "npm:5.59.2"
2266+
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2267+
debug: "npm:^4.3.4"
2268+
globby: "npm:^11.1.0"
2269+
is-glob: "npm:^4.0.3"
2270+
semver: "npm:^7.3.7"
2271+
tsutils: "npm:^3.21.0"
2272+
peerDependenciesMeta:
2273+
typescript:
2274+
optional: true
2275+
checksum: 01f7a9abb914fe5399d4212990fa20c5b0b4ae61319a98730d10c95dfd04d3722637576c58dd95906c66a0f0cca503a25c844e922142f1f3e9c8d10c99a77a19
2276+
languageName: node
2277+
linkType: hard
2278+
2279+
"@typescript-eslint/utils@npm:5.59.2":
2280+
version: 5.59.2
2281+
resolution: "@typescript-eslint/utils@npm:5.59.2"
22472282
dependencies:
22482283
"@eslint-community/eslint-utils": "npm:^4.2.0"
22492284
"@types/json-schema": "npm:^7.0.9"
22502285
"@types/semver": "npm:^7.3.12"
2251-
"@typescript-eslint/scope-manager": "npm:5.59.1"
2252-
"@typescript-eslint/types": "npm:5.59.1"
2253-
"@typescript-eslint/typescript-estree": "npm:5.59.1"
2286+
"@typescript-eslint/scope-manager": "npm:5.59.2"
2287+
"@typescript-eslint/types": "npm:5.59.2"
2288+
"@typescript-eslint/typescript-estree": "npm:5.59.2"
22542289
eslint-scope: "npm:^5.1.1"
22552290
semver: "npm:^7.3.7"
22562291
peerDependencies:
22572292
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2258-
checksum: 90cc215cdea717f031e45544da9f1a9c0544f387f050f846cabfbc5728e2a2a27d2ae488a711082c5cece68cc9163111a6d2910c186b0c8f05581ffa876e1cf7
2293+
checksum: 18d221a1ed44ca1149fb8effa1957992e569ab49c88a7c4bc874a2233cbb005b7eba5abcfa1c100a358455bdaabb46dfbf7ee4e485f023ce3a91e7b8fb475e3a
22592294
languageName: node
22602295
linkType: hard
22612296

@@ -2269,6 +2304,16 @@ __metadata:
22692304
languageName: node
22702305
linkType: hard
22712306

2307+
"@typescript-eslint/visitor-keys@npm:5.59.2":
2308+
version: 5.59.2
2309+
resolution: "@typescript-eslint/visitor-keys@npm:5.59.2"
2310+
dependencies:
2311+
"@typescript-eslint/types": "npm:5.59.2"
2312+
eslint-visitor-keys: "npm:^3.3.0"
2313+
checksum: de546e6677b091c0f3f0b27e48f7d84fbdc4ffd21891d1634a1598a22953071690475c4caea99e5529dabebd0d1fb5b161221819129130e84b5ef3efcdbcf6ec
2314+
languageName: node
2315+
linkType: hard
2316+
22722317
"@vates/toggle-scripts@npm:1.0.0":
22732318
version: 1.0.0
22742319
resolution: "@vates/toggle-scripts@npm:1.0.0"

0 commit comments

Comments
 (0)