Skip to content

Commit ac2d062

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin (#1410)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.47.0 to 5.47.1. - [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.47.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a46ff6 commit ac2d062

2 files changed

Lines changed: 61 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
]
153153
},
154154
"devDependencies": {
155-
"@typescript-eslint/eslint-plugin": "^5.47.0",
155+
"@typescript-eslint/eslint-plugin": "^5.47.1",
156156
"@typescript-eslint/parser": "^5.47.1",
157157
"eslint": "^8.30.0",
158158
"eslint-config-prettier": "^8.5.0",

yarn.lock

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ __metadata:
24402440
"@types/web-locks-api": ^0.0.2
24412441
"@types/wicg-file-system-access": ^2020.9.5
24422442
"@types/zen-push": ^0.1.1
2443-
"@typescript-eslint/eslint-plugin": ^5.47.0
2443+
"@typescript-eslint/eslint-plugin": ^5.47.1
24442444
"@typescript-eslint/parser": ^5.47.1
24452445
babel-jest: ^29.3.1
24462446
babel-loader: ^9.1.0
@@ -4953,7 +4953,7 @@ __metadata:
49534953
languageName: node
49544954
linkType: hard
49554955

4956-
"@typescript-eslint/eslint-plugin@npm:^5.27.1, @typescript-eslint/eslint-plugin@npm:^5.47.0, @typescript-eslint/eslint-plugin@npm:^5.5.0":
4956+
"@typescript-eslint/eslint-plugin@npm:^5.27.1, @typescript-eslint/eslint-plugin@npm:^5.5.0":
49574957
version: 5.47.0
49584958
resolution: "@typescript-eslint/eslint-plugin@npm:5.47.0"
49594959
dependencies:
@@ -4976,6 +4976,29 @@ __metadata:
49764976
languageName: node
49774977
linkType: hard
49784978

4979+
"@typescript-eslint/eslint-plugin@npm:^5.47.1":
4980+
version: 5.47.1
4981+
resolution: "@typescript-eslint/eslint-plugin@npm:5.47.1"
4982+
dependencies:
4983+
"@typescript-eslint/scope-manager": 5.47.1
4984+
"@typescript-eslint/type-utils": 5.47.1
4985+
"@typescript-eslint/utils": 5.47.1
4986+
debug: ^4.3.4
4987+
ignore: ^5.2.0
4988+
natural-compare-lite: ^1.4.0
4989+
regexpp: ^3.2.0
4990+
semver: ^7.3.7
4991+
tsutils: ^3.21.0
4992+
peerDependencies:
4993+
"@typescript-eslint/parser": ^5.0.0
4994+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
4995+
peerDependenciesMeta:
4996+
typescript:
4997+
optional: true
4998+
checksum: 59fe719a8fbad14c37b8ce0dd292f6b8066bba370090f5e40eeab03033b97a12df1f1d0963c7070ac8cf4f7f319974fa6747e70932660055d222fa993c239b6a
4999+
languageName: node
5000+
linkType: hard
5001+
49795002
"@typescript-eslint/experimental-utils@npm:^5.0.0, @typescript-eslint/experimental-utils@npm:^5.27.1":
49805003
version: 5.40.1
49815004
resolution: "@typescript-eslint/experimental-utils@npm:5.40.1"
@@ -5068,6 +5091,23 @@ __metadata:
50685091
languageName: node
50695092
linkType: hard
50705093

5094+
"@typescript-eslint/type-utils@npm:5.47.1":
5095+
version: 5.47.1
5096+
resolution: "@typescript-eslint/type-utils@npm:5.47.1"
5097+
dependencies:
5098+
"@typescript-eslint/typescript-estree": 5.47.1
5099+
"@typescript-eslint/utils": 5.47.1
5100+
debug: ^4.3.4
5101+
tsutils: ^3.21.0
5102+
peerDependencies:
5103+
eslint: "*"
5104+
peerDependenciesMeta:
5105+
typescript:
5106+
optional: true
5107+
checksum: 84a1e6c8fd47d419dc66430e31b818774d4c0329a5f355a5a9e8af94378be4c0c24a89916d5cc1380fdbb640693527b906c2e6adee486a2e6786cb5e08bd9eb3
5108+
languageName: node
5109+
linkType: hard
5110+
50715111
"@typescript-eslint/types@npm:5.40.1":
50725112
version: 5.40.1
50735113
resolution: "@typescript-eslint/types@npm:5.40.1"
@@ -5179,6 +5219,24 @@ __metadata:
51795219
languageName: node
51805220
linkType: hard
51815221

5222+
"@typescript-eslint/utils@npm:5.47.1":
5223+
version: 5.47.1
5224+
resolution: "@typescript-eslint/utils@npm:5.47.1"
5225+
dependencies:
5226+
"@types/json-schema": ^7.0.9
5227+
"@types/semver": ^7.3.12
5228+
"@typescript-eslint/scope-manager": 5.47.1
5229+
"@typescript-eslint/types": 5.47.1
5230+
"@typescript-eslint/typescript-estree": 5.47.1
5231+
eslint-scope: ^5.1.1
5232+
eslint-utils: ^3.0.0
5233+
semver: ^7.3.7
5234+
peerDependencies:
5235+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
5236+
checksum: 5167d26b8d5579de4d9aae36e18f980b33e01006ecc87cff59b761e15f69234092ac555bcf64a9f18d7c3e68a971df2a37b3912fc523c2586c2ba3f4544cc3d3
5237+
languageName: node
5238+
linkType: hard
5239+
51825240
"@typescript-eslint/visitor-keys@npm:5.40.1":
51835241
version: 5.40.1
51845242
resolution: "@typescript-eslint/visitor-keys@npm:5.40.1"

0 commit comments

Comments
 (0)