Skip to content

Commit 60286c1

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin (#1393)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.46.1 to 5.47.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.47.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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61d9ea1 commit 60286c1

File tree

2 files changed

+61
-3
lines changed

2 files changed

+61
-3
lines changed

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.46.1",
155+
"@typescript-eslint/eslint-plugin": "^5.47.0",
156156
"@typescript-eslint/parser": "^5.47.0",
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
@@ -2439,7 +2439,7 @@ __metadata:
24392439
"@types/web-locks-api": ^0.0.2
24402440
"@types/wicg-file-system-access": ^2020.9.5
24412441
"@types/zen-push": ^0.1.1
2442-
"@typescript-eslint/eslint-plugin": ^5.46.1
2442+
"@typescript-eslint/eslint-plugin": ^5.47.0
24432443
"@typescript-eslint/parser": ^5.47.0
24442444
babel-jest: ^29.3.1
24452445
babel-loader: ^9.1.0
@@ -4929,7 +4929,7 @@ __metadata:
49294929
languageName: node
49304930
linkType: hard
49314931

4932-
"@typescript-eslint/eslint-plugin@npm:^5.27.1, @typescript-eslint/eslint-plugin@npm:^5.46.1, @typescript-eslint/eslint-plugin@npm:^5.5.0":
4932+
"@typescript-eslint/eslint-plugin@npm:^5.27.1, @typescript-eslint/eslint-plugin@npm:^5.5.0":
49334933
version: 5.46.1
49344934
resolution: "@typescript-eslint/eslint-plugin@npm:5.46.1"
49354935
dependencies:
@@ -4952,6 +4952,29 @@ __metadata:
49524952
languageName: node
49534953
linkType: hard
49544954

4955+
"@typescript-eslint/eslint-plugin@npm:^5.47.0":
4956+
version: 5.47.0
4957+
resolution: "@typescript-eslint/eslint-plugin@npm:5.47.0"
4958+
dependencies:
4959+
"@typescript-eslint/scope-manager": 5.47.0
4960+
"@typescript-eslint/type-utils": 5.47.0
4961+
"@typescript-eslint/utils": 5.47.0
4962+
debug: ^4.3.4
4963+
ignore: ^5.2.0
4964+
natural-compare-lite: ^1.4.0
4965+
regexpp: ^3.2.0
4966+
semver: ^7.3.7
4967+
tsutils: ^3.21.0
4968+
peerDependencies:
4969+
"@typescript-eslint/parser": ^5.0.0
4970+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
4971+
peerDependenciesMeta:
4972+
typescript:
4973+
optional: true
4974+
checksum: fd867eb2b668d1f476fd28d38c2df2a680bf510a265a6e714b28d8f77e7a37e74e32294b70262a6fd1aec99ddb2fddef0212c862b4465ca4f83bb1172476f6e7
4975+
languageName: node
4976+
linkType: hard
4977+
49554978
"@typescript-eslint/experimental-utils@npm:^5.0.0, @typescript-eslint/experimental-utils@npm:^5.27.1":
49564979
version: 5.40.1
49574980
resolution: "@typescript-eslint/experimental-utils@npm:5.40.1"
@@ -5044,6 +5067,23 @@ __metadata:
50445067
languageName: node
50455068
linkType: hard
50465069

5070+
"@typescript-eslint/type-utils@npm:5.47.0":
5071+
version: 5.47.0
5072+
resolution: "@typescript-eslint/type-utils@npm:5.47.0"
5073+
dependencies:
5074+
"@typescript-eslint/typescript-estree": 5.47.0
5075+
"@typescript-eslint/utils": 5.47.0
5076+
debug: ^4.3.4
5077+
tsutils: ^3.21.0
5078+
peerDependencies:
5079+
eslint: "*"
5080+
peerDependenciesMeta:
5081+
typescript:
5082+
optional: true
5083+
checksum: 504b3e883ac02cb8e69957b706e76cb79fa2192aa62702c2a658119f28f8f50f1e668efb62318e85aeda6522e1d948b59382cae4ef3300a3f4eea809a87dec26
5084+
languageName: node
5085+
linkType: hard
5086+
50475087
"@typescript-eslint/types@npm:5.40.1":
50485088
version: 5.40.1
50495089
resolution: "@typescript-eslint/types@npm:5.40.1"
@@ -5155,6 +5195,24 @@ __metadata:
51555195
languageName: node
51565196
linkType: hard
51575197

5198+
"@typescript-eslint/utils@npm:5.47.0":
5199+
version: 5.47.0
5200+
resolution: "@typescript-eslint/utils@npm:5.47.0"
5201+
dependencies:
5202+
"@types/json-schema": ^7.0.9
5203+
"@types/semver": ^7.3.12
5204+
"@typescript-eslint/scope-manager": 5.47.0
5205+
"@typescript-eslint/types": 5.47.0
5206+
"@typescript-eslint/typescript-estree": 5.47.0
5207+
eslint-scope: ^5.1.1
5208+
eslint-utils: ^3.0.0
5209+
semver: ^7.3.7
5210+
peerDependencies:
5211+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
5212+
checksum: f168920eec6f77651107f190b4ecadd82951fe4e3c0321ff660ac7380f4315d5ae30a1b63b4d2818f5e6f007a3f34c5df202619c24ec3a7e2ef25b215ec7b813
5213+
languageName: node
5214+
linkType: hard
5215+
51585216
"@typescript-eslint/visitor-keys@npm:5.40.1":
51595217
version: 5.40.1
51605218
resolution: "@typescript-eslint/visitor-keys@npm:5.40.1"

0 commit comments

Comments
 (0)