Skip to content

Commit 31a7336

Browse files
chore(release): publish 8.41.0
1 parent bd9e490 commit 31a7336

File tree

30 files changed

+221
-100
lines changed

30 files changed

+221
-100
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 8.41.0 (2025-08-25)
2+
3+
### 🚀 Features
4+
5+
- tighten `tsconfigRootDir` validation ([#11463](https://github.com/typescript-eslint/typescript-eslint/pull/11463))
6+
7+
### 🩹 Fixes
8+
9+
- resolve type error in eslint config ([#11500](https://github.com/typescript-eslint/typescript-eslint/pull/11500))
10+
- **deps:** update babel monorepo ([#11174](https://github.com/typescript-eslint/typescript-eslint/pull/11174))
11+
- **deps:** update dependency prettier to v3.6.2 ([#11496](https://github.com/typescript-eslint/typescript-eslint/pull/11496))
12+
13+
### ❤️ Thank You
14+
15+
- Kirk Waiblinger @kirkwaiblinger
16+
17+
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.
18+
119
## 8.40.0 (2025-08-18)
220

321
### 🚀 Features

packages/ast-spec/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 8.41.0 (2025-08-25)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** update dependency prettier to v3.6.2 ([#11496](https://github.com/typescript-eslint/typescript-eslint/pull/11496))
6+
- **deps:** update babel monorepo ([#11174](https://github.com/typescript-eslint/typescript-eslint/pull/11174))
7+
8+
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.
9+
110
## 8.40.0 (2025-08-18)
211

312
### 🚀 Features

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.40.0",
3+
"version": "8.41.0",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 8.41.0 (2025-08-25)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** update dependency prettier to v3.6.2 ([#11496](https://github.com/typescript-eslint/typescript-eslint/pull/11496))
6+
7+
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.
8+
19
## 8.40.0 (2025-08-18)
210

311
### 🚀 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.40.0",
3+
"version": "8.41.0",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -59,10 +59,10 @@
5959
},
6060
"dependencies": {
6161
"@eslint-community/regexpp": "^4.10.0",
62-
"@typescript-eslint/scope-manager": "8.40.0",
63-
"@typescript-eslint/type-utils": "8.40.0",
64-
"@typescript-eslint/utils": "8.40.0",
65-
"@typescript-eslint/visitor-keys": "8.40.0",
62+
"@typescript-eslint/scope-manager": "8.41.0",
63+
"@typescript-eslint/type-utils": "8.41.0",
64+
"@typescript-eslint/utils": "8.41.0",
65+
"@typescript-eslint/visitor-keys": "8.41.0",
6666
"graphemer": "^1.4.0",
6767
"ignore": "^7.0.0",
6868
"natural-compare": "^1.4.0",
@@ -71,8 +71,8 @@
7171
"devDependencies": {
7272
"@types/mdast": "^4.0.3",
7373
"@types/natural-compare": "*",
74-
"@typescript-eslint/rule-schema-to-typescript-types": "8.40.0",
75-
"@typescript-eslint/rule-tester": "8.40.0",
74+
"@typescript-eslint/rule-schema-to-typescript-types": "8.41.0",
75+
"@typescript-eslint/rule-tester": "8.41.0",
7676
"@vitest/coverage-v8": "^3.1.3",
7777
"ajv": "^6.12.6",
7878
"cross-fetch": "*",
@@ -92,7 +92,7 @@
9292
"vitest": "^3.1.3"
9393
},
9494
"peerDependencies": {
95-
"@typescript-eslint/parser": "^8.40.0",
95+
"@typescript-eslint/parser": "^8.41.0",
9696
"eslint": "^8.57.0 || ^9.0.0",
9797
"typescript": ">=4.8.4 <6.0.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.41.0 (2025-08-25)
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.40.0 (2025-08-18)
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.40.0",
3+
"version": "8.41.0",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -51,10 +51,10 @@
5151
"typescript": ">=4.8.4 <6.0.0"
5252
},
5353
"dependencies": {
54-
"@typescript-eslint/scope-manager": "8.40.0",
55-
"@typescript-eslint/types": "8.40.0",
56-
"@typescript-eslint/typescript-estree": "8.40.0",
57-
"@typescript-eslint/visitor-keys": "8.40.0",
54+
"@typescript-eslint/scope-manager": "8.41.0",
55+
"@typescript-eslint/types": "8.41.0",
56+
"@typescript-eslint/typescript-estree": "8.41.0",
57+
"@typescript-eslint/visitor-keys": "8.41.0",
5858
"debug": "^4.3.4"
5959
},
6060
"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.41.0 (2025-08-25)
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.40.0 (2025-08-18)
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.40.0",
3+
"version": "8.41.0",
44
"description": "Standalone TypeScript project service wrapper for linting.",
55
"files": [
66
"dist",
@@ -49,8 +49,8 @@
4949
"typescript": ">=4.8.4 <6.0.0"
5050
},
5151
"dependencies": {
52-
"@typescript-eslint/tsconfig-utils": "^8.40.0",
53-
"@typescript-eslint/types": "^8.40.0",
52+
"@typescript-eslint/tsconfig-utils": "^8.41.0",
53+
"@typescript-eslint/types": "^8.41.0",
5454
"debug": "^4.3.4"
5555
},
5656
"devDependencies": {

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 8.41.0 (2025-08-25)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** update dependency prettier to v3.6.2 ([#11496](https://github.com/typescript-eslint/typescript-eslint/pull/11496))
6+
7+
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.
8+
19
## 8.40.0 (2025-08-18)
210

311
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)