Skip to content

Commit 807f5ca

Browse files
chore(release): publish 8.28.0
1 parent 7151489 commit 807f5ca

26 files changed

+182
-82
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [prefer-nullish-coalescing] support `if` statement assignment (`??=`) and fix several minor bugs ([#10861](https://github.com/typescript-eslint/typescript-eslint/pull/10861))
6+
7+
### 🩹 Fixes
8+
9+
- **eslint-plugin:** [no-unsafe-function-type] remove fixable property ([#10986](https://github.com/typescript-eslint/typescript-eslint/pull/10986))
10+
11+
### ❤️ Thank You
12+
13+
- Olivier Zalmanski @OlivierZal
14+
- Yannick Decat @mho22
15+
16+
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.
17+
118
## 8.27.0 (2025-03-17)
219

320
### 🚀 Features

packages/ast-spec/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
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.27.0 (2025-03-17)
28

39
### 🩹 Fixes

packages/ast-spec/package.json

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

packages/eslint-plugin/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [prefer-nullish-coalescing] support `if` statement assignment (`??=`) and fix several minor bugs ([#10861](https://github.com/typescript-eslint/typescript-eslint/pull/10861))
6+
7+
### 🩹 Fixes
8+
9+
- **eslint-plugin:** [no-unsafe-function-type] remove fixable property ([#10986](https://github.com/typescript-eslint/typescript-eslint/pull/10986))
10+
11+
### ❤️ Thank You
12+
13+
- Olivier Zalmanski @OlivierZal
14+
- Yannick Decat @mho22
15+
16+
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.
17+
118
## 8.27.0 (2025-03-17)
219

320
### 🚀 Features

packages/eslint-plugin/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "8.27.0",
3+
"version": "8.28.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.27.0",
66-
"@typescript-eslint/type-utils": "8.27.0",
67-
"@typescript-eslint/utils": "8.27.0",
68-
"@typescript-eslint/visitor-keys": "8.27.0",
65+
"@typescript-eslint/scope-manager": "8.28.0",
66+
"@typescript-eslint/type-utils": "8.28.0",
67+
"@typescript-eslint/utils": "8.28.0",
68+
"@typescript-eslint/visitor-keys": "8.28.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.27.0",
80-
"@typescript-eslint/rule-tester": "8.27.0",
79+
"@typescript-eslint/rule-schema-to-typescript-types": "8.28.0",
80+
"@typescript-eslint/rule-tester": "8.28.0",
8181
"ajv": "^6.12.6",
8282
"cross-env": "^7.0.3",
8383
"cross-fetch": "*",

packages/parser/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-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.27.0 (2025-03-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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/parser",
3-
"version": "8.27.0",
3+
"version": "8.28.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.9.0"
5555
},
5656
"dependencies": {
57-
"@typescript-eslint/scope-manager": "8.27.0",
58-
"@typescript-eslint/types": "8.27.0",
59-
"@typescript-eslint/typescript-estree": "8.27.0",
60-
"@typescript-eslint/visitor-keys": "8.27.0",
57+
"@typescript-eslint/scope-manager": "8.28.0",
58+
"@typescript-eslint/types": "8.28.0",
59+
"@typescript-eslint/typescript-estree": "8.28.0",
60+
"@typescript-eslint/visitor-keys": "8.28.0",
6161
"debug": "^4.3.4"
6262
},
6363
"devDependencies": {

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-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.27.0 (2025-03-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

+3-3
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.27.0",
3+
"version": "8.28.0",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -30,8 +30,8 @@
3030
"check-types": "npx nx typecheck"
3131
},
3232
"dependencies": {
33-
"@typescript-eslint/type-utils": "8.27.0",
34-
"@typescript-eslint/utils": "8.27.0",
33+
"@typescript-eslint/type-utils": "8.28.0",
34+
"@typescript-eslint/utils": "8.28.0",
3535
"natural-compare": "^1.4.0",
3636
"prettier": "^3.2.5"
3737
},

packages/rule-tester/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-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.27.0 (2025-03-17)
28

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

packages/rule-tester/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-tester",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "Tooling to test ESLint rules",
55
"files": [
66
"dist",
@@ -49,9 +49,9 @@
4949
},
5050
"//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
5151
"dependencies": {
52-
"@typescript-eslint/parser": "8.27.0",
53-
"@typescript-eslint/typescript-estree": "8.27.0",
54-
"@typescript-eslint/utils": "8.27.0",
52+
"@typescript-eslint/parser": "8.28.0",
53+
"@typescript-eslint/typescript-estree": "8.28.0",
54+
"@typescript-eslint/utils": "8.28.0",
5555
"ajv": "^6.12.6",
5656
"json-stable-stringify-without-jsonify": "^1.0.1",
5757
"lodash.merge": "4.6.2",

packages/scope-manager/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
This was a version bump only for scope-manager 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.27.0 (2025-03-17)
28

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

packages/scope-manager/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/scope-manager",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "TypeScript scope analyser for ESLint",
55
"files": [
66
"dist",
@@ -47,12 +47,12 @@
4747
"check-types": "npx nx typecheck"
4848
},
4949
"dependencies": {
50-
"@typescript-eslint/types": "8.27.0",
51-
"@typescript-eslint/visitor-keys": "8.27.0"
50+
"@typescript-eslint/types": "8.28.0",
51+
"@typescript-eslint/visitor-keys": "8.28.0"
5252
},
5353
"devDependencies": {
5454
"@jest/types": "29.6.3",
55-
"@typescript-eslint/typescript-estree": "8.27.0",
55+
"@typescript-eslint/typescript-estree": "8.28.0",
5656
"glob": "*",
5757
"jest": "29.7.0",
5858
"jest-specific-snapshot": "*",

packages/type-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
This was a version bump only for type-utils 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.27.0 (2025-03-17)
28

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

packages/type-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/type-utils",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "Type utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -47,8 +47,8 @@
4747
"check-types": "npx nx typecheck"
4848
},
4949
"dependencies": {
50-
"@typescript-eslint/typescript-estree": "8.27.0",
51-
"@typescript-eslint/utils": "8.27.0",
50+
"@typescript-eslint/typescript-estree": "8.28.0",
51+
"@typescript-eslint/utils": "8.28.0",
5252
"debug": "^4.3.4",
5353
"ts-api-utils": "^2.0.1"
5454
},
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@jest/types": "29.6.3",
61-
"@typescript-eslint/parser": "8.27.0",
61+
"@typescript-eslint/parser": "8.28.0",
6262
"ajv": "^6.12.6",
6363
"downlevel-dts": "*",
6464
"jest": "29.7.0",

packages/types/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
This was a version bump only for 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.27.0 (2025-03-17)
28

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

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/types",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "Types for the TypeScript-ESTree AST spec",
55
"files": [
66
"dist",

packages/typescript-eslint/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
This was a version bump only for typescript-eslint 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.27.0 (2025-03-17)
28

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

packages/typescript-eslint/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-eslint",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "Tooling which enables you to use TypeScript with ESLint",
55
"files": [
66
"dist",
@@ -53,9 +53,9 @@
5353
"check-types": "npx nx typecheck"
5454
},
5555
"dependencies": {
56-
"@typescript-eslint/eslint-plugin": "8.27.0",
57-
"@typescript-eslint/parser": "8.27.0",
58-
"@typescript-eslint/utils": "8.27.0"
56+
"@typescript-eslint/eslint-plugin": "8.28.0",
57+
"@typescript-eslint/parser": "8.28.0",
58+
"@typescript-eslint/utils": "8.28.0"
5959
},
6060
"peerDependencies": {
6161
"eslint": "^8.57.0 || ^9.0.0",

packages/typescript-estree/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
This was a version bump only for typescript-estree 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.27.0 (2025-03-17)
28

39
### 🩹 Fixes

packages/typescript-estree/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/typescript-estree",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
55
"files": [
66
"dist",
@@ -55,8 +55,8 @@
5555
"check-types": "npx nx typecheck"
5656
},
5757
"dependencies": {
58-
"@typescript-eslint/types": "8.27.0",
59-
"@typescript-eslint/visitor-keys": "8.27.0",
58+
"@typescript-eslint/types": "8.28.0",
59+
"@typescript-eslint/visitor-keys": "8.28.0",
6060
"debug": "^4.3.4",
6161
"fast-glob": "^3.3.2",
6262
"is-glob": "^4.0.3",

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
This was a version bump only for utils 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.27.0 (2025-03-17)
28

39
### 🚀 Features

packages/utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/utils",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "Utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -65,9 +65,9 @@
6565
},
6666
"dependencies": {
6767
"@eslint-community/eslint-utils": "^4.4.0",
68-
"@typescript-eslint/scope-manager": "8.27.0",
69-
"@typescript-eslint/types": "8.27.0",
70-
"@typescript-eslint/typescript-estree": "8.27.0"
68+
"@typescript-eslint/scope-manager": "8.28.0",
69+
"@typescript-eslint/types": "8.28.0",
70+
"@typescript-eslint/typescript-estree": "8.28.0"
7171
},
7272
"peerDependencies": {
7373
"eslint": "^8.57.0 || ^9.0.0",

packages/visitor-keys/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.28.0 (2025-03-24)
2+
3+
This was a version bump only for visitor-keys 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.27.0 (2025-03-17)
28

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

packages/visitor-keys/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/visitor-keys",
3-
"version": "8.27.0",
3+
"version": "8.28.0",
44
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
55
"files": [
66
"dist",
@@ -48,7 +48,7 @@
4848
"check-types": "npx nx typecheck"
4949
},
5050
"dependencies": {
51-
"@typescript-eslint/types": "8.27.0",
51+
"@typescript-eslint/types": "8.28.0",
5252
"eslint-visitor-keys": "^4.2.0"
5353
},
5454
"devDependencies": {

0 commit comments

Comments
 (0)