Skip to content

Commit 1a9ab8f

Browse files
chore(release): publish 8.25.0
1 parent a43c199 commit 1a9ab8f

File tree

26 files changed

+218
-82
lines changed

26 files changed

+218
-82
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 8.25.0 (2025-02-24)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [no-misused-spread] add suggestions ([#10719](https://github.com/typescript-eslint/typescript-eslint/pull/10719))
6+
7+
### 🩹 Fixes
8+
9+
- **ast-spec:** replace `attributes` with `options` property in `TSImportType` ([#10691](https://github.com/typescript-eslint/typescript-eslint/pull/10691))
10+
- **eslint-plugin:** [unified-signatures] handle getter-setter ([#10818](https://github.com/typescript-eslint/typescript-eslint/pull/10818))
11+
- **eslint-plugin:** [no-deprecated] report usage of deprecated private identifiers ([#10844](https://github.com/typescript-eslint/typescript-eslint/pull/10844))
12+
- **eslint-plugin:** [prefer-nullish-coalescing] report on chain expressions in a ternary ([#10708](https://github.com/typescript-eslint/typescript-eslint/pull/10708))
13+
- **typescript-estree:** align TS module nodes to namespaces ([#10504](https://github.com/typescript-eslint/typescript-eslint/pull/10504))
14+
- **visitor-keys:** update keys for `ImportAttribute` ([#10649](https://github.com/typescript-eslint/typescript-eslint/pull/10649))
15+
16+
### ❤️ Thank You
17+
18+
- Anthony Fu
19+
- fisker Cheung @fisker
20+
- Josh Goldberg ✨
21+
- Olivier Zalmanski @OlivierZal
22+
- Ronen Amiel
23+
- YeonJuan @yeonjuan
24+
25+
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.
26+
127
## 8.24.1 (2025-02-17)
228

329
### 🩹 Fixes

packages/ast-spec/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 8.25.0 (2025-02-24)
2+
3+
### 🩹 Fixes
4+
5+
- **ast-spec:** replace `attributes` with `options` property in `TSImportType` ([#10691](https://github.com/typescript-eslint/typescript-eslint/pull/10691))
6+
- **typescript-estree:** align TS module nodes to namespaces ([#10504](https://github.com/typescript-eslint/typescript-eslint/pull/10504))
7+
8+
### ❤️ Thank You
9+
10+
- fisker Cheung @fisker
11+
- Josh Goldberg ✨
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.24.1 (2025-02-17)
216

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

packages/eslint-plugin/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 8.25.0 (2025-02-24)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [no-misused-spread] add suggestions ([#10719](https://github.com/typescript-eslint/typescript-eslint/pull/10719))
6+
7+
### 🩹 Fixes
8+
9+
- **eslint-plugin:** [prefer-nullish-coalescing] report on chain expressions in a ternary ([#10708](https://github.com/typescript-eslint/typescript-eslint/pull/10708))
10+
- **eslint-plugin:** [no-deprecated] report usage of deprecated private identifiers ([#10844](https://github.com/typescript-eslint/typescript-eslint/pull/10844))
11+
- **eslint-plugin:** [unified-signatures] handle getter-setter ([#10818](https://github.com/typescript-eslint/typescript-eslint/pull/10818))
12+
13+
### ❤️ Thank You
14+
15+
- Olivier Zalmanski @OlivierZal
16+
- Ronen Amiel
17+
- YeonJuan @yeonjuan
18+
19+
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.
20+
121
## 8.24.1 (2025-02-17)
222

323
### 🩹 Fixes

packages/eslint-plugin/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "8.24.1",
3+
"version": "8.25.0",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -62,10 +62,10 @@
6262
},
6363
"dependencies": {
6464
"@eslint-community/regexpp": "^4.10.0",
65-
"@typescript-eslint/scope-manager": "8.24.1",
66-
"@typescript-eslint/type-utils": "8.24.1",
67-
"@typescript-eslint/utils": "8.24.1",
68-
"@typescript-eslint/visitor-keys": "8.24.1",
65+
"@typescript-eslint/scope-manager": "8.25.0",
66+
"@typescript-eslint/type-utils": "8.25.0",
67+
"@typescript-eslint/utils": "8.25.0",
68+
"@typescript-eslint/visitor-keys": "8.25.0",
6969
"graphemer": "^1.4.0",
7070
"ignore": "^5.3.1",
7171
"natural-compare": "^1.4.0",
@@ -76,8 +76,8 @@
7676
"@types/marked": "^5.0.2",
7777
"@types/mdast": "^4.0.3",
7878
"@types/natural-compare": "*",
79-
"@typescript-eslint/rule-schema-to-typescript-types": "8.24.1",
80-
"@typescript-eslint/rule-tester": "8.24.1",
79+
"@typescript-eslint/rule-schema-to-typescript-types": "8.25.0",
80+
"@typescript-eslint/rule-tester": "8.25.0",
8181
"ajv": "^6.12.6",
8282
"cross-env": "^7.0.3",
8383
"cross-fetch": "*",

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.25.0 (2025-02-24)
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.24.1 (2025-02-17)
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.24.1",
3+
"version": "8.25.0",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -54,10 +54,10 @@
5454
"typescript": ">=4.8.4 <5.8.0"
5555
},
5656
"dependencies": {
57-
"@typescript-eslint/scope-manager": "8.24.1",
58-
"@typescript-eslint/types": "8.24.1",
59-
"@typescript-eslint/typescript-estree": "8.24.1",
60-
"@typescript-eslint/visitor-keys": "8.24.1",
57+
"@typescript-eslint/scope-manager": "8.25.0",
58+
"@typescript-eslint/types": "8.25.0",
59+
"@typescript-eslint/typescript-estree": "8.25.0",
60+
"@typescript-eslint/visitor-keys": "8.25.0",
6161
"debug": "^4.3.4"
6262
},
6363
"devDependencies": {

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.25.0 (2025-02-24)
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.24.1 (2025-02-17)
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.

packages/rule-schema-to-typescript-types/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/rule-schema-to-typescript-types",
3-
"version": "8.24.1",
3+
"version": "8.25.0",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -33,8 +33,8 @@
3333
"check-types": "npx nx typecheck"
3434
},
3535
"dependencies": {
36-
"@typescript-eslint/type-utils": "8.24.1",
37-
"@typescript-eslint/utils": "8.24.1",
36+
"@typescript-eslint/type-utils": "8.25.0",
37+
"@typescript-eslint/utils": "8.25.0",
3838
"natural-compare": "^1.4.0",
3939
"prettier": "^3.2.5"
4040
},

packages/rule-tester/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.25.0 (2025-02-24)
2+
3+
This was a version bump only for rule-tester 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.24.1 (2025-02-17)
28

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

0 commit comments

Comments
 (0)