8000 chore(release): publish 8.18.2 · 43081j/typescript-eslint@157b781 · GitHub
[go: up one dir, main page]

Skip to content

Commit 157b781

Browse files
chore(release): publish 8.18.2
1 parent 83c3bbf commit 157b781

File tree

26 files changed

+202
-82
lines changed

26 files changed

+202
-82
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 8.18.2 (2024-12-23)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [no-deprecated] not reporting usages of deprecated declared constants as object value ([#10498](https://github.com/typescript-eslint/typescript-eslint/pull/10498))
6+
- **eslint-plugin:** [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error ([#10494](https://github.com/typescript-eslint/typescript-eslint/pull/10494))
7+
- **eslint-plugin:** [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter ([#10473](https://github.com/typescript-eslint/typescript-eslint/pull/10473))
8+
- **eslint-plugin:** [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid ([#10490](https://github.com/typescript-eslint/typescript-eslint/pull/10490))
9+
- **eslint-plugin:** [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter ([#10461](https://github.com/typescript-eslint/typescript-eslint/pull/10461))
10+
- **eslint-plugin:** [no-unnecessary-type-arguments] handle type/value context ([#10503](https://github.com/typescript-eslint/typescript-eslint/pull/10503))
11+
- **eslint-plugin:** [consistent-type-assertions] allow default assertionStyle option ([#10512](https://github.com/typescript-eslint/typescript-eslint/pull/10512))
12+
- **eslint-plugin:** [no-unnecessary-condition] handle noUncheckedIndexedAccess true ([#10514](https://github.com/typescript-eslint/typescript-eslint/pull/10514))
13+
- **typescript-eslint:** export types so that declarations can be named for dts files ([#10513](https://github.com/typescript-eslint/typescript-eslint/pull/10513))
14+
15+
### ❤️ Thank You
16+
17+
- Brad Zacher @bradzacher
18+
- Luke Deen Taylor @controversial
19+
- Ronen Amiel
20+
- Scott O'Hara
21+
- YeonJuan @yeonjuan
22+
- Yukihiro Hasegawa @y-hsgw
23+
24+
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.
25+
126
## 8.18.1 (2024-12-16)
227

328
### 🩹 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.18.2 (2024-12-23)
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.18.1 (2024-12-16)
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.18.1",
3+
"version": "8.18.2",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 8.18.2 (2024-12-23)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [no-unnecessary-condition] handle noUncheckedIndexedAccess true ([#10514](https://github.com/typescript-eslint/typescript-eslint/pull/10514))
6+
- **eslint-plugin:** [consistent-type-assertions] allow default assertionStyle option ([#10512](https://github.com/typescript-eslint/typescript-eslint/pull/10512))
7+
- **eslint-plugin:** [no-unnecessary-type-arguments] handle type/value context ([#10503](https://github.com/typescript-eslint/typescript-eslint/pull/10503))
8+
- **eslint-plugin:** [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter ([#10461](https://github.com/typescript-eslint/typescript-eslint/pull/10461))
9+
- **eslint-plugin:** [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid ([#10490](https://github.com/typescript-eslint/typescript-eslint/pull/10490))
10+
- **eslint-plugin:** [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter ([#10473](https://github.com/typescript-eslint/typescript-eslint/pull/10473))
11+
- **eslint-plugin:** [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error ([#10494](https://github.com/typescript-eslint/typescript-eslint/pull/10494))
12+
- **eslint-plugin:** [no-deprecated] not reporting usages of deprecated declared constants as object value ([#10498](https://github.com/typescript-eslint/typescript-eslint/pull/10498))
13+
14+
### ❤️ Thank You
15+
16+
- Luke Deen Taylor @controversial
17+
- Ronen Amiel
18+
- Scott O'Hara
19+
- YeonJuan @yeonjuan
20+
- Yukihiro Hasegawa @y-hsgw
21+
22+
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.
23+
124
## 8.18.1 (2024-12-16)
225

326
### 🩹 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.18.1",
3+
"version": "8.18.2",
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.18.1",
65-
"@typescript-eslint/type-utils": "8.18.1",
66-
"@typescript-eslint/utils": "8.18.1",
67-
"@typescript-eslint/visitor-keys": "8.18.1",
64+
"@typescript-eslint/scope-manager": "8.18.2",
65+
"@typescript-eslint/type-utils": "8.18.2",
66+
"@typescript-eslint/utils": "8.18.2",
67+
"@typescript-eslint/visitor-keys": "8.18.2",
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.18.1",
79-
"@typescript-eslint/rule-tester": "8.18.1",
78+
"@typescript-eslint/rule-schema-to-typescript-types": "8.18.2",
79+
"@typescript-eslint/rule-tester": "8.18.2",
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.18.2 (2024-12-23)
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.18.1 (2024-12-16)
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.18.1",
3+
"version": "8.18.2",
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.18.1",
57-
"@typescript-eslint/types": "8.18.1",
58-
"@typescript-eslint/typescript-estree": "8.18.1",
59-
"@typescript-eslint/visitor-keys": "8.18.1",
56+
"@typescript-eslint/scope-manager": "8.18.2",
57+
"@typescript-eslint/types": "8.18.2",
58+
"@typescript-eslint/typescript-estree": "8.18.2",
59+
"@typescript-eslint/visitor-keys": "8.18.2",
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.18.2 (2024-12-23)
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.18.1 (2024-12-16)
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

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.18.1",
3+
"version": "8.18.2",
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.18.1",
38-
"@typescript-eslint/utils": "8.18.1",
37+
"@typescript-eslint/type-utils": "8.18.2",
38+
"@typescript-eslint/utils": "8.18.2",
3939
"natural-compare": "^1.4.0",
4040
"prettier": "^3.2.5"
4141
},

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.18.2 (2024-12-23)
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.18.1 (2024-12-16)
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)
0