Skip to content

Commit 31dc474

Browse files
chore(deps-dev): bump @typescript-eslint/utils from 8.27.0 to 8.28.0 (#1076)
Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 8.27.0 to 8.28.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.28.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 a1b59cc commit 31dc474

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.13",
68-
"@typescript-eslint/utils": "^8.27.0",
68+
"@typescript-eslint/utils": "^8.28.0",
6969
"eslint": "^9.23.0",
7070
"husky": "^9.1.7",
7171
"lint-staged": "^15.5.0",

yarn.lock

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ __metadata:
929929
"@types/node": "npm:^22.13.13"
930930
"@typescript-eslint/eslint-plugin": "npm:^8.27.0"
931931
"@typescript-eslint/parser": "npm:^8.28.0"
932-
"@typescript-eslint/utils": "npm:^8.27.0"
932+
"@typescript-eslint/utils": "npm:^8.28.0"
933933
"@vitest/eslint-plugin": "npm:^1.1.38"
934934
eslint: "npm:^9.23.0"
935935
eslint-config-prettier: "npm:^10.1.1"
@@ -1592,7 +1592,7 @@ __metadata:
15921592
languageName: node
15931593
linkType: hard
15941594

1595-
"@typescript-eslint/utils@npm:8.27.0, @typescript-eslint/utils@npm:^8.27.0":
1595+
"@typescript-eslint/utils@npm:8.27.0":
15961596
version: 8.27.0
15971597
resolution: "@typescript-eslint/utils@npm:8.27.0"
15981598
dependencies:
@@ -1607,6 +1607,21 @@ __metadata:
16071607
languageName: node
16081608
linkType: hard
16091609

1610+
"@typescript-eslint/utils@npm:^8.28.0":
1611+
version: 8.28.0
1612+
resolution: "@typescript-eslint/utils@npm:8.28.0"
1613+
dependencies:
1614+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1615+
"@typescript-eslint/scope-manager": "npm:8.28.0"
1616+
"@typescript-eslint/types": "npm:8.28.0"
1617+
"@typescript-eslint/typescript-estree": "npm:8.28.0"
1618+
peerDependencies:
1619+
eslint: ^8.57.0 || ^9.0.0
1620+
typescript: ">=4.8.4 <5.9.0"
1621+
checksum: 10c0/d3425be7f86c1245a11f0ea39136af681027797417348d8e666d38c76646945eaed7b35eb8db66372b067dee8b02a855caf2c24c040ec9c31e59681ab223b59d
1622+
languageName: node
1623+
linkType: hard
1624+
16101625
"@typescript-eslint/visitor-keys@npm:8.16.0":
16111626
version: 8.16.0
16121627
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"

0 commit comments

Comments
 (0)