Skip to content

Commit 2cd6e44

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin (#14)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.53.0 to 5.54.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f9d298 commit 2cd6e44

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
@@ -106,7 +106,7 @@
106106
"@types/semver": "7.3.13",
107107
"@types/split2": "3.2.1",
108108
"@types/stream-to-array": "2.3.0",
109-
"@typescript-eslint/eslint-plugin": "5.53.0",
109+
"@typescript-eslint/eslint-plugin": "5.54.0",
110110
"@typescript-eslint/parser": "5.54.0",
111111
"@vates/toggle-scripts": "1.0.0",
112112
"@vitest/coverage-c8": "0.29.1",

yarn.lock

Lines changed: 21 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ __metadata:
11701170
"@types/semver": "npm:7.3.13"
11711171
"@types/split2": "npm:3.2.1"
11721172
"@types/stream-to-array": "npm:2.3.0"
1173-
"@typescript-eslint/eslint-plugin": "npm:5.53.0"
1173+
"@typescript-eslint/eslint-plugin": "npm:5.54.0"
11741174
"@typescript-eslint/parser": "npm:5.54.0"
11751175
"@vates/toggle-scripts": "npm:1.0.0"
11761176
"@vitest/coverage-c8": "npm:0.29.1"
@@ -2221,13 +2221,13 @@ __metadata:
22212221
languageName: node
22222222
linkType: hard
22232223

2224-
"@typescript-eslint/eslint-plugin@npm:5.53.0":
2225-
version: 5.53.0
2226-
resolution: "@typescript-eslint/eslint-plugin@npm:5.53.0"
2224+
"@typescript-eslint/eslint-plugin@npm:5.54.0":
2225+
version: 5.54.0
2226+
resolution: "@typescript-eslint/eslint-plugin@npm:5.54.0"
22272227
dependencies:
2228-
"@typescript-eslint/scope-manager": "npm:5.53.0"
2229-
"@typescript-eslint/type-utils": "npm:5.53.0"
2230-
"@typescript-eslint/utils": "npm:5.53.0"
2228+
"@typescript-eslint/scope-manager": "npm:5.54.0"
2229+
"@typescript-eslint/type-utils": "npm:5.54.0"
2230+
"@typescript-eslint/utils": "npm:5.54.0"
22312231
debug: "npm:^4.3.4"
22322232
grapheme-splitter: "npm:^1.0.4"
22332233
ignore: "npm:^5.2.0"
@@ -2241,7 +2241,7 @@ __metadata:
22412241
peerDependenciesMeta:
22422242
typescript:
22432243
optional: true
2244-
checksum: edfda0000f08b19eddc97465405975cd5087107244c2d432a74e341d7c919b9c37d8bb4e94d86129ac53e5f3c1369d985ba199b87bf16dec8bc2bafdee5f1559
2244+
checksum: 0ab847098133b4f04583ccf3c65ef8c4b8de9616a2a4534c16b9d96f2f5a05f25e0ac0cd510216e3e6e10e490172655619b46b09d9912ab44ac5baa441678d56
22452245
languageName: node
22462246
linkType: hard
22472247

@@ -2262,16 +2262,6 @@ __metadata:
22622262
languageName: node
22632263
linkType: hard
22642264

2265-
"@typescript-eslint/scope-manager@npm:5.53.0":
2266-
version: 5.53.0
2267-
resolution: "@typescript-eslint/scope-manager@npm:5.53.0"
2268-
dependencies:
2269-
"@typescript-eslint/types": "npm:5.53.0"
2270-
"@typescript-eslint/visitor-keys": "npm:5.53.0"
2271-
checksum: 1306242cb8cbfade1d918d566de085508b92ee014eb4d518c2f04ea153b8178edaf7ac9090cc18eafadfd91240c54be068d437303e311a91c46c03c6e8836cb1
2272-
languageName: node
2273-
linkType: hard
2274-
22752265
"@typescript-eslint/scope-manager@npm:5.54.0":
22762266
version: 5.54.0
22772267
resolution: "@typescript-eslint/scope-manager@npm:5.54.0"
@@ -2282,27 +2272,20 @@ __metadata:
22822272
languageName: node
22832273
linkType: hard
22842274

2285-
"@typescript-eslint/type-utils@npm:5.53.0":
2286-
version: 5.53.0
2287-
resolution: "@typescript-eslint/type-utils@npm:5.53.0"
2275+
"@typescript-eslint/type-utils@npm:5.54.0":
2276+
version: 5.54.0
2277+
resolution: "@typescript-eslint/type-utils@npm:5.54.0"
22882278
dependencies:
2289-
"@typescript-eslint/typescript-estree": "npm:5.53.0"
2290-
"@typescript-eslint/utils": "npm:5.53.0"
2279+
"@typescript-eslint/typescript-estree": "npm:5.54.0"
2280+
"@typescript-eslint/utils": "npm:5.54.0"
22912281
debug: "npm:^4.3.4"
22922282
tsutils: "npm:^3.21.0"
22932283
peerDependencies:
22942284
eslint: "*"
22952285
peerDependenciesMeta:
22962286
typescript:
22972287
optional: true
2298-
checksum: df022881421bf8010f041880786dd0284200ccb5b5d940d028296a539174e2b44dacdb2db5d22ba14073400cd518284f20f92187309d27065847d68a6c1791a8
2299-
languageName: node
2300-
linkType: hard
2301-
2302-
"@typescript-eslint/types@npm:5.53.0":
2303-
version: 5.53.0
2304-
resolution: "@typescript-eslint/types@npm:5.53.0"
2305-
checksum: 7efa45c831e9c68fcbb394426d948bbc5f97afd04e3d978f4567eb9eaa9fe722abccc9118098accf17a868190bdd7fe1e0b27fb15b476e5cb7df1eb559267417
2288+
checksum: 2234eaf33364b49d6cc6792d2d3107b2e3e165d1a5348f27d10b0f7d5a615fb7cf406f8d8972a00a02e7a23dec7f0efeb919dc4dfff1fa05d822c703fd86bbc2
23062289
languageName: node
23072290
linkType: hard
23082291

@@ -2313,24 +2296,6 @@ __metadata:
23132296
languageName: node
23142297
linkType: hard
23152298

2316-
"@typescript-eslint/typescript-estree@npm:5.53.0":
2317-
version: 5.53.0
2318-
resolution: "@typescript-eslint/typescript-estree@npm:5.53.0"
2319-
dependencies:
2320-
"@typescript-eslint/types": "npm:5.53.0"
2321-
"@typescript-eslint/visitor-keys": "npm:5.53.0"
2322-
debug: "npm:^4.3.4"
2323-
globby: "npm:^11.1.0"
2324-
is-glob: "npm:^4.0.3"
2325-
semver: "npm:^7.3.7"
2326-
tsutils: "npm:^3.21.0"
2327-
peerDependenciesMeta:
2328-
typescript:
2329-
optional: true
2330-
checksum: dc7341ce17a332aecdefd9642720b89de12e79a2339e729573af8597014ac3b19456c8261a55344a40a27ac5e60631f9e754d37336fc88f171d23bed9b51168a
2331-
languageName: node
2332-
linkType: hard
2333-
23342299
"@typescript-eslint/typescript-estree@npm:5.54.0":
23352300
version: 5.54.0
23362301
resolution: "@typescript-eslint/typescript-estree@npm:5.54.0"
@@ -2349,31 +2314,21 @@ __metadata:
23492314
languageName: node
23502315
linkType: hard
23512316

2352-
"@typescript-eslint/utils@npm:5.53.0":
2353-
version: 5.53.0
2354-
resolution: "@typescript-eslint/utils@npm:5.53.0"
2317+
"@typescript-eslint/utils@npm:5.54.0":
2318+
version: 5.54.0
2319+
resolution: "@typescript-eslint/utils@npm:5.54.0"
23552320
dependencies:
23562321
"@types/json-schema": "npm:^7.0.9"
23572322
"@types/semver": "npm:^7.3.12"
2358-
"@typescript-eslint/scope-manager": "npm:5.53.0"
2359-
"@typescript-eslint/types": "npm:5.53.0"
2360-
"@typescript-eslint/typescript-estree": "npm:5.53.0"
2323+
"@typescript-eslint/scope-manager": "npm:5.54.0"
2324+
"@typescript-eslint/types": "npm:5.54.0"
2325+
"@typescript-eslint/typescript-estree": "npm:5.54.0"
23612326
eslint-scope: "npm:^5.1.1"
23622327
eslint-utils: "npm:^3.0.0"
23632328
semver: "npm:^7.3.7"
23642329
peerDependencies:
23652330
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2366-
checksum: 408eda00e3b7e9ada89a82a30c8c822b2b6e88fe81bcf1bce88167f4b5792f0c8af85b887ea801fda2580f61829c22598b6edd000f5ad6a21da25720a93a8659
2367-
languageName: node
2368-
linkType: hard
2369-
2370-
"@typescript-eslint/visitor-keys@npm:5.53.0":
2371-
version: 5.53.0
2372-
resolution: "@typescript-eslint/visitor-keys@npm:5.53.0"
2373-
dependencies:
2374-
"@typescript-eslint/types": "npm:5.53.0"
2375-
eslint-visitor-keys: "npm:^3.3.0"
2376-
checksum: bf2a2fd34988ea6b427bc786e9a149187cc35b07326d666b8370b6356dbe897bfa138804e9df9a9762475f753b2741f6c62fbcb5b5474d7488ab9b451dc2e25c
2331+
checksum: ee7b9579db1667696cd183ab55092fc3dc4bb6c6d7ca76861a7d9bc62646d10b998d8dc8c94916162ae22ca62eded0e1458dc7f9085a77bf4799fe12827815a5
23772332
languageName: node
23782333
linkType: hard
23792334

0 commit comments

Comments
 (0)