Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 6c5b33c

Browse files
chore(deps): bump @typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 (#1117)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.31.0 to 8.31.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/v8.31.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.31.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ee4f55 commit 6c5b33c

File tree

2 files changed

+54
-3
lines changed

2 files changed

+54
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@eslint/js": "^9.25.1",
45-
"@typescript-eslint/eslint-plugin": "^8.31.0",
45+
"@typescript-eslint/eslint-plugin": "^8.31.1",
4646
"@typescript-eslint/parser": "^8.31.1",
4747
"@vitest/eslint-plugin": "^1.1.43",
4848
"eslint-config-prettier": "^10.1.2",

yarn.lock

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ __metadata:
986986
"@semantic-release/exec": "npm:^7.0.3"
987987
"@stylistic/eslint-plugin": "npm:^2.11.0"
988988
"@types/node": "npm:^22.15.2"
989-
"@typescript-eslint/eslint-plugin": "npm:^8.31.0"
989+
"@typescript-eslint/eslint-plugin": "npm:^8.31.1"
990990
"@typescript-eslint/parser": "npm:^8.31.1"
991991
"@typescript-eslint/utils": "npm:^8.31.0"
992992
"@vitest/eslint-plugin": "npm:^1.1.43"
@@ -1433,7 +1433,7 @@ __metadata:
14331433
languageName: node
14341434
linkType: hard
14351435

1436-
"@typescript-eslint/eslint-plugin@npm:8.31.0, @typescript-eslint/eslint-plugin@npm:^8.31.0":
1436+
"@typescript-eslint/eslint-plugin@npm:8.31.0":
14371437
version: 8.31.0
14381438
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.0"
14391439
dependencies:
@@ -1454,6 +1454,27 @@ __metadata:
14541454
languageName: node
14551455
linkType: hard
14561456

1457+
"@typescript-eslint/eslint-plugin@npm:^8.31.1":
1458+
version: 8.31.1
1459+
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.1"
1460+
dependencies:
1461+
"@eslint-community/regexpp": "npm:^4.10.0"
1462+
"@typescript-eslint/scope-manager": "npm:8.31.1"
1463+
"@typescript-eslint/type-utils": "npm:8.31.1"
1464+
"@typescript-eslint/utils": "npm:8.31.1"
1465+
"@typescript-eslint/visitor-keys": "npm:8.31.1"
1466+
graphemer: "npm:^1.4.0"
1467+
ignore: "npm:^5.3.1"
1468+
natural-compare: "npm:^1.4.0"
1469+
ts-api-utils: "npm:^2.0.1"
1470+
peerDependencies:
1471+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1472+
eslint: ^8.57.0 || ^9.0.0
1473+
typescript: ">=4.8.4 <5.9.0"
1474+
checksum: 10c0/9d805ab413a666fd2eefb16f257fbf3cea7278ccaf0db30ceb686dfe696e4f40b3aa7c336261c7f0a39a51a7c32a4f08d3d4f16bba0e764ac12c93ae94d82896
1475+
languageName: node
1476+
linkType: hard
1477+
14571478
"@typescript-eslint/parser@npm:8.31.0":
14581479
version: 8.31.0
14591480
resolution: "@typescript-eslint/parser@npm:8.31.0"
@@ -1531,6 +1552,21 @@ __metadata:
15311552
languageName: node
15321553
linkType: hard
15331554

1555+
"@typescript-eslint/type-utils@npm:8.31.1":
1556+
version: 8.31.1
1557+
resolution: "@typescript-eslint/type-utils@npm:8.31.1"
1558+
dependencies:
1559+
"@typescript-eslint/typescript-estree": "npm:8.31.1"
1560+
"@typescript-eslint/utils": "npm:8.31.1"
1561+
debug: "npm:^4.3.4"
1562+
ts-api-utils: "npm:^2.0.1"
1563+
peerDependencies:
1564+
eslint: ^8.57.0 || ^9.0.0
1565+
typescript: ">=4.8.4 <5.9.0"
1566+
checksum: 10c0/ea5369cf200cd48f26e2c6013c81f5915cc933117e011537a7424402a1ebececc8a39e290b9572a7876a237116fbd75e9ba9313c9898ab828f5a814ab26066d2
1567+
languageName: node
1568+
linkType: hard
1569+
15341570
"@typescript-eslint/types@npm:8.16.0":
15351571
version: 8.16.0
15361572
resolution: "@typescript-eslint/types@npm:8.16.0"
@@ -1622,6 +1658,21 @@ __metadata:
16221658
languageName: node
16231659
linkType: hard
16241660

1661+
"@typescript-eslint/utils@npm:8.31.1":
1662+
version: 8.31.1
1663+
resolution: "@typescript-eslint/utils@npm:8.31.1"
1664+
dependencies:
1665+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1666+
"@typescript-eslint/scope-manager": "npm:8.31.1"
1667+
"@typescript-eslint/types": "npm:8.31.1"
1668+
"@typescript-eslint/typescript-estree": "npm:8.31.1"
1669+
peerDependencies:
1670+
eslint: ^8.57.0 || ^9.0.0
1671+
typescript: ">=4.8.4 <5.9.0"
1672+
checksum: 10c0/6190551702605aa60e67828163cb5880eee7ab5f1ee789d32227e4f4297d80ea9be98776400fd0660551dcbcac2a35babef33dd94267856dcb6f36c9c94f11ab
1673+
languageName: node
1674+
linkType: hard
1675+
16251676
"@typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/utils@npm:^8.13.0":
16261677
version: 8.16.0
16271678
resolution: "@typescript-eslint/utils@npm:8.16.0"

0 commit comments

Comments
 (0)