Skip to content

Commit fd1ddc4

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.54.1 (#189)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd04323 commit fd1ddc4

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
@@ -113,7 +113,7 @@
113113
"@types/prettier": "2.7.2",
114114
"@types/semver": "7.3.13",
115115
"@types/unist": "2.0.6",
116-
"@typescript-eslint/eslint-plugin": "5.54.0",
116+
"@typescript-eslint/eslint-plugin": "5.54.1",
117117
"@typescript-eslint/parser": "5.54.1",
118118
"@vates/toggle-scripts": "1.0.0",
119119
"@vitest/coverage-c8": "0.29.2",

yarn.lock

Lines changed: 21 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2994,7 +2994,7 @@ __metadata:
29942994
"@types/prettier": "npm:2.7.2"
29952995
"@types/semver": "npm:7.3.13"
29962996
"@types/unist": "npm:2.0.6"
2997-
"@typescript-eslint/eslint-plugin": "npm:5.54.0"
2997+
"@typescript-eslint/eslint-plugin": "npm:5.54.1"
29982998
"@typescript-eslint/parser": "npm:5.54.1"
29992999
"@vates/toggle-scripts": "npm:1.0.0"
30003000
"@vitest/coverage-c8": "npm:0.29.2"
@@ -4350,13 +4350,13 @@ __metadata:
43504350
languageName: node
43514351
linkType: hard
43524352

4353-
"@typescript-eslint/eslint-plugin@npm:5.54.0":
4354-
version: 5.54.0
4355-
resolution: "@typescript-eslint/eslint-plugin@npm:5.54.0"
4353+
"@typescript-eslint/eslint-plugin@npm:5.54.1":
4354+
version: 5.54.1
4355+
resolution: "@typescript-eslint/eslint-plugin@npm:5.54.1"
43564356
dependencies:
4357-
"@typescript-eslint/scope-manager": "npm:5.54.0"
4358-
"@typescript-eslint/type-utils": "npm:5.54.0"
4359-
"@typescript-eslint/utils": "npm:5.54.0"
4357+
"@typescript-eslint/scope-manager": "npm:5.54.1"
4358+
"@typescript-eslint/type-utils": "npm:5.54.1"
4359+
"@typescript-eslint/utils": "npm:5.54.1"
43604360
debug: "npm:^4.3.4"
43614361
grapheme-splitter: "npm:^1.0.4"
43624362
ignore: "npm:^5.2.0"
@@ -4370,7 +4370,7 @@ __metadata:
43704370
peerDependenciesMeta:
43714371
typescript:
43724372
optional: true
4373-
checksum: 0ab847098133b4f04583ccf3c65ef8c4b8de9616a2a4534c16b9d96f2f5a05f25e0ac0cd510216e3e6e10e490172655619b46b09d9912ab44ac5baa441678d56
4373+
checksum: 2d2a98a0f758d3ab3333e04f8200bb5956815b5c2fa657468dd30bf4fdc0d42c044c6175de13d5617d3422fd4a5789a908916d7a7d2bece085def3db9b4123e3
43744374
languageName: node
43754375
linkType: hard
43764376

@@ -4391,16 +4391,6 @@ __metadata:
43914391
languageName: node
43924392
linkType: hard
43934393

4394-
"@typescript-eslint/scope-manager@npm:5.54.0":
4395-
version: 5.54.0
4396-
resolution: "@typescript-eslint/scope-manager@npm:5.54.0"
4397-
dependencies:
4398-
"@typescript-eslint/types": "npm:5.54.0"
4399-
"@typescript-eslint/visitor-keys": "npm:5.54.0"
4400-
checksum: 190a9393591ee44fbd74e7e90b84f025575df12ecb7a58fde52e0646f95e09d985d5bfd937d7c3f1c63929048d5c3e4f37f04fe006015ad1007d729c979bd4af
4401-
languageName: node
4402-
linkType: hard
4403-
44044394
"@typescript-eslint/scope-manager@npm:5.54.1":
44054395
version: 5.54.1
44064396
resolution: "@typescript-eslint/scope-manager@npm:5.54.1"
@@ -4411,27 +4401,20 @@ __metadata:
44114401
languageName: node
44124402
linkType: hard
44134403

4414-
"@typescript-eslint/type-utils@npm:5.54.0":
4415-
version: 5.54.0
4416-
resolution: "@typescript-eslint/type-utils@npm:5.54.0"
4404+
"@typescript-eslint/type-utils@npm:5.54.1":
4405+
version: 5.54.1
4406+
resolution: "@typescript-eslint/type-utils@npm:5.54.1"
44174407
dependencies:
4418-
"@typescript-eslint/typescript-estree": "npm:5.54.0"
4419-
"@typescript-eslint/utils": "npm:5.54.0"
4408+
"@typescript-eslint/typescript-estree": "npm:5.54.1"
4409+
"@typescript-eslint/utils": "npm:5.54.1"
44204410
debug: "npm:^4.3.4"
44214411
tsutils: "npm:^3.21.0"
44224412
peerDependencies:
44234413
eslint: "*"
44244414
peerDependenciesMeta:
44254415
typescript:
44264416
optional: true
4427-
checksum: 2234eaf33364b49d6cc6792d2d3107b2e3e165d1a5348f27d10b0f7d5a615fb7cf406f8d8972a00a02e7a23dec7f0efeb919dc4dfff1fa05d822c703fd86bbc2
4428-
languageName: node
4429-
linkType: hard
4430-
4431-
"@typescript-eslint/types@npm:5.54.0":
4432-
version: 5.54.0
4433-
resolution: "@typescript-eslint/types@npm:5.54.0"
4434-
checksum: cb12ff68aed7833bec7bccc0a5ac232be483ae3072fd6aae7d64657cc02025e18a3a9ce0110a716bd5b4876146be0ffd41f05d9a440aef99757fc83ed9bda957
4417+
checksum: 3686b181e1d968bc858f83ff1866b03c707428ae9b062ef621fb49939d78f78db4636e066fe24b99c99582294973ef40dcdca4391dc6c6c6257985c6b65e083e
44354418
languageName: node
44364419
linkType: hard
44374420

@@ -4442,24 +4425,6 @@ __metadata:
44424425
languageName: node
44434426
linkType: hard
44444427

4445-
"@typescript-eslint/typescript-estree@npm:5.54.0":
4446-
version: 5.54.0
4447-
resolution: "@typescript-eslint/typescript-estree@npm:5.54.0"
4448-
dependencies:
4449-
"@typescript-eslint/types": "npm:5.54.0"
4450-
"@typescript-eslint/visitor-keys": "npm:5.54.0"
4451-
debug: "npm:^4.3.4"
4452-
globby: "npm:^11.1.0"
4453-
is-glob: "npm:^4.0.3"
4454-
semver: "npm:^7.3.7"
4455-
tsutils: "npm:^3.21.0"
4456-
peerDependenciesMeta:
4457-
typescript:
4458-
optional: true
4459-
checksum: 607932df5bf787114b3437e9165bdf57349018567e2f7b2b8789ada51efdfc38f267bdf2c51a3e748ce75565e125feb5745a073c8324d10ab84176d3b29d4282
4460-
languageName: node
4461-
linkType: hard
4462-
44634428
"@typescript-eslint/typescript-estree@npm:5.54.1":
44644429
version: 5.54.1
44654430
resolution: "@typescript-eslint/typescript-estree@npm:5.54.1"
@@ -4478,31 +4443,21 @@ __metadata:
44784443
languageName: node
44794444
linkType: hard
44804445

4481-
"@typescript-eslint/utils@npm:5.54.0":
4482-
version: 5.54.0
4483-
resolution: "@typescript-eslint/utils@npm:5.54.0"
4446+
"@typescript-eslint/utils@npm:5.54.1":
4447+
version: 5.54.1
4448+
resolution: "@typescript-eslint/utils@npm:5.54.1"
44844449
dependencies:
44854450
"@types/json-schema": "npm:^7.0.9"
44864451
"@types/semver": "npm:^7.3.12"
4487-
"@typescript-eslint/scope-manager": "npm:5.54.0"
4488-
"@typescript-eslint/types": "npm:5.54.0"
4489-
"@typescript-eslint/typescript-estree": "npm:5.54.0"
4452+
"@typescript-eslint/scope-manager": "npm:5.54.1"
4453+
"@typescript-eslint/types": "npm:5.54.1"
4454+
"@typescript-eslint/typescript-estree": "npm:5.54.1"
44904455
eslint-scope: "npm:^5.1.1"
44914456
eslint-utils: "npm:^3.0.0"
44924457
semver: "npm:^7.3.7"
44934458
peerDependencies:
44944459
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
4495-
checksum: ee7b9579db1667696cd183ab55092fc3dc4bb6c6d7ca76861a7d9bc62646d10b998d8dc8c94916162ae22ca62eded0e1458dc7f9085a77bf4799fe12827815a5
4496-
languageName: node
4497-
linkType: hard
4498-
4499-
"@typescript-eslint/visitor-keys@npm:5.54.0":
4500-
version: 5.54.0
4501-
resolution: "@typescript-eslint/visitor-keys@npm:5.54.0"
4502-
dependencies:
4503-
"@typescript-eslint/types": "npm:5.54.0"
4504-
eslint-visitor-keys: "npm:^3.3.0"
4505-
checksum: 340a3710839d9e57170ebc5de4c4bc3e2cf0c616c531d7c243fbca9da3877fd8e3a4a318cc7af5276b1e5d7e7f1c092656a2e1ec8720288692b5d39ade4c3505
4460+
checksum: 4c2a0c41e50cd03d03276cef63219fd890d8453838a48ef90062f9185d65086000bbe817a136696edac9cadbf931b1c26a4b61d476b7213d35d49829fc397825
45064461
languageName: node
45074462
linkType: hard
45084463

0 commit comments

Comments
 (0)