Skip to content

Commit ea6fbea

Browse files
chore(release): publish 8.20.0
1 parent a7fc28c commit ea6fbea

File tree

26 files changed

+215
-82
lines changed

26 files changed

+215
-82
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 8.20.0 (2025-01-13)
2+
3+
### 🚀 Features
4+
5+
- standardize debug namespaces to file paths ([#10599](https://github.com/typescript-eslint/typescript-eslint/pull/10599))
6+
- **eslint-plugin:** [no-misused-spread] add new rule ([#10551](https://github.com/typescript-eslint/typescript-eslint/pull/10551))
7+
- **eslint-plugin:** [no-deprecated] add allow options ([#10585](https://github.com/typescript-eslint/typescript-eslint/pull/10585))
8+
- **eslint-plugin:** [consistent-type-assertions] add arrayLiteralTypeAssertions options ([#10565](https://github.com/typescript-eslint/typescript-eslint/pull/10565))
9+
10+
### 🩹 Fixes
11+
12+
- **eslint-plugin:** [no-shadow] ignore ordering of type declarations ([#10593](https://github.com/typescript-eslint/typescript-eslint/pull/10593))
13+
- **eslint-plugin:** [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters ([#10602](https://github.com/typescript-eslint/typescript-eslint/pull/10602))
14+
15+
### ❤️ Thank You
16+
17+
- Josh Goldberg ✨
18+
- Ronen Amiel
19+
- YeonJuan @yeonjuan
20+
21+
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.
22+
123
## 8.19.1 (2025-01-06)
224

325
### 🩹 Fixes

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.20.0 (2025-01-13)
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.19.1 (2025-01-06)
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.19.1",
3+
"version": "8.20.0",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 8.20.0 (2025-01-13)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [consistent-type-assertions] add arrayLiteralTypeAssertions options ([#10565](https://github.com/typescript-eslint/typescript-eslint/pull/10565))
6+
- **eslint-plugin:** [no-deprecated] add allow options ([#10585](https://github.com/typescript-eslint/typescript-eslint/pull/10585))
7+
- **eslint-plugin:** [no-misused-spread] add new rule ([#10551](https://github.com/typescript-eslint/typescript-eslint/pull/10551))
8+
9+
### 🩹 Fixes
10+
11+
- **eslint-plugin:** [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters ([#10602](https://github.com/typescript-eslint/typescript-eslint/pull/10602))
12+
- **eslint-plugin:** [no-shadow] ignore ordering of type declarations ([#10593](https://github.com/typescript-eslint/typescript-eslint/pull/10593))
13+
14+
### ❤️ Thank You
15+
16+
- Josh Goldberg ✨
17+
- Ronen Amiel
18+
- YeonJuan @yeonjuan
19+
20+
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.
21+
122
## 8.19.1 (2025-01-06)
223

324
### 🩹 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.19.1",
3+
"version": "8.20.0",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -61,10 +61,10 @@
6161
},
6262
"dependencies": {
6363
"@eslint-community/regexpp": "^4.10.0",
64-
"@typescript-eslint/scope-manager": "8.19.1",
65-
"@typescript-eslint/type-utils": "8.19.1",
66-
"@typescript-eslint/utils": "8.19.1",
67-
"@typescript-eslint/visitor-keys": "8.19.1",
64+
"@typescript-eslint/scope-manager": "8.20.0",
65+
"@typescript-eslint/type-utils": "8.20.0",
66+
"@typescript-eslint/utils": "8.20.0",
67+
"@typescript-eslint/visitor-keys": "8.20.0",
6868
"graphemer": "^1.4.0",
6969
"ignore": "^5.3.1",
7070
"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.19.1",
79-
"@typescript-eslint/rule-tester": "8.19.1",
78+
"@typescript-eslint/rule-schema-to-typescript-types": "8.20.0",
79+
"@typescript-eslint/rule-tester": "8.20.0",
8080
"ajv": "^6.12.6",
8181
"cross-env": "^7.0.3",
8282
"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.20.0 (2025-01-13)
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.19.1 (2025-01-06)
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.19.1",
3+
"version": "8.20.0",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -53,10 +53,10 @@
5353
"typescript": ">=4.8.4 <5.8.0"
5454
},
5555
"dependencies": {
56-
"@typescript-eslint/scope-manager": "8.19.1",
57-
"@typescript-eslint/types": "8.19.1",
58-
"@typescript-eslint/typescript-estree": "8.19.1",
59-
"@typescript-eslint/visitor-keys": "8.19.1",
56+
"@typescript-eslint/scope-manager": "8.20.0",
57+
"@typescript-eslint/types": "8.20.0",
58+
"@typescript-eslint/typescript-estree": "8.20.0",
59+
"@typescript-eslint/visitor-keys": "8.20.0",
6060
"debug": "^4.3.4"
6161
},
6262
"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.20.0 (2025-01-13)
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.19.1 (2025-01-06)
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.19.1",
3+
"version": "8.20.0",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -34,8 +34,8 @@
3434
"typecheck": "tsc --noEmit"
3535
},
3636
"dependencies": {
37-
"@typescript-eslint/type-utils": "8.19.1",
38-
"@typescript-eslint/utils": "8.19.1",
37+
"@typescript-eslint/type-utils": "8.20.0",
38+
"@typescript-eslint/utils": "8.20.0",
3939
"natural-compare": "^1.4.0",
4040
"prettier": "^3.2.5"
4141
},

packages/rule-tester/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.20.0 (2025-01-13)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [no-misused-spread] add new rule ([#10551](https://github.com/typescript-eslint/typescript-eslint/pull/10551))
6+
7+
### ❤️ Thank You
8+
9+
- Josh Goldberg ✨
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.19.1 (2025-01-06)
214

315
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)
close