Skip to content

Commit 833c4c3

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

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.59.2",
99+
"@typescript-eslint/eslint-plugin": "5.59.5",
100100
"@typescript-eslint/parser": "5.59.5",
101101
"@vates/toggle-scripts": "1.0.0",
102102
"@vitest/coverage-c8": "0.31.0",

yarn.lock

Lines changed: 21 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ __metadata:
11291129
"@types/node-notifier": "npm:8.0.2"
11301130
"@types/prettier": "npm:2.7.2"
11311131
"@types/semver": "npm:7.3.13"
1132-
"@typescript-eslint/eslint-plugin": "npm:5.59.2"
1132+
"@typescript-eslint/eslint-plugin": "npm:5.59.5"
11331133
"@typescript-eslint/parser": "npm:5.59.5"
11341134
"@vates/toggle-scripts": "npm:1.0.0"
11351135
"@vitest/coverage-c8": "npm:0.31.0"
@@ -2145,14 +2145,14 @@ __metadata:
21452145
languageName: node
21462146
linkType: hard
21472147

2148-
"@typescript-eslint/eslint-plugin@npm:5.59.2":
2149-
version: 5.59.2
2150-
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.2"
2148+
"@typescript-eslint/eslint-plugin@npm:5.59.5":
2149+
version: 5.59.5
2150+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.5"
21512151
dependencies:
21522152
"@eslint-community/regexpp": "npm:^4.4.0"
2153-
"@typescript-eslint/scope-manager": "npm:5.59.2"
2154-
"@typescript-eslint/type-utils": "npm:5.59.2"
2155-
"@typescript-eslint/utils": "npm:5.59.2"
2153+
"@typescript-eslint/scope-manager": "npm:5.59.5"
2154+
"@typescript-eslint/type-utils": "npm:5.59.5"
2155+
"@typescript-eslint/utils": "npm:5.59.5"
21562156
debug: "npm:^4.3.4"
21572157
grapheme-splitter: "npm:^1.0.4"
21582158
ignore: "npm:^5.2.0"
@@ -2165,7 +2165,7 @@ __metadata:
21652165
peerDependenciesMeta:
21662166
typescript:
21672167
optional: true
2168-
checksum: 777969bdcc25925df91f8bf0c8b16400defad020dbdb2ea77091f1ecceeb57704d5c045d195c67a3c877231419c34e8f0c03f45d22abf0cb607596b455118dff
2168+
checksum: 4405f929e8f0a140601b9e8ca0b013851398605487f2f47dc16349b977e9d701f823f1af7e721d601b0f24013ef247056b569c3b11813fb343243ce655bb5c3d
21692169
languageName: node
21702170
linkType: hard
21712171

@@ -2186,16 +2186,6 @@ __metadata:
21862186
languageName: node
21872187
linkType: hard
21882188

2189-
"@typescript-eslint/scope-manager@npm:5.59.2":
2190-
version: 5.59.2
2191-
resolution: "@typescript-eslint/scope-manager@npm:5.59.2"
2192-
dependencies:
2193-
"@typescript-eslint/types": "npm:5.59.2"
2194-
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2195-
checksum: 4cd52a2f008d7ee68ec8424c0cfe1c6f668aa2d981a506abb7514a165e47f48dcda711b83d297ea23074005abca5eb30ff9c594938c1ff9c73700019e0d44548
2196-
languageName: node
2197-
linkType: hard
2198-
21992189
"@typescript-eslint/scope-manager@npm:5.59.5":
22002190
version: 5.59.5
22012191
resolution: "@typescript-eslint/scope-manager@npm:5.59.5"
@@ -2206,27 +2196,20 @@ __metadata:
22062196
languageName: node
22072197
linkType: hard
22082198

2209-
"@typescript-eslint/type-utils@npm:5.59.2":
2210-
version: 5.59.2
2211-
resolution: "@typescript-eslint/type-utils@npm:5.59.2"
2199+
"@typescript-eslint/type-utils@npm:5.59.5":
2200+
version: 5.59.5
2201+
resolution: "@typescript-eslint/type-utils@npm:5.59.5"
22122202
dependencies:
2213-
"@typescript-eslint/typescript-estree": "npm:5.59.2"
2214-
"@typescript-eslint/utils": "npm:5.59.2"
2203+
"@typescript-eslint/typescript-estree": "npm:5.59.5"
2204+
"@typescript-eslint/utils": "npm:5.59.5"
22152205
debug: "npm:^4.3.4"
22162206
tsutils: "npm:^3.21.0"
22172207
peerDependencies:
22182208
eslint: "*"
22192209
peerDependenciesMeta:
22202210
typescript:
22212211
optional: true
2222-
checksum: bc3aa3e29bf39a9adb6df6756e76e57e435d730f1597181dce432fb91ee0e9961b9c163d7d8975057fbcd982f4a9d70a36452ab1e260f58052e43b11749cfd35
2223-
languageName: node
2224-
linkType: hard
2225-
2226-
"@typescript-eslint/types@npm:5.59.2":
2227-
version: 5.59.2
2228-
resolution: "@typescript-eslint/types@npm:5.59.2"
2229-
checksum: 4d565653b8d6cb6f5b72134bcd1efb3af18ca5792257613bd263f47b5be8faf94e3a90072758699900ef3e43a5ab68180f081b27a54b76a6d7006759ec63dc8f
2212+
checksum: 28325934722af70858f39897bf63cae6d152912750e1815e002b2643e8f6153023e2c40280b60ad96dd048918ce6bf3f18684d4a2b1cf30b3b855cc45c3ed834
22302213
languageName: node
22312214
linkType: hard
22322215

