Skip to content

Commit 254c1f7

Browse files
chore(deps-dev): bump typescript-eslint from 8.57.1 to 8.57.2
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.1 to 8.57.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.57.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0086d21 commit 254c1f7

2 files changed

Lines changed: 70 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prettier": "3.8.1",
2323
"semantic-release": "25.0.3",
2424
"typescript": "6.0.2",
25-
"typescript-eslint": "8.57.1",
25+
"typescript-eslint": "8.57.2",
2626
"vite": "8.0.1",
2727
"vitest": "4.1.2"
2828
},

yarn.lock

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2927,6 +2927,26 @@ __metadata:
29272927
languageName: node
29282928
linkType: hard
29292929

2930+
"@typescript-eslint/eslint-plugin@npm:8.57.2":
2931+
version: 8.57.2
2932+
resolution: "@typescript-eslint/eslint-plugin@npm:8.57.2"
2933+
dependencies:
2934+
"@eslint-community/regexpp": "npm:^4.12.2"
2935+
"@typescript-eslint/scope-manager": "npm:8.57.2"
2936+
"@typescript-eslint/type-utils": "npm:8.57.2"
2937+
"@typescript-eslint/utils": "npm:8.57.2"
2938+
"@typescript-eslint/visitor-keys": "npm:8.57.2"
2939+
ignore: "npm:^7.0.5"
2940+
natural-compare: "npm:^1.4.0"
2941+
ts-api-utils: "npm:^2.4.0"
2942+
peerDependencies:
2943+
"@typescript-eslint/parser": ^8.57.2
2944+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2945+
typescript: ">=4.8.4 <6.0.0"
2946+
checksum: 10c0/92f3a45f6c2104cef5294bfba972c475b1d3fafb6070efa1178b38cb951e7dfbaf89eae50bfd95f4a476fe51783e218b115bd7cbc09fc9bc7c0ca6c5233861d2
2947+
languageName: node
2948+
linkType: hard
2949+
29302950
"@typescript-eslint/parser@npm:8.57.1":
29312951
version: 8.57.1
29322952
resolution: "@typescript-eslint/parser@npm:8.57.1"
@@ -2943,6 +2963,22 @@ __metadata:
29432963
languageName: node
29442964
linkType: hard
29452965

2966+
"@typescript-eslint/parser@npm:8.57.2":
2967+
version: 8.57.2
2968+
resolution: "@typescript-eslint/parser@npm:8.57.2"
2969+
dependencies:
2970+
"@typescript-eslint/scope-manager": "npm:8.57.2"
2971+
"@typescript-eslint/types": "npm:8.57.2"
2972+
"@typescript-eslint/typescript-estree": "npm:8.57.2"
2973+
"@typescript-eslint/visitor-keys": "npm:8.57.2"
2974+
debug: "npm:^4.4.3"
2975+
peerDependencies:
2976+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2977+
typescript: ">=4.8.4 <6.0.0"
2978+
checksum: 10c0/afd8a30bd42ac56b212f3182d1b60e4556542eb22147b5b7a9a606d3c79ee35e596baf0bd7672d7e236472d246efc86e06265a46be26150ac12b05e4c45d16a6
2979+
languageName: node
2980+
linkType: hard
2981+
29462982
"@typescript-eslint/project-service@npm:8.57.1":
29472983
version: 8.57.1
29482984
resolution: "@typescript-eslint/project-service@npm:8.57.1"
@@ -3023,6 +3059,22 @@ __metadata:
30233059
languageName: node
30243060
linkType: hard
30253061

3062+
"@typescript-eslint/type-utils@npm:8.57.2":
3063+
version: 8.57.2
3064+
resolution: "@typescript-eslint/type-utils@npm:8.57.2"
3065+
dependencies:
3066+
"@typescript-eslint/types": "npm:8.57.2"
3067+
"@typescript-eslint/typescript-estree": "npm:8.57.2"
3068+
"@typescript-eslint/utils": "npm:8.57.2"
3069+
debug: "npm:^4.4.3"
3070+
ts-api-utils: "npm:^2.4.0"
3071+
peerDependencies:
3072+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
3073+
typescript: ">=4.8.4 <6.0.0"
3074+
checksum: 10c0/9c479cd0e809d26b7da7b31e830520bc016aaf528bc10a8b8279374808cb76a27f1b4adc77c84156417dc70f6a9e8604f47717b555a27293da2b9b5cfda70411
3075+
languageName: node
3076+
linkType: hard
3077+
30263078
"@typescript-eslint/types@npm:8.57.1":
30273079
version: 8.57.1
30283080
resolution: "@typescript-eslint/types@npm:8.57.1"
@@ -3090,7 +3142,7 @@ __metadata:
30903142
languageName: node
30913143
linkType: hard
30923144

3093-
"@typescript-eslint/utils@npm:^8.57.1":
3145+
"@typescript-eslint/utils@npm:8.57.2, @typescript-eslint/utils@npm:^8.57.1":
30943146
version: 8.57.2
30953147
resolution: "@typescript-eslint/utils@npm:8.57.2"
30963148
dependencies:
@@ -9174,7 +9226,7 @@ __metadata:
91749226
prettier: "npm:3.8.1"
91759227
semantic-release: "npm:25.0.3"
91769228
typescript: "npm:6.0.2"
9177-
typescript-eslint: "npm:8.57.1"
9229+
typescript-eslint: "npm:8.57.2"
91789230
vite: "npm:8.0.1"
91799231
vitest: "npm:4.1.2"
91809232
languageName: unknown
@@ -12659,6 +12711,21 @@ __metadata:
1265912711
languageName: node
1266012712
linkType: hard
1266112713

12714+
"typescript-eslint@npm:8.57.2":
12715+
version: 8.57.2
12716+
resolution: "typescript-eslint@npm:8.57.2"
12717+
dependencies:
12718+
"@typescript-eslint/eslint-plugin": "npm:8.57.2"
12719+
"@typescript-eslint/parser": "npm:8.57.2"
12720+
"@typescript-eslint/typescript-estree": "npm:8.57.2"
12721+
"@typescript-eslint/utils": "npm:8.57.2"
12722+
peerDependencies:
12723+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
12724+
typescript: ">=4.8.4 <6.0.0"
12725+
checksum: 10c0/b657195d7f080eae54527354f847af0300f7f3d7126515c692b92f5d4a880bc40b11a350ea98e1decf62846cce085c072005eb867019b3b7e8a76b4f0ec18713
12726+
languageName: node
12727+
linkType: hard
12728+
1266212729
"typescript@npm:6.0.2":
1266312730
version: 6.0.2
1266412731
resolution: "typescript@npm:6.0.2"

0 commit comments

Comments
 (0)