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

Commit dd779e2

Browse files
chore(deps-dev): bump @typescript-eslint/utils from 8.31.0 to 8.31.1 (#1118)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c5b33c commit dd779e2

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

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.1"
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"
@@ -1643,7 +1643,7 @@ __metadata:
16431643
languageName: node
16441644
linkType: hard
16451645

1646-
"@typescript-eslint/utils@npm:8.31.0, @typescript-eslint/utils@npm:^8.23.0, @typescript-eslint/utils@npm:^8.31.0":
1646+
"@typescript-eslint/utils@npm:8.31.0, @typescript-eslint/utils@npm:^8.23.0":
16471647
version: 8.31.0
16481648
resolution: "@typescript-eslint/utils@npm:8.31.0"
16491649
dependencies:
@@ -1690,6 +1690,21 @@ __metadata:
16901690
languageName: node
16911691
linkType: hard
16921692

1693+
"@typescript-eslint/utils@npm:^8.31.1":
1694+
version: 8.31.1
1695+
resolution: "@typescript-eslint/utils@npm:8.31.1"
1696+
dependencies:
1697+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1698+
"@typescript-eslint/scope-manager": "npm:8.31.1"
1699+
"@typescript-eslint/types": "npm:8.31.1"
1700+
"@typescript-eslint/typescript-estree": "npm:8.31.1"
1701+
peerDependencies:
1702+
eslint: ^8.57.0 || ^9.0.0
1703+
typescript: ">=4.8.4 <5.9.0"
1704+
checksum: 10c0/6190551702605aa60e67828163cb5880eee7ab5f1ee789d32227e4f4297d80ea9be98776400fd0660551dcbcac2a35babef33dd94267856dcb6f36c9c94f11ab
1705+
languageName: node
1706+
linkType: hard
1707+
16931708
"@typescript-eslint/visitor-keys@npm:8.16.0":
16941709
version: 8.16.0
16951710
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"

0 commit comments

Comments
 (0)