Skip to content

Commit 17e34ea

Browse files
chore(deps-dev): bump @typescript-eslint/utils from 8.22.0 to 8.23.0 (#1009)
Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 8.22.0 to 8.23.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.23.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 0431d61 commit 17e34ea

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.1",
68-
"@typescript-eslint/utils": "^8.22.0",
68+
"@typescript-eslint/utils": "^8.23.0",
6969
"eslint": "^9.19.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.1"
912912
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
913913
"@typescript-eslint/parser": "npm:^8.23.0"
914-
"@typescript-eslint/utils": "npm:^8.22.0"
914+
"@typescript-eslint/utils": "npm:^8.23.0"
915915
"@vitest/eslint-plugin": "npm:^1.1.25"
916916
eslint: "npm:^9.19.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.22.0, @typescript-eslint/utils@npm:^8.22.0":
1586+
"@typescript-eslint/utils@npm:8.22.0":
15871587
version: 8.22.0
15881588
resolution: "@typescript-eslint/utils@npm:8.22.0"
15891589
dependencies:
@@ -1598,6 +1598,21 @@ __metadata:
15981598
languageName: node
15991599
linkType: hard
16001600

1601+
"@typescript-eslint/utils@npm:^8.23.0":
1602+
version: 8.23.0
1603+
resolution: "@typescript-eslint/utils@npm:8.23.0"
1604+
dependencies:
1605+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1606+
"@typescript-eslint/scope-manager": "npm:8.23.0"
1607+
"@typescript-eslint/types": "npm:8.23.0"
1608+
"@typescript-eslint/typescript-estree": "npm:8.23.0"
1609+
peerDependencies:
1610+
eslint: ^8.57.0 || ^9.0.0
1611+
typescript: ">=4.8.4 <5.8.0"
1612+
checksum: 10c0/8967cf6543b1df2fb8d29086a0d35f5f7623e935706ad7c5bfcc6123e6fb08a767be1770601d481d815022bec43422730c6c8035892f23cd11cdadb16176b418
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)