Skip to content

Commit 92f2262

Browse files
chore(deps-dev): bump @typescript-eslint/utils from 8.24.1 to 8.25.0 (#1037)
Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 8.24.1 to 8.25.0. - [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.25.0/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be0db8a commit 92f2262

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.13.5",
68-
"@typescript-eslint/utils": "^8.24.1",
68+
"@typescript-eslint/utils": "^8.25.0",
6969
"eslint": "^9.21.0",
7070
"husky": "^9.1.7",
7171
"lint-staged": "^15.4.3",

yarn.lock

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ __metadata:
911911
"@types/node": "npm:^22.13.5"
912912
"@typescript-eslint/eslint-plugin": "npm:^8.24.1"
913913
"@typescript-eslint/parser": "npm:^8.25.0"
914-
"@typescript-eslint/utils": "npm:^8.24.1"
914+
"@typescript-eslint/utils": "npm:^8.25.0"
915915
"@vitest/eslint-plugin": "npm:^1.1.31"
916916
eslint: "npm:^9.21.0"
917917
eslint-config-prettier: "npm:^10.0.1"
@@ -1583,7 +1583,7 @@ __metadata:
15831583
languageName: node
15841584
linkType: hard
15851585

1586-
"@typescript-eslint/utils@npm:8.24.1, @typescript-eslint/utils@npm:^8.24.1":
1586+
"@typescript-eslint/utils@npm:8.24.1":
15871587
version: 8.24.1
15881588
resolution: "@typescript-eslint/utils@npm:8.24.1"
15891589
dependencies:
@@ -1598,6 +1598,21 @@ __metadata:
15981598
languageName: node
15991599
linkType: hard
16001600

1601+
"@typescript-eslint/utils@npm:^8.25.0":
1602+
version: 8.25.0
1603+
resolution: "@typescript-eslint/utils@npm:8.25.0"
1604+
dependencies:
1605+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1606+
"@typescript-eslint/scope-manager": "npm:8.25.0"
1607+
"@typescript-eslint/types": "npm:8.25.0"
1608+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
1609+
peerDependencies:
1610+
eslint: ^8.57.0 || ^9.0.0
1611+
typescript: ">=4.8.4 <5.8.0"
1612+
checksum: 10c0/cd15c4919f02899fd3975049a0a051a1455332a108c085a3e90ae9872e2cddac7f20a9a2c616f1366fca84274649e836ad6a437c9c5ead0bdabf5a123d12403f
1613+
languageName: node
1614+
linkType: hard
1615+
16011616
"@typescript-eslint/visitor-keys@npm:8.16.0":
16021617
version: 8.16.0
16031618
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"

0 commit comments

Comments
 (0)