Skip to content

Commit f9bd7d8

Browse files
chore(release): publish 8.35.1
1 parent 941e584 commit f9bd7d8

File tree

30 files changed

+200
-96
lines changed

30 files changed

+200
-96
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 8.35.1 (2025-06-30)
2+
3+
### 🩹 Fixes
4+
5+
- remove prettier from eslint-plugin ([#11339](https://github.com/typescript-eslint/typescript-eslint/pull/11339))
6+
- **website:** did not find a source file error if url hash doesn't contain fileType ([#11350](https://github.com/typescript-eslint/typescript-eslint/pull/11350))
7+
8+
### ❤️ Thank You
9+
10+
- Abhijeet Singh @cseas
11+
- mdm317
12+
13+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
14+
115
## 8.35.0 (2025-06-23)
216

317
### 🚀 Features

packages/ast-spec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.35.1 (2025-06-30)
2+
3+
This was a version bump only for ast-spec to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.35.0 (2025-06-23)
28

39
This was a version bump only for ast-spec to align it with other projects, there were no code changes.

packages/ast-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/ast-spec",
3-
"version": "8.35.0",
3+
"version": "8.35.1",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.35.1 (2025-06-30)
2+
3+
### 🩹 Fixes
4+
5+
- remove prettier from eslint-plugin ([#11339](https://github.com/typescript-eslint/typescript-eslint/pull/11339))
6+
7+
### ❤️ Thank You
8+
9+
- Abhijeet Singh @cseas
10+
11+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
12+
113
## 8.35.0 (2025-06-23)
214

315
### 🚀 Features

packages/eslint-plugin/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "8.35.0",
3+
"version": "8.35.1",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -60,10 +60,10 @@
6060
},
6161
"dependencies": {
6262
"@eslint-community/regexpp": "^4.10.0",
63-
"@typescript-eslint/scope-manager": "8.35.0",
64-
"@typescript-eslint/type-utils": "8.35.0",
65-
"@typescript-eslint/utils": "8.35.0",
66-
"@typescript-eslint/visitor-keys": "8.35.0",
63+
"@typescript-eslint/scope-manager": "8.35.1",
64+
"@typescript-eslint/type-utils": "8.35.1",
65+
"@typescript-eslint/utils": "8.35.1",
66+
"@typescript-eslint/visitor-keys": "8.35.1",
6767
"graphemer": "^1.4.0",
6868
"ignore": "^7.0.0",
6969
"natural-compare": "^1.4.0",
@@ -72,8 +72,8 @@
7272
"devDependencies": {
7373
"@types/mdast": "^4.0.3",
7474
"@types/natural-compare": "*",
75-
"@typescript-eslint/rule-schema-to-typescript-types": "8.35.0",
76-
"@typescript-eslint/rule-tester": "8.35.0",
75+
"@typescript-eslint/rule-schema-to-typescript-types": "8.35.1",
76+
"@typescript-eslint/rule-tester": "8.35.1",
7777
"@vitest/coverage-v8": "^3.1.3",
7878
"ajv": "^6.12.6",
7979
"cross-fetch": "*",
@@ -92,7 +92,7 @@
9292
"vitest": "^3.1.3"
9393
},
9494
"peerDependencies": {
95-
"@typescript-eslint/parser": "^8.35.0",
95+
"@typescript-eslint/parser": "^8.35.1",
9696
"eslint": "^8.57.0 || ^9.0.0",
9797
"typescript": ">=4.8.4 <5.9.0"
9898
},

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.35.1 (2025-06-30)
2+
3+
This was a version bump only for parser to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.35.0 (2025-06-23)
28

39
This was a version bump only for parser to align it with other projects, there were no code changes.

packages/parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/parser",
3-
"version": "8.35.0",
3+
"version": "8.35.1",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -52,10 +52,10 @@
5252
"typescript": ">=4.8.4 <5.9.0"
5353
},
5454
"dependencies": {
55-
"@typescript-eslint/scope-manager": "8.35.0",
56-
"@typescript-eslint/types": "8.35.0",
57-
"@typescript-eslint/typescript-estree": "8.35.0",
58-
"@typescript-eslint/visitor-keys": "8.35.0",
55+
"@typescript-eslint/scope-manager": "8.35.1",
56+
"@typescript-eslint/types": "8.35.1",
57+
"@typescript-eslint/typescript-estree": "8.35.1",
58+
"@typescript-eslint/visitor-keys": "8.35.1",
5959
"debug": "^4.3.4"
6060
},
6161
"devDependencies": {

packages/project-service/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.35.1 (2025-06-30)
2+
3+
This was a version bump only for project-service to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.35.0 (2025-06-23)
28

39
This was a version bump only for project-service to align it with other projects, there were no code changes.

packages/project-service/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/project-service",
3-
"version": "8.35.0",
3+
"version": "8.35.1",
44
"description": "Standalone TypeScript project service wrapper for linting.",
55
"files": [
66
"dist",
@@ -49,8 +49,8 @@
4949
"typescript": ">=4.8.4 <5.9.0"
5050
},
5151
"dependencies": {
52-
"@typescript-eslint/tsconfig-utils": "^8.35.0",
53-
"@typescript-eslint/types": "^8.35.0",
52+
"@typescript-eslint/tsconfig-utils": "^8.35.1",
53+
"@typescript-eslint/types": "^8.35.1",
5454
"debug": "^4.3.4"
5555
},
5656
"funding": {

packages/rule-schema-to-typescript-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.35.1 (2025-06-30)
2+
3+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.35.0 (2025-06-23)
28

39
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy