Skip to content

Commit 5c96cbf

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 (#15)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed04cff commit 5c96cbf

File tree

2 files changed

+67
-22
lines changed

2 files changed

+67
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/node-notifier": "8.0.2",
9595
"@types/prettier": "2.7.2",
9696
"@types/semver": "7.3.13",
97-
"@typescript-eslint/eslint-plugin": "5.52.0",
97+
"@typescript-eslint/eslint-plugin": "5.53.0",
9898
"@typescript-eslint/parser": "5.52.0",
9999
"@vates/toggle-scripts": "1.0.0",
100100
"@vitest/coverage-c8": "0.28.5",

yarn.lock

+66-21
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ __metadata:
12311231
"@types/node-notifier": "npm:8.0.2"
12321232
"@types/prettier": "npm:2.7.2"
12331233
"@types/semver": "npm:7.3.13"
1234-
"@typescript-eslint/eslint-plugin": "npm:5.52.0"
1234+
"@typescript-eslint/eslint-plugin": "npm:5.53.0"
12351235
"@typescript-eslint/parser": "npm:5.52.0"
12361236
"@vates/toggle-scripts": "npm:1.0.0"
12371237
"@vitest/coverage-c8": "npm:0.28.5"
@@ -2234,13 +2234,13 @@ __metadata:
22342234
languageName: node
22352235
linkType: hard
22362236

2237-
"@typescript-eslint/eslint-plugin@npm:5.52.0":
2238-
version: 5.52.0
2239-
resolution: "@typescript-eslint/eslint-plugin@npm:5.52.0"
2237+
"@typescript-eslint/eslint-plugin@npm:5.53.0":
2238+
version: 5.53.0
2239+
resolution: "@typescript-eslint/eslint-plugin@npm:5.53.0"
22402240
dependencies:
2241-
"@typescript-eslint/scope-manager": "npm:5.52.0"
2242-
"@typescript-eslint/type-utils": "npm:5.52.0"
2243-
"@typescript-eslint/utils": "npm:5.52.0"
2241+
"@typescript-eslint/scope-manager": "npm:5.53.0"
2242+
"@typescript-eslint/type-utils": "npm:5.53.0"
2243+
"@typescript-eslint/utils": "npm:5.53.0"
22442244
debug: "npm:^4.3.4"
22452245
grapheme-splitter: "npm:^1.0.4"
22462246
ignore: "npm:^5.2.0"
@@ -2254,7 +2254,7 @@ __metadata:
22542254
peerDependenciesMeta:
22552255
typescript:
22562256
optional: true
2257-
checksum: 4544bb0f5e22db2b16e40e4db26cdfaf0bf4f7457f57a1c26864d4fadf659cdf286c37950f12fc05e402d37401a6c129316d47e452c6993a5b0e15a823209d5b
2257+
checksum: edfda0000f08b19eddc97465405975cd5087107244c2d432a74e341d7c919b9c37d8bb4e94d86129ac53e5f3c1369d985ba199b87bf16dec8bc2bafdee5f1559
22582258
languageName: node
22592259
linkType: hard
22602260

@@ -2285,20 +2285,30 @@ __metadata:
22852285
languageName: node
22862286
linkType: hard
22872287

2288-
"@typescript-eslint/type-utils@npm:5.52.0":
2289-
version: 5.52.0
2290-
resolution: "@typescript-eslint/type-utils@npm:5.52.0"
2288+
"@typescript-eslint/scope-manager@npm:5.53.0":
2289+
version: 5.53.0
2290+
resolution: "@typescript-eslint/scope-manager@npm:5.53.0"
22912291
dependencies:
2292-
"@typescript-eslint/typescript-estree": "npm:5.52.0"
2293-
"@typescript-eslint/utils": "npm:5.52.0"
2292+
"@typescript-eslint/types": "npm:5.53.0"
2293+
"@typescript-eslint/visitor-keys": "npm:5.53.0"
2294+
checksum: 1306242cb8cbfade1d918d566de085508b92ee014eb4d518c2f04ea153b8178edaf7ac9090cc18eafadfd91240c54be068d437303e311a91c46c03c6e8836cb1
2295+
languageName: node
2296+
linkType: hard
2297+
2298+
"@typescript-eslint/type-utils@npm:5.53.0":
2299+
version: 5.53.0
2300+
resolution: "@typescript-eslint/type-utils@npm:5.53.0"
2301+
dependencies:
2302+
"@typescript-eslint/typescript-estree": "npm:5.53.0"
2303+
"@typescript-eslint/utils": "npm:5.53.0"
22942304
debug: "npm:^4.3.4"
22952305
tsutils: "npm:^3.21.0"
22962306
peerDependencies:
22972307
eslint: "*"
22982308
peerDependenciesMeta:
22992309
typescript:
23002310
optional: true
2301-
checksum: fe936123d6abb08bc33883eabd9701e7103b7ef28bf8bfe491c75d40086015225add37ea61a53b7268e1fcbd6537125f2cab7379f8151f1e34b3e0e92959f968
2311+
checksum: df022881421bf8010f041880786dd0284200ccb5b5d940d028296a539174e2b44dacdb2db5d22ba14073400cd518284f20f92187309d27065847d68a6c1791a8
23022312
languageName: node
23032313
linkType: hard
23042314

@@ -2309,6 +2319,13 @@ __metadata:
23092319
languageName: node
23102320
linkType: hard
23112321

2322+
"@typescript-eslint/types@npm:5.53.0":
2323+
version: 5.53.0
2324+
resolution: "@typescript-eslint/types@npm:5.53.0"
2325+
checksum: 7efa45c831e9c68fcbb394426d948bbc5f97afd04e3d978f4567eb9eaa9fe722abccc9118098accf17a868190bdd7fe1e0b27fb15b476e5cb7df1eb559267417
2326+
languageName: node
2327+
linkType: hard
2328+
23122329
"@typescript-eslint/typescript-estree@npm:5.52.0":
23132330
version: 5.52.0
23142331
resolution: "@typescript-eslint/typescript-estree@npm:5.52.0"
@@ -2327,21 +2344,39 @@ __metadata:
23272344
languageName: node
23282345
linkType: hard
23292346

2330-
"@typescript-eslint/utils@npm:5.52.0":
2331-
version: 5.52.0
2332-
resolution: "@typescript-eslint/utils@npm:5.52.0"
2347+
"@typescript-eslint/typescript-estree@npm:5.53.0":
2348+
version: 5.53.0
2349+
resolution: "@typescript-eslint/typescript-estree@npm:5.53.0"
2350+
dependencies:
2351+
"@typescript-eslint/types": "npm:5.53.0"
2352+
"@typescript-eslint/visitor-keys": "npm:5.53.0"
2353+
debug: "npm:^4.3.4"
2354+
globby: "npm:^11.1.0"
2355+
is-glob: "npm:^4.0.3"
2356+
semver: "npm:^7.3.7"
2357+
tsutils: "npm:^3.21.0"
2358+
peerDependenciesMeta:
2359+
typescript:
2360+
optional: true
2361+
checksum: dc7341ce17a332aecdefd9642720b89de12e79a2339e729573af8597014ac3b19456c8261a55344a40a27ac5e60631f9e754d37336fc88f171d23bed9b51168a
2362+
languageName: node
2363+
linkType: hard
2364+
2365+
"@typescript-eslint/utils@npm:5.53.0":
2366+
version: 5.53.0
2367+
resolution: "@typescript-eslint/utils@npm:5.53.0"
23332368
dependencies:
23342369
"@types/json-schema": "npm:^7.0.9"
23352370
"@types/semver": "npm:^7.3.12"
2336-
"@typescript-eslint/scope-manager": "npm:5.52.0"
2337-
"@typescript-eslint/types": "npm:5.52.0"
2338-
"@typescript-eslint/typescript-estree": "npm:5.52.0"
2371+
"@typescript-eslint/scope-manager": "npm:5.53.0"
2372+
"@typescript-eslint/types": "npm:5.53.0"
2373+
"@typescript-eslint/typescript-estree": "npm:5.53.0"
23392374
eslint-scope: "npm:^5.1.1"
23402375
eslint-utils: "npm:^3.0.0"
23412376
semver: "npm:^7.3.7"
23422377
peerDependencies:
23432378
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2344-
checksum: e6d7a13bc299d65a41e6295ae6619a252c21396a40ceab4e0db4916bcb544f88956812e058a50f257075d785ae7cc9323704870fecd72ca5c8809cf32e9f6225
2379+
checksum: 408eda00e3b7e9ada89a82a30c8c822b2b6e88fe81bcf1bce88167f4b5792f0c8af85b887ea801fda2580f61829c22598b6edd000f5ad6a21da25720a93a8659
23452380
languageName: node
23462381
linkType: hard
23472382

@@ -2355,6 +2390,16 @@ __metadata:
23552390
languageName: node
23562391
linkType: hard
23572392

2393+
"@typescript-eslint/visitor-keys@npm:5.53.0":
2394+
version: 5.53.0
2395+
resolution: "@typescript-eslint/visitor-keys@npm:5.53.0"
2396+
dependencies:
2397+
"@typescript-eslint/types": "npm:5.53.0"
2398+
eslint-visitor-keys: "npm:^3.3.0"
2399+
checksum: bf2a2fd34988ea6b427bc786e9a149187cc35b07326d666b8370b6356dbe897bfa138804e9df9a9762475f753b2741f6c62fbcb5b5474d7488ab9b451dc2e25c
2400+
languageName: node
2401+
linkType: hard
2402+
23582403
"@vates/toggle-scripts@npm:1.0.0":
23592404
version: 1.0.0
23602405
resolution: "@vates/toggle-scripts@npm:1.0.0"

0 commit comments

Comments
 (0)