@@ -2237,24 +2220,6 @@ __metadata:
22372220
languageName: node
22382221
linkType: hard
22392222

2240-
"@typescript-eslint/typescript-estree@npm:5.59.2":
2241-
version: 5.59.2
2242-
resolution: "@typescript-eslint/typescript-estree@npm:5.59.2"
2243-
dependencies:
2244-
"@typescript-eslint/types": "npm:5.59.2"
2245-
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2246-
debug: "npm:^4.3.4"
2247-
globby: "npm:^11.1.0"
2248-
is-glob: "npm:^4.0.3"
2249-
semver: "npm:^7.3.7"
2250-
tsutils: "npm:^3.21.0"
2251-
peerDependenciesMeta:
2252-
typescript:
2253-
optional: true
2254-
checksum: 01f7a9abb914fe5399d4212990fa20c5b0b4ae61319a98730d10c95dfd04d3722637576c58dd95906c66a0f0cca503a25c844e922142f1f3e9c8d10c99a77a19
2255-
languageName: node
2256-
linkType: hard
2257-
22582223
"@typescript-eslint/typescript-estree@npm:5.59.5":
22592224
version: 5.59.5
22602225
resolution: "@typescript-eslint/typescript-estree@npm:5.59.5"
@@ -2273,31 +2238,21 @@ __metadata:
22732238
languageName: node
22742239
linkType: hard
22752240

2276-
"@typescript-eslint/utils@npm:5.59.2":
2277-
version: 5.59.2
2278-
resolution: "@typescript-eslint/utils@npm:5.59.2"
2241+
"@typescript-eslint/utils@npm:5.59.5":
2242+
version: 5.59.5
2243+
resolution: "@typescript-eslint/utils@npm:5.59.5"
22792244
dependencies:
22802245
"@eslint-community/eslint-utils": "npm:^4.2.0"
22812246
"@types/json-schema": "npm:^7.0.9"
22822247
"@types/semver": "npm:^7.3.12"
2283-
"@typescript-eslint/scope-manager": "npm:5.59.2"
2284-
"@typescript-eslint/types": "npm:5.59.2"
2285-
"@typescript-eslint/typescript-estree": "npm:5.59.2"
2248+
"@typescript-eslint/scope-manager": "npm:5.59.5"
2249+
"@typescript-eslint/types": "npm:5.59.5"
2250+
"@typescript-eslint/typescript-estree": "npm:5.59.5"
22862251
eslint-scope: "npm:^5.1.1"
22872252
semver: "npm:^7.3.7"
22882253
peerDependencies:
22892254
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2290-
checksum: 18d221a1ed44ca1149fb8effa1957992e569ab49c88a7c4bc874a2233cbb005b7eba5abcfa1c100a358455bdaabb46dfbf7ee4e485f023ce3a91e7b8fb475e3a
2291-
languageName: node
2292-
linkType: hard
2293-
2294-
"@typescript-eslint/visitor-keys@npm:5.59.2":
2295-
version: 5.59.2
2296-
resolution: "@typescript-eslint/visitor-keys@npm:5.59.2"
2297-
dependencies:
2298-
"@typescript-eslint/types": "npm:5.59.2"
2299-
eslint-visitor-keys: "npm:^3.3.0"
2300-
checksum: de546e6677b091c0f3f0b27e48f7d84fbdc4ffd21891d1634a1598a22953071690475c4caea99e5529dabebd0d1fb5b161221819129130e84b5ef3efcdbcf6ec
2255+
checksum: ee8a44ddc3208901c70f5a214af70ff261a73382b9c01fac3b14e5e09b18860c708565a01bae196e41acff7ab68ea28dfc18678376bba26615a53c75c3e0651e
23012256
languageName: node
23022257
linkType: hard
23032258

0 commit comments

Comments
 (0)