Skip to content

Commit f5c588c

Browse files
chore(release): publish 8.31.1
1 parent 1c2c904 commit f5c588c

File tree

26 files changed

+172
-82
lines changed

26 files changed

+172
-82
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.31.1 (2025-04-28)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [no-unnecessary-condition] downgrade fix to suggestion ([#11081](https://github.com/typescript-eslint/typescript-eslint/pull/11081))
6+
7+
### ❤️ Thank You
8+
9+
- Kirk Waiblinger @kirkwaiblinger
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.31.0 (2025-04-21)
214

315
### 🚀 Features

packages/ast-spec/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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

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

packages/eslint-plugin/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.31.1 (2025-04-28)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [no-unnecessary-condition] downgrade fix to suggestion ([#11081](https://github.com/typescript-eslint/typescript-eslint/pull/11081))
6+
7+
### ❤️ Thank You
8+
9+
- Kirk Waiblinger @kirkwaiblinger
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.31.0 (2025-04-21)
214

315
### 🚀 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.31.0",
3+
"version": "8.31.1",
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.31.0",
66-
"@typescript-eslint/type-utils": "8.31.0",
67-
"@typescript-eslint/utils": "8.31.0",
68-
"@typescript-eslint/visitor-keys": "8.31.0",
65+
"@typescript-eslint/scope-manager": "8.31.1",
66+
"@typescript-eslint/type-utils": "8.31.1",
67+
"@typescript-eslint/utils": "8.31.1",
68+
"@typescript-eslint/visitor-keys": "8.31.1",
6969
"graphemer": "^1.4.0",
7070
"ignore": "^5.3.1",
7171
"natural-compare": "^1.4.0",
@@ -75,8 +75,8 @@
7575
"@types/marked": "^5.0.2",
7676
"@types/mdast": "^4.0.3",
7777
"@types/natural-compare": "*",
78-
"@typescript-eslint/rule-schema-to-typescript-types": "8.31.0",
79-
"@typescript-eslint/rule-tester": "8.31.0",
78+
"@typescript-eslint/rule-schema-to-typescript-types": "8.31.1",
79+
"@typescript-eslint/rule-tester": "8.31.1",
8080
"@vitest/coverage-v8": "^3.1.1",
8181
"ajv": "^6.12.6",
8282
"cross-fetch": "*",

packages/parser/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.31.0",
3+
"version": "8.31.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.31.0",
56-
"@typescript-eslint/types": "8.31.0",
57-
"@typescript-eslint/typescript-estree": "8.31.0",
58-
"@typescript-eslint/visitor-keys": "8.31.0",
55+
"@typescript-eslint/scope-manager": "8.31.1",
56+
"@typescript-eslint/types": "8.31.1",
57+
"@typescript-eslint/typescript-estree": "8.31.1",
58+
"@typescript-eslint/visitor-keys": "8.31.1",
5959
"debug": "^4.3.4"
6060
},
6161
"devDependencies": {

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.31.0",
3+
"version": "8.31.1",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -31,8 +31,8 @@
3131
"check-types": "npx nx typecheck"
3232
},
3333
"dependencies": {
34-
"@typescript-eslint/type-utils": "8.31.0",
35-
"@typescript-eslint/utils": "8.31.0",
34+
"@typescript-eslint/type-utils": "8.31.1",
35+
"@typescript-eslint/utils": "8.31.1",
3636
"natural-compare": "^1.4.0",
3737
"prettier": "^3.2.5"
3838
},

packages/rule-tester/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.31.0",
3+
"version": "8.31.1",
44
"description": "Tooling to test ESLint rules",
55
"files": [
66
"dist",
@@ -47,9 +47,9 @@
4747
},
4848
"//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
4949
"dependencies": {
50-
"@typescript-eslint/parser": "8.31.0",
51-
"@typescript-eslint/typescript-estree": "8.31.0",
52-
"@typescript-eslint/utils": "8.31.0",
50+
"@typescript-eslint/parser": "8.31.1",
51+
"@typescript-eslint/typescript-estree": "8.31.1",
52+
"@typescript-eslint/utils": "8.31.1",
5353
"ajv": "^6.12.6",
5454
"json-stable-stringify-without-jsonify": "^1.0.1",
5555
"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.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.31.0",
3+
"version": "8.31.1",
44
"description": "TypeScript scope analyser for ESLint",
55
"files": [
66
"dist",
@@ -47,11 +47,11 @@
4747
"check-types": "npx nx typecheck"
4848
},
4949
"dependencies": {
50-
"@typescript-eslint/types": "8.31.0",
51-
"@typescript-eslint/visitor-keys": "8.31.0"
50+
"@typescript-eslint/types": "8.31.1",
51+
"@typescript-eslint/visitor-keys": "8.31.1"
5252
},
5353
"devDependencies": {
54-
"@typescript-eslint/typescript-estree": "8.31.0",
54+
"@typescript-eslint/typescript-estree": "8.31.1",
5555
"@vitest/coverage-v8": "^3.1.1",
5656
"glob": "*",
5757
"prettier": "^3.2.5",

packages/type-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.31.0",
3+
"version": "8.31.1",
44
"description": "Type utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -45,8 +45,8 @@
4545
"check-types": "npx nx typecheck"
4646
},
4747
"dependencies": {
48-
"@typescript-eslint/typescript-estree": "8.31.0",
49-
"@typescript-eslint/utils": "8.31.0",
48+
"@typescript-eslint/typescript-estree": "8.31.1",
49+
"@typescript-eslint/utils": "8.31.1",
5050
"debug": "^4.3.4",
5151
"ts-api-utils": "^2.0.1"
5252
},
@@ -55,7 +55,7 @@
5555
"typescript": ">=4.8.4 <5.9.0"
5656
},
5757
"devDependencies": {
58-
"@typescript-eslint/parser": "8.31.0",
58+
"@typescript-eslint/parser": "8.31.1",
5959
"@vitest/coverage-v8": "^3.1.1",
6060
"ajv": "^6.12.6",
6161
"prettier": "^3.2.5",

packages/types/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.31.0",
3+
"version": "8.31.1",
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.31.1 (2025-04-28)
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.31.0 (2025-04-21)
28

39
### 🩹 Fixes

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.31.0",
3+
"version": "8.31.1",
44
"description": "Tooling which enables you to use TypeScript with ESLint",
55
"files": [
66
"dist",
@@ -51,9 +51,9 @@
5151
"check-types": "npx nx typecheck"
5252
},
5353
"dependencies": {
54-
"@typescript-eslint/eslint-plugin": "8.31.0",
55-
"@typescript-eslint/parser": "8.31.0",
56-
"@typescript-eslint/utils": "8.31.0"
54+
"@typescript-eslint/eslint-plugin": "8.31.1",
55+
"@typescript-eslint/parser": "8.31.1",
56+
"@typescript-eslint/utils": "8.31.1"
5757
},
5858
"peerDependencies": {
5959
"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.31.1 (2025-04-28)
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.31.0 (2025-04-21)
28

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

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.31.0",
3+
"version": "8.31.1",
44
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
55
"files": [
66
"dist",
@@ -53,8 +53,8 @@
5353
"check-types": "npx nx typecheck"
5454
},
5555
"dependencies": {
56-
"@typescript-eslint/types": "8.31.0",
57-
"@typescript-eslint/visitor-keys": "8.31.0",
56+
"@typescript-eslint/types": "8.31.1",
57+
"@typescript-eslint/visitor-keys": "8.31.1",
5858
"debug": "^4.3.4",
5959
"fast-glob": "^3.3.2",
6060
"is-glob": "^4.0.3",

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
28

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

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.31.0",
3+
"version": "8.31.1",
44
"description": "Utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -63,9 +63,9 @@
6363
},
6464
"dependencies": {
6565
"@eslint-community/eslint-utils": "^4.4.0",
66-
"@typescript-eslint/scope-manager": "8.31.0",
67-
"@typescript-eslint/types": "8.31.0",
68-
"@typescript-eslint/typescript-estree": "8.31.0"
66+
"@typescript-eslint/scope-manager": "8.31.1",
67+
"@typescript-eslint/types": "8.31.1",
68+
"@typescript-eslint/typescript-estree": "8.31.1"
6969
},
7070
"peerDependencies": {
7171
"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.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.31.0",
3+
"version": "8.31.1",
44
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
55
"files": [
66
"dist",
@@ -46,7 +46,7 @@
4646
"check-types": "npx nx typecheck"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/types": "8.31.0",
49+
"@typescript-eslint/types": "8.31.1",
5050
"eslint-visitor-keys": "^4.2.0"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)