Skip to content

Commit 4666ed4

Browse files
chore(release): publish 8.9.0
1 parent 29d4e00 commit 4666ed4

File tree

26 files changed

+300
-82
lines changed

26 files changed

+300
-82
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## 8.9.0 (2024-10-14)
2+
3+
4+
### 🚀 Features
5+
6+
- **rule-tester:** hooks for test cases ([#10109](https://github.com/typescript-eslint/typescript-eslint/pull/10109))
7+
8+
### 🩹 Fixes
9+
10+
- **eslint-plugin:** [no-unnecessary-type-parameters] cannot assume variables are either type or value ([#10093](https://github.com/typescript-eslint/typescript-eslint/pull/10093))
11+
- **eslint-plugin:** [return-await] sync the behavior with await-thenable ([#10069](https://github.com/typescript-eslint/typescript-eslint/pull/10069))
12+
- **eslint-plugin:** [prefer-literal-enum-member] report a different error message when `allowBitwiseExpressions` is enabled ([#10096](https://github.com/typescript-eslint/typescript-eslint/pull/10096))
13+
- **eslint-plugin:** [no-loop-func] sync from upstream base rule ([#10103](https://github.com/typescript-eslint/typescript-eslint/pull/10103))
14+
- **eslint-plugin:** [no-unused-vars] never report the naming of an enum member ([#10117](https://github.com/typescript-eslint/typescript-eslint/pull/10117))
15+
- **eslint-plugin:** correct use-at-your-own-risk type definitions ([#10049](https://github.com/typescript-eslint/typescript-eslint/pull/10049))
16+
- **eslint-plugin:** handle unions in await...for ([#10110](https://github.com/typescript-eslint/typescript-eslint/pull/10110))
17+
- **rule-tester:** merge provided `linterOptions` ([#10131](https://github.com/typescript-eslint/typescript-eslint/pull/10131))
18+
- **scope-manager:** [no-use-before-define] do not treat nested namespace aliases as variable references ([#10095](https://github.com/typescript-eslint/typescript-eslint/pull/10095))
19+
- **typescript-estree:** improve project service error message when file extension missing from extraFileExtensions ([#10076](https://github.com/typescript-eslint/typescript-eslint/pull/10076))
20+
- **visitor-keys:** reorder `TSSatisfiesExpression` and `TSTypeAssertion` ([#10139](https://github.com/typescript-eslint/typescript-eslint/pull/10139))
21+
22+
### ❤️ Thank You
23+
24+
- Abraham Guo
25+
- Anna Bocharova @RobinTail
26+
- Arya Emami @aryaemami59
27+
- auvred @auvred
28+
- Joshua Chen
29+
- Kirk Waiblinger @kirkwaiblinger
30+
- Lotfi Meklati @lotmek
31+
- mdm317
32+
- Ronen Amiel
33+
- Sukka
34+
- YeonJuan @yeonjuan
35+
36+
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.
37+
138
## 8.8.1 (2024-10-07)
239

340

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.9.0 (2024-10-14)
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.8.1 (2024-10-07)
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.8.1",
3+
"version": "8.9.0",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 8.9.0 (2024-10-14)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **eslint-plugin:** [no-unnecessary-type-parameters] cannot assume variables are either type or value
7+
8+
- **scope-manager:** [no-use-before-define] do not treat nested namespace aliases as variable references
9+
10+
- **eslint-plugin:** [return-await] sync the behavior with await-thenable
11+
12+
- **eslint-plugin:** [prefer-literal-enum-member] report a different error message when `allowBitwiseExpressions` is enabled
13+
14+
- **eslint-plugin:** [no-loop-func] sync from upstream base rule
15+
16+
- **eslint-plugin:** [no-unused-vars] never report the naming of an enum member
17+
18+
- **eslint-plugin:** correct use-at-your-own-risk type definitions
19+
20+
- **eslint-plugin:** handle unions in await...for
21+
22+
23+
### ❤️ Thank You
24+
25+
- Abraham Guo
26+
- Anna Bocharova
27+
- Arya Emami
28+
- auvred
29+
- Joshua Chen
30+
- Kirk Waiblinger
31+
- Lotfi Meklati
32+
- mdm317
33+
- Ronen Amiel
34+
- Sukka
35+
- YeonJuan
36+
37+
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.
38+
139
## 8.8.1 (2024-10-07)
240

341

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.8.1",
3+
"version": "8.9.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.8.1",
65-
"@typescript-eslint/type-utils": "8.8.1",
66-
"@typescript-eslint/utils": "8.8.1",
67-
"@typescript-eslint/visitor-keys": "8.8.1",
64+
"@typescript-eslint/scope-manager": "8.9.0",
65+
"@typescript-eslint/type-utils": "8.9.0",
66+
"@typescript-eslint/utils": "8.9.0",
67+
"@typescript-eslint/visitor-keys": "8.9.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.8.1",
79-
"@typescript-eslint/rule-tester": "8.8.1",
78+
"@typescript-eslint/rule-schema-to-typescript-types": "8.9.0",
79+
"@typescript-eslint/rule-tester": "8.9.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.9.0 (2024-10-14)
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.8.1 (2024-10-07)
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.8.1",
3+
"version": "8.9.0",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -52,10 +52,10 @@
5252
"eslint": "^8.57.0 || ^9.0.0"
5353
},
5454
"dependencies": {
55-
"@typescript-eslint/scope-manager": "8.8.1",
56-
"@typescript-eslint/types": "8.8.1",
57-
"@typescript-eslint/typescript-estree": "8.8.1",
58-
"@typescript-eslint/visitor-keys": "8.8.1",
55+
"@typescript-eslint/scope-manager": "8.9.0",
56+
"@typescript-eslint/types": "8.9.0",
57+
"@typescript-eslint/typescript-estree": "8.9.0",
58+
"@typescript-eslint/visitor-keys": "8.9.0",
5959
"debug": "^4.3.4"
6060
},
6161
"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.9.0 (2024-10-14)
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.8.1 (2024-10-07)
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.8.1",
3+
"version": "8.9.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.8.1",
38-
"@typescript-eslint/utils": "8.8.1",
37+
"@typescript-eslint/type-utils": "8.9.0",
38+
"@typescript-eslint/utils": "8.9.0",
3939
"natural-compare": "^1.4.0",
4040
"prettier": "^3.2.5"
4141
},

packages/rule-tester/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 8.9.0 (2024-10-14)
2+
3+
4+
### 🚀 Features
5+
6+
- **rule-tester:** hooks for test cases
7+
8+
9+
### 🩹 Fixes
10+
11+
- **rule-tester:** merge provided `linterOptions`
12+
13+
14+
### ❤️ Thank You
15+
16+
- Abraham Guo
17+
- Anna Bocharova
18+
- Arya Emami
19+
- auvred
20+
- Joshua Chen
21+
- Kirk Waiblinger
22+
- Lotfi Meklati
23+
- mdm317
24+
- Ronen Amiel
25+
- Sukka
26+
- YeonJuan
27+
28+
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.
29+
130
## 8.8.1 (2024-10-07)
231

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