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

Commit 6c8da69

Browse files
chore(deps-dev): bump @typescript-eslint/utils from 8.31.0 to 8.31.1
Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) 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/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-version: 8.31.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ee4f55 commit 6c8da69

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@semantic-release/exec": "^7.0.3",
6666
"@stylistic/eslint-plugin": "^2.11.0",
6767
"@types/node": "^22.15.2",
68-
"@typescript-eslint/utils": "^8.31.0",
68+
"@typescript-eslint/utils": "^8.31.1",
6969
"eslint": "^9.25.1",
7070
"husky": "^9.1.7",
7171
"lint-staged": "^15.5.1",

yarn.lock

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ __metadata:
988988
"@types/node": "npm:^22.15.2"
989989
"@typescript-eslint/eslint-plugin": "npm:^8.31.0"
990990
"@typescript-eslint/parser": "npm:^8.31.1"
991-
"@typescript-eslint/utils": "npm:^8.31.0"
991+
"@typescript-eslint/utils": "npm:^8.31.1"
992992
"@vitest/eslint-plugin": "npm:^1.1.43"
993993
eslint: "npm:^9.25.1"
994994
eslint-config-prettier: "npm:^10.1.2"
@@ -1607,7 +1607,7 @@ __metadata:
16071607
languageName: node
16081608
linkType: hard
16091609

1610-
"@typescript-eslint/utils@npm:8.31.0, @typescript-eslint/utils@npm:^8.23.0, @typescript-eslint/utils@npm:^8.31.0":
1610+
"@typescript-eslint/utils@npm:8.31.0, @typescript-eslint/utils@npm:^8.23.0":
16111611
version: 8.31.0
16121612
resolution: "@typescript-eslint/utils@npm:8.31.0"
16131613
dependencies:
@@ -1639,6 +1639,21 @@ __metadata:
16391639
languageName: node
16401640
linkType: hard
16411641

1642+
"@typescript-eslint/utils@npm:^8.31.1":
1643+
version: 8.31.1
1644+
resolution: "@typescript-eslint/utils@npm:8.31.1"
1645+
dependencies:
1646+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1647+
"@typescript-eslint/scope-manager": "npm:8.31.1"
1648+
"@typescript-eslint/types": "npm:8.31.1"
1649+
"@typescript-eslint/typescript-estree": "npm:8.31.1"
1650+
peerDependencies:
1651+
eslint: ^8.57.0 || ^9.0.0
1652+
typescript: ">=4.8.4 <5.9.0"
1653+
checksum: 10c0/6190551702605aa60e67828163cb5880eee7ab5f1ee789d32227e4f4297d80ea9be98776400fd0660551dcbcac2a35babef33dd94267856dcb6f36c9c94f11ab
1654+
languageName: node
1655+
linkType: hard
1656+
16421657
"@typescript-eslint/visitor-keys@npm:8.16.0":
16431658
version: 8.16.0
16441659
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"

0 commit comments

Comments
 (0)