@typescript-eslint/typescript-estree 8.67.1-alpha.2 → 8.67.1-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3611 -0
- package/dist/ast-converter.js +1 -0
- package/dist/check-modifiers.js +1 -0
- package/dist/check-syntax-errors.js +1 -0
- package/dist/clear-caches.js +1 -0
- package/dist/convert-comments.js +1 -0
- package/dist/convert.js +1 -0
- package/dist/create-program/WatchCompilerHostOfConfigFile.js +1 -0
- package/dist/create-program/createIsolatedProgram.js +1 -0
- package/dist/create-program/createProjectProgram.js +1 -0
- package/dist/create-program/createProjectProgramError.js +1 -0
- package/dist/create-program/createSourceFile.js +1 -0
- package/dist/create-program/describeFilePath.js +1 -0
- package/dist/create-program/getScriptKind.js +1 -0
- package/dist/create-program/getWatchProgramsForProjects.js +1 -0
- package/dist/create-program/shared.js +1 -0
- package/dist/create-program/useProvidedPrograms.js +1 -0
- package/dist/create-program/validateDefaultProjectForFilesGlob.js +1 -0
- package/dist/createParserServices.js +1 -0
- package/dist/getImportClausePhaseModifier.js +1 -0
- package/dist/getModifiers.js +1 -0
- package/dist/index.js +1 -0
- package/dist/jsx/xhtml-entities.js +1 -0
- package/dist/node-utils.js +1 -0
- package/dist/parseSettings/ExpiringCache.js +1 -0
- package/dist/parseSettings/candidateTSConfigRootDirs.js +1 -0
- package/dist/parseSettings/createParseSettings.js +1 -0
- package/dist/parseSettings/getProjectConfigFiles.js +1 -0
- package/dist/parseSettings/index.js +1 -0
- package/dist/parseSettings/inferSingleRun.js +1 -0
- package/dist/parseSettings/resolveProjectList.js +1 -0
- package/dist/parseSettings/warnAboutTSVersion.js +1 -0
- package/dist/parser-options.js +1 -0
- package/dist/parser.js +1 -0
- package/dist/semantic-or-syntactic-errors.js +1 -0
- package/dist/simple-traverse.js +1 -0
- package/dist/source-files.js +1 -0
- package/dist/ts-estree/estree-to-ts-node-types.js +1 -0
- package/dist/ts-estree/index.js +1 -0
- package/dist/ts-estree/ts-nodes.js +1 -0
- package/dist/use-at-your-own-risk.js +1 -0
- package/dist/useProgramFromProjectService.js +1 -0
- package/dist/version-check.js +1 -0
- package/dist/version.js +1 -0
- package/dist/withoutProjectParserOptions.js +1 -0
- package/package.json +7 -6
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,3611 @@
|
|
|
1
|
+
## 8.67.0 (2026-08-10)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.67.0) for more information.
|
|
6
|
+
|
|
7
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
8
|
+
|
|
9
|
+
## 8.66.0 (2026-08-03)
|
|
10
|
+
|
|
11
|
+
### 🚀 Features
|
|
12
|
+
|
|
13
|
+
- **typescript-estree:** handle import.defer() as ImportExpression ([#12609](https://github.com/typescript-eslint/typescript-eslint/pull/12609))
|
|
14
|
+
|
|
15
|
+
### ❤️ Thank You
|
|
16
|
+
|
|
17
|
+
- Evyatar Daud @StyleShit
|
|
18
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
19
|
+
|
|
20
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.66.0) for more information.
|
|
21
|
+
|
|
22
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
23
|
+
|
|
24
|
+
## 8.65.0 (2026-07-20)
|
|
25
|
+
|
|
26
|
+
### 🚀 Features
|
|
27
|
+
|
|
28
|
+
- **parser:** add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions ([#12465](https://github.com/typescript-eslint/typescript-eslint/pull/12465))
|
|
29
|
+
- **typescript-estree:** throw for invalid import defer syntax ([#12552](https://github.com/typescript-eslint/typescript-eslint/pull/12552))
|
|
30
|
+
|
|
31
|
+
### ❤️ Thank You
|
|
32
|
+
|
|
33
|
+
- Evyatar Daud @StyleShit
|
|
34
|
+
- Josh Goldberg ✨
|
|
35
|
+
- 송재욱
|
|
36
|
+
|
|
37
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0) for more information.
|
|
38
|
+
|
|
39
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
40
|
+
|
|
41
|
+
## 8.64.0 (2026-07-13)
|
|
42
|
+
|
|
43
|
+
### 🚀 Features
|
|
44
|
+
|
|
45
|
+
- **typescript-estree:** throw for invalid definite assignment in class properties ([#12543](https://github.com/typescript-eslint/typescript-eslint/pull/12543))
|
|
46
|
+
- support parsing `import defer` ([#12513](https://github.com/typescript-eslint/typescript-eslint/pull/12513))
|
|
47
|
+
|
|
48
|
+
### ❤️ Thank You
|
|
49
|
+
|
|
50
|
+
- Evyatar Daud @StyleShit
|
|
51
|
+
|
|
52
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.64.0) for more information.
|
|
53
|
+
|
|
54
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
55
|
+
|
|
56
|
+
## 8.63.0 (2026-07-06)
|
|
57
|
+
|
|
58
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
59
|
+
|
|
60
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information.
|
|
61
|
+
|
|
62
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
63
|
+
|
|
64
|
+
## 8.62.1 (2026-06-29)
|
|
65
|
+
|
|
66
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
67
|
+
|
|
68
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.1) for more information.
|
|
69
|
+
|
|
70
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
71
|
+
|
|
72
|
+
## 8.62.0 (2026-06-22)
|
|
73
|
+
|
|
74
|
+
### 🚀 Features
|
|
75
|
+
|
|
76
|
+
- remove redundant package.json "files" ([#12444](https://github.com/typescript-eslint/typescript-eslint/pull/12444))
|
|
77
|
+
|
|
78
|
+
### ❤️ Thank You
|
|
79
|
+
|
|
80
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
81
|
+
|
|
82
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.0) for more information.
|
|
83
|
+
|
|
84
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
85
|
+
|
|
86
|
+
## 8.61.1 (2026-06-15)
|
|
87
|
+
|
|
88
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
89
|
+
|
|
90
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.1) for more information.
|
|
91
|
+
|
|
92
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
93
|
+
|
|
94
|
+
## 8.61.0 (2026-06-08)
|
|
95
|
+
|
|
96
|
+
### 🚀 Features
|
|
97
|
+
|
|
98
|
+
- **ast-spec:** change type of `UnaryExpression.prefix` to always `true` ([#12372](https://github.com/typescript-eslint/typescript-eslint/pull/12372))
|
|
99
|
+
|
|
100
|
+
### ❤️ Thank You
|
|
101
|
+
|
|
102
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
103
|
+
|
|
104
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.0) for more information.
|
|
105
|
+
|
|
106
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
107
|
+
|
|
108
|
+
## 8.60.1 (2026-06-01)
|
|
109
|
+
|
|
110
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
111
|
+
|
|
112
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.1) for more information.
|
|
113
|
+
|
|
114
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
115
|
+
|
|
116
|
+
## 8.60.0 (2026-05-25)
|
|
117
|
+
|
|
118
|
+
### 🩹 Fixes
|
|
119
|
+
|
|
120
|
+
- playground TS version selector is not working ([#12326](https://github.com/typescript-eslint/typescript-eslint/pull/12326), [#12325](https://github.com/typescript-eslint/typescript-eslint/issues/12325))
|
|
121
|
+
|
|
122
|
+
### ❤️ Thank You
|
|
123
|
+
|
|
124
|
+
- Evyatar Daud @StyleShit
|
|
125
|
+
|
|
126
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information.
|
|
127
|
+
|
|
128
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
129
|
+
|
|
130
|
+
## 8.59.4 (2026-05-18)
|
|
131
|
+
|
|
132
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
133
|
+
|
|
134
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.4) for more information.
|
|
135
|
+
|
|
136
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
137
|
+
|
|
138
|
+
## 8.59.3 (2026-05-11)
|
|
139
|
+
|
|
140
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
141
|
+
|
|
142
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3) for more information.
|
|
143
|
+
|
|
144
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
145
|
+
|
|
146
|
+
## 8.59.2 (2026-05-04)
|
|
147
|
+
|
|
148
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
149
|
+
|
|
150
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.2) for more information.
|
|
151
|
+
|
|
152
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
153
|
+
|
|
154
|
+
## 8.59.1 (2026-04-27)
|
|
155
|
+
|
|
156
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
157
|
+
|
|
158
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
|
|
159
|
+
|
|
160
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
161
|
+
|
|
162
|
+
## 8.59.0 (2026-04-20)
|
|
163
|
+
|
|
164
|
+
### 🚀 Features
|
|
165
|
+
|
|
166
|
+
- **eslint-plugin:** [no-unnecessary-type-assertion] report more cases based on assignability ([#11789](https://github.com/typescript-eslint/typescript-eslint/pull/11789))
|
|
167
|
+
|
|
168
|
+
### ❤️ Thank You
|
|
169
|
+
|
|
170
|
+
- Ulrich Stark
|
|
171
|
+
|
|
172
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
|
|
173
|
+
|
|
174
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
175
|
+
|
|
176
|
+
## 8.58.2 (2026-04-13)
|
|
177
|
+
|
|
178
|
+
### 🩹 Fixes
|
|
179
|
+
|
|
180
|
+
- **eslint-plugin:** [no-unnecessary-condition] use assignability checks in checkTypePredicates ([#12147](https://github.com/typescript-eslint/typescript-eslint/pull/12147))
|
|
181
|
+
- remove tsbuildinfo cache file from published packages ([#12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
|
|
182
|
+
|
|
183
|
+
### ❤️ Thank You
|
|
184
|
+
|
|
185
|
+
- Abhijeet Singh @cseas
|
|
186
|
+
- 송재욱
|
|
187
|
+
|
|
188
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
|
|
189
|
+
|
|
190
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
191
|
+
|
|
192
|
+
## 8.58.1 (2026-04-08)
|
|
193
|
+
|
|
194
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
195
|
+
|
|
196
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
|
|
197
|
+
|
|
198
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
199
|
+
|
|
200
|
+
## 8.58.0 (2026-03-30)
|
|
201
|
+
|
|
202
|
+
### 🚀 Features
|
|
203
|
+
|
|
204
|
+
- support TypeScript 6 ([#12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
|
|
205
|
+
|
|
206
|
+
### ❤️ Thank You
|
|
207
|
+
|
|
208
|
+
- Evyatar Daud @StyleShit
|
|
209
|
+
|
|
210
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
|
|
211
|
+
|
|
212
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
213
|
+
|
|
214
|
+
## 8.57.2 (2026-03-23)
|
|
215
|
+
|
|
216
|
+
### 🩹 Fixes
|
|
217
|
+
|
|
218
|
+
- **typescript-estree:** skip createIsolatedProgram fallback for projectService ([#12066](https://github.com/typescript-eslint/typescript-eslint/pull/12066), [#12065](https://github.com/typescript-eslint/typescript-eslint/issues/12065))
|
|
219
|
+
|
|
220
|
+
### ❤️ Thank You
|
|
221
|
+
|
|
222
|
+
- Claude Opus 4.6
|
|
223
|
+
- RyoheiYamamoto
|
|
224
|
+
|
|
225
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
|
|
226
|
+
|
|
227
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
228
|
+
|
|
229
|
+
## 8.57.1 (2026-03-16)
|
|
230
|
+
|
|
231
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
232
|
+
|
|
233
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
|
|
234
|
+
|
|
235
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
236
|
+
|
|
237
|
+
## 8.57.0 (2026-03-09)
|
|
238
|
+
|
|
239
|
+
### 🩹 Fixes
|
|
240
|
+
|
|
241
|
+
- **typescript-estree:** if the template literal is tagged and the text has an invalid escape, `cooked` will be `null` ([#11355](https://github.com/typescript-eslint/typescript-eslint/pull/11355))
|
|
242
|
+
- **typescript-estree:** switch back to use `ts.getModifiers()` ([#12034](https://github.com/typescript-eslint/typescript-eslint/pull/12034))
|
|
243
|
+
|
|
244
|
+
### ❤️ Thank You
|
|
245
|
+
|
|
246
|
+
- Brad Zacher @bradzacher
|
|
247
|
+
- fisker Cheung @fisker
|
|
248
|
+
- James Henry @JamesHenry
|
|
249
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
250
|
+
- Younsang Na @nayounsang
|
|
251
|
+
|
|
252
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
|
|
253
|
+
|
|
254
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
255
|
+
|
|
256
|
+
## 8.56.1 (2026-02-23)
|
|
257
|
+
|
|
258
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
259
|
+
|
|
260
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
|
|
261
|
+
|
|
262
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
263
|
+
|
|
264
|
+
## 8.56.0 (2026-02-16)
|
|
265
|
+
|
|
266
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
267
|
+
|
|
268
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
|
|
269
|
+
|
|
270
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
271
|
+
|
|
272
|
+
## 8.55.0 (2026-02-09)
|
|
273
|
+
|
|
274
|
+
### 🩹 Fixes
|
|
275
|
+
|
|
276
|
+
- **typescript-estree:** forbid invalid modifier in object expression ([#11931](https://github.com/typescript-eslint/typescript-eslint/pull/11931))
|
|
277
|
+
|
|
278
|
+
### ❤️ Thank You
|
|
279
|
+
|
|
280
|
+
- fisker Cheung @fisker
|
|
281
|
+
|
|
282
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0) for more information.
|
|
283
|
+
|
|
284
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
285
|
+
|
|
286
|
+
## 8.54.0 (2026-01-26)
|
|
287
|
+
|
|
288
|
+
### 🚀 Features
|
|
289
|
+
|
|
290
|
+
- **typescript-estree:** add shortcut methods to ParserServicesWithTypeInformation ([#11965](https://github.com/typescript-eslint/typescript-eslint/pull/11965), [#11955](https://github.com/typescript-eslint/typescript-eslint/issues/11955))
|
|
291
|
+
|
|
292
|
+
### ❤️ Thank You
|
|
293
|
+
|
|
294
|
+
- MinJae @Ju-MINJAE
|
|
295
|
+
|
|
296
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
297
|
+
|
|
298
|
+
## 8.53.1 (2026-01-19)
|
|
299
|
+
|
|
300
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
301
|
+
|
|
302
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
303
|
+
|
|
304
|
+
## 8.53.0 (2026-01-12)
|
|
305
|
+
|
|
306
|
+
### 🩹 Fixes
|
|
307
|
+
|
|
308
|
+
- **typescript-estree:** forbid invalid `extends` and `implements` in interface declaration ([#11935](https://github.com/typescript-eslint/typescript-eslint/pull/11935))
|
|
309
|
+
- **typescript-estree:** forbid invalid "import equals" declaration ([#11936](https://github.com/typescript-eslint/typescript-eslint/pull/11936))
|
|
310
|
+
- **typescript-estree:** forbid invalid class implements ([#11934](https://github.com/typescript-eslint/typescript-eslint/pull/11934))
|
|
311
|
+
- **typescript-estree:** fix syntax check for `using` declaration ([#11910](https://github.com/typescript-eslint/typescript-eslint/pull/11910))
|
|
312
|
+
- **typescript-estree:** forbid type-only import with both default and named specifiers ([#11930](https://github.com/typescript-eslint/typescript-eslint/pull/11930))
|
|
313
|
+
|
|
314
|
+
### ❤️ Thank You
|
|
315
|
+
|
|
316
|
+
- fisker Cheung @fisker
|
|
317
|
+
|
|
318
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
319
|
+
|
|
320
|
+
## 8.52.0 (2026-01-05)
|
|
321
|
+
|
|
322
|
+
### 🚀 Features
|
|
323
|
+
|
|
324
|
+
- **typescript-estree:** add tseslint.com redirects for CLI outputs ([#11895](https://github.com/typescript-eslint/typescript-eslint/pull/11895))
|
|
325
|
+
|
|
326
|
+
### ❤️ Thank You
|
|
327
|
+
|
|
328
|
+
- Josh Goldberg ✨
|
|
329
|
+
|
|
330
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
331
|
+
|
|
332
|
+
## 8.51.0 (2025-12-29)
|
|
333
|
+
|
|
334
|
+
### 🩹 Fixes
|
|
335
|
+
|
|
336
|
+
- **eslint-plugin:** [prefer-optional-chain] handle MemberExpression in final chain position ([#11835](https://github.com/typescript-eslint/typescript-eslint/pull/11835))
|
|
337
|
+
- **eslint-plugin:** bump ts-api-utils to 2.2.0 ([#11881](https://github.com/typescript-eslint/typescript-eslint/pull/11881))
|
|
338
|
+
|
|
339
|
+
### ❤️ Thank You
|
|
340
|
+
|
|
341
|
+
- Josh Goldberg ✨
|
|
342
|
+
- mdm317
|
|
343
|
+
|
|
344
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
345
|
+
|
|
346
|
+
## 8.50.1 (2025-12-22)
|
|
347
|
+
|
|
348
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
349
|
+
|
|
350
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
351
|
+
|
|
352
|
+
## 8.50.0 (2025-12-15)
|
|
353
|
+
|
|
354
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
355
|
+
|
|
356
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
357
|
+
|
|
358
|
+
## 8.49.0 (2025-12-08)
|
|
359
|
+
|
|
360
|
+
### 🩹 Fixes
|
|
361
|
+
|
|
362
|
+
- **deps:** update dependency prettier to v3.7.2 ([#11820](https://github.com/typescript-eslint/typescript-eslint/pull/11820))
|
|
363
|
+
|
|
364
|
+
### ❤️ Thank You
|
|
365
|
+
|
|
366
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
367
|
+
|
|
368
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
369
|
+
|
|
370
|
+
## 8.48.1 (2025-12-02)
|
|
371
|
+
|
|
372
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
373
|
+
|
|
374
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
375
|
+
|
|
376
|
+
## 8.48.0 (2025-11-24)
|
|
377
|
+
|
|
378
|
+
### 🚀 Features
|
|
379
|
+
|
|
380
|
+
- **typescript-estree:** replace fast-glob with tinyglobby ([#11740](https://github.com/typescript-eslint/typescript-eslint/pull/11740))
|
|
381
|
+
- **eslint-plugin:** [no-redundant-type-constituents] use assignability checking for redundancy checks ([#10744](https://github.com/typescript-eslint/typescript-eslint/pull/10744))
|
|
382
|
+
- **typescript-estree:** gate all errors behind allowInvalidAST ([#11693](https://github.com/typescript-eslint/typescript-eslint/pull/11693))
|
|
383
|
+
|
|
384
|
+
### 🩹 Fixes
|
|
385
|
+
|
|
386
|
+
- **typescript-estree:** disallow binding patterns in parameter properties ([#11760](https://github.com/typescript-eslint/typescript-eslint/pull/11760))
|
|
387
|
+
- **typescript-estree:** infers singleRun as true for project service ([#11327](https://github.com/typescript-eslint/typescript-eslint/pull/11327))
|
|
388
|
+
|
|
389
|
+
### ❤️ Thank You
|
|
390
|
+
|
|
391
|
+
- Ben McCann @benmccann
|
|
392
|
+
- Dima Barabash @dbarabashh
|
|
393
|
+
- fisker Cheung @fisker
|
|
394
|
+
- James Henry @JamesHenry
|
|
395
|
+
- JamesHenry @JamesHenry
|
|
396
|
+
- Josh Goldberg
|
|
397
|
+
- Josh Goldberg ✨
|
|
398
|
+
- mdm317 @gen-ip-1
|
|
399
|
+
- Younsang Na @nayounsang
|
|
400
|
+
|
|
401
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
402
|
+
|
|
403
|
+
## 8.47.0 (2025-11-17)
|
|
404
|
+
|
|
405
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
406
|
+
|
|
407
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
408
|
+
|
|
409
|
+
## 8.46.4 (2025-11-10)
|
|
410
|
+
|
|
411
|
+
### 🩹 Fixes
|
|
412
|
+
|
|
413
|
+
- **parser:** error when both `projectService` and `project` are set ([#11333](https://github.com/typescript-eslint/typescript-eslint/pull/11333))
|
|
414
|
+
|
|
415
|
+
### ❤️ Thank You
|
|
416
|
+
|
|
417
|
+
- Maria Solano @MariaSolOs
|
|
418
|
+
|
|
419
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
420
|
+
|
|
421
|
+
## 8.46.3 (2025-11-03)
|
|
422
|
+
|
|
423
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
424
|
+
|
|
425
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
426
|
+
|
|
427
|
+
## 8.46.2 (2025-10-20)
|
|
428
|
+
|
|
429
|
+
### 🩹 Fixes
|
|
430
|
+
|
|
431
|
+
- **typescript-estree:** forbid invalid modifiers in object methods ([#11689](https://github.com/typescript-eslint/typescript-eslint/pull/11689))
|
|
432
|
+
|
|
433
|
+
### ❤️ Thank You
|
|
434
|
+
|
|
435
|
+
- fisker Cheung @fisker
|
|
436
|
+
|
|
437
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
438
|
+
|
|
439
|
+
## 8.46.1 (2025-10-13)
|
|
440
|
+
|
|
441
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
442
|
+
|
|
443
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
444
|
+
|
|
445
|
+
## 8.46.0 (2025-10-06)
|
|
446
|
+
|
|
447
|
+
### 🚀 Features
|
|
448
|
+
|
|
449
|
+
- **typescript-estree:** private identifiers can only appear on LHS of in expressions ([#9232](https://github.com/typescript-eslint/typescript-eslint/pull/9232))
|
|
450
|
+
- **typescript-estree:** mention file specifics in project service allowDefaultProject error ([#11635](https://github.com/typescript-eslint/typescript-eslint/pull/11635))
|
|
451
|
+
|
|
452
|
+
### 🩹 Fixes
|
|
453
|
+
|
|
454
|
+
- **typescript-estree:** forbid abstract method and accessor to have implementation ([#11657](https://github.com/typescript-eslint/typescript-eslint/pull/11657))
|
|
455
|
+
- **typescript-estree:** forbid `abstract` modifier in object methods ([#11656](https://github.com/typescript-eslint/typescript-eslint/pull/11656))
|
|
456
|
+
|
|
457
|
+
### ❤️ Thank You
|
|
458
|
+
|
|
459
|
+
- fisker Cheung @fisker
|
|
460
|
+
- Josh Goldberg ✨
|
|
461
|
+
- Joshua Chen
|
|
462
|
+
|
|
463
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
464
|
+
|
|
465
|
+
## 8.45.0 (2025-09-29)
|
|
466
|
+
|
|
467
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
468
|
+
|
|
469
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
470
|
+
|
|
471
|
+
## 8.44.1 (2025-09-22)
|
|
472
|
+
|
|
473
|
+
### 🩹 Fixes
|
|
474
|
+
|
|
475
|
+
- **typescript-estree:** forbid class property with name `constructor` ([#11590](https://github.com/typescript-eslint/typescript-eslint/pull/11590))
|
|
476
|
+
|
|
477
|
+
### ❤️ Thank You
|
|
478
|
+
|
|
479
|
+
- fisker Cheung @fisker
|
|
480
|
+
|
|
481
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
482
|
+
|
|
483
|
+
## 8.44.0 (2025-09-15)
|
|
484
|
+
|
|
485
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
486
|
+
|
|
487
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
488
|
+
|
|
489
|
+
## 8.43.0 (2025-09-08)
|
|
490
|
+
|
|
491
|
+
### 🚀 Features
|
|
492
|
+
|
|
493
|
+
- **typescript-estree:** disallow empty type parameter/argument lists ([#11563](https://github.com/typescript-eslint/typescript-eslint/pull/11563))
|
|
494
|
+
|
|
495
|
+
### 🩹 Fixes
|
|
496
|
+
|
|
497
|
+
- **typescript-estree:** match filenames starting with a period when using glob in allowDefaultProject / ([#11537](https://github.com/typescript-eslint/typescript-eslint/pull/11537))
|
|
498
|
+
|
|
499
|
+
### ❤️ Thank You
|
|
500
|
+
|
|
501
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
502
|
+
- Nicolas Le Cam
|
|
503
|
+
|
|
504
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
505
|
+
|
|
506
|
+
## 8.42.0 (2025-09-02)
|
|
507
|
+
|
|
508
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
509
|
+
|
|
510
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
511
|
+
|
|
512
|
+
## 8.41.0 (2025-08-25)
|
|
513
|
+
|
|
514
|
+
### 🚀 Features
|
|
515
|
+
|
|
516
|
+
- tighten `tsconfigRootDir` validation ([#11463](https://github.com/typescript-eslint/typescript-eslint/pull/11463))
|
|
517
|
+
|
|
518
|
+
### ❤️ Thank You
|
|
519
|
+
|
|
520
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
521
|
+
|
|
522
|
+
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.
|
|
523
|
+
|
|
524
|
+
## 8.40.0 (2025-08-18)
|
|
525
|
+
|
|
526
|
+
### 🚀 Features
|
|
527
|
+
|
|
528
|
+
- **typescript-estree:** forbid invalid keys in `EnumMember` ([#11232](https://github.com/typescript-eslint/typescript-eslint/pull/11232))
|
|
529
|
+
|
|
530
|
+
### 🩹 Fixes
|
|
531
|
+
|
|
532
|
+
- **typescript-estree:** correct range of import assertion with trailing comma ([#11478](https://github.com/typescript-eslint/typescript-eslint/pull/11478))
|
|
533
|
+
|
|
534
|
+
### ❤️ Thank You
|
|
535
|
+
|
|
536
|
+
- fisker Cheung @fisker
|
|
537
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
538
|
+
|
|
539
|
+
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.
|
|
540
|
+
|
|
541
|
+
## 8.39.1 (2025-08-11)
|
|
542
|
+
|
|
543
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
544
|
+
|
|
545
|
+
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.
|
|
546
|
+
|
|
547
|
+
## 8.39.0 (2025-08-04)
|
|
548
|
+
|
|
549
|
+
### 🚀 Features
|
|
550
|
+
|
|
551
|
+
- update to TypeScript 5.9.2 ([#11445](https://github.com/typescript-eslint/typescript-eslint/pull/11445))
|
|
552
|
+
|
|
553
|
+
### ❤️ Thank You
|
|
554
|
+
|
|
555
|
+
- Brad Zacher @bradzacher
|
|
556
|
+
|
|
557
|
+
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.
|
|
558
|
+
|
|
559
|
+
## 8.38.0 (2025-07-21)
|
|
560
|
+
|
|
561
|
+
### 🚀 Features
|
|
562
|
+
|
|
563
|
+
- **typescript-estree:** forbid optional chain in `TemplateTaggedLiteral` ([#11391](https://github.com/typescript-eslint/typescript-eslint/pull/11391))
|
|
564
|
+
|
|
565
|
+
### 🩹 Fixes
|
|
566
|
+
|
|
567
|
+
- **typescript-estree:** ensure the token type of the property name is Identifier ([#11329](https://github.com/typescript-eslint/typescript-eslint/pull/11329))
|
|
568
|
+
|
|
569
|
+
### ❤️ Thank You
|
|
570
|
+
|
|
571
|
+
- MK @asdf93074
|
|
572
|
+
- tao
|
|
573
|
+
|
|
574
|
+
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.
|
|
575
|
+
|
|
576
|
+
## 8.37.0 (2025-07-14)
|
|
577
|
+
|
|
578
|
+
### 🚀 Features
|
|
579
|
+
|
|
580
|
+
- **typescript-estree:** infer tsconfigRootDir from call stack ([#11370](https://github.com/typescript-eslint/typescript-eslint/pull/11370))
|
|
581
|
+
|
|
582
|
+
### ❤️ Thank You
|
|
583
|
+
|
|
584
|
+
- Josh Goldberg ✨
|
|
585
|
+
|
|
586
|
+
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.
|
|
587
|
+
|
|
588
|
+
## 8.36.0 (2025-07-07)
|
|
589
|
+
|
|
590
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
591
|
+
|
|
592
|
+
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.
|
|
593
|
+
|
|
594
|
+
## 8.35.1 (2025-06-30)
|
|
595
|
+
|
|
596
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
597
|
+
|
|
598
|
+
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.
|
|
599
|
+
|
|
600
|
+
## 8.35.0 (2025-06-23)
|
|
601
|
+
|
|
602
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
603
|
+
|
|
604
|
+
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.
|
|
605
|
+
|
|
606
|
+
## 8.34.1 (2025-06-16)
|
|
607
|
+
|
|
608
|
+
### 🩹 Fixes
|
|
609
|
+
|
|
610
|
+
- **typescript-estree:** emit a Literal instead of Identifier for constructor when the identifier is a string ([#11299](https://github.com/typescript-eslint/typescript-eslint/pull/11299))
|
|
611
|
+
|
|
612
|
+
### ❤️ Thank You
|
|
613
|
+
|
|
614
|
+
- Tao
|
|
615
|
+
|
|
616
|
+
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.
|
|
617
|
+
|
|
618
|
+
## 8.34.0 (2025-06-09)
|
|
619
|
+
|
|
620
|
+
### 🩹 Fixes
|
|
621
|
+
|
|
622
|
+
- **typescript-estree:** add validation to interface extends ([#11271](https://github.com/typescript-eslint/typescript-eslint/pull/11271))
|
|
623
|
+
- **typescript-estree:** change the token type of `null` from `Keyword` to `Null` ([#11283](https://github.com/typescript-eslint/typescript-eslint/pull/11283))
|
|
624
|
+
|
|
625
|
+
### ❤️ Thank You
|
|
626
|
+
|
|
627
|
+
- Tao
|
|
628
|
+
|
|
629
|
+
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.
|
|
630
|
+
|
|
631
|
+
## 8.33.1 (2025-06-02)
|
|
632
|
+
|
|
633
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
634
|
+
|
|
635
|
+
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.
|
|
636
|
+
|
|
637
|
+
## 8.33.0 (2025-05-26)
|
|
638
|
+
|
|
639
|
+
### 🚀 Features
|
|
640
|
+
|
|
641
|
+
- create standalone project-service, tsconfig-utils packages ([#11182](https://github.com/typescript-eslint/typescript-eslint/pull/11182))
|
|
642
|
+
|
|
643
|
+
### ❤️ Thank You
|
|
644
|
+
|
|
645
|
+
- Josh Goldberg ✨
|
|
646
|
+
|
|
647
|
+
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.
|
|
648
|
+
|
|
649
|
+
## 8.32.1 (2025-05-12)
|
|
650
|
+
|
|
651
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
652
|
+
|
|
653
|
+
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.
|
|
654
|
+
|
|
655
|
+
## 8.32.0 (2025-05-05)
|
|
656
|
+
|
|
657
|
+
### 🩹 Fixes
|
|
658
|
+
|
|
659
|
+
- **typescript-estree:** correct `TSImportType` property name when `assert` ([#11115](https://github.com/typescript-eslint/typescript-eslint/pull/11115))
|
|
660
|
+
- **typescript-estree:** ensure consistent TSMappedType AST shape ([#11086](https://github.com/typescript-eslint/typescript-eslint/pull/11086))
|
|
661
|
+
|
|
662
|
+
### ❤️ Thank You
|
|
663
|
+
|
|
664
|
+
- Dima Barabash @dbarabashh
|
|
665
|
+
- overlookmotel
|
|
666
|
+
|
|
667
|
+
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.
|
|
668
|
+
|
|
669
|
+
## 8.31.1 (2025-04-28)
|
|
670
|
+
|
|
671
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
672
|
+
|
|
673
|
+
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.
|
|
674
|
+
|
|
675
|
+
## 8.31.0 (2025-04-21)
|
|
676
|
+
|
|
677
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
678
|
+
|
|
679
|
+
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.
|
|
680
|
+
|
|
681
|
+
## 8.30.1 (2025-04-14)
|
|
682
|
+
|
|
683
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
684
|
+
|
|
685
|
+
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.
|
|
686
|
+
|
|
687
|
+
## 8.30.0 (2025-04-14)
|
|
688
|
+
|
|
689
|
+
### 🩹 Fixes
|
|
690
|
+
|
|
691
|
+
- **typescript-estree:** use token type of `PrivateIdentifier` instead of `Identifier` for private identifiers ([#11023](https://github.com/typescript-eslint/typescript-eslint/pull/11023))
|
|
692
|
+
|
|
693
|
+
### ❤️ Thank You
|
|
694
|
+
|
|
695
|
+
- Ronen Amiel
|
|
696
|
+
|
|
697
|
+
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.
|
|
698
|
+
|
|
699
|
+
## 8.29.1 (2025-04-07)
|
|
700
|
+
|
|
701
|
+
### 🩹 Fixes
|
|
702
|
+
|
|
703
|
+
- **typescript-estree:** use token type of `Numeric` instead of `Identifier` for bigint literals ([#11021](https://github.com/typescript-eslint/typescript-eslint/pull/11021))
|
|
704
|
+
|
|
705
|
+
### ❤️ Thank You
|
|
706
|
+
|
|
707
|
+
- Ronen Amiel
|
|
708
|
+
|
|
709
|
+
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.
|
|
710
|
+
|
|
711
|
+
## 8.29.0 (2025-03-31)
|
|
712
|
+
|
|
713
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
714
|
+
|
|
715
|
+
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.
|
|
716
|
+
|
|
717
|
+
## 8.28.0 (2025-03-24)
|
|
718
|
+
|
|
719
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
720
|
+
|
|
721
|
+
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.
|
|
722
|
+
|
|
723
|
+
## 8.27.0 (2025-03-17)
|
|
724
|
+
|
|
725
|
+
### 🩹 Fixes
|
|
726
|
+
|
|
727
|
+
- **typescript-estree:** fix span start for decorated `AssignmentPattern` function parameter ([#10939](https://github.com/typescript-eslint/typescript-eslint/pull/10939))
|
|
728
|
+
|
|
729
|
+
### ❤️ Thank You
|
|
730
|
+
|
|
731
|
+
- Ronen Amiel
|
|
732
|
+
|
|
733
|
+
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.
|
|
734
|
+
|
|
735
|
+
## 8.26.1 (2025-03-10)
|
|
736
|
+
|
|
737
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
738
|
+
|
|
739
|
+
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.
|
|
740
|
+
|
|
741
|
+
## 8.26.0 (2025-03-03)
|
|
742
|
+
|
|
743
|
+
### 🚀 Features
|
|
744
|
+
|
|
745
|
+
- support TypeScript 5.8 ([#10903](https://github.com/typescript-eslint/typescript-eslint/pull/10903))
|
|
746
|
+
|
|
747
|
+
### ❤️ Thank You
|
|
748
|
+
|
|
749
|
+
- Dirk Luijk @dirkluijk
|
|
750
|
+
|
|
751
|
+
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.
|
|
752
|
+
|
|
753
|
+
## 8.25.0 (2025-02-24)
|
|
754
|
+
|
|
755
|
+
### 🩹 Fixes
|
|
756
|
+
|
|
757
|
+
- **ast-spec:** replace `attributes` with `options` property in `TSImportType` ([#10691](https://github.com/typescript-eslint/typescript-eslint/pull/10691))
|
|
758
|
+
- **typescript-estree:** align TS module nodes to namespaces ([#10504](https://github.com/typescript-eslint/typescript-eslint/pull/10504))
|
|
759
|
+
|
|
760
|
+
### ❤️ Thank You
|
|
761
|
+
|
|
762
|
+
- fisker Cheung @fisker
|
|
763
|
+
- Josh Goldberg ✨
|
|
764
|
+
|
|
765
|
+
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.
|
|
766
|
+
|
|
767
|
+
## 8.24.1 (2025-02-17)
|
|
768
|
+
|
|
769
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
770
|
+
|
|
771
|
+
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.
|
|
772
|
+
|
|
773
|
+
## 8.24.0 (2025-02-10)
|
|
774
|
+
|
|
775
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
776
|
+
|
|
777
|
+
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.
|
|
778
|
+
|
|
779
|
+
## 8.23.0 (2025-02-03)
|
|
780
|
+
|
|
781
|
+
### 🩹 Fixes
|
|
782
|
+
|
|
783
|
+
- bump ts-api-utils to ^2.0.1 ([#10761](https://github.com/typescript-eslint/typescript-eslint/pull/10761))
|
|
784
|
+
|
|
785
|
+
### ❤️ Thank You
|
|
786
|
+
|
|
787
|
+
- Josh Goldberg ✨
|
|
788
|
+
|
|
789
|
+
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.
|
|
790
|
+
|
|
791
|
+
## 8.22.0 (2025-01-27)
|
|
792
|
+
|
|
793
|
+
### 🚀 Features
|
|
794
|
+
|
|
795
|
+
- **parser:** add standalone isolatedDeclarations option ([#10499](https://github.com/typescript-eslint/typescript-eslint/pull/10499))
|
|
796
|
+
|
|
797
|
+
### ❤️ Thank You
|
|
798
|
+
|
|
799
|
+
- Josh Goldberg ✨
|
|
800
|
+
|
|
801
|
+
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.
|
|
802
|
+
|
|
803
|
+
## 8.21.0 (2025-01-20)
|
|
804
|
+
|
|
805
|
+
### 🚀 Features
|
|
806
|
+
|
|
807
|
+
- **ast-spec:** support import attributes in `TSImportType` ([#10640](https://github.com/typescript-eslint/typescript-eslint/pull/10640))
|
|
808
|
+
|
|
809
|
+
### ❤️ Thank You
|
|
810
|
+
|
|
811
|
+
- Ronen Amiel
|
|
812
|
+
|
|
813
|
+
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.
|
|
814
|
+
|
|
815
|
+
## 8.20.0 (2025-01-13)
|
|
816
|
+
|
|
817
|
+
### 🚀 Features
|
|
818
|
+
|
|
819
|
+
- standardize debug namespaces to file paths ([#10599](https://github.com/typescript-eslint/typescript-eslint/pull/10599))
|
|
820
|
+
|
|
821
|
+
### ❤️ Thank You
|
|
822
|
+
|
|
823
|
+
- Josh Goldberg ✨
|
|
824
|
+
|
|
825
|
+
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.
|
|
826
|
+
|
|
827
|
+
## 8.19.1 (2025-01-06)
|
|
828
|
+
|
|
829
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
830
|
+
|
|
831
|
+
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.
|
|
832
|
+
|
|
833
|
+
## 8.19.0 (2024-12-30)
|
|
834
|
+
|
|
835
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
836
|
+
|
|
837
|
+
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.
|
|
838
|
+
|
|
839
|
+
## 8.18.2 (2024-12-23)
|
|
840
|
+
|
|
841
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
842
|
+
|
|
843
|
+
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.
|
|
844
|
+
|
|
845
|
+
## 8.18.1 (2024-12-16)
|
|
846
|
+
|
|
847
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
848
|
+
|
|
849
|
+
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.
|
|
850
|
+
|
|
851
|
+
## 8.18.0 (2024-12-09)
|
|
852
|
+
|
|
853
|
+
### 🩹 Fixes
|
|
854
|
+
|
|
855
|
+
- typescript peer dependency ([#10373](https://github.com/typescript-eslint/typescript-eslint/pull/10373))
|
|
856
|
+
|
|
857
|
+
### ❤️ Thank You
|
|
858
|
+
|
|
859
|
+
- rtritto
|
|
860
|
+
|
|
861
|
+
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.
|
|
862
|
+
|
|
863
|
+
## 8.17.0 (2024-12-02)
|
|
864
|
+
|
|
865
|
+
### 🚀 Features
|
|
866
|
+
|
|
867
|
+
- **typescript-estree:** add package version to ts version warning ([#10343](https://github.com/typescript-eslint/typescript-eslint/pull/10343))
|
|
868
|
+
|
|
869
|
+
### ❤️ Thank You
|
|
870
|
+
|
|
871
|
+
- Marco Pasqualetti @marcalexiei
|
|
872
|
+
|
|
873
|
+
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.
|
|
874
|
+
|
|
875
|
+
## 8.16.0 (2024-11-25)
|
|
876
|
+
|
|
877
|
+
### 🩹 Fixes
|
|
878
|
+
|
|
879
|
+
- **typescript-estree:** update conditions for unsupported version warning ([#10385](https://github.com/typescript-eslint/typescript-eslint/pull/10385))
|
|
880
|
+
|
|
881
|
+
### ❤️ Thank You
|
|
882
|
+
|
|
883
|
+
- Inga @inga-lovinde
|
|
884
|
+
|
|
885
|
+
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.
|
|
886
|
+
|
|
887
|
+
## 8.15.0 (2024-11-18)
|
|
888
|
+
|
|
889
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
890
|
+
|
|
891
|
+
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.
|
|
892
|
+
|
|
893
|
+
## 8.14.0 (2024-11-11)
|
|
894
|
+
|
|
895
|
+
### 🚀 Features
|
|
896
|
+
|
|
897
|
+
- **eslint-plugin:** [no-confusing-void-expression] add an option to ignore void<->void ([#10067](https://github.com/typescript-eslint/typescript-eslint/pull/10067))
|
|
898
|
+
|
|
899
|
+
### ❤️ Thank You
|
|
900
|
+
|
|
901
|
+
- Ronen Amiel
|
|
902
|
+
|
|
903
|
+
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.
|
|
904
|
+
|
|
905
|
+
## 8.13.0 (2024-11-04)
|
|
906
|
+
|
|
907
|
+
### 🚀 Features
|
|
908
|
+
|
|
909
|
+
- add `options` property to `ImportExpression` node ([#10255](https://github.com/typescript-eslint/typescript-eslint/pull/10255))
|
|
910
|
+
|
|
911
|
+
### ❤️ Thank You
|
|
912
|
+
|
|
913
|
+
- Yosuke Ota @ota-meshi
|
|
914
|
+
|
|
915
|
+
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.
|
|
916
|
+
|
|
917
|
+
## 8.12.2 (2024-10-29)
|
|
918
|
+
|
|
919
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
920
|
+
|
|
921
|
+
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.
|
|
922
|
+
|
|
923
|
+
## 8.12.1 (2024-10-28)
|
|
924
|
+
|
|
925
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
926
|
+
|
|
927
|
+
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.
|
|
928
|
+
|
|
929
|
+
## 8.12.0 (2024-10-28)
|
|
930
|
+
|
|
931
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
932
|
+
|
|
933
|
+
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.
|
|
934
|
+
|
|
935
|
+
## 8.11.0 (2024-10-21)
|
|
936
|
+
|
|
937
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
938
|
+
|
|
939
|
+
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.
|
|
940
|
+
|
|
941
|
+
## 8.10.0 (2024-10-17)
|
|
942
|
+
|
|
943
|
+
### 🚀 Features
|
|
944
|
+
|
|
945
|
+
- support TypeScript 5.6 ([#9972](https://github.com/typescript-eslint/typescript-eslint/pull/9972))
|
|
946
|
+
|
|
947
|
+
### ❤️ Thank You
|
|
948
|
+
|
|
949
|
+
- Josh Goldberg ✨
|
|
950
|
+
|
|
951
|
+
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.
|
|
952
|
+
|
|
953
|
+
## 8.9.0 (2024-10-14)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
### 🩹 Fixes
|
|
957
|
+
|
|
958
|
+
- **typescript-estree:** improve project service error message when file extension missing from extraFileExtensions
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
### ❤️ Thank You
|
|
962
|
+
|
|
963
|
+
- Abraham Guo
|
|
964
|
+
- Anna Bocharova
|
|
965
|
+
- Arya Emami
|
|
966
|
+
- auvred
|
|
967
|
+
- Joshua Chen
|
|
968
|
+
- Kirk Waiblinger
|
|
969
|
+
- Lotfi Meklati
|
|
970
|
+
- mdm317
|
|
971
|
+
- Ronen Amiel
|
|
972
|
+
- Sukka
|
|
973
|
+
- YeonJuan
|
|
974
|
+
|
|
975
|
+
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.
|
|
976
|
+
|
|
977
|
+
## 8.8.1 (2024-10-07)
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
### 🩹 Fixes
|
|
981
|
+
|
|
982
|
+
- **typescript-estree:** fix crash when running from a `node --eval` script
|
|
983
|
+
|
|
984
|
+
- **typescript-estree:** ensure mjs/mts files are always be parsed as ESM
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
### ❤️ Thank You
|
|
988
|
+
|
|
989
|
+
- Brad Zacher
|
|
990
|
+
- Ronen Amiel
|
|
991
|
+
- WhitePiano
|
|
992
|
+
|
|
993
|
+
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.
|
|
994
|
+
|
|
995
|
+
## 8.8.0 (2024-09-30)
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
### 🚀 Features
|
|
999
|
+
|
|
1000
|
+
- **eslint-plugin:** [no-unnecessary-condition] add checkTypePredicates
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
### 🩹 Fixes
|
|
1004
|
+
|
|
1005
|
+
- remove `export type *` in d.ts to support TS<5.0
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
### ❤️ Thank You
|
|
1009
|
+
|
|
1010
|
+
- auvred
|
|
1011
|
+
- Josh Goldberg ✨
|
|
1012
|
+
- Kirk Waiblinger
|
|
1013
|
+
- Ronen Amiel
|
|
1014
|
+
- Tarun Chauhan
|
|
1015
|
+
- YeonJuan
|
|
1016
|
+
|
|
1017
|
+
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.
|
|
1018
|
+
|
|
1019
|
+
## 8.7.0 (2024-09-23)
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
### 🚀 Features
|
|
1023
|
+
|
|
1024
|
+
- **eslint-plugin:** [consistent-type-exports] check `export *` exports to see if all exported members are types
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
### ❤️ Thank You
|
|
1028
|
+
|
|
1029
|
+
- Abraham Guo
|
|
1030
|
+
- auvred
|
|
1031
|
+
- Brian Donovan
|
|
1032
|
+
- Kirk Waiblinger
|
|
1033
|
+
|
|
1034
|
+
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.
|
|
1035
|
+
|
|
1036
|
+
## 8.6.0 (2024-09-16)
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
### 🚀 Features
|
|
1040
|
+
|
|
1041
|
+
- **typescript-estree:** disable plugin loading by default in project service
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
### 🩹 Fixes
|
|
1045
|
+
|
|
1046
|
+
- **typescript-estree:** don't throw on missing tsconfig.json by default in project service
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
### ❤️ Thank You
|
|
1050
|
+
|
|
1051
|
+
- Abraham Guo
|
|
1052
|
+
- auvred
|
|
1053
|
+
- Josh Goldberg ✨
|
|
1054
|
+
- Kim Sang Du
|
|
1055
|
+
- YeonJuan
|
|
1056
|
+
|
|
1057
|
+
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.
|
|
1058
|
+
|
|
1059
|
+
## 8.5.0 (2024-09-09)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
### 🚀 Features
|
|
1063
|
+
|
|
1064
|
+
- **typescript-estree:** default projectService.defaultProject to 'tsconfig.json'
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
### ❤️ Thank You
|
|
1068
|
+
|
|
1069
|
+
- f44da958e
|
|
1070
|
+
- Josh Goldberg ✨
|
|
1071
|
+
- Kirk Waiblinger
|
|
1072
|
+
- YeonJuan
|
|
1073
|
+
|
|
1074
|
+
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.
|
|
1075
|
+
|
|
1076
|
+
## 8.4.0 (2024-09-02)
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
### 🚀 Features
|
|
1080
|
+
|
|
1081
|
+
- **typescript-estree:** make withoutProjectParserOptions generic
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
### ❤️ Thank You
|
|
1085
|
+
|
|
1086
|
+
- Josh Goldberg ✨
|
|
1087
|
+
|
|
1088
|
+
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.
|
|
1089
|
+
|
|
1090
|
+
## 8.3.0 (2024-08-26)
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
### 🚀 Features
|
|
1094
|
+
|
|
1095
|
+
- **eslint-plugin:** [no-deprecation] add rule
|
|
1096
|
+
|
|
1097
|
+
- **typescript-estree:** replace `globby` w/ `fast-glob`
|
|
1098
|
+
|
|
1099
|
+
- **typescript-estree:** reload project service once when file config isn't found
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
### ❤️ Thank You
|
|
1103
|
+
|
|
1104
|
+
- Abraham Guo
|
|
1105
|
+
- Daichi Kamiyama
|
|
1106
|
+
- Josh Goldberg ✨
|
|
1107
|
+
- Kim Sang Du
|
|
1108
|
+
- Sukka
|
|
1109
|
+
- Vida Xie
|
|
1110
|
+
|
|
1111
|
+
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.
|
|
1112
|
+
|
|
1113
|
+
## 8.2.0 (2024-08-19)
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
### 🚀 Features
|
|
1117
|
+
|
|
1118
|
+
- **typescript-estree:** special-case error for parserOptions.project and project references
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
### 🩹 Fixes
|
|
1122
|
+
|
|
1123
|
+
- **typescript-estree:** pass in tsconfigRootDir as cwd to getParsedConfigFile
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
### ❤️ Thank You
|
|
1127
|
+
|
|
1128
|
+
- Abraham Guo
|
|
1129
|
+
- Dave
|
|
1130
|
+
- Jake Bailey
|
|
1131
|
+
- James
|
|
1132
|
+
- Josh Goldberg ✨
|
|
1133
|
+
- liuxingbaoyu
|
|
1134
|
+
- Yukihiro Hasegawa
|
|
1135
|
+
- Yutong Zhu
|
|
1136
|
+
|
|
1137
|
+
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.
|
|
1138
|
+
|
|
1139
|
+
## 8.1.0 (2024-08-12)
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
### 🚀 Features
|
|
1143
|
+
|
|
1144
|
+
- **typescript-estree:** restrict variable declarator definite/init combinations
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
### ❤️ Thank You
|
|
1148
|
+
|
|
1149
|
+
- Aly Thobani
|
|
1150
|
+
- Brad Zacher
|
|
1151
|
+
- James
|
|
1152
|
+
- Josh Goldberg ✨
|
|
1153
|
+
- Joshua Chen
|
|
1154
|
+
- Olivier Zalmanski
|
|
1155
|
+
- YeonJuan
|
|
1156
|
+
- Yukihiro Hasegawa
|
|
1157
|
+
|
|
1158
|
+
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.
|
|
1159
|
+
|
|
1160
|
+
## 8.0.1 (2024-08-05)
|
|
1161
|
+
|
|
1162
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1163
|
+
|
|
1164
|
+
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.
|
|
1165
|
+
|
|
1166
|
+
# 8.0.0 (2024-07-31)
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
### 🚀 Features
|
|
1170
|
+
|
|
1171
|
+
- speed up non-type-aware linting with project service
|
|
1172
|
+
|
|
1173
|
+
- **typescript-estree:** remove slow deprecated and isolated programs
|
|
1174
|
+
|
|
1175
|
+
- **typescript-estree:** split TSMappedType typeParameter into constraint and key
|
|
1176
|
+
|
|
1177
|
+
- **typescript-estree:** rename automaticSingleRunInference to disallowAutomaticSingleRunInference
|
|
1178
|
+
|
|
1179
|
+
- **parser:** always enable comment, loc, range, tokens
|
|
1180
|
+
|
|
1181
|
+
- **eslint-plugin:** split no-empty-object-type out from ban-types and no-empty-interfaces
|
|
1182
|
+
|
|
1183
|
+
- **ast-spec:** remove deprecated type params
|
|
1184
|
+
|
|
1185
|
+
- **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService
|
|
1186
|
+
|
|
1187
|
+
- **typescript-estree:** remove EXPERIMENTAL_useSourceOfProjectReferenceRedirect
|
|
1188
|
+
|
|
1189
|
+
- **eslint-plugin:** apply initial config changes for v8
|
|
1190
|
+
|
|
1191
|
+
- **typescript-estree:** also remove projectService in withoutProjectParserOptions
|
|
1192
|
+
|
|
1193
|
+
- **typescript-estree:** exposes ProjectService logs through the plugin
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
### 🩹 Fixes
|
|
1197
|
+
|
|
1198
|
+
- **typescript-estree:** add TSEnumBody node for TSEnumDeclaration body
|
|
1199
|
+
|
|
1200
|
+
- **typescript-estree:** enable dot globs for project by default
|
|
1201
|
+
|
|
1202
|
+
- **typescript-estree:** pass extraFileExtensions to projectService
|
|
1203
|
+
|
|
1204
|
+
- **types:** allow ProjectServiceOptions for projectService
|
|
1205
|
+
|
|
1206
|
+
- **typescript-estree:** only run projectService setHostConfiguration when needed
|
|
1207
|
+
|
|
1208
|
+
- **typescript-estree:** specific error for parserOptions.project not including a file
|
|
1209
|
+
|
|
1210
|
+
- **typescript-estree:** adds support for project services using extended config files
|
|
1211
|
+
|
|
1212
|
+
- **typescript-estree:** factor tsconfigRootDir into allowDefaultProject
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
### ❤️ Thank You
|
|
1216
|
+
|
|
1217
|
+
- Abraham Guo
|
|
1218
|
+
- Alfred Ringstad
|
|
1219
|
+
- auvred
|
|
1220
|
+
- Brad Zacher
|
|
1221
|
+
- Christopher Aubut
|
|
1222
|
+
- Collin Bachman
|
|
1223
|
+
- James Henry
|
|
1224
|
+
- Josh Goldberg
|
|
1225
|
+
- Josh Goldberg ✨
|
|
1226
|
+
- Kirk Waiblinger
|
|
1227
|
+
- StyleShit
|
|
1228
|
+
- Victor Lin
|
|
1229
|
+
- Yukihiro Hasegawa
|
|
1230
|
+
|
|
1231
|
+
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.
|
|
1232
|
+
|
|
1233
|
+
## 7.18.0 (2024-07-29)
|
|
1234
|
+
|
|
1235
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1236
|
+
|
|
1237
|
+
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.
|
|
1238
|
+
|
|
1239
|
+
## 7.17.0 (2024-07-22)
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
### 🩹 Fixes
|
|
1243
|
+
|
|
1244
|
+
- **typescript-estree:** don't infer single-run when --fix is in proces.argv
|
|
1245
|
+
|
|
1246
|
+
- **typescript-estree:** disable single-run inference with extraFileExtensions
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
### ❤️ Thank You
|
|
1250
|
+
|
|
1251
|
+
- Armano
|
|
1252
|
+
- Josh Goldberg ✨
|
|
1253
|
+
- Kirk Waiblinger
|
|
1254
|
+
- StyleShit
|
|
1255
|
+
|
|
1256
|
+
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.
|
|
1257
|
+
|
|
1258
|
+
## 7.16.1 (2024-07-15)
|
|
1259
|
+
|
|
1260
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1261
|
+
|
|
1262
|
+
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.
|
|
1263
|
+
|
|
1264
|
+
## 7.16.0 (2024-07-08)
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
### 🩹 Fixes
|
|
1268
|
+
|
|
1269
|
+
- **deps:** update dependency @eslint-community/regexpp to v4.11.0
|
|
1270
|
+
|
|
1271
|
+
- **website:** react key error on internal pages of website
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
### ❤️ Thank You
|
|
1275
|
+
|
|
1276
|
+
- Abraham Guo
|
|
1277
|
+
- auvred
|
|
1278
|
+
- Josh Goldberg ✨
|
|
1279
|
+
- Juan Sanchez
|
|
1280
|
+
- Vinccool96
|
|
1281
|
+
- YeonJuan
|
|
1282
|
+
- Yukihiro Hasegawa
|
|
1283
|
+
|
|
1284
|
+
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.
|
|
1285
|
+
|
|
1286
|
+
## 7.15.0 (2024-07-01)
|
|
1287
|
+
|
|
1288
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1289
|
+
|
|
1290
|
+
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.
|
|
1291
|
+
|
|
1292
|
+
## 7.14.1 (2024-06-24)
|
|
1293
|
+
|
|
1294
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1295
|
+
|
|
1296
|
+
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.
|
|
1297
|
+
|
|
1298
|
+
## 7.14.0 (2024-06-24)
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
### 🚀 Features
|
|
1302
|
+
|
|
1303
|
+
- support TypeScript 5.5
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
### 🩹 Fixes
|
|
1307
|
+
|
|
1308
|
+
- keep warnAbountTSVersion in sync with package.json
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
### ❤️ Thank You
|
|
1312
|
+
|
|
1313
|
+
- Brad Zacher
|
|
1314
|
+
- cm-ayf
|
|
1315
|
+
- Jake Bailey
|
|
1316
|
+
- James Zhan
|
|
1317
|
+
- Joshua Chen
|
|
1318
|
+
- yoshi2no
|
|
1319
|
+
|
|
1320
|
+
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.
|
|
1321
|
+
|
|
1322
|
+
## 7.13.1 (2024-06-17)
|
|
1323
|
+
|
|
1324
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1325
|
+
|
|
1326
|
+
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.
|
|
1327
|
+
|
|
1328
|
+
## 7.13.0 (2024-06-10)
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
### 🚀 Features
|
|
1332
|
+
|
|
1333
|
+
- **typescript-estree:** require `import = require()` argument to be a string literal
|
|
1334
|
+
|
|
1335
|
+
- **typescript-estree:** forbid `.body`, `.async`, `.generator` on `declare function`
|
|
1336
|
+
|
|
1337
|
+
- **parser, typescript-estree:** export withoutProjectParserOptions utility
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
### ❤️ Thank You
|
|
1341
|
+
|
|
1342
|
+
- Fotis Papadogeorgopoulos
|
|
1343
|
+
- Joshua Chen
|
|
1344
|
+
- Kirk Waiblinger
|
|
1345
|
+
- Tobiloba Adedeji
|
|
1346
|
+
- Vinccool96
|
|
1347
|
+
- YeonJuan
|
|
1348
|
+
|
|
1349
|
+
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.
|
|
1350
|
+
|
|
1351
|
+
## 7.12.0 (2024-06-03)
|
|
1352
|
+
|
|
1353
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1354
|
+
|
|
1355
|
+
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.
|
|
1356
|
+
|
|
1357
|
+
## 7.11.0 (2024-05-27)
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
### 🩹 Fixes
|
|
1361
|
+
|
|
1362
|
+
- **typescript-estree:** truncate number of files printed by the maximum file error
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
### ❤️ Thank You
|
|
1366
|
+
|
|
1367
|
+
- Abraham Guo
|
|
1368
|
+
- auvred
|
|
1369
|
+
- Dom Armstrong
|
|
1370
|
+
- Kirk Waiblinger
|
|
1371
|
+
|
|
1372
|
+
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.
|
|
1373
|
+
|
|
1374
|
+
## 7.10.0 (2024-05-20)
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
### 🩹 Fixes
|
|
1378
|
+
|
|
1379
|
+
- **typescript-estree:** don't add in-project files to defaultProjectMatchedFiles
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
### ❤️ Thank You
|
|
1383
|
+
|
|
1384
|
+
- auvred
|
|
1385
|
+
- Emanuel Hoogeveen
|
|
1386
|
+
- jsfm01
|
|
1387
|
+
- Kirk Waiblinger
|
|
1388
|
+
|
|
1389
|
+
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.
|
|
1390
|
+
|
|
1391
|
+
## 7.9.0 (2024-05-13)
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
### 🩹 Fixes
|
|
1395
|
+
|
|
1396
|
+
- do not pass tsconfig canonical file name to typescript API to get program details for config file
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
### ❤️ Thank You
|
|
1400
|
+
|
|
1401
|
+
- Kirk Waiblinger
|
|
1402
|
+
- Sheetal Nandi
|
|
1403
|
+
- Vinccool96
|
|
1404
|
+
|
|
1405
|
+
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.
|
|
1406
|
+
|
|
1407
|
+
## 7.8.0 (2024-04-29)
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
### 🚀 Features
|
|
1411
|
+
|
|
1412
|
+
- **typescript-estree:** add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
### ❤️ Thank You
|
|
1416
|
+
|
|
1417
|
+
- auvred
|
|
1418
|
+
- Josh Goldberg ✨
|
|
1419
|
+
- jsfm01
|
|
1420
|
+
- Kim Sang Du
|
|
1421
|
+
- YeonJuan
|
|
1422
|
+
|
|
1423
|
+
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.
|
|
1424
|
+
|
|
1425
|
+
## 7.7.1 (2024-04-22)
|
|
1426
|
+
|
|
1427
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1428
|
+
|
|
1429
|
+
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.
|
|
1430
|
+
|
|
1431
|
+
## 7.7.0 (2024-04-15)
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
### 🚀 Features
|
|
1435
|
+
|
|
1436
|
+
- **typescript-estree:** add defaultProject for project service
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
### ❤️ Thank You
|
|
1440
|
+
|
|
1441
|
+
- Dave
|
|
1442
|
+
- Josh Goldberg ✨
|
|
1443
|
+
|
|
1444
|
+
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.
|
|
1445
|
+
|
|
1446
|
+
## 7.6.0 (2024-04-08)
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
### 🚀 Features
|
|
1450
|
+
|
|
1451
|
+
- bump npm dependency ranges
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
### ❤️ Thank You
|
|
1455
|
+
|
|
1456
|
+
- Abraham Guo
|
|
1457
|
+
- auvred
|
|
1458
|
+
- Brad Zacher
|
|
1459
|
+
|
|
1460
|
+
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.
|
|
1461
|
+
|
|
1462
|
+
## 7.5.0 (2024-04-01)
|
|
1463
|
+
|
|
1464
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1465
|
+
|
|
1466
|
+
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.
|
|
1467
|
+
|
|
1468
|
+
## 7.4.0 (2024-03-25)
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
### 🚀 Features
|
|
1472
|
+
|
|
1473
|
+
- **eslint-plugin:** [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
### ❤️ Thank You
|
|
1477
|
+
|
|
1478
|
+
- Abraham Guo
|
|
1479
|
+
- Brad Zacher
|
|
1480
|
+
- Josh Goldberg ✨
|
|
1481
|
+
- Kim Sang Du
|
|
1482
|
+
- Kirk Waiblinger
|
|
1483
|
+
- Marco Pasqualetti
|
|
1484
|
+
- YeonJuan
|
|
1485
|
+
|
|
1486
|
+
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.
|
|
1487
|
+
|
|
1488
|
+
## 7.3.1 (2024-03-18)
|
|
1489
|
+
|
|
1490
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1491
|
+
|
|
1492
|
+
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.
|
|
1493
|
+
|
|
1494
|
+
## 7.3.0 (2024-03-18)
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
### 🚀 Features
|
|
1498
|
+
|
|
1499
|
+
- **typescript-estree:** disallow switch statements with multiple default cases
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
### 🩹 Fixes
|
|
1503
|
+
|
|
1504
|
+
- correct `engines.node` constraints in `package.json`
|
|
1505
|
+
|
|
1506
|
+
- **eslint-plugin:** [no-unnecessary-type-assertion] fix false negative for const variable declarations
|
|
1507
|
+
|
|
1508
|
+
- **typescript-estree:** fix the issue of single run inferring in the pnpm repo
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
### ❤️ Thank You
|
|
1512
|
+
|
|
1513
|
+
- Abraham Guo
|
|
1514
|
+
- Alexu
|
|
1515
|
+
- Arka Pratim Chaudhuri
|
|
1516
|
+
- auvred
|
|
1517
|
+
- Derrick Isaacson
|
|
1518
|
+
- fnx
|
|
1519
|
+
- Josh Goldberg ✨
|
|
1520
|
+
- Kirk Waiblinger
|
|
1521
|
+
- Marta Cardoso
|
|
1522
|
+
- Michaël De Boey
|
|
1523
|
+
- Tristan Rasmussen
|
|
1524
|
+
- YeonJuan
|
|
1525
|
+
|
|
1526
|
+
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.
|
|
1527
|
+
|
|
1528
|
+
## 7.2.0 (2024-03-11)
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
### 🚀 Features
|
|
1532
|
+
|
|
1533
|
+
- support TS 5.4
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
### ❤️ Thank You
|
|
1537
|
+
|
|
1538
|
+
- Arka Pratim Chaudhuri
|
|
1539
|
+
- auvred
|
|
1540
|
+
- Chris Plummer
|
|
1541
|
+
- Fotis Papadogeorgopoulos
|
|
1542
|
+
- Josh Goldberg ✨
|
|
1543
|
+
- Kirk Waiblinger
|
|
1544
|
+
- Wayne Zhang
|
|
1545
|
+
- YeonJuan
|
|
1546
|
+
|
|
1547
|
+
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.
|
|
1548
|
+
|
|
1549
|
+
## 7.1.1 (2024-03-04)
|
|
1550
|
+
|
|
1551
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1552
|
+
|
|
1553
|
+
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.
|
|
1554
|
+
|
|
1555
|
+
## 7.1.0 (2024-02-26)
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
### 🚀 Features
|
|
1559
|
+
|
|
1560
|
+
- **typescript-estree:** add debug logs for useProgramFromProjectService
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
### 🩹 Fixes
|
|
1564
|
+
|
|
1565
|
+
- **typescript-estree:** use simpler absolutify behavior for project service client file paths
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
### ❤️ Thank You
|
|
1569
|
+
|
|
1570
|
+
- Arka Pratim Chaudhuri
|
|
1571
|
+
- Josh Goldberg ✨
|
|
1572
|
+
- YeonJuan
|
|
1573
|
+
|
|
1574
|
+
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.
|
|
1575
|
+
|
|
1576
|
+
## 7.0.2 (2024-02-19)
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
### 🩹 Fixes
|
|
1580
|
+
|
|
1581
|
+
- fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
### ❤️ Thank You
|
|
1585
|
+
|
|
1586
|
+
- Brad Zacher
|
|
1587
|
+
- Gareth Jones
|
|
1588
|
+
|
|
1589
|
+
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.
|
|
1590
|
+
|
|
1591
|
+
## 7.0.1 (2024-02-12)
|
|
1592
|
+
|
|
1593
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1594
|
+
|
|
1595
|
+
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.
|
|
1596
|
+
|
|
1597
|
+
# 7.0.0 (2024-02-12)
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
### 🚀 Features
|
|
1601
|
+
|
|
1602
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
1603
|
+
|
|
1604
|
+
- add support for flat configs
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
#### ⚠️ Breaking Changes
|
|
1608
|
+
|
|
1609
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
1610
|
+
|
|
1611
|
+
### ❤️ Thank You
|
|
1612
|
+
|
|
1613
|
+
- Brad Zacher
|
|
1614
|
+
- Kirk Waiblinger
|
|
1615
|
+
- StyleShit
|
|
1616
|
+
- YeonJuan
|
|
1617
|
+
|
|
1618
|
+
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.
|
|
1619
|
+
|
|
1620
|
+
## 6.21.0 (2024-02-05)
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
### 🚀 Features
|
|
1624
|
+
|
|
1625
|
+
- allow `parserOptions.project: false`
|
|
1626
|
+
|
|
1627
|
+
- **typescript-estree:** forbid duplicated accessibility modifiers
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
### ❤️ Thank You
|
|
1631
|
+
|
|
1632
|
+
- auvred
|
|
1633
|
+
- Brad Zacher
|
|
1634
|
+
- Kirk Waiblinger
|
|
1635
|
+
- Pete Gonzalez
|
|
1636
|
+
- YeonJuan
|
|
1637
|
+
|
|
1638
|
+
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.
|
|
1639
|
+
|
|
1640
|
+
## 6.20.0 (2024-01-29)
|
|
1641
|
+
|
|
1642
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1643
|
+
|
|
1644
|
+
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.
|
|
1645
|
+
|
|
1646
|
+
## 6.19.1 (2024-01-22)
|
|
1647
|
+
|
|
1648
|
+
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
|
|
1649
|
+
|
|
1650
|
+
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.
|
|
1651
|
+
|
|
1652
|
+
## 6.19.0 (2024-01-15)
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
### 🩹 Fixes
|
|
1656
|
+
|
|
1657
|
+
- **typescript-estree:** add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary
|
|
1658
|
+
|
|
1659
|
+
- **typescript-estree:** disallow `using` as the variable keyword for `for..in` loops
|
|
1660
|
+
|
|
1661
|
+
- **typescript-estree:** fix incorrect backwards-compat augmentation in TS 5.3
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
### ❤️ Thank You
|
|
1665
|
+
|
|
1666
|
+
- auvred
|
|
1667
|
+
- Brad Zacher
|
|
1668
|
+
- Josh Goldberg ✨
|
|
1669
|
+
- Joshua Chen
|
|
1670
|
+
- LJX
|
|
1671
|
+
- Steven
|
|
1672
|
+
- StyleShit
|
|
1673
|
+
|
|
1674
|
+
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.
|
|
1675
|
+
|
|
1676
|
+
## 6.18.1 (2024-01-08)
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
### 🩹 Fixes
|
|
1680
|
+
|
|
1681
|
+
- **typescript-estree:** fix invalid parsing error when use update expression on non-null assertion
|
|
1682
|
+
|
|
1683
|
+
- **typescript-estree:** only create project service from env setting if project is enabled
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
### ❤️ Thank You
|
|
1687
|
+
|
|
1688
|
+
- auvred
|
|
1689
|
+
- James
|
|
1690
|
+
- Josh Goldberg ✨
|
|
1691
|
+
- YeonJuan
|
|
1692
|
+
|
|
1693
|
+
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.
|
|
1694
|
+
|
|
1695
|
+
## 6.18.0 (2024-01-06)
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
### 🚀 Features
|
|
1699
|
+
|
|
1700
|
+
- **typescript-estree:** throw on invalid update expressions
|
|
1701
|
+
|
|
1702
|
+
- **typescript-estree:** throw error when CatchClause param contains initializer
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
### ❤️ Thank You
|
|
1706
|
+
|
|
1707
|
+
- auvred
|
|
1708
|
+
- Joshua Chen
|
|
1709
|
+
|
|
1710
|
+
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.
|
|
1711
|
+
|
|
1712
|
+
# [6.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) (2024-01-01)
|
|
1713
|
+
|
|
1714
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1715
|
+
|
|
1716
|
+
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.
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
# [6.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) (2023-12-25)
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
### Features
|
|
1726
|
+
|
|
1727
|
+
* **typescript-estree:** add allowDefaultProjectForFiles project service allowlist option ([#7752](https://github.com/typescript-eslint/typescript-eslint/issues/7752)) ([7ddadda](https://github.com/typescript-eslint/typescript-eslint/commit/7ddadda10845bc53967eeec83ba6b7cdc71a079f))
|
|
1728
|
+
|
|
1729
|
+
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.
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
# [6.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) (2023-12-18)
|
|
1736
|
+
|
|
1737
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1738
|
+
|
|
1739
|
+
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.
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
# [6.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) (2023-12-11)
|
|
1746
|
+
|
|
1747
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1748
|
+
|
|
1749
|
+
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.
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
## [6.13.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04)
|
|
1756
|
+
|
|
1757
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1758
|
+
|
|
1759
|
+
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.
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
## [6.13.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28)
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
### Bug Fixes
|
|
1769
|
+
|
|
1770
|
+
* default to parse all JSDoc and provide options to configure it ([#7999](https://github.com/typescript-eslint/typescript-eslint/issues/7999)) ([779e13e](https://github.com/typescript-eslint/typescript-eslint/commit/779e13ec86f92b94a96ecdf81cbc36120a132ff6))
|
|
1771
|
+
|
|
1772
|
+
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.
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
# [6.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) (2023-11-27)
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
### Bug Fixes
|
|
1782
|
+
|
|
1783
|
+
* **typescript-estree:** ensure backwards compat with pre-5.3 import attributes ([#7967](https://github.com/typescript-eslint/typescript-eslint/issues/7967)) ([810fc8c](https://github.com/typescript-eslint/typescript-eslint/commit/810fc8c9a18cb55af144d8945fdf38d841c9d486))
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
### Features
|
|
1787
|
+
|
|
1788
|
+
* support TS 5.3 ([#7968](https://github.com/typescript-eslint/typescript-eslint/issues/7968)) ([fb50638](https://github.com/typescript-eslint/typescript-eslint/commit/fb50638650d35fbd39f2b19446fa54c864bfc2ef))
|
|
1789
|
+
* **typescript-estree:** pass jsDocParsingMode everywhere ([#7997](https://github.com/typescript-eslint/typescript-eslint/issues/7997)) ([3d2a344](https://github.com/typescript-eslint/typescript-eslint/commit/3d2a3446518c4da303a569830bb83bf166742535))
|
|
1790
|
+
|
|
1791
|
+
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.
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
# [6.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) (2023-11-20)
|
|
1798
|
+
|
|
1799
|
+
|
|
1800
|
+
### Features
|
|
1801
|
+
|
|
1802
|
+
* update TypeScript to 5.3-rc ([#7923](https://github.com/typescript-eslint/typescript-eslint/issues/7923)) ([9034d17](https://github.com/typescript-eslint/typescript-eslint/commit/9034d17027f798c38ffc19141e3c08ca8ea31290))
|
|
1803
|
+
|
|
1804
|
+
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.
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
# [6.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0) (2023-11-13)
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
### Features
|
|
1814
|
+
|
|
1815
|
+
* allow typescript@5.3.0-RC as devDependency ([#7821](https://github.com/typescript-eslint/typescript-eslint/issues/7821)) ([b6c40b4](https://github.com/typescript-eslint/typescript-eslint/commit/b6c40b42b68d5567c7468030ee45b9b84bec4c4d))
|
|
1816
|
+
* **typescript-estree:** skip `isTTY` version check if user passes `loggerFn` on unsupported TypeScript version warning ([#7739](https://github.com/typescript-eslint/typescript-eslint/issues/7739)) ([9656e13](https://github.com/typescript-eslint/typescript-eslint/commit/9656e135e78d9346d326d0c78ba772a5596c1812))
|
|
1817
|
+
|
|
1818
|
+
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.
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
# [6.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) (2023-11-06)
|
|
1825
|
+
|
|
1826
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1827
|
+
|
|
1828
|
+
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.
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
## [6.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30)
|
|
1835
|
+
|
|
1836
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1837
|
+
|
|
1838
|
+
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.
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
# [6.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) (2023-10-23)
|
|
1845
|
+
|
|
1846
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1847
|
+
|
|
1848
|
+
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.
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
# [6.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) (2023-10-16)
|
|
1855
|
+
|
|
1856
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1857
|
+
|
|
1858
|
+
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.
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
## [6.7.5](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09)
|
|
1865
|
+
|
|
1866
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1867
|
+
|
|
1868
|
+
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.
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
## [6.7.4](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02)
|
|
1875
|
+
|
|
1876
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1877
|
+
|
|
1878
|
+
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.
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
## [6.7.3](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25)
|
|
1885
|
+
|
|
1886
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1887
|
+
|
|
1888
|
+
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.
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
## [6.7.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18)
|
|
1895
|
+
|
|
1896
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1897
|
+
|
|
1898
|
+
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.
|
|
1899
|
+
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
## [6.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18)
|
|
1905
|
+
|
|
1906
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1907
|
+
|
|
1908
|
+
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.
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
# [6.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) (2023-09-11)
|
|
1915
|
+
|
|
1916
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1917
|
+
|
|
1918
|
+
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.
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
# [6.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) (2023-09-04)
|
|
1925
|
+
|
|
1926
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1927
|
+
|
|
1928
|
+
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.
|
|
1929
|
+
|
|
1930
|
+
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
# [6.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) (2023-08-28)
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
### Features
|
|
1938
|
+
|
|
1939
|
+
* bump supported TS version to 5.2 ([#7535](https://github.com/typescript-eslint/typescript-eslint/issues/7535)) ([f18c88d](https://github.com/typescript-eslint/typescript-eslint/commit/f18c88dd35a807958af41404001c78485b7b558a))
|
|
1940
|
+
* support Explicit Resource Management syntax for TS 5.2 ([#7479](https://github.com/typescript-eslint/typescript-eslint/issues/7479)) ([c11e05c](https://github.com/typescript-eslint/typescript-eslint/commit/c11e05c97ef80d36fd194ac15952c339c1612b9e))
|
|
1941
|
+
|
|
1942
|
+
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.
|
|
1943
|
+
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
## [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21)
|
|
1949
|
+
|
|
1950
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1951
|
+
|
|
1952
|
+
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.
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
# [6.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0) (2023-08-14)
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
### Bug Fixes
|
|
1962
|
+
|
|
1963
|
+
* **typescript-estree:** support `declare` and `export` modifiers for nested namespace declaration ([#7410](https://github.com/typescript-eslint/typescript-eslint/issues/7410)) ([49a53f0](https://github.com/typescript-eslint/typescript-eslint/commit/49a53f0ba985941a431269d3761030dc414916b1))
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
### Features
|
|
1967
|
+
|
|
1968
|
+
* update to lib types for TS 5.2 RC ([#7451](https://github.com/typescript-eslint/typescript-eslint/issues/7451)) ([479f9f6](https://github.com/typescript-eslint/typescript-eslint/commit/479f9f6c053874bd584220edf594ec56d6b0b71a))
|
|
1969
|
+
|
|
1970
|
+
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.
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
# [6.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0) (2023-08-07)
|
|
1977
|
+
|
|
1978
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1979
|
+
|
|
1980
|
+
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.
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
## [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1) (2023-07-31)
|
|
1987
|
+
|
|
1988
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
1989
|
+
|
|
1990
|
+
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.
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
# [6.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) (2023-07-24)
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
### Bug Fixes
|
|
2000
|
+
|
|
2001
|
+
* **typescript-estree:** fix TSNode type error on old ts versions ([#7267](https://github.com/typescript-eslint/typescript-eslint/issues/7267)) ([f2aed1b](https://github.com/typescript-eslint/typescript-eslint/commit/f2aed1bee1d265e8c87423a17b674be31a075f58))
|
|
2002
|
+
|
|
2003
|
+
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.
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
# [6.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) (2023-07-17)
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
### Bug Fixes
|
|
2013
|
+
|
|
2014
|
+
* **typescript-estree:** remove ts.sys watch program override ([#7252](https://github.com/typescript-eslint/typescript-eslint/issues/7252)) ([41d6e9d](https://github.com/typescript-eslint/typescript-eslint/commit/41d6e9d6c0a58973700e2b971b7464cde636f147))
|
|
2015
|
+
|
|
2016
|
+
|
|
2017
|
+
### Features
|
|
2018
|
+
|
|
2019
|
+
* **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#6754](https://github.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))
|
|
2020
|
+
|
|
2021
|
+
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.
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
# [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
### Bug Fixes
|
|
2031
|
+
|
|
2032
|
+
* **ast-spec:** remove more invalid properties ([#6243](https://github.com/typescript-eslint/typescript-eslint/issues/6243)) ([aa20f63](https://github.com/typescript-eslint/typescript-eslint/commit/aa20f63e8f345767bb4693c9d20f751e6998bd65))
|
|
2033
|
+
* bumped ts-api-utils to 0.0.39 ([#6497](https://github.com/typescript-eslint/typescript-eslint/issues/6497)) ([217c710](https://github.com/typescript-eslint/typescript-eslint/commit/217c710d99445994b9c8db7b9bee9b9cc63bc4cb))
|
|
2034
|
+
* fix illegal decorator check ([#6723](https://github.com/typescript-eslint/typescript-eslint/issues/6723)) ([c456f8c](https://github.com/typescript-eslint/typescript-eslint/commit/c456f8cdef5a931c631bfbcfc84d8a25caaf019f))
|
|
2035
|
+
* rename typeParameters to typeArguments where needed ([#5384](https://github.com/typescript-eslint/typescript-eslint/issues/5384)) ([08d757b](https://github.com/typescript-eslint/typescript-eslint/commit/08d757b26b00d0accea010e61ec42b4f753f993e))
|
|
2036
|
+
* replace tsutils with ts-api-tools ([#6428](https://github.com/typescript-eslint/typescript-eslint/issues/6428)) ([79327b4](https://github.com/typescript-eslint/typescript-eslint/commit/79327b4999999cde3003901b40527af002c4906a))
|
|
2037
|
+
* **type-utils:** file variant of TypeOrValueSpecifier uses canonical filenames instead of lowercasing ([#6781](https://github.com/typescript-eslint/typescript-eslint/issues/6781)) ([5095d05](https://github.com/typescript-eslint/typescript-eslint/commit/5095d05ac97320e7e50decef58279b01f2bfbd18))
|
|
2038
|
+
* **type-utils:** treat intrinsic types as if they are from lib and never match error types ([#6869](https://github.com/typescript-eslint/typescript-eslint/issues/6869)) ([ecb57de](https://github.com/typescript-eslint/typescript-eslint/commit/ecb57de5eb50511bed163f6e1b27e31b8577344e))
|
|
2039
|
+
* **typescript-estree:** account for namespace nesting in AST conversion ([#6272](https://github.com/typescript-eslint/typescript-eslint/issues/6272)) ([09e3877](https://github.com/typescript-eslint/typescript-eslint/commit/09e38776c63fea3328f71df36644ee11dd137cc1))
|
|
2040
|
+
* **typescript-estree:** allow writing to deprecated node properties ([#6670](https://github.com/typescript-eslint/typescript-eslint/issues/6670)) ([6652ebe](https://github.com/typescript-eslint/typescript-eslint/commit/6652ebea3e338f05a377f6f124d20520a840b1d5))
|
|
2041
|
+
* **typescript-estree:** fix error handling on `ImportExpression` ([#6587](https://github.com/typescript-eslint/typescript-eslint/issues/6587)) ([e8cdd5c](https://github.com/typescript-eslint/typescript-eslint/commit/e8cdd5ce48fa0a2f6f93e6b3ed7c337d042ab45d))
|
|
2042
|
+
* **typescript-estree:** forbid `override` on non-constructor function/methods ([#6729](https://github.com/typescript-eslint/typescript-eslint/issues/6729)) ([2f3638f](https://github.com/typescript-eslint/typescript-eslint/commit/2f3638fb00745429d6392a8e6492e83f853e92db))
|
|
2043
|
+
* **typescript-estree:** wrap import = declaration in an export node ([#5885](https://github.com/typescript-eslint/typescript-eslint/issues/5885)) ([1c3f470](https://github.com/typescript-eslint/typescript-eslint/commit/1c3f470da75bf63526efbf5b45615772e562dcb5)), closes [#5036](https://github.com/typescript-eslint/typescript-eslint/issues/5036) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#3076](https://github.com/typescript-eslint/typescript-eslint/issues/3076) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5889](https://github.com/typescript-eslint/typescript-eslint/issues/5889) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5883](https://github.com/typescript-eslint/typescript-eslint/issues/5883) [#4863](https://github.com/typescript-eslint/typescript-eslint/issues/4863) [#5381](https://github.com/typescript-eslint/typescript-eslint/issues/5381) [#5256](https://github.com/typescript-eslint/typescript-eslint/issues/5256)
|
|
2044
|
+
* update `exports` field in package.json files ([#6550](https://github.com/typescript-eslint/typescript-eslint/issues/6550)) ([53776c2](https://github.com/typescript-eslint/typescript-eslint/commit/53776c244f8bbdc852d57c7b313b0935e755ddc4))
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
### chore
|
|
2048
|
+
|
|
2049
|
+
* drop support for node v14.17, v17 ([#5971](https://github.com/typescript-eslint/typescript-eslint/issues/5971)) ([cc62015](https://github.com/typescript-eslint/typescript-eslint/commit/cc62015b8ae5f207912ff8988e2a0b3fe9a79243))
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
### Features
|
|
2053
|
+
|
|
2054
|
+
* add new package `rule-tester` ([#6777](https://github.com/typescript-eslint/typescript-eslint/issues/6777)) ([2ce1c1d](https://github.com/typescript-eslint/typescript-eslint/commit/2ce1c1d22c799a1ca027674fcb9b3a7ab0107428))
|
|
2055
|
+
* add package.json exports for public packages ([#6458](https://github.com/typescript-eslint/typescript-eslint/issues/6458)) ([d676683](https://github.com/typescript-eslint/typescript-eslint/commit/d6766838a05259556029acaac57dc7839b68c592))
|
|
2056
|
+
* bump minimum supported TS version to 4.2.4 ([#5915](https://github.com/typescript-eslint/typescript-eslint/issues/5915)) ([a8e71d5](https://github.com/typescript-eslint/typescript-eslint/commit/a8e71d52169f32ab9e836ec96d980ba52deffe12))
|
|
2057
|
+
* bump ts-api-utils to v0.0.21 ([#6459](https://github.com/typescript-eslint/typescript-eslint/issues/6459)) ([3915661](https://github.com/typescript-eslint/typescript-eslint/commit/391566172dbc6013be79952fc68a588bf653fa8d))
|
|
2058
|
+
* bump ts-api-utils to v0.0.22 ([#6472](https://github.com/typescript-eslint/typescript-eslint/issues/6472)) ([b88cd23](https://github.com/typescript-eslint/typescript-eslint/commit/b88cd2332921efcca7ec5f4176f19779346d963b))
|
|
2059
|
+
* create TSTypeQuery node when TSImportType has isTypeOf ([#3076](https://github.com/typescript-eslint/typescript-eslint/issues/3076)) ([2b69b65](https://github.com/typescript-eslint/typescript-eslint/commit/2b69b659d87b58468e413801d31086ae0eeafff4)), closes [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864)
|
|
2060
|
+
* drop support for node v12 ([#5918](https://github.com/typescript-eslint/typescript-eslint/issues/5918)) ([7e3fe9a](https://github.com/typescript-eslint/typescript-eslint/commit/7e3fe9a67abd394b0a114f2deb466edf5c9759ac))
|
|
2061
|
+
* drop support for node v14 and test against node v20 ([#7022](https://github.com/typescript-eslint/typescript-eslint/issues/7022)) ([e6235bf](https://github.com/typescript-eslint/typescript-eslint/commit/e6235bf61b781066653581b57b7cd976c9c4f905))
|
|
2062
|
+
* **eslint-plugin:** [prefer-optional-chain] handle cases where the first operands are unrelated to the rest of the chain and add type info ([#6397](https://github.com/typescript-eslint/typescript-eslint/issues/6397)) ([02a37c4](https://github.com/typescript-eslint/typescript-eslint/commit/02a37c4c79d9b83998b7ee1376be43b06e12b3a0))
|
|
2063
|
+
* **eslint-plugin:** add config that disables type-aware linting ([#6470](https://github.com/typescript-eslint/typescript-eslint/issues/6470)) ([3b063cf](https://github.com/typescript-eslint/typescript-eslint/commit/3b063cfadce50985f8ec6d8f44f5b1cbd5c1ea57))
|
|
2064
|
+
* **eslint-plugin:** apply final v6 changes to configs ([#7110](https://github.com/typescript-eslint/typescript-eslint/issues/7110)) ([c13ce0b](https://github.com/typescript-eslint/typescript-eslint/commit/c13ce0b4f7a74a6d8fecf78d25ebd8181f7a9119))
|
|
2065
|
+
* **eslint-plugin:** final final config changes for v6 ([#7157](https://github.com/typescript-eslint/typescript-eslint/issues/7157)) ([e35c5c1](https://github.com/typescript-eslint/typescript-eslint/commit/e35c5c1c39f3d76b916ad1c1ac2c7bf05b379193))
|
|
2066
|
+
* **eslint-plugin:** rework configs: recommended, strict, stylistic; -type-checked ([#5251](https://github.com/typescript-eslint/typescript-eslint/issues/5251)) ([5346b5b](https://github.com/typescript-eslint/typescript-eslint/commit/5346b5bbdbba81439ba761c282ba9cdcec7b45c8)), closes [#5036](https://github.com/typescript-eslint/typescript-eslint/issues/5036) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#3076](https://github.com/typescript-eslint/typescript-eslint/issues/3076) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5889](https://github.com/typescript-eslint/typescript-eslint/issues/5889) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5883](https://github.com/typescript-eslint/typescript-eslint/issues/5883) [#4863](https://github.com/typescript-eslint/typescript-eslint/issues/4863) [#5381](https://github.com/typescript-eslint/typescript-eslint/issues/5381) [#5256](https://github.com/typescript-eslint/typescript-eslint/issues/5256) [#5399](https://github.com/typescript-eslint/typescript-eslint/issues/5399)
|
|
2067
|
+
* improve error location ([#6556](https://github.com/typescript-eslint/typescript-eslint/issues/6556)) ([355adf0](https://github.com/typescript-eslint/typescript-eslint/commit/355adf0b5dcc1b4f5c360722acc1ba8b6f4e4117))
|
|
2068
|
+
* made BaseNode.parent non-optional ([#5252](https://github.com/typescript-eslint/typescript-eslint/issues/5252)) ([a4768f3](https://github.com/typescript-eslint/typescript-eslint/commit/a4768f38ef4943873c1e9443e8cd101a663ac3c0)), closes [#5036](https://github.com/typescript-eslint/typescript-eslint/issues/5036) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#3076](https://github.com/typescript-eslint/typescript-eslint/issues/3076) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5889](https://github.com/typescript-eslint/typescript-eslint/issues/5889) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5883](https://github.com/typescript-eslint/typescript-eslint/issues/5883) [#4863](https://github.com/typescript-eslint/typescript-eslint/issues/4863) [#5381](https://github.com/typescript-eslint/typescript-eslint/issues/5381) [#5256](https://github.com/typescript-eslint/typescript-eslint/issues/5256) [#5399](https://github.com/typescript-eslint/typescript-eslint/issues/5399)
|
|
2069
|
+
* remove moduleResolver API ([#6609](https://github.com/typescript-eslint/typescript-eslint/issues/6609)) ([f0f45a9](https://github.com/typescript-eslint/typescript-eslint/commit/f0f45a9d35453c3ec601df770092d236c72d447b))
|
|
2070
|
+
* remove partial type-information program ([#6066](https://github.com/typescript-eslint/typescript-eslint/issues/6066)) ([7fc062a](https://github.com/typescript-eslint/typescript-eslint/commit/7fc062abc30a73093cd943c2cb808ae373fe12d9))
|
|
2071
|
+
* remove semantically invalid properties from TSEnumDeclaration, TSInterfaceDeclaration and TSModuleDeclaration ([#4863](https://github.com/typescript-eslint/typescript-eslint/issues/4863)) ([844875c](https://github.com/typescript-eslint/typescript-eslint/commit/844875cbe933195ff25ba218f82ede3ebde9a0a0))
|
|
2072
|
+
* **typescript-estree:** add type checker wrapper APIs to ParserServicesWithTypeInformation ([#6404](https://github.com/typescript-eslint/typescript-eslint/issues/6404)) ([62d5755](https://github.com/typescript-eslint/typescript-eslint/commit/62d57559564fb08512eafe03a2c1b167c4377601))
|
|
2073
|
+
* **typescript-estree:** added allowInvalidAST option to not throw on invalid tokens ([#6247](https://github.com/typescript-eslint/typescript-eslint/issues/6247)) ([a3b177d](https://github.com/typescript-eslint/typescript-eslint/commit/a3b177d59adaf8ea76b205befc8b12d86447f1fb))
|
|
2074
|
+
* **typescript-estree:** allow providing code as a ts.SourceFile ([#5892](https://github.com/typescript-eslint/typescript-eslint/issues/5892)) ([af41b7f](https://github.com/typescript-eslint/typescript-eslint/commit/af41b7fa7b9b8f3023fdabd40846598d5d4d4f61))
|
|
2075
|
+
* **typescript-estree:** check for illegal decorators on function declarations ([#6590](https://github.com/typescript-eslint/typescript-eslint/issues/6590)) ([1b39cfd](https://github.com/typescript-eslint/typescript-eslint/commit/1b39cfd307955deb8e407cf8dd3a6ca1ed1b8df6))
|
|
2076
|
+
* **typescript-estree:** check modifiers on every node ([#6615](https://github.com/typescript-eslint/typescript-eslint/issues/6615)) ([62d6230](https://github.com/typescript-eslint/typescript-eslint/commit/62d62304e16b553274a80d8ab2653543a22f2391))
|
|
2077
|
+
* **typescript-estree:** deprecate createDefaultProgram ([#5890](https://github.com/typescript-eslint/typescript-eslint/issues/5890)) ([426d6b6](https://github.com/typescript-eslint/typescript-eslint/commit/426d6b647e6df3e312d1cef3e28dadaef6675fd3))
|
|
2078
|
+
* **typescript-estree:** forbid members in Mapped Type ([#6802](https://github.com/typescript-eslint/typescript-eslint/issues/6802)) ([b93458f](https://github.com/typescript-eslint/typescript-eslint/commit/b93458f9dfe36409d3a736a081ab69ba749caf24))
|
|
2079
|
+
* **typescript-estree:** remove optionality from AST boolean properties ([#6274](https://github.com/typescript-eslint/typescript-eslint/issues/6274)) ([df131e2](https://github.com/typescript-eslint/typescript-eslint/commit/df131e258c93e5714c88c0373cfeb2e1e75afc75))
|
|
2080
|
+
* **typescript-estree:** remove parseWithNodeMaps ([#7120](https://github.com/typescript-eslint/typescript-eslint/issues/7120)) ([e2a0a76](https://github.com/typescript-eslint/typescript-eslint/commit/e2a0a768d18a6aed5046946a2b57b219a54dcf3e))
|
|
2081
|
+
* **typescript-estree:** strict class heritage clauses check ([#6576](https://github.com/typescript-eslint/typescript-eslint/issues/6576)) ([530185b](https://github.com/typescript-eslint/typescript-eslint/commit/530185bd7e62b05adc673d1f96257dd14bb4d9dc))
|
|
2082
|
+
* **typescript-estree:** throw errors for object methods without function bodies ([#6589](https://github.com/typescript-eslint/typescript-eslint/issues/6589)) ([1d78576](https://github.com/typescript-eslint/typescript-eslint/commit/1d78576d41323e35c2d2a2ecc92f6ee76ed61d57))
|
|
2083
|
+
* **typescript-estree:** throw errors on interface with implements ([#6551](https://github.com/typescript-eslint/typescript-eslint/issues/6551)) ([67e05c8](https://github.com/typescript-eslint/typescript-eslint/commit/67e05c8f0381ba7065a0257d6038f0a50a3b9888))
|
|
2084
|
+
* **typescript-estree:** throw errors when abstract property has initializer ([#6613](https://github.com/typescript-eslint/typescript-eslint/issues/6613)) ([dcdbc76](https://github.com/typescript-eslint/typescript-eslint/commit/dcdbc76d5418a383968d15e32d2eba7a9d2d7e79))
|
|
2085
|
+
* **typescript-estree:** warn on deprecated AST property accesses ([#6525](https://github.com/typescript-eslint/typescript-eslint/issues/6525)) ([79c058d](https://github.com/typescript-eslint/typescript-eslint/commit/79c058d69f723ed18a3a7631370009359510d128))
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
### BREAKING CHANGES
|
|
2089
|
+
|
|
2090
|
+
* drops support for node v17
|
|
2091
|
+
* Bumps the minimum supported range and removes handling for old versions
|
|
2092
|
+
* drops support for node v12
|
|
2093
|
+
|
|
2094
|
+
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.
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
# [5.62.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0) (2023-07-10)
|
|
2101
|
+
|
|
2102
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2103
|
+
|
|
2104
|
+
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.
|
|
2105
|
+
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
|
|
2109
|
+
|
|
2110
|
+
# [5.61.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0) (2023-07-03)
|
|
2111
|
+
|
|
2112
|
+
|
|
2113
|
+
### Features
|
|
2114
|
+
|
|
2115
|
+
* support TypeScript 5.1 ([#7088](https://github.com/typescript-eslint/typescript-eslint/issues/7088)) ([4bf2d73](https://github.com/typescript-eslint/typescript-eslint/commit/4bf2d7360eaf74c9ef87b196ff4c459b8f50800b))
|
|
2116
|
+
|
|
2117
|
+
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.
|
|
2118
|
+
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
## [5.60.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26)
|
|
2124
|
+
|
|
2125
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2126
|
+
|
|
2127
|
+
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.
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
# [5.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)
|
|
2134
|
+
|
|
2135
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
|
|
2141
|
+
## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)
|
|
2142
|
+
|
|
2143
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
## [5.59.10](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12)
|
|
2150
|
+
|
|
2151
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
|
|
2157
|
+
## [5.59.9](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05)
|
|
2158
|
+
|
|
2159
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2160
|
+
|
|
2161
|
+
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
## [5.59.8](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29)
|
|
2166
|
+
|
|
2167
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
|
|
2172
|
+
|
|
2173
|
+
## [5.59.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22)
|
|
2174
|
+
|
|
2175
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
|
|
2179
|
+
|
|
2180
|
+
|
|
2181
|
+
## [5.59.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15)
|
|
2182
|
+
|
|
2183
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
|
|
2189
|
+
## [5.59.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08)
|
|
2190
|
+
|
|
2191
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
## [5.59.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08)
|
|
2198
|
+
|
|
2199
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
|
|
2204
|
+
|
|
2205
|
+
## [5.59.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08)
|
|
2206
|
+
|
|
2207
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2208
|
+
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
|
|
2213
|
+
## [5.59.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01)
|
|
2214
|
+
|
|
2215
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
## [5.59.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24)
|
|
2222
|
+
|
|
2223
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2224
|
+
|
|
2225
|
+
|
|
2226
|
+
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
# [5.59.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0) (2023-04-17)
|
|
2230
|
+
|
|
2231
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2232
|
+
|
|
2233
|
+
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
|
|
2237
|
+
# [5.58.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0) (2023-04-10)
|
|
2238
|
+
|
|
2239
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
## [5.57.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1) (2023-04-03)
|
|
2246
|
+
|
|
2247
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
|
|
2252
|
+
|
|
2253
|
+
# [5.57.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.56.0...v5.57.0) (2023-03-27)
|
|
2254
|
+
|
|
2255
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2256
|
+
|
|
2257
|
+
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
|
|
2261
|
+
# [5.56.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0) (2023-03-20)
|
|
2262
|
+
|
|
2263
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
# [5.55.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0) (2023-03-13)
|
|
2270
|
+
|
|
2271
|
+
|
|
2272
|
+
### Features
|
|
2273
|
+
|
|
2274
|
+
* **typescript-estree:** support `const` modifiers for type parameters ([#6600](https://github.com/typescript-eslint/typescript-eslint/issues/6600)) ([f3c6373](https://github.com/typescript-eslint/typescript-eslint/commit/f3c637328b1a3923b9ecdfaeea86ccf73cbdda06))
|
|
2275
|
+
* update TypeScript to 5.0 RC ([#6570](https://github.com/typescript-eslint/typescript-eslint/issues/6570)) ([36ef0e1](https://github.com/typescript-eslint/typescript-eslint/commit/36ef0e16f31810c27dda299e739d1610b689d3ad))
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
## [5.54.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1) (2023-03-06)
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
### Bug Fixes
|
|
2285
|
+
|
|
2286
|
+
* **typescript-estree:** do not call export of clearProgramCache ([#6540](https://github.com/typescript-eslint/typescript-eslint/issues/6540)) ([181e705](https://github.com/typescript-eslint/typescript-eslint/commit/181e705887e9e07f0fa28195644cc94e5b4f039d))
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
# [5.54.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0) (2023-02-27)
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
### Bug Fixes
|
|
2296
|
+
|
|
2297
|
+
* **typescript-estree:** check for relative/root paths in printing file path errors ([#6491](https://github.com/typescript-eslint/typescript-eslint/issues/6491)) ([dc14242](https://github.com/typescript-eslint/typescript-eslint/commit/dc1424298493f1ee2e5a357e103c504655546d61))
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
|
|
2303
|
+
# [5.53.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0) (2023-02-20)
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
### Features
|
|
2307
|
+
|
|
2308
|
+
* **typescript-estree:** expose a wrapper cache clearing function for advanced usecases ([#6476](https://github.com/typescript-eslint/typescript-eslint/issues/6476)) ([d816496](https://github.com/typescript-eslint/typescript-eslint/commit/d8164960d21336d4a726d8179b314f05fe3aeb22))
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
# [5.52.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0) (2023-02-13)
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
### Features
|
|
2318
|
+
|
|
2319
|
+
* **typescript-estree:** add `.kind` to `TSModuleDeclaration` ([#6443](https://github.com/typescript-eslint/typescript-eslint/issues/6443)) ([2f948df](https://github.com/typescript-eslint/typescript-eslint/commit/2f948df35b73d916e7fe42b21343568b1617e3f1))
|
|
2320
|
+
* **typescript-estree:** allow specifying project: true ([#6084](https://github.com/typescript-eslint/typescript-eslint/issues/6084)) ([dcd05f0](https://github.com/typescript-eslint/typescript-eslint/commit/dcd05f0b3ab62779571294d08a4542d66ebb2294))
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
# [5.51.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0) (2023-02-06)
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
### Features
|
|
2330
|
+
|
|
2331
|
+
* **typescript-estree:** cache project glob resolution ([#6367](https://github.com/typescript-eslint/typescript-eslint/issues/6367)) ([afae837](https://github.com/typescript-eslint/typescript-eslint/commit/afae8374df64101627808ccfeb5b715c865e910f))
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
# [5.50.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0) (2023-01-31)
|
|
2338
|
+
|
|
2339
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
# [5.49.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0) (2023-01-23)
|
|
2346
|
+
|
|
2347
|
+
|
|
2348
|
+
### Bug Fixes
|
|
2349
|
+
|
|
2350
|
+
* **typescript-estree:** fix typo in FAQ link ([#6346](https://github.com/typescript-eslint/typescript-eslint/issues/6346)) ([eefc578](https://github.com/typescript-eslint/typescript-eslint/commit/eefc5781b0f455264e4e58e33c27f8a91b3ab5e3))
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
|
|
2356
|
+
## [5.48.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2) (2023-01-16)
|
|
2357
|
+
|
|
2358
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
|
|
2365
|
+
|
|
2366
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
|
|
2373
|
+
|
|
2374
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2375
|
+
|
|
2376
|
+
## [5.47.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1) (2022-12-26)
|
|
2377
|
+
|
|
2378
|
+
### Bug Fixes
|
|
2379
|
+
|
|
2380
|
+
- **ast-spec:** correct some incorrect ast types ([#6257](https://github.com/typescript-eslint/typescript-eslint/issues/6257)) ([0f3f645](https://github.com/typescript-eslint/typescript-eslint/commit/0f3f64571ea5d938081b1a9f3fd1495765201700))
|
|
2381
|
+
|
|
2382
|
+
# [5.47.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0) (2022-12-19)
|
|
2383
|
+
|
|
2384
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2385
|
+
|
|
2386
|
+
## [5.46.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) (2022-12-12)
|
|
2387
|
+
|
|
2388
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2389
|
+
|
|
2390
|
+
# [5.46.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) (2022-12-08)
|
|
2391
|
+
|
|
2392
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2393
|
+
|
|
2394
|
+
## [5.45.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05)
|
|
2395
|
+
|
|
2396
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2397
|
+
|
|
2398
|
+
# [5.45.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) (2022-11-28)
|
|
2399
|
+
|
|
2400
|
+
### Bug Fixes
|
|
2401
|
+
|
|
2402
|
+
- **typescript-estree:** stub out `ts.SatisfiesExpression` on old TS versions ([#6076](https://github.com/typescript-eslint/typescript-eslint/issues/6076)) ([1302b30](https://github.com/typescript-eslint/typescript-eslint/commit/1302b30ecad9eb55aa9f1daa5068d9fb72c3688e))
|
|
2403
|
+
|
|
2404
|
+
### Features
|
|
2405
|
+
|
|
2406
|
+
- support Auto Accessor syntax ([#5926](https://github.com/typescript-eslint/typescript-eslint/issues/5926)) ([becd1f8](https://github.com/typescript-eslint/typescript-eslint/commit/becd1f8581c0013399dfe71be6c265e96cedb57a))
|
|
2407
|
+
|
|
2408
|
+
# [5.44.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) (2022-11-21)
|
|
2409
|
+
|
|
2410
|
+
### Bug Fixes
|
|
2411
|
+
|
|
2412
|
+
- **typescript-estree:** don't consider a cached program unless it's specified in the current `parserOptions.project` config ([#5999](https://github.com/typescript-eslint/typescript-eslint/issues/5999)) ([530e0e6](https://github.com/typescript-eslint/typescript-eslint/commit/530e0e618cdf4bb956149bf8a8484848e1b9a1f5))
|
|
2413
|
+
|
|
2414
|
+
### Features
|
|
2415
|
+
|
|
2416
|
+
- support parsing `satisfies` operators ([#5717](https://github.com/typescript-eslint/typescript-eslint/issues/5717)) ([20d7cae](https://github.com/typescript-eslint/typescript-eslint/commit/20d7caee35ab84ae6381fdf04338c9e2b9e2bc48))
|
|
2417
|
+
- update to TypeScript 4.9 ([#5716](https://github.com/typescript-eslint/typescript-eslint/issues/5716)) ([4d744ea](https://github.com/typescript-eslint/typescript-eslint/commit/4d744ea10ba03c66eebcb63e8722e9f0165fbeed))
|
|
2418
|
+
|
|
2419
|
+
# [5.43.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0) (2022-11-14)
|
|
2420
|
+
|
|
2421
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2422
|
+
|
|
2423
|
+
## [5.42.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) (2022-11-07)
|
|
2424
|
+
|
|
2425
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2426
|
+
|
|
2427
|
+
# [5.42.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0) (2022-10-31)
|
|
2428
|
+
|
|
2429
|
+
### Bug Fixes
|
|
2430
|
+
|
|
2431
|
+
- **typescript-estree:** don't allow single-run unless we're in type-aware linting mode ([#5893](https://github.com/typescript-eslint/typescript-eslint/issues/5893)) ([891b087](https://github.com/typescript-eslint/typescript-eslint/commit/891b0879ba9c64a4722b8c0bf9e599a725b6d6df))
|
|
2432
|
+
|
|
2433
|
+
### Features
|
|
2434
|
+
|
|
2435
|
+
- **typescript-estree:** clarify docs and error for program project without matching TSConfig ([#5762](https://github.com/typescript-eslint/typescript-eslint/issues/5762)) ([67744db](https://github.com/typescript-eslint/typescript-eslint/commit/67744db31f61acab14b5fe027fbc2844ba198c97))
|
|
2436
|
+
|
|
2437
|
+
# [5.41.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0) (2022-10-24)
|
|
2438
|
+
|
|
2439
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2440
|
+
|
|
2441
|
+
## [5.40.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1) (2022-10-17)
|
|
2442
|
+
|
|
2443
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2444
|
+
|
|
2445
|
+
# [5.40.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0) (2022-10-10)
|
|
2446
|
+
|
|
2447
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2448
|
+
|
|
2449
|
+
# [5.39.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0) (2022-10-03)
|
|
2450
|
+
|
|
2451
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2452
|
+
|
|
2453
|
+
## [5.38.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26)
|
|
2454
|
+
|
|
2455
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2456
|
+
|
|
2457
|
+
# [5.38.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) (2022-09-19)
|
|
2458
|
+
|
|
2459
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2460
|
+
|
|
2461
|
+
# [5.37.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0) (2022-09-12)
|
|
2462
|
+
|
|
2463
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2464
|
+
|
|
2465
|
+
## [5.36.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) (2022-09-05)
|
|
2466
|
+
|
|
2467
|
+
### Bug Fixes
|
|
2468
|
+
|
|
2469
|
+
- **typescript-estree:** don't double add decorators to a parameter property's parameter ([#5582](https://github.com/typescript-eslint/typescript-eslint/issues/5582)) ([863694c](https://github.com/typescript-eslint/typescript-eslint/commit/863694cbc71b5158ca6a018de8707c9f9fbc22c3))
|
|
2470
|
+
|
|
2471
|
+
## [5.36.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1) (2022-08-30)
|
|
2472
|
+
|
|
2473
|
+
### Bug Fixes
|
|
2474
|
+
|
|
2475
|
+
- **typescript-estree:** fix decorator regression for pre TS4.8 ([#5574](https://github.com/typescript-eslint/typescript-eslint/issues/5574)) ([a603015](https://github.com/typescript-eslint/typescript-eslint/commit/a603015c93a6ea96d500c57bec1e284340141b1f))
|
|
2476
|
+
|
|
2477
|
+
# [5.36.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.1...v5.36.0) (2022-08-30)
|
|
2478
|
+
|
|
2479
|
+
### Features
|
|
2480
|
+
|
|
2481
|
+
- support TypeScript 4.8 ([#5551](https://github.com/typescript-eslint/typescript-eslint/issues/5551)) ([81450ed](https://github.com/typescript-eslint/typescript-eslint/commit/81450ed7eaede74b384e9a91a84e9b4d34513866))
|
|
2482
|
+
|
|
2483
|
+
## [5.35.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1) (2022-08-24)
|
|
2484
|
+
|
|
2485
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2486
|
+
|
|
2487
|
+
# [5.35.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0) (2022-08-24)
|
|
2488
|
+
|
|
2489
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2490
|
+
|
|
2491
|
+
# [5.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.34.0) (2022-08-22)
|
|
2492
|
+
|
|
2493
|
+
### Features
|
|
2494
|
+
|
|
2495
|
+
- **eslint-plugin:** [prefer-optional-chain] support suggesting `!foo || !foo.bar` as a valid match for the rule ([#5266](https://github.com/typescript-eslint/typescript-eslint/issues/5266)) ([aca935c](https://github.com/typescript-eslint/typescript-eslint/commit/aca935c9696712d4aff18144c4690db4d6ba9bf9))
|
|
2496
|
+
|
|
2497
|
+
## [5.33.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1) (2022-08-15)
|
|
2498
|
+
|
|
2499
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2500
|
+
|
|
2501
|
+
# [5.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0) (2022-08-08)
|
|
2502
|
+
|
|
2503
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2504
|
+
|
|
2505
|
+
# [5.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.31.0...v5.32.0) (2022-08-01)
|
|
2506
|
+
|
|
2507
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2508
|
+
|
|
2509
|
+
# [5.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0) (2022-07-25)
|
|
2510
|
+
|
|
2511
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2512
|
+
|
|
2513
|
+
## [5.30.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) (2022-07-18)
|
|
2514
|
+
|
|
2515
|
+
### Bug Fixes
|
|
2516
|
+
|
|
2517
|
+
- expose types supporting old versions of typescript ([#5339](https://github.com/typescript-eslint/typescript-eslint/issues/5339)) ([4ba9bdb](https://github.com/typescript-eslint/typescript-eslint/commit/4ba9bdb93f87e6bc370f13aa1de48f435abe3f88))
|
|
2518
|
+
|
|
2519
|
+
## [5.30.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) (2022-07-11)
|
|
2520
|
+
|
|
2521
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2522
|
+
|
|
2523
|
+
## [5.30.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) (2022-07-04)
|
|
2524
|
+
|
|
2525
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2526
|
+
|
|
2527
|
+
## [5.30.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) (2022-07-03)
|
|
2528
|
+
|
|
2529
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2530
|
+
|
|
2531
|
+
## [5.30.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) (2022-07-01)
|
|
2532
|
+
|
|
2533
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2534
|
+
|
|
2535
|
+
## [5.30.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) (2022-07-01)
|
|
2536
|
+
|
|
2537
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2538
|
+
|
|
2539
|
+
## 5.30.1 (2022-07-01)
|
|
2540
|
+
|
|
2541
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2542
|
+
|
|
2543
|
+
# [5.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.29.0...v5.30.0) (2022-06-27)
|
|
2544
|
+
|
|
2545
|
+
### Features
|
|
2546
|
+
|
|
2547
|
+
- treat `this` in `typeof this` as a `ThisExpression` ([#4382](https://github.com/typescript-eslint/typescript-eslint/issues/4382)) ([b04b2ce](https://github.com/typescript-eslint/typescript-eslint/commit/b04b2ce1ba90d94718891f2562dd210a6d7b8609))
|
|
2548
|
+
|
|
2549
|
+
# [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)
|
|
2550
|
+
|
|
2551
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2552
|
+
|
|
2553
|
+
# [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)
|
|
2554
|
+
|
|
2555
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2556
|
+
|
|
2557
|
+
## [5.27.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) (2022-06-06)
|
|
2558
|
+
|
|
2559
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2560
|
+
|
|
2561
|
+
# [5.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.26.0...v5.27.0) (2022-05-30)
|
|
2562
|
+
|
|
2563
|
+
### Bug Fixes
|
|
2564
|
+
|
|
2565
|
+
- **types:** remove leftovers from removal of useJSXTextNode ([#5091](https://github.com/typescript-eslint/typescript-eslint/issues/5091)) ([f9c3647](https://github.com/typescript-eslint/typescript-eslint/commit/f9c3647cb637c8d1ee461b471da9d817ccbde77c))
|
|
2566
|
+
|
|
2567
|
+
### Features
|
|
2568
|
+
|
|
2569
|
+
- [4.7] support new extensions ([#5027](https://github.com/typescript-eslint/typescript-eslint/issues/5027)) ([efc147b](https://github.com/typescript-eslint/typescript-eslint/commit/efc147b04dce52ab17415b6a4ae4076b944b9036))
|
|
2570
|
+
- [TS4.7] support type parameters for `typeof` ([#5067](https://github.com/typescript-eslint/typescript-eslint/issues/5067)) ([836de79](https://github.com/typescript-eslint/typescript-eslint/commit/836de79e8d1bff43149168cc913a4c2b60e79bf6))
|
|
2571
|
+
- bump dependency ranges to TypeScript 4.7 ([#5082](https://github.com/typescript-eslint/typescript-eslint/issues/5082)) ([c4310b1](https://github.com/typescript-eslint/typescript-eslint/commit/c4310b1aac35c7d31b826f0602eca6a5900a09ee))
|
|
2572
|
+
|
|
2573
|
+
# [5.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.25.0...v5.26.0) (2022-05-23)
|
|
2574
|
+
|
|
2575
|
+
### Features
|
|
2576
|
+
|
|
2577
|
+
- [4.7] support instantiation expressions ([#4938](https://github.com/typescript-eslint/typescript-eslint/issues/4938)) ([79fbc77](https://github.com/typescript-eslint/typescript-eslint/commit/79fbc7743ae5dce3190f8168776e0204755390ad))
|
|
2578
|
+
- [4.7] support optional variance annotation ([#4831](https://github.com/typescript-eslint/typescript-eslint/issues/4831)) ([7e7b24c](https://github.com/typescript-eslint/typescript-eslint/commit/7e7b24c196e6d968e48f97f46feae5e7027e22d2))
|
|
2579
|
+
- **typescript-estree:** `extends` constraints for `infer` ([#4830](https://github.com/typescript-eslint/typescript-eslint/issues/4830)) ([8cbbcc3](https://github.com/typescript-eslint/typescript-eslint/commit/8cbbcc3d317779e0dcba15d3835137f38383de34))
|
|
2580
|
+
|
|
2581
|
+
# [5.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.24.0...v5.25.0) (2022-05-17)
|
|
2582
|
+
|
|
2583
|
+
### Features
|
|
2584
|
+
|
|
2585
|
+
- update to TypeScript 4.7-rc ([#4829](https://github.com/typescript-eslint/typescript-eslint/issues/4829)) ([6fe783c](https://github.com/typescript-eslint/typescript-eslint/commit/6fe783c20aebe26ef42b526e4a59a9be84dd5643))
|
|
2586
|
+
|
|
2587
|
+
# [5.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.23.0...v5.24.0) (2022-05-16)
|
|
2588
|
+
|
|
2589
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2590
|
+
|
|
2591
|
+
# [5.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.22.0...v5.23.0) (2022-05-09)
|
|
2592
|
+
|
|
2593
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2594
|
+
|
|
2595
|
+
# [5.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.21.0...v5.22.0) (2022-05-02)
|
|
2596
|
+
|
|
2597
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2598
|
+
|
|
2599
|
+
# [5.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.20.0...v5.21.0) (2022-04-25)
|
|
2600
|
+
|
|
2601
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2602
|
+
|
|
2603
|
+
# [5.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.19.0...v5.20.0) (2022-04-18)
|
|
2604
|
+
|
|
2605
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2606
|
+
|
|
2607
|
+
# [5.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.18.0...v5.19.0) (2022-04-11)
|
|
2608
|
+
|
|
2609
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2610
|
+
|
|
2611
|
+
# [5.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.17.0...v5.18.0) (2022-04-04)
|
|
2612
|
+
|
|
2613
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2614
|
+
|
|
2615
|
+
# [5.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.16.0...v5.17.0) (2022-03-28)
|
|
2616
|
+
|
|
2617
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2618
|
+
|
|
2619
|
+
# [5.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0) (2022-03-21)
|
|
2620
|
+
|
|
2621
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2622
|
+
|
|
2623
|
+
# [5.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.14.0...v5.15.0) (2022-03-14)
|
|
2624
|
+
|
|
2625
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2626
|
+
|
|
2627
|
+
# [5.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0) (2022-03-07)
|
|
2628
|
+
|
|
2629
|
+
### Features
|
|
2630
|
+
|
|
2631
|
+
- TypeScript 4.6 ([#4615](https://github.com/typescript-eslint/typescript-eslint/issues/4615)) ([a02c63a](https://github.com/typescript-eslint/typescript-eslint/commit/a02c63a264e5a6c3557468a8eff48d34ca2b718a))
|
|
2632
|
+
|
|
2633
|
+
# [5.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.1...v5.13.0) (2022-02-28)
|
|
2634
|
+
|
|
2635
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2636
|
+
|
|
2637
|
+
## [5.12.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.0...v5.12.1) (2022-02-21)
|
|
2638
|
+
|
|
2639
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2640
|
+
|
|
2641
|
+
# [5.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.11.0...v5.12.0) (2022-02-14)
|
|
2642
|
+
|
|
2643
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2644
|
+
|
|
2645
|
+
# [5.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.2...v5.11.0) (2022-02-07)
|
|
2646
|
+
|
|
2647
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2648
|
+
|
|
2649
|
+
## [5.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2) (2022-01-31)
|
|
2650
|
+
|
|
2651
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2652
|
+
|
|
2653
|
+
## [5.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1) (2022-01-24)
|
|
2654
|
+
|
|
2655
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2656
|
+
|
|
2657
|
+
# [5.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.1...v5.10.0) (2022-01-17)
|
|
2658
|
+
|
|
2659
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2660
|
+
|
|
2661
|
+
## [5.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.0...v5.9.1) (2022-01-10)
|
|
2662
|
+
|
|
2663
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2664
|
+
|
|
2665
|
+
# [5.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0) (2022-01-03)
|
|
2666
|
+
|
|
2667
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2668
|
+
|
|
2669
|
+
## [5.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.8.0...v5.8.1) (2021-12-27)
|
|
2670
|
+
|
|
2671
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2672
|
+
|
|
2673
|
+
# [5.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.7.0...v5.8.0) (2021-12-20)
|
|
2674
|
+
|
|
2675
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2676
|
+
|
|
2677
|
+
# [5.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.6.0...v5.7.0) (2021-12-13)
|
|
2678
|
+
|
|
2679
|
+
### Bug Fixes
|
|
2680
|
+
|
|
2681
|
+
- **typescript-estree:** type-only regression for consumers not yet on TS 4.5 ([#4272](https://github.com/typescript-eslint/typescript-eslint/issues/4272)) ([550b61e](https://github.com/typescript-eslint/typescript-eslint/commit/550b61ee1096113b234bf035dd267ba385809961))
|
|
2682
|
+
|
|
2683
|
+
# [5.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.5.0...v5.6.0) (2021-12-06)
|
|
2684
|
+
|
|
2685
|
+
### Features
|
|
2686
|
+
|
|
2687
|
+
- **scope-manager:** update lib types ([#4240](https://github.com/typescript-eslint/typescript-eslint/issues/4240)) ([8377e6e](https://github.com/typescript-eslint/typescript-eslint/commit/8377e6ea422ee2d52455da8955ff055e09c238d3))
|
|
2688
|
+
|
|
2689
|
+
# [5.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.4.0...v5.5.0) (2021-11-29)
|
|
2690
|
+
|
|
2691
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2692
|
+
|
|
2693
|
+
# [5.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0) (2021-11-15)
|
|
2694
|
+
|
|
2695
|
+
### Features
|
|
2696
|
+
|
|
2697
|
+
- **typescript-estree:** support Import Assertions ([#4074](https://github.com/typescript-eslint/typescript-eslint/issues/4074)) ([ae0fb5a](https://github.com/typescript-eslint/typescript-eslint/commit/ae0fb5a591958216b7df656e66b1dfe464898167))
|
|
2698
|
+
- **typescript-estree:** support private fields in-in syntax ([#4075](https://github.com/typescript-eslint/typescript-eslint/issues/4075)) ([939d8ea](https://github.com/typescript-eslint/typescript-eslint/commit/939d8eac547fb1734aa00f1ea01cc6eae0b4280a))
|
|
2699
|
+
- **typescript-estree:** support type-only module specifiers ([#4076](https://github.com/typescript-eslint/typescript-eslint/issues/4076)) ([77baa92](https://github.com/typescript-eslint/typescript-eslint/commit/77baa9203638e888a76e21003a278a8da386e133))
|
|
2700
|
+
|
|
2701
|
+
## [5.3.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1) (2021-11-08)
|
|
2702
|
+
|
|
2703
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2704
|
+
|
|
2705
|
+
# [5.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.2.0...v5.3.0) (2021-11-01)
|
|
2706
|
+
|
|
2707
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2708
|
+
|
|
2709
|
+
# [5.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
|
|
2710
|
+
|
|
2711
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2712
|
+
|
|
2713
|
+
# [5.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.0.0...v5.1.0) (2021-10-18)
|
|
2714
|
+
|
|
2715
|
+
### Bug Fixes
|
|
2716
|
+
|
|
2717
|
+
- **typescript-estree:** support private optional property definition ([#3997](https://github.com/typescript-eslint/typescript-eslint/issues/3997)) ([8605e08](https://github.com/typescript-eslint/typescript-eslint/commit/8605e080a4dac4a277e6108cd9ed1e5a707302fa))
|
|
2718
|
+
|
|
2719
|
+
# [5.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.33.0...v5.0.0) (2021-10-11)
|
|
2720
|
+
|
|
2721
|
+
### Bug Fixes
|
|
2722
|
+
|
|
2723
|
+
- **typescript-estree:** change `source` of ExportNamedDeclaration to Literal from Expression ([#3763](https://github.com/typescript-eslint/typescript-eslint/issues/3763)) ([dc5a0f5](https://github.com/typescript-eslint/typescript-eslint/commit/dc5a0f5104b400f4422b8d67ecfc6cc7a32613a2))
|
|
2724
|
+
|
|
2725
|
+
### Features
|
|
2726
|
+
|
|
2727
|
+
- **ast-spec:** bring `Node` objects in line with ESTree ([#3771](https://github.com/typescript-eslint/typescript-eslint/issues/3771)) ([dd14064](https://github.com/typescript-eslint/typescript-eslint/commit/dd140643b457aa515cc21fcda2b3cd4acc2a1c5c))
|
|
2728
|
+
- **eslint-plugin:** update recommended configs ([#3809](https://github.com/typescript-eslint/typescript-eslint/issues/3809)) ([deeb7bb](https://github.com/typescript-eslint/typescript-eslint/commit/deeb7bb9334d301c6af56aefd37d318231af11ef))
|
|
2729
|
+
- align class property representation with ESTree ([#3806](https://github.com/typescript-eslint/typescript-eslint/issues/3806)) ([22fa5c0](https://github.com/typescript-eslint/typescript-eslint/commit/22fa5c0c4705ed2898f00b7cacc5dd642d859275)), closes [#3430](https://github.com/typescript-eslint/typescript-eslint/issues/3430) [#3077](https://github.com/typescript-eslint/typescript-eslint/issues/3077)
|
|
2730
|
+
- remove `TSParenthesizedType` ([#3340](https://github.com/typescript-eslint/typescript-eslint/issues/3340)) ([c8ee432](https://github.com/typescript-eslint/typescript-eslint/commit/c8ee43269faea4c04ec02eaa2b81a0aa6eec5d3e)), closes [#3136](https://github.com/typescript-eslint/typescript-eslint/issues/3136)
|
|
2731
|
+
- support `PrivateIdentifier` ([#3808](https://github.com/typescript-eslint/typescript-eslint/issues/3808)) ([0eefe5e](https://github.com/typescript-eslint/typescript-eslint/commit/0eefe5e49d21af3f1e3e2d9a90c2e49929863ac2)), closes [#3430](https://github.com/typescript-eslint/typescript-eslint/issues/3430) [#2933](https://github.com/typescript-eslint/typescript-eslint/issues/2933)
|
|
2732
|
+
- **eslint-plugin:** removed value from abstract property nodes ([#3765](https://github.com/typescript-eslint/typescript-eslint/issues/3765)) ([5823524](https://github.com/typescript-eslint/typescript-eslint/commit/58235241714596b641a1e8b39c569e561e0039b4)), closes [#3748](https://github.com/typescript-eslint/typescript-eslint/issues/3748)
|
|
2733
|
+
- **typescript-estree:** remove legacy `useJSXTextNode` option ([#3109](https://github.com/typescript-eslint/typescript-eslint/issues/3109)) ([5b84b98](https://github.com/typescript-eslint/typescript-eslint/commit/5b84b98fb3cf68d944b7d4e970f39f4e88f0b2d5))
|
|
2734
|
+
|
|
2735
|
+
# [4.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) (2021-10-04)
|
|
2736
|
+
|
|
2737
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2738
|
+
|
|
2739
|
+
# [4.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) (2021-09-27)
|
|
2740
|
+
|
|
2741
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2742
|
+
|
|
2743
|
+
## [4.31.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20)
|
|
2744
|
+
|
|
2745
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2746
|
+
|
|
2747
|
+
## [4.31.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13)
|
|
2748
|
+
|
|
2749
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2750
|
+
|
|
2751
|
+
# [4.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) (2021-09-06)
|
|
2752
|
+
|
|
2753
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2754
|
+
|
|
2755
|
+
# [4.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) (2021-08-30)
|
|
2756
|
+
|
|
2757
|
+
### Features
|
|
2758
|
+
|
|
2759
|
+
- **typescript-estree:** add support for class static blocks ([#3730](https://github.com/typescript-eslint/typescript-eslint/issues/3730)) ([f81831b](https://github.com/typescript-eslint/typescript-eslint/commit/f81831bd279a32da6dbab0f1c061053ea43965f6))
|
|
2760
|
+
|
|
2761
|
+
## [4.29.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23)
|
|
2762
|
+
|
|
2763
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2764
|
+
|
|
2765
|
+
## [4.29.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16)
|
|
2766
|
+
|
|
2767
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2768
|
+
|
|
2769
|
+
## [4.29.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09)
|
|
2770
|
+
|
|
2771
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2772
|
+
|
|
2773
|
+
# [4.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) (2021-08-02)
|
|
2774
|
+
|
|
2775
|
+
### Bug Fixes
|
|
2776
|
+
|
|
2777
|
+
- **typescript-estree:** correct tty check ([#3635](https://github.com/typescript-eslint/typescript-eslint/issues/3635)) ([62bcc93](https://github.com/typescript-eslint/typescript-eslint/commit/62bcc937f08cd18296ffbe96a3551ec1fb87aecd))
|
|
2778
|
+
- **typescript-estree:** ensure --fix works with singleRun mode ([#3655](https://github.com/typescript-eslint/typescript-eslint/issues/3655)) ([99eca0d](https://github.com/typescript-eslint/typescript-eslint/commit/99eca0d428187d4c29ded9ddd1b57b40ab463c01))
|
|
2779
|
+
|
|
2780
|
+
### Features
|
|
2781
|
+
|
|
2782
|
+
- **ast-spec:** make `BaseNode` & `BaseToken` more type-safe ([#3560](https://github.com/typescript-eslint/typescript-eslint/issues/3560)) ([a6c5604](https://github.com/typescript-eslint/typescript-eslint/commit/a6c5604b65b6330d047aa016fc46b8a597a6ae58))
|
|
2783
|
+
- **typescript-estree:** add support for custom module resolution ([#3516](https://github.com/typescript-eslint/typescript-eslint/issues/3516)) ([d48429d](https://github.com/typescript-eslint/typescript-eslint/commit/d48429d97326545bb727f88ce9056270b1599a31))
|
|
2784
|
+
|
|
2785
|
+
## [4.28.5](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26)
|
|
2786
|
+
|
|
2787
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2788
|
+
|
|
2789
|
+
## [4.28.4](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19)
|
|
2790
|
+
|
|
2791
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2792
|
+
|
|
2793
|
+
## [4.28.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12)
|
|
2794
|
+
|
|
2795
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2796
|
+
|
|
2797
|
+
## [4.28.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05)
|
|
2798
|
+
|
|
2799
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2800
|
+
|
|
2801
|
+
## [4.28.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28)
|
|
2802
|
+
|
|
2803
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2804
|
+
|
|
2805
|
+
# [4.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) (2021-06-21)
|
|
2806
|
+
|
|
2807
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2808
|
+
|
|
2809
|
+
# [4.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) (2021-06-14)
|
|
2810
|
+
|
|
2811
|
+
### Bug Fixes
|
|
2812
|
+
|
|
2813
|
+
- **typescript-estree:** allow providing more one than one existing program in config ([#3508](https://github.com/typescript-eslint/typescript-eslint/issues/3508)) ([4f1806e](https://github.com/typescript-eslint/typescript-eslint/commit/4f1806e548affb7265da360d1fc8d033e25de325))
|
|
2814
|
+
- **typescript-estree:** support override modifier for parameter property ([#3485](https://github.com/typescript-eslint/typescript-eslint/issues/3485)) ([33b9f69](https://github.com/typescript-eslint/typescript-eslint/commit/33b9f69a681cd3219a2acca5b0b2fa67609f099e))
|
|
2815
|
+
|
|
2816
|
+
### Features
|
|
2817
|
+
|
|
2818
|
+
- **ast-spec:** specify `PunctuatorToken`'s `value` type ([#3496](https://github.com/typescript-eslint/typescript-eslint/issues/3496)) ([fdb1d81](https://github.com/typescript-eslint/typescript-eslint/commit/fdb1d81f0fcf75a9216e6a90469f18c24c91f718))
|
|
2819
|
+
- **typescript-estree:** add opt-in inference for single runs and create programs for projects up front ([#3512](https://github.com/typescript-eslint/typescript-eslint/issues/3512)) ([06c2d9b](https://github.com/typescript-eslint/typescript-eslint/commit/06c2d9ba5442330f56637ecb14fae7e41696699c))
|
|
2820
|
+
- allow user to provide TS program instance in parser options ([#3484](https://github.com/typescript-eslint/typescript-eslint/issues/3484)) ([e855b18](https://github.com/typescript-eslint/typescript-eslint/commit/e855b18b8feee0edb5c617c11006861426a6f530))
|
|
2821
|
+
|
|
2822
|
+
## [4.26.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07)
|
|
2823
|
+
|
|
2824
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2825
|
+
|
|
2826
|
+
# [4.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) (2021-05-31)
|
|
2827
|
+
|
|
2828
|
+
### Bug Fixes
|
|
2829
|
+
|
|
2830
|
+
- generate library types for TypeScript v4.3 ([#3460](https://github.com/typescript-eslint/typescript-eslint/issues/3460)) ([ed4776a](https://github.com/typescript-eslint/typescript-eslint/commit/ed4776afa1374279027b9b7d82aa4b453b334998)), closes [#3449](https://github.com/typescript-eslint/typescript-eslint/issues/3449)
|
|
2831
|
+
|
|
2832
|
+
# [4.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) (2021-05-24)
|
|
2833
|
+
|
|
2834
|
+
### Features
|
|
2835
|
+
|
|
2836
|
+
- **typescript-estree:** [TS4.3] support overrides on class members ([#3429](https://github.com/typescript-eslint/typescript-eslint/issues/3429)) ([21d1b62](https://github.com/typescript-eslint/typescript-eslint/commit/21d1b62a0b84b502d2cf12674b3d141994a3ffd4))
|
|
2837
|
+
- **typescript-estree:** add support for getter/setter signatures on types ([#3427](https://github.com/typescript-eslint/typescript-eslint/issues/3427)) ([b830b7f](https://github.com/typescript-eslint/typescript-eslint/commit/b830b7f4e8a99affc8af8b53cb83371ef81d7032)), closes [#3272](https://github.com/typescript-eslint/typescript-eslint/issues/3272) [#3272](https://github.com/typescript-eslint/typescript-eslint/issues/3272)
|
|
2838
|
+
|
|
2839
|
+
# [4.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) (2021-05-17)
|
|
2840
|
+
|
|
2841
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2842
|
+
|
|
2843
|
+
# [4.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) (2021-05-10)
|
|
2844
|
+
|
|
2845
|
+
### Features
|
|
2846
|
+
|
|
2847
|
+
- refactor to split AST specification out as its own module ([#2911](https://github.com/typescript-eslint/typescript-eslint/issues/2911)) ([25ea953](https://github.com/typescript-eslint/typescript-eslint/commit/25ea953cc60b118bd385c71e0a9b61c286c26fcf))
|
|
2848
|
+
|
|
2849
|
+
## [4.22.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
|
|
2850
|
+
|
|
2851
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2852
|
+
|
|
2853
|
+
# [4.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) (2021-04-12)
|
|
2854
|
+
|
|
2855
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2856
|
+
|
|
2857
|
+
# [4.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) (2021-04-05)
|
|
2858
|
+
|
|
2859
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2860
|
+
|
|
2861
|
+
# [4.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) (2021-03-29)
|
|
2862
|
+
|
|
2863
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2864
|
+
|
|
2865
|
+
# [4.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) (2021-03-22)
|
|
2866
|
+
|
|
2867
|
+
### Bug Fixes
|
|
2868
|
+
|
|
2869
|
+
- **typescript-estree:** [ts 4.2] add support for import type equal declaration ([#3189](https://github.com/typescript-eslint/typescript-eslint/issues/3189)) ([6a25faf](https://github.com/typescript-eslint/typescript-eslint/commit/6a25faf5cfa4d21a7546d9866819f4e017308fb2))
|
|
2870
|
+
|
|
2871
|
+
# [4.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) (2021-03-15)
|
|
2872
|
+
|
|
2873
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2874
|
+
|
|
2875
|
+
# [4.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) (2021-03-08)
|
|
2876
|
+
|
|
2877
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2878
|
+
|
|
2879
|
+
## [4.16.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01)
|
|
2880
|
+
|
|
2881
|
+
### Bug Fixes
|
|
2882
|
+
|
|
2883
|
+
- **typescript-estree:** update TS version range ([#3127](https://github.com/typescript-eslint/typescript-eslint/issues/3127)) ([0473674](https://github.com/typescript-eslint/typescript-eslint/commit/0473674c58df5039a2de3c63ad7494fc6be7487e))
|
|
2884
|
+
|
|
2885
|
+
# [4.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) (2021-03-01)
|
|
2886
|
+
|
|
2887
|
+
### Features
|
|
2888
|
+
|
|
2889
|
+
- TypeScript 4.2 syntax support ([#3112](https://github.com/typescript-eslint/typescript-eslint/issues/3112)) ([2ebfb21](https://github.com/typescript-eslint/typescript-eslint/commit/2ebfb21ba6c88c793cfbd0e231e5803b2381694c))
|
|
2890
|
+
- **typescript-estree:** throw custom error instead of plain object ([#3011](https://github.com/typescript-eslint/typescript-eslint/issues/3011)) ([ae14bf5](https://github.com/typescript-eslint/typescript-eslint/commit/ae14bf55fe31b0eb982ba17333e4aac550d10342))
|
|
2891
|
+
|
|
2892
|
+
## [4.15.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22)
|
|
2893
|
+
|
|
2894
|
+
### Bug Fixes
|
|
2895
|
+
|
|
2896
|
+
- **typescript-estree:** correct issues in AST definition ([#3083](https://github.com/typescript-eslint/typescript-eslint/issues/3083)) ([509a117](https://github.com/typescript-eslint/typescript-eslint/commit/509a11749f85400a01e9fecfecd12871ce562d3d))
|
|
2897
|
+
- add missing intrinsic keyword node to AST ([#3081](https://github.com/typescript-eslint/typescript-eslint/issues/3081)) ([409bf0b](https://github.com/typescript-eslint/typescript-eslint/commit/409bf0bb3e2ac4d8782408d436ebdefb42dba38b))
|
|
2898
|
+
- correct test names on windows for semantic-diagnostics-enabled ([#3060](https://github.com/typescript-eslint/typescript-eslint/issues/3060)) ([885780d](https://github.com/typescript-eslint/typescript-eslint/commit/885780d4a2b07e418256b7323d76b18453c14a50))
|
|
2899
|
+
|
|
2900
|
+
## [4.15.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15)
|
|
2901
|
+
|
|
2902
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2903
|
+
|
|
2904
|
+
# [4.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) (2021-02-08)
|
|
2905
|
+
|
|
2906
|
+
### Features
|
|
2907
|
+
|
|
2908
|
+
- **typescript-estree:** improve logic used to escape string literals in jsx ([#2995](https://github.com/typescript-eslint/typescript-eslint/issues/2995)) ([3cb3aad](https://github.com/typescript-eslint/typescript-eslint/commit/3cb3aade2864bab15ed1ff8d7cd32766aa57152f))
|
|
2909
|
+
|
|
2910
|
+
## [4.14.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01)
|
|
2911
|
+
|
|
2912
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2913
|
+
|
|
2914
|
+
## [4.14.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25)
|
|
2915
|
+
|
|
2916
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2917
|
+
|
|
2918
|
+
# [4.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) (2021-01-18)
|
|
2919
|
+
|
|
2920
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2921
|
+
|
|
2922
|
+
# [4.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) (2021-01-11)
|
|
2923
|
+
|
|
2924
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2925
|
+
|
|
2926
|
+
# [4.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) (2021-01-04)
|
|
2927
|
+
|
|
2928
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2929
|
+
|
|
2930
|
+
## [4.11.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28)
|
|
2931
|
+
|
|
2932
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2933
|
+
|
|
2934
|
+
# [4.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) (2020-12-21)
|
|
2935
|
+
|
|
2936
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2937
|
+
|
|
2938
|
+
# [4.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) (2020-12-14)
|
|
2939
|
+
|
|
2940
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2941
|
+
|
|
2942
|
+
## [4.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07)
|
|
2943
|
+
|
|
2944
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2945
|
+
|
|
2946
|
+
# [4.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) (2020-11-30)
|
|
2947
|
+
|
|
2948
|
+
### Bug Fixes
|
|
2949
|
+
|
|
2950
|
+
- **typescript-estree:** add default value for `parserOptions.projectFolderIgnoreList` and deduplicate resolved projects ([#2819](https://github.com/typescript-eslint/typescript-eslint/issues/2819)) ([bf904ec](https://github.com/typescript-eslint/typescript-eslint/commit/bf904ec72db57174fec531f61e9427230662553e)), closes [#2418](https://github.com/typescript-eslint/typescript-eslint/issues/2418) [#2814](https://github.com/typescript-eslint/typescript-eslint/issues/2814)
|
|
2951
|
+
|
|
2952
|
+
## [4.8.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23)
|
|
2953
|
+
|
|
2954
|
+
### Bug Fixes
|
|
2955
|
+
|
|
2956
|
+
- **typescript-estree:** fix type-only regression for consumers not yet on TS 4.1 ([#2789](https://github.com/typescript-eslint/typescript-eslint/issues/2789)) ([50a46c6](https://github.com/typescript-eslint/typescript-eslint/commit/50a46c60fb81d8434aa4268a13d17d8fcf499e21))
|
|
2957
|
+
|
|
2958
|
+
## [4.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17)
|
|
2959
|
+
|
|
2960
|
+
### Bug Fixes
|
|
2961
|
+
|
|
2962
|
+
- **typescript-estree:** parseWithNodeMaps returning empty maps ([#2773](https://github.com/typescript-eslint/typescript-eslint/issues/2773)) ([3e4a0ed](https://github.com/typescript-eslint/typescript-eslint/commit/3e4a0ed0d615fd22a2f28c7c8af6179673e195f8))
|
|
2963
|
+
|
|
2964
|
+
# [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-16)
|
|
2965
|
+
|
|
2966
|
+
### Features
|
|
2967
|
+
|
|
2968
|
+
- **typescript-estree:** add `parseWithNodeMaps` API ([#2760](https://github.com/typescript-eslint/typescript-eslint/issues/2760)) ([9441d50](https://github.com/typescript-eslint/typescript-eslint/commit/9441d5030211f1c32f5ae8e61d5565cab8bb6823)), closes [#1852](https://github.com/typescript-eslint/typescript-eslint/issues/1852)
|
|
2969
|
+
|
|
2970
|
+
# [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-09)
|
|
2971
|
+
|
|
2972
|
+
### Features
|
|
2973
|
+
|
|
2974
|
+
- support TS4.1 features ([#2748](https://github.com/typescript-eslint/typescript-eslint/issues/2748)) ([2be354b](https://github.com/typescript-eslint/typescript-eslint/commit/2be354bb15f9013a2da1b13a0c0836e9ef057e16)), closes [#2583](https://github.com/typescript-eslint/typescript-eslint/issues/2583)
|
|
2975
|
+
|
|
2976
|
+
## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11-02)
|
|
2977
|
+
|
|
2978
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2979
|
+
|
|
2980
|
+
# [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-26)
|
|
2981
|
+
|
|
2982
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2983
|
+
|
|
2984
|
+
# [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-19)
|
|
2985
|
+
|
|
2986
|
+
### Features
|
|
2987
|
+
|
|
2988
|
+
- **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https://github.com/typescript-eslint/typescript-eslint/issues/2669)) ([90a5878](https://github.com/typescript-eslint/typescript-eslint/commit/90a587845088da1b205e4d7d77dbc3f9447b1c5a))
|
|
2989
|
+
|
|
2990
|
+
## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10-12)
|
|
2991
|
+
|
|
2992
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2993
|
+
|
|
2994
|
+
# [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-05)
|
|
2995
|
+
|
|
2996
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
2997
|
+
|
|
2998
|
+
# [4.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.2.0...v4.3.0) (2020-09-28)
|
|
2999
|
+
|
|
3000
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3001
|
+
|
|
3002
|
+
# [4.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.1...v4.2.0) (2020-09-21)
|
|
3003
|
+
|
|
3004
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3005
|
+
|
|
3006
|
+
## [4.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1) (2020-09-14)
|
|
3007
|
+
|
|
3008
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3009
|
+
|
|
3010
|
+
# [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
|
|
3011
|
+
|
|
3012
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3013
|
+
|
|
3014
|
+
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
|
|
3015
|
+
|
|
3016
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3017
|
+
|
|
3018
|
+
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
|
|
3019
|
+
|
|
3020
|
+
### Bug Fixes
|
|
3021
|
+
|
|
3022
|
+
- correct decorator traversal for AssignmentPattern ([#2375](https://github.com/typescript-eslint/typescript-eslint/issues/2375)) ([d738fa4](https://github.com/typescript-eslint/typescript-eslint/commit/d738fa4eff0a5c4cfc9b30b1c0502f8d1e78d7b6))
|
|
3023
|
+
- **typescript-estree:** correct ChainExpression interaction with parentheses and non-nulls ([#2380](https://github.com/typescript-eslint/typescript-eslint/issues/2380)) ([762bc99](https://github.com/typescript-eslint/typescript-eslint/commit/762bc99584ede4d0b8099a743991e957aec86aa8))
|
|
3024
|
+
|
|
3025
|
+
### Features
|
|
3026
|
+
|
|
3027
|
+
- support ESTree optional chaining representation ([#2308](https://github.com/typescript-eslint/typescript-eslint/issues/2308)) ([e9d2ab6](https://github.com/typescript-eslint/typescript-eslint/commit/e9d2ab638b6767700b52797e74b814ea059beaae))
|
|
3028
|
+
- **typescript-estree:** switch to globby ([#2418](https://github.com/typescript-eslint/typescript-eslint/issues/2418)) ([3a7ec9b](https://github.com/typescript-eslint/typescript-eslint/commit/3a7ec9bcf1873a99c6da2f19ade8ab4763b4793c)), closes [#2398](https://github.com/typescript-eslint/typescript-eslint/issues/2398)
|
|
3029
|
+
|
|
3030
|
+
### BREAKING CHANGES
|
|
3031
|
+
|
|
3032
|
+
- **typescript-estree:** - removes the ability to supply a `RegExp` to `projectFolderIgnoreList`, and changes the meaning of the string value from a regex to a glob.
|
|
3033
|
+
- - Removed decorators property from several Nodes that could never semantically have them (FunctionDeclaration, TSEnumDeclaration, and TSInterfaceDeclaration)
|
|
3034
|
+
|
|
3035
|
+
* Removed AST_NODE_TYPES.Import. This is a minor breaking change as the node type that used this was removed ages ago.
|
|
3036
|
+
|
|
3037
|
+
## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
|
|
3038
|
+
|
|
3039
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3040
|
+
|
|
3041
|
+
# [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
|
|
3042
|
+
|
|
3043
|
+
### Bug Fixes
|
|
3044
|
+
|
|
3045
|
+
- **typescript-estree:** ts.NamedTupleMember workaround for <TS4.0 ([#2405](https://github.com/typescript-eslint/typescript-eslint/issues/2405)) ([b62331a](https://github.com/typescript-eslint/typescript-eslint/commit/b62331ad02dcff3236e18f10eb92d59e7371d4c3))
|
|
3046
|
+
|
|
3047
|
+
### Features
|
|
3048
|
+
|
|
3049
|
+
- **typescript-estree:** update allowed TS version range ([#2419](https://github.com/typescript-eslint/typescript-eslint/issues/2419)) ([e6be621](https://github.com/typescript-eslint/typescript-eslint/commit/e6be62128b3a98541fe590512892c4b501914e46))
|
|
3050
|
+
|
|
3051
|
+
## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
|
|
3052
|
+
|
|
3053
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3054
|
+
|
|
3055
|
+
# [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
|
|
3056
|
+
|
|
3057
|
+
### Features
|
|
3058
|
+
|
|
3059
|
+
- **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript-eslint/typescript-eslint/issues/2378)) ([00d84ff](https://github.com/typescript-eslint/typescript-eslint/commit/00d84ffbcbe9d0ec98bdb2f2ce59959a27ce4dbe))
|
|
3060
|
+
|
|
3061
|
+
# [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)
|
|
3062
|
+
|
|
3063
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3064
|
+
|
|
3065
|
+
## [3.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.0...v3.7.1) (2020-07-27)
|
|
3066
|
+
|
|
3067
|
+
### Bug Fixes
|
|
3068
|
+
|
|
3069
|
+
- **typescript-estree:** correct AST regression introduced by TS4.0 upgrade ([#2316](https://github.com/typescript-eslint/typescript-eslint/issues/2316)) ([d7fefba](https://github.com/typescript-eslint/typescript-eslint/commit/d7fefba3741a526ff2b58dd713995c3ee5603962))
|
|
3070
|
+
|
|
3071
|
+
# [3.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.1...v3.7.0) (2020-07-20)
|
|
3072
|
+
|
|
3073
|
+
### Features
|
|
3074
|
+
|
|
3075
|
+
- **typescript-estree:** support short-circuiting assignment operators ([#2307](https://github.com/typescript-eslint/typescript-eslint/issues/2307)) ([2c90d9f](https://github.com/typescript-eslint/typescript-eslint/commit/2c90d9fa3aa5ebd7db697dddb7762bca2dd0e06b))
|
|
3076
|
+
- **typescript-estree:** support type annotations on catch clauses ([#2306](https://github.com/typescript-eslint/typescript-eslint/issues/2306)) ([b5afe9c](https://github.com/typescript-eslint/typescript-eslint/commit/b5afe9c560b9f38c8dffc312a600db30944129c8))
|
|
3077
|
+
|
|
3078
|
+
## [3.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.0...v3.6.1) (2020-07-13)
|
|
3079
|
+
|
|
3080
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3081
|
+
|
|
3082
|
+
# [3.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) (2020-07-06)
|
|
3083
|
+
|
|
3084
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3085
|
+
|
|
3086
|
+
# [3.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) (2020-06-29)
|
|
3087
|
+
|
|
3088
|
+
### Bug Fixes
|
|
3089
|
+
|
|
3090
|
+
- **typescript-estree:** forward compatibility for new compound assignment operators ([#2253](https://github.com/typescript-eslint/typescript-eslint/issues/2253)) ([ba41680](https://github.com/typescript-eslint/typescript-eslint/commit/ba41680f2a25b1aa4d05c2d4b132ac73a6faefbd))
|
|
3091
|
+
|
|
3092
|
+
### Features
|
|
3093
|
+
|
|
3094
|
+
- add package scope-manager ([#1939](https://github.com/typescript-eslint/typescript-eslint/issues/1939)) ([682eb7e](https://github.com/typescript-eslint/typescript-eslint/commit/682eb7e009c3f22a542882dfd3602196a60d2a1e))
|
|
3095
|
+
- split types into their own package ([#2229](https://github.com/typescript-eslint/typescript-eslint/issues/2229)) ([5f45918](https://github.com/typescript-eslint/typescript-eslint/commit/5f4591886f3438329fbf2229b03ac66174334a24))
|
|
3096
|
+
- split visitor keys into their own package ([#2230](https://github.com/typescript-eslint/typescript-eslint/issues/2230)) ([689dae3](https://github.com/typescript-eslint/typescript-eslint/commit/689dae37392d527c64ae83db2a4c3e6b7fecece7))
|
|
3097
|
+
|
|
3098
|
+
# [3.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.3.0...v3.4.0) (2020-06-22)
|
|
3099
|
+
|
|
3100
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3101
|
+
|
|
3102
|
+
# [3.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.2.0...v3.3.0) (2020-06-15)
|
|
3103
|
+
|
|
3104
|
+
### Bug Fixes
|
|
3105
|
+
|
|
3106
|
+
- **typescript-estree:** handle TS4.0 breaking change in TupleType ([#2197](https://github.com/typescript-eslint/typescript-eslint/issues/2197)) ([5d68129](https://github.com/typescript-eslint/typescript-eslint/commit/5d6812914831a386997b453b4db1e3283e26005d))
|
|
3107
|
+
|
|
3108
|
+
# [3.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.1.0...v3.2.0) (2020-06-08)
|
|
3109
|
+
|
|
3110
|
+
### Bug Fixes
|
|
3111
|
+
|
|
3112
|
+
- **eslint-plugin:** [prefer-optional-chain] handling first member expression ([#2156](https://github.com/typescript-eslint/typescript-eslint/issues/2156)) ([de18660](https://github.com/typescript-eslint/typescript-eslint/commit/de18660a8cf8f7033798646d8c5b0938d1accb12))
|
|
3113
|
+
|
|
3114
|
+
# [3.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.2...v3.1.0) (2020-06-01)
|
|
3115
|
+
|
|
3116
|
+
### Bug Fixes
|
|
3117
|
+
|
|
3118
|
+
- **eslint-plugin:** [no-unused-expressions] ignore import expressions ([#2130](https://github.com/typescript-eslint/typescript-eslint/issues/2130)) ([e383691](https://github.com/typescript-eslint/typescript-eslint/commit/e3836910efdafd9edf04daed149c9e839c08047e))
|
|
3119
|
+
- **experimental-utils:** downlevel type declarations for versions older than 3.8 ([#2133](https://github.com/typescript-eslint/typescript-eslint/issues/2133)) ([7925823](https://github.com/typescript-eslint/typescript-eslint/commit/792582326a8065270b69a0ffcaad5a7b4b103ff3))
|
|
3120
|
+
|
|
3121
|
+
## [3.0.2](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.1...v3.0.2) (2020-05-27)
|
|
3122
|
+
|
|
3123
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3124
|
+
|
|
3125
|
+
## [3.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.0...v3.0.1) (2020-05-25)
|
|
3126
|
+
|
|
3127
|
+
### Bug Fixes
|
|
3128
|
+
|
|
3129
|
+
- **typescript-estree:** handle `BigInt` with `_` numeric separator ([#2067](https://github.com/typescript-eslint/typescript-eslint/issues/2067)) ([66f1627](https://github.com/typescript-eslint/typescript-eslint/commit/66f1627b11a566d5b925a577e800f99d5c808be2))
|
|
3130
|
+
- **typescript-estree:** mark TS 3.8 and 3.9 as "supported" ([#2057](https://github.com/typescript-eslint/typescript-eslint/issues/2057)) ([5eedbff](https://github.com/typescript-eslint/typescript-eslint/commit/5eedbff01178ea33b98ab22e556df4c1a195f839)), closes [#1436](https://github.com/typescript-eslint/typescript-eslint/issues/1436) [#1436](https://github.com/typescript-eslint/typescript-eslint/issues/1436)
|
|
3131
|
+
|
|
3132
|
+
# [3.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.34.0...v3.0.0) (2020-05-21)
|
|
3133
|
+
|
|
3134
|
+
## [Please see the release notes for v3.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0)
|
|
3135
|
+
|
|
3136
|
+
### Bug Fixes
|
|
3137
|
+
|
|
3138
|
+
- **typescript-estree:** remove now defunct `Import` node type ([f199cbd](https://github.com/typescript-eslint/typescript-eslint/commit/f199cbdbbd892b5ba03bfff66f463f3d9c92ee9b))
|
|
3139
|
+
- **typescript-estree:** use `TSEmptyBodyFunctionExpression` for body-less nodes ([#1289](https://github.com/typescript-eslint/typescript-eslint/issues/1289)) ([82e7163](https://github.com/typescript-eslint/typescript-eslint/commit/82e7163214b56ccde93ba97807b161669a50a60b))
|
|
3140
|
+
|
|
3141
|
+
### Features
|
|
3142
|
+
|
|
3143
|
+
- add index files to parser and typescript-estree ([3dfc46d](https://github.com/typescript-eslint/typescript-eslint/commit/3dfc46dccbbd28eed2d74c7b6cacddf1a0848598))
|
|
3144
|
+
- bump minimum required TS version ([#2004](https://github.com/typescript-eslint/typescript-eslint/issues/2004)) ([7ad4d7c](https://github.com/typescript-eslint/typescript-eslint/commit/7ad4d7c2db088b6f779b9d883a4acad13eee3775))
|
|
3145
|
+
- **eslint-plugin:** [ban-types] rework default options ([#848](https://github.com/typescript-eslint/typescript-eslint/issues/848)) ([8e31d5d](https://github.com/typescript-eslint/typescript-eslint/commit/8e31d5dbe9fe5227fdbefcecfd50ce5dd51360c3))
|
|
3146
|
+
- **typescript-estree:** align nodes with estree 2020 ([#1389](https://github.com/typescript-eslint/typescript-eslint/issues/1389)) ([aff5b62](https://github.com/typescript-eslint/typescript-eslint/commit/aff5b62044f9b93f2087a1d261e9be3f8d6fd54d))
|
|
3147
|
+
- **typescript-estree:** align optional fields ([#1429](https://github.com/typescript-eslint/typescript-eslint/issues/1429)) ([0e0010f](https://github.com/typescript-eslint/typescript-eslint/commit/0e0010f82952f9beeeb84136eea00cc5eecc9db6))
|
|
3148
|
+
- drop support for node v8 ([#1997](https://github.com/typescript-eslint/typescript-eslint/issues/1997)) ([b6c3b7b](https://github.com/typescript-eslint/typescript-eslint/commit/b6c3b7b84b8d199fa75a46432febd4a364a63217))
|
|
3149
|
+
- **typescript-estree:** always return parserServices ([#716](https://github.com/typescript-eslint/typescript-eslint/issues/716)) ([5b23443](https://github.com/typescript-eslint/typescript-eslint/commit/5b23443c48f3f62424db3e742243f3568080b946))
|
|
3150
|
+
- **typescript-estree:** handle 3.9's non-null assertion changes ([#2036](https://github.com/typescript-eslint/typescript-eslint/issues/2036)) ([06bec63](https://github.com/typescript-eslint/typescript-eslint/commit/06bec63c56536db070608ab136d2ad57083f0c6a))
|
|
3151
|
+
|
|
3152
|
+
# [2.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0) (2020-05-18)
|
|
3153
|
+
|
|
3154
|
+
### Bug Fixes
|
|
3155
|
+
|
|
3156
|
+
- **typescript-estree:** fix handling of range/loc removal ([#2028](https://github.com/typescript-eslint/typescript-eslint/issues/2028)) ([ce344d9](https://github.com/typescript-eslint/typescript-eslint/commit/ce344d90e7c78b0c4b4b823494a3e78190f45c64))
|
|
3157
|
+
|
|
3158
|
+
# [2.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0) (2020-05-12)
|
|
3159
|
+
|
|
3160
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3161
|
+
|
|
3162
|
+
# [2.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.31.0...v2.32.0) (2020-05-11)
|
|
3163
|
+
|
|
3164
|
+
### Features
|
|
3165
|
+
|
|
3166
|
+
- bump dependencies and align AST ([#2007](https://github.com/typescript-eslint/typescript-eslint/issues/2007)) ([18668b7](https://github.com/typescript-eslint/typescript-eslint/commit/18668b78fd7d1e5281af7fc26c76e0ca53297f69))
|
|
3167
|
+
|
|
3168
|
+
# [2.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.30.0...v2.31.0) (2020-05-04)
|
|
3169
|
+
|
|
3170
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3171
|
+
|
|
3172
|
+
# [2.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.29.0...v2.30.0) (2020-04-27)
|
|
3173
|
+
|
|
3174
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3175
|
+
|
|
3176
|
+
# [2.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.28.0...v2.29.0) (2020-04-20)
|
|
3177
|
+
|
|
3178
|
+
### Features
|
|
3179
|
+
|
|
3180
|
+
- **eslint-plugin:** [no-floating-promise] add option to ignore IIFEs ([#1799](https://github.com/typescript-eslint/typescript-eslint/issues/1799)) ([cea51bf](https://github.com/typescript-eslint/typescript-eslint/commit/cea51bf130d6d3c2935f5e2dcc468196f2ad9d00))
|
|
3181
|
+
|
|
3182
|
+
# [2.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.27.0...v2.28.0) (2020-04-13)
|
|
3183
|
+
|
|
3184
|
+
### Features
|
|
3185
|
+
|
|
3186
|
+
- **eslint-plugin:** add rule `prefer-ts-expect-error` ([#1705](https://github.com/typescript-eslint/typescript-eslint/issues/1705)) ([7021f21](https://github.com/typescript-eslint/typescript-eslint/commit/7021f2151a25db2a8edf17e06cd6f21e90761ec8))
|
|
3187
|
+
- **eslint-plugin:** add rule no-unsafe-assignment ([#1694](https://github.com/typescript-eslint/typescript-eslint/issues/1694)) ([a49b860](https://github.com/typescript-eslint/typescript-eslint/commit/a49b860cbbb2c7d718b99f561e2fb6eaadf16f17))
|
|
3188
|
+
|
|
3189
|
+
# [2.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.26.0...v2.27.0) (2020-04-06)
|
|
3190
|
+
|
|
3191
|
+
### Bug Fixes
|
|
3192
|
+
|
|
3193
|
+
- **typescript-estree:** add support for TS3.9 extra file extensions ([#1833](https://github.com/typescript-eslint/typescript-eslint/issues/1833)) ([1f0ff41](https://github.com/typescript-eslint/typescript-eslint/commit/1f0ff41aa1bc3b7c5330b2f5fe22e24bf578a6b2))
|
|
3194
|
+
|
|
3195
|
+
### Features
|
|
3196
|
+
|
|
3197
|
+
- **eslint-plugin:** sort members alphabetically ([#263](https://github.com/typescript-eslint/typescript-eslint/issues/263)) ([485e902](https://github.com/typescript-eslint/typescript-eslint/commit/485e90213a0f8baac0587f7d56925448883fc5bd))
|
|
3198
|
+
|
|
3199
|
+
# [2.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.25.0...v2.26.0) (2020-03-30)
|
|
3200
|
+
|
|
3201
|
+
### Features
|
|
3202
|
+
|
|
3203
|
+
- **typescript-estree:** add option to ignore certain folders from glob resolution ([#1802](https://github.com/typescript-eslint/typescript-eslint/issues/1802)) ([1e29e69](https://github.com/typescript-eslint/typescript-eslint/commit/1e29e69b289d61107a7de67592beae331ba50222))
|
|
3204
|
+
|
|
3205
|
+
# [2.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.24.0...v2.25.0) (2020-03-23)
|
|
3206
|
+
|
|
3207
|
+
### Bug Fixes
|
|
3208
|
+
|
|
3209
|
+
- **typescript-estree:** export \* regression from 133f622f ([#1751](https://github.com/typescript-eslint/typescript-eslint/issues/1751)) ([09d8afc](https://github.com/typescript-eslint/typescript-eslint/commit/09d8afca684635b5ac604bc1794240484a70ce91))
|
|
3210
|
+
|
|
3211
|
+
# [2.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.23.0...v2.24.0) (2020-03-16)
|
|
3212
|
+
|
|
3213
|
+
### Bug Fixes
|
|
3214
|
+
|
|
3215
|
+
- **typescript-estree:** unnecessary program updates by removing timeout methods ([#1693](https://github.com/typescript-eslint/typescript-eslint/issues/1693)) ([2ccd66b](https://github.com/typescript-eslint/typescript-eslint/commit/2ccd66b920816d54cc1a639059f60410df665900))
|
|
3216
|
+
|
|
3217
|
+
### Features
|
|
3218
|
+
|
|
3219
|
+
- **typescript-estree:** support 3.8 `export * as ns` ([#1698](https://github.com/typescript-eslint/typescript-eslint/issues/1698)) ([133f622](https://github.com/typescript-eslint/typescript-eslint/commit/133f622f38a286eac45288a9789d2ee529d5e582))
|
|
3220
|
+
|
|
3221
|
+
# [2.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.22.0...v2.23.0) (2020-03-09)
|
|
3222
|
+
|
|
3223
|
+
### Features
|
|
3224
|
+
|
|
3225
|
+
- **typescript-estree:** support 3.8 import/export type ([#1697](https://github.com/typescript-eslint/typescript-eslint/issues/1697)) ([625d603](https://github.com/typescript-eslint/typescript-eslint/commit/625d603f94bf0521f834313bf31c734ce4948b7a))
|
|
3226
|
+
|
|
3227
|
+
# [2.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.21.0...v2.22.0) (2020-03-02)
|
|
3228
|
+
|
|
3229
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3230
|
+
|
|
3231
|
+
# [2.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0) (2020-02-24)
|
|
3232
|
+
|
|
3233
|
+
### Bug Fixes
|
|
3234
|
+
|
|
3235
|
+
- **typescript-estree:** process.stdout can be undefined ([#1619](https://github.com/typescript-eslint/typescript-eslint/issues/1619)) ([0d8e87e](https://github.com/typescript-eslint/typescript-eslint/commit/0d8e87e09704588273bc94a740279b3e8af7474f))
|
|
3236
|
+
|
|
3237
|
+
# [2.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0) (2020-02-17)
|
|
3238
|
+
|
|
3239
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3240
|
+
|
|
3241
|
+
## [2.19.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.1...v2.19.2) (2020-02-10)
|
|
3242
|
+
|
|
3243
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3244
|
+
|
|
3245
|
+
## [2.19.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.0...v2.19.1) (2020-02-10)
|
|
3246
|
+
|
|
3247
|
+
### Bug Fixes
|
|
3248
|
+
|
|
3249
|
+
- **typescript-estree:** ts returning wrong file with project references ([#1575](https://github.com/typescript-eslint/typescript-eslint/issues/1575)) ([4c12dac](https://github.com/typescript-eslint/typescript-eslint/commit/4c12dac075f774801a145cd29c4c7eff64f98fdc))
|
|
3250
|
+
|
|
3251
|
+
# [2.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.18.0...v2.19.0) (2020-02-03)
|
|
3252
|
+
|
|
3253
|
+
### Bug Fixes
|
|
3254
|
+
|
|
3255
|
+
- **typescript-estree:** fix regression introduced in [#1525](https://github.com/typescript-eslint/typescript-eslint/issues/1525) ([#1543](https://github.com/typescript-eslint/typescript-eslint/issues/1543)) ([bec4572](https://github.com/typescript-eslint/typescript-eslint/commit/bec45722dfed8aeb49189d151252b83d4a34239c))
|
|
3256
|
+
- **typescript-estree:** persisted parse and module none ([#1516](https://github.com/typescript-eslint/typescript-eslint/issues/1516)) ([7c70323](https://github.com/typescript-eslint/typescript-eslint/commit/7c7032322f55d9492e21d3bfa5da16da1f05cbce))
|
|
3257
|
+
|
|
3258
|
+
# [2.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.17.0...v2.18.0) (2020-01-27)
|
|
3259
|
+
|
|
3260
|
+
### Bug Fixes
|
|
3261
|
+
|
|
3262
|
+
- improve token types and add missing type guards ([#1497](https://github.com/typescript-eslint/typescript-eslint/issues/1497)) ([ce41d7d](https://github.com/typescript-eslint/typescript-eslint/commit/ce41d7de33bcb7ccf96c03ac1438304c5a49ff54))
|
|
3263
|
+
- **typescript-estree:** error on unexpected jsdoc nodes ([#1525](https://github.com/typescript-eslint/typescript-eslint/issues/1525)) ([c8dfac3](https://github.com/typescript-eslint/typescript-eslint/commit/c8dfac3d2f066e50fa9d2b5a86beffdaafddb643))
|
|
3264
|
+
- **typescript-estree:** fix identifier tokens typed as `Keyword` ([#1487](https://github.com/typescript-eslint/typescript-eslint/issues/1487)) ([77a1caa](https://github.com/typescript-eslint/typescript-eslint/commit/77a1caa562638645b4717449800e410107d512c8))
|
|
3265
|
+
|
|
3266
|
+
### Features
|
|
3267
|
+
|
|
3268
|
+
- **eslint-plugin:** add new rule prefer-as-const ([#1431](https://github.com/typescript-eslint/typescript-eslint/issues/1431)) ([420db96](https://github.com/typescript-eslint/typescript-eslint/commit/420db96921435e8bf7fb484ae74552a912a6adde))
|
|
3269
|
+
|
|
3270
|
+
# [2.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.16.0...v2.17.0) (2020-01-20)
|
|
3271
|
+
|
|
3272
|
+
### Bug Fixes
|
|
3273
|
+
|
|
3274
|
+
- **typescript-estree:** correct type of `ArrayPattern.elements` ([#1451](https://github.com/typescript-eslint/typescript-eslint/issues/1451)) ([62e4ca0](https://github.com/typescript-eslint/typescript-eslint/commit/62e4ca0))
|
|
3275
|
+
|
|
3276
|
+
# [2.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0) (2020-01-13)
|
|
3277
|
+
|
|
3278
|
+
### Bug Fixes
|
|
3279
|
+
|
|
3280
|
+
- **typescript-estree:** fix persisted parse for relative paths ([#1424](https://github.com/typescript-eslint/typescript-eslint/issues/1424)) ([9720d2c](https://github.com/typescript-eslint/typescript-eslint/commit/9720d2c))
|
|
3281
|
+
- **typescript-estree:** parsing of deeply nested new files in new folder ([#1412](https://github.com/typescript-eslint/typescript-eslint/issues/1412)) ([206c94b](https://github.com/typescript-eslint/typescript-eslint/commit/206c94b))
|
|
3282
|
+
- **typescript-estree:** resolve path relative to tsconfigRootDir ([#1439](https://github.com/typescript-eslint/typescript-eslint/issues/1439)) ([c709056](https://github.com/typescript-eslint/typescript-eslint/commit/c709056))
|
|
3283
|
+
|
|
3284
|
+
### Features
|
|
3285
|
+
|
|
3286
|
+
- **typescript-estree:** add parserOption to turn on debug logs ([#1413](https://github.com/typescript-eslint/typescript-eslint/issues/1413)) ([25092fd](https://github.com/typescript-eslint/typescript-eslint/commit/25092fd))
|
|
3287
|
+
- **typescript-estree:** add strict type mapping to esTreeNodeToTSNodeMap ([#1382](https://github.com/typescript-eslint/typescript-eslint/issues/1382)) ([d3d70a3](https://github.com/typescript-eslint/typescript-eslint/commit/d3d70a3))
|
|
3288
|
+
|
|
3289
|
+
# [2.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0) (2020-01-06)
|
|
3290
|
+
|
|
3291
|
+
### Bug Fixes
|
|
3292
|
+
|
|
3293
|
+
- **typescript-estree:** correct persisted parse for windows ([#1406](https://github.com/typescript-eslint/typescript-eslint/issues/1406)) ([1a42f3d](https://github.com/typescript-eslint/typescript-eslint/commit/1a42f3d))
|
|
3294
|
+
|
|
3295
|
+
# [2.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0) (2019-12-30)
|
|
3296
|
+
|
|
3297
|
+
### Bug Fixes
|
|
3298
|
+
|
|
3299
|
+
- **typescript-estree:** visit typeParameters in OptionalCallExpr ([#1377](https://github.com/typescript-eslint/typescript-eslint/issues/1377)) ([cba6a2a](https://github.com/typescript-eslint/typescript-eslint/commit/cba6a2a))
|
|
3300
|
+
|
|
3301
|
+
### Features
|
|
3302
|
+
|
|
3303
|
+
- add internal eslint plugin for repo-specific lint rules ([#1373](https://github.com/typescript-eslint/typescript-eslint/issues/1373)) ([3a15413](https://github.com/typescript-eslint/typescript-eslint/commit/3a15413))
|
|
3304
|
+
|
|
3305
|
+
# [2.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.12.0...v2.13.0) (2019-12-23)
|
|
3306
|
+
|
|
3307
|
+
### Bug Fixes
|
|
3308
|
+
|
|
3309
|
+
- **typescript-estree:** correct type of key for base nodes ([#1367](https://github.com/typescript-eslint/typescript-eslint/issues/1367)) ([099225a](https://github.com/typescript-eslint/typescript-eslint/commit/099225a))
|
|
3310
|
+
|
|
3311
|
+
### Features
|
|
3312
|
+
|
|
3313
|
+
- **typescript-estree:** computed members discriminated unions ([#1349](https://github.com/typescript-eslint/typescript-eslint/issues/1349)) ([013df9a](https://github.com/typescript-eslint/typescript-eslint/commit/013df9a))
|
|
3314
|
+
- **typescript-estree:** tighten prop name and destructure types ([#1346](https://github.com/typescript-eslint/typescript-eslint/issues/1346)) ([f335c50](https://github.com/typescript-eslint/typescript-eslint/commit/f335c50))
|
|
3315
|
+
|
|
3316
|
+
# [2.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.11.0...v2.12.0) (2019-12-16)
|
|
3317
|
+
|
|
3318
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3319
|
+
|
|
3320
|
+
# [2.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.10.0...v2.11.0) (2019-12-09)
|
|
3321
|
+
|
|
3322
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3323
|
+
|
|
3324
|
+
# [2.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.9.0...v2.10.0) (2019-12-02)
|
|
3325
|
+
|
|
3326
|
+
### Bug Fixes
|
|
3327
|
+
|
|
3328
|
+
- **eslint-plugin:** [no-unused-expressions] ignore directives ([#1285](https://github.com/typescript-eslint/typescript-eslint/issues/1285)) ([ce4c803](https://github.com/typescript-eslint/typescript-eslint/commit/ce4c803))
|
|
3329
|
+
- **typescript-estree:** make FunctionDeclaration.body non-null ([#1288](https://github.com/typescript-eslint/typescript-eslint/issues/1288)) ([dc73510](https://github.com/typescript-eslint/typescript-eslint/commit/dc73510))
|
|
3330
|
+
|
|
3331
|
+
# [2.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.8.0...v2.9.0) (2019-11-25)
|
|
3332
|
+
|
|
3333
|
+
### Bug Fixes
|
|
3334
|
+
|
|
3335
|
+
- **typescript-estree:** fix synthetic default import ([#1245](https://github.com/typescript-eslint/typescript-eslint/issues/1245)) ([d97f809](https://github.com/typescript-eslint/typescript-eslint/commit/d97f809))
|
|
3336
|
+
|
|
3337
|
+
### Features
|
|
3338
|
+
|
|
3339
|
+
- **eslint-plugin:** add no-unused-vars-experimental ([#688](https://github.com/typescript-eslint/typescript-eslint/issues/688)) ([05ebea5](https://github.com/typescript-eslint/typescript-eslint/commit/05ebea5))
|
|
3340
|
+
|
|
3341
|
+
# [2.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.7.0...v2.8.0) (2019-11-18)
|
|
3342
|
+
|
|
3343
|
+
### Bug Fixes
|
|
3344
|
+
|
|
3345
|
+
- **eslint-plugin:** [unified-signatures] crash: cannot read pro… ([#1096](https://github.com/typescript-eslint/typescript-eslint/issues/1096)) ([d1de3a7](https://github.com/typescript-eslint/typescript-eslint/commit/d1de3a7))
|
|
3346
|
+
- **typescript-estree:** correctly account for trailing slash in… ([#1205](https://github.com/typescript-eslint/typescript-eslint/issues/1205)) ([ba89168](https://github.com/typescript-eslint/typescript-eslint/commit/ba89168))
|
|
3347
|
+
- **typescript-estree:** options range loc being always true ([#704](https://github.com/typescript-eslint/typescript-eslint/issues/704)) ([db1aa18](https://github.com/typescript-eslint/typescript-eslint/commit/db1aa18))
|
|
3348
|
+
|
|
3349
|
+
# [2.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.1...v2.7.0) (2019-11-11)
|
|
3350
|
+
|
|
3351
|
+
### Bug Fixes
|
|
3352
|
+
|
|
3353
|
+
- **typescript-estree:** hash code to reduce update frequency ([#1179](https://github.com/typescript-eslint/typescript-eslint/issues/1179)) ([96d1cc3](https://github.com/typescript-eslint/typescript-eslint/commit/96d1cc3))
|
|
3354
|
+
- **typescript-estree:** reduce bundle footprint of tsutils ([#1177](https://github.com/typescript-eslint/typescript-eslint/issues/1177)) ([c8fe515](https://github.com/typescript-eslint/typescript-eslint/commit/c8fe515))
|
|
3355
|
+
|
|
3356
|
+
## [2.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.0...v2.6.1) (2019-11-04)
|
|
3357
|
+
|
|
3358
|
+
### Bug Fixes
|
|
3359
|
+
|
|
3360
|
+
- **typescript-estree:** don't use typescript's synthetic default ([#1156](https://github.com/typescript-eslint/typescript-eslint/issues/1156)) ([17c956e](https://github.com/typescript-eslint/typescript-eslint/commit/17c956e)), closes [#1153](https://github.com/typescript-eslint/typescript-eslint/issues/1153)
|
|
3361
|
+
- **typescript-estree:** fix filename handling for vue JSX + markdown ([#1127](https://github.com/typescript-eslint/typescript-eslint/issues/1127)) ([366518f](https://github.com/typescript-eslint/typescript-eslint/commit/366518f))
|
|
3362
|
+
- **typescript-estree:** improve comment parsing code ([#1120](https://github.com/typescript-eslint/typescript-eslint/issues/1120)) ([e54998d](https://github.com/typescript-eslint/typescript-eslint/commit/e54998d))
|
|
3363
|
+
|
|
3364
|
+
# [2.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0) (2019-10-28)
|
|
3365
|
+
|
|
3366
|
+
### Bug Fixes
|
|
3367
|
+
|
|
3368
|
+
- **parser:** adds TTY check before logging the version mismatch warning ([#1121](https://github.com/typescript-eslint/typescript-eslint/issues/1121)) ([768ef63](https://github.com/typescript-eslint/typescript-eslint/commit/768ef63))
|
|
3369
|
+
- **typescript-estree:** better handle canonical paths ([#1111](https://github.com/typescript-eslint/typescript-eslint/issues/1111)) ([8dcbf4c](https://github.com/typescript-eslint/typescript-eslint/commit/8dcbf4c))
|
|
3370
|
+
- **typescript-estree:** correct parenthesized optional chain AST ([#1141](https://github.com/typescript-eslint/typescript-eslint/issues/1141)) ([5ae286e](https://github.com/typescript-eslint/typescript-eslint/commit/5ae286e))
|
|
3371
|
+
- **typescript-estree:** ensure parent pointers are set ([#1129](https://github.com/typescript-eslint/typescript-eslint/issues/1129)) ([d4703e1](https://github.com/typescript-eslint/typescript-eslint/commit/d4703e1))
|
|
3372
|
+
- **typescript-estree:** normalize paths to fix cache miss on windows ([#1128](https://github.com/typescript-eslint/typescript-eslint/issues/1128)) ([6d0f2ce](https://github.com/typescript-eslint/typescript-eslint/commit/6d0f2ce))
|
|
3373
|
+
|
|
3374
|
+
### Features
|
|
3375
|
+
|
|
3376
|
+
- **typescript-estree:** add support for declare class properties ([#1136](https://github.com/typescript-eslint/typescript-eslint/issues/1136)) ([1508670](https://github.com/typescript-eslint/typescript-eslint/commit/1508670))
|
|
3377
|
+
|
|
3378
|
+
# [2.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0) (2019-10-21)
|
|
3379
|
+
|
|
3380
|
+
### Bug Fixes
|
|
3381
|
+
|
|
3382
|
+
- **typescript-estree:** correct semver check range ([#1109](https://github.com/typescript-eslint/typescript-eslint/issues/1109)) ([2fc9bd2](https://github.com/typescript-eslint/typescript-eslint/commit/2fc9bd2))
|
|
3383
|
+
- **typescript-estree:** handle running out of fs watchers ([#1088](https://github.com/typescript-eslint/typescript-eslint/issues/1088)) ([ec62747](https://github.com/typescript-eslint/typescript-eslint/commit/ec62747))
|
|
3384
|
+
- **typescript-estree:** parsing error for vue sfc ([#1083](https://github.com/typescript-eslint/typescript-eslint/issues/1083)) ([7a8cce6](https://github.com/typescript-eslint/typescript-eslint/commit/7a8cce6))
|
|
3385
|
+
- **typescript-estree:** remove now unneeded dep on chokidar ([088a691](https://github.com/typescript-eslint/typescript-eslint/commit/088a691))
|
|
3386
|
+
|
|
3387
|
+
### Features
|
|
3388
|
+
|
|
3389
|
+
- **typescript-estree:** support long running lint without watch ([#1106](https://github.com/typescript-eslint/typescript-eslint/issues/1106)) ([ed5564d](https://github.com/typescript-eslint/typescript-eslint/commit/ed5564d))
|
|
3390
|
+
|
|
3391
|
+
# [2.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.3...v2.4.0) (2019-10-14)
|
|
3392
|
+
|
|
3393
|
+
### Bug Fixes
|
|
3394
|
+
|
|
3395
|
+
- support long running "watch" lint sessions ([#973](https://github.com/typescript-eslint/typescript-eslint/issues/973)) ([854620e](https://github.com/typescript-eslint/typescript-eslint/commit/854620e))
|
|
3396
|
+
|
|
3397
|
+
### Features
|
|
3398
|
+
|
|
3399
|
+
- **typescript-estree:** support for parsing 3.7 features ([#1045](https://github.com/typescript-eslint/typescript-eslint/issues/1045)) ([623febf](https://github.com/typescript-eslint/typescript-eslint/commit/623febf))
|
|
3400
|
+
|
|
3401
|
+
## [2.3.3](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3) (2019-10-07)
|
|
3402
|
+
|
|
3403
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3404
|
+
|
|
3405
|
+
## [2.3.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2) (2019-09-30)
|
|
3406
|
+
|
|
3407
|
+
### Bug Fixes
|
|
3408
|
+
|
|
3409
|
+
- **typescript-estree:** correct ClassDeclarationBase type ([#1008](https://github.com/typescript-eslint/typescript-eslint/issues/1008)) ([8ce3a81](https://github.com/typescript-eslint/typescript-eslint/commit/8ce3a81))
|
|
3410
|
+
- **typescript-estree:** handle optional computed prop w/o type ([#1026](https://github.com/typescript-eslint/typescript-eslint/issues/1026)) ([95c13fe](https://github.com/typescript-eslint/typescript-eslint/commit/95c13fe))
|
|
3411
|
+
|
|
3412
|
+
## [2.3.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.0...v2.3.1) (2019-09-23)
|
|
3413
|
+
|
|
3414
|
+
### Bug Fixes
|
|
3415
|
+
|
|
3416
|
+
- **typescript-estree:** parsing error for await in non-async func ([#988](https://github.com/typescript-eslint/typescript-eslint/issues/988)) ([19abbe0](https://github.com/typescript-eslint/typescript-eslint/commit/19abbe0))
|
|
3417
|
+
|
|
3418
|
+
# [2.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.2.0...v2.3.0) (2019-09-16)
|
|
3419
|
+
|
|
3420
|
+
### Bug Fixes
|
|
3421
|
+
|
|
3422
|
+
- **typescript-estree:** ImportDeclaration.specifier to Literal ([#974](https://github.com/typescript-eslint/typescript-eslint/issues/974)) ([2bf8231](https://github.com/typescript-eslint/typescript-eslint/commit/2bf8231))
|
|
3423
|
+
|
|
3424
|
+
# [2.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.1.0...v2.2.0) (2019-09-09)
|
|
3425
|
+
|
|
3426
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3427
|
+
|
|
3428
|
+
# [2.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.0.0...v2.1.0) (2019-09-02)
|
|
3429
|
+
|
|
3430
|
+
### Bug Fixes
|
|
3431
|
+
|
|
3432
|
+
- **eslint-plugin:** [unified-signatures] type comparison and exported nodes ([#839](https://github.com/typescript-eslint/typescript-eslint/issues/839)) ([580eceb](https://github.com/typescript-eslint/typescript-eslint/commit/580eceb))
|
|
3433
|
+
- **typescript-estree:** improve missing project file error msg ([#866](https://github.com/typescript-eslint/typescript-eslint/issues/866)) ([8f3b0a8](https://github.com/typescript-eslint/typescript-eslint/commit/8f3b0a8)), closes [#853](https://github.com/typescript-eslint/typescript-eslint/issues/853)
|
|
3434
|
+
|
|
3435
|
+
### Features
|
|
3436
|
+
|
|
3437
|
+
- **eslint-plugin:** [no-type-alias] support tuples ([#775](https://github.com/typescript-eslint/typescript-eslint/issues/775)) ([c68e033](https://github.com/typescript-eslint/typescript-eslint/commit/c68e033))
|
|
3438
|
+
- **typescript-estree:** Accept a glob pattern for `options.project` ([#806](https://github.com/typescript-eslint/typescript-eslint/issues/806)) ([9e5f21e](https://github.com/typescript-eslint/typescript-eslint/commit/9e5f21e))
|
|
3439
|
+
|
|
3440
|
+
# [2.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.13.0...v2.0.0) (2019-08-13)
|
|
3441
|
+
|
|
3442
|
+
- feat(eslint-plugin)!: change recommended config (#729) ([428567d](https://github.com/typescript-eslint/typescript-eslint/commit/428567d)), closes [#729](https://github.com/typescript-eslint/typescript-eslint/issues/729)
|
|
3443
|
+
- feat(typescript-estree)!: throw error on file not in project when `project` set (#760) ([3777b77](https://github.com/typescript-eslint/typescript-eslint/commit/3777b77)), closes [#760](https://github.com/typescript-eslint/typescript-eslint/issues/760)
|
|
3444
|
+
- feat(eslint-plugin)!: add rule `consistent-type-assertions` (#731) ([92e98de](https://github.com/typescript-eslint/typescript-eslint/commit/92e98de)), closes [#731](https://github.com/typescript-eslint/typescript-eslint/issues/731)
|
|
3445
|
+
|
|
3446
|
+
### Bug Fixes
|
|
3447
|
+
|
|
3448
|
+
- **typescript-estree:** fix `is` token typed as `Keyword ([#750](https://github.com/typescript-eslint/typescript-eslint/issues/750)) ([35dec52](https://github.com/typescript-eslint/typescript-eslint/commit/35dec52))
|
|
3449
|
+
- **typescript-estree:** jsx comment parsing ([#703](https://github.com/typescript-eslint/typescript-eslint/issues/703)) ([0cfc48e](https://github.com/typescript-eslint/typescript-eslint/commit/0cfc48e))
|
|
3450
|
+
|
|
3451
|
+
### Features
|
|
3452
|
+
|
|
3453
|
+
- explicitly support eslint v6 ([#645](https://github.com/typescript-eslint/typescript-eslint/issues/645)) ([34a7cf6](https://github.com/typescript-eslint/typescript-eslint/commit/34a7cf6))
|
|
3454
|
+
|
|
3455
|
+
### BREAKING CHANGES
|
|
3456
|
+
|
|
3457
|
+
- recommended config changes are considered breaking
|
|
3458
|
+
- by default we will now throw when a file is not in the `project` provided
|
|
3459
|
+
- Merges both no-angle-bracket-type-assertion and no-object-literal-type-assertion into one rule
|
|
3460
|
+
- Node 6 is no longer supported
|
|
3461
|
+
|
|
3462
|
+
# [1.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.12.0...v1.13.0) (2019-07-21)
|
|
3463
|
+
|
|
3464
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3465
|
+
|
|
3466
|
+
# [1.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.11.0...v1.12.0) (2019-07-12)
|
|
3467
|
+
|
|
3468
|
+
### Bug Fixes
|
|
3469
|
+
|
|
3470
|
+
- **eslint-plugin:** handle `const;` ([#633](https://github.com/typescript-eslint/typescript-eslint/issues/633)) ([430d628](https://github.com/typescript-eslint/typescript-eslint/commit/430d628)), closes [#441](https://github.com/typescript-eslint/typescript-eslint/issues/441)
|
|
3471
|
+
- **typescript-estree:** fix `async` identifier token typed as `Keyword` ([#681](https://github.com/typescript-eslint/typescript-eslint/issues/681)) ([6de19d3](https://github.com/typescript-eslint/typescript-eslint/commit/6de19d3))
|
|
3472
|
+
|
|
3473
|
+
### Features
|
|
3474
|
+
|
|
3475
|
+
- **eslint-plugin:** added new rule prefer-readonly ([#555](https://github.com/typescript-eslint/typescript-eslint/issues/555)) ([76b89a5](https://github.com/typescript-eslint/typescript-eslint/commit/76b89a5))
|
|
3476
|
+
|
|
3477
|
+
# [1.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0) (2019-06-23)
|
|
3478
|
+
|
|
3479
|
+
### Bug Fixes
|
|
3480
|
+
|
|
3481
|
+
- **typescript-estree:** fix more cases with double slash in JSX text ([#607](https://github.com/typescript-eslint/typescript-eslint/issues/607)) ([34cfa53](https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53))
|
|
3482
|
+
|
|
3483
|
+
## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
|
|
3484
|
+
|
|
3485
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3486
|
+
|
|
3487
|
+
## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
|
|
3488
|
+
|
|
3489
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3490
|
+
|
|
3491
|
+
# [1.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.9.0...v1.10.0) (2019-06-09)
|
|
3492
|
+
|
|
3493
|
+
### Bug Fixes
|
|
3494
|
+
|
|
3495
|
+
- **eslint-plugin:** [explicit-function-return-type] Fix obj setter prop ([8c8497c](https://github.com/typescript-eslint/typescript-eslint/commit/8c8497c)), closes [#525](https://github.com/typescript-eslint/typescript-eslint/issues/525)
|
|
3496
|
+
- **eslint-plugin:** [no-extra-parens] Fix crash default switch case crash ([5ec2b32](https://github.com/typescript-eslint/typescript-eslint/commit/5ec2b32)), closes [#509](https://github.com/typescript-eslint/typescript-eslint/issues/509)
|
|
3497
|
+
- **typescript-estree:** allow expressions in ExportDefaultDeclaration ([#593](https://github.com/typescript-eslint/typescript-eslint/issues/593)) ([861844d](https://github.com/typescript-eslint/typescript-eslint/commit/861844d))
|
|
3498
|
+
- **typescript-estree:** stop ignoring comments in JSX with generic ([#596](https://github.com/typescript-eslint/typescript-eslint/issues/596)) ([31d5bd4](https://github.com/typescript-eslint/typescript-eslint/commit/31d5bd4))
|
|
3499
|
+
|
|
3500
|
+
### Features
|
|
3501
|
+
|
|
3502
|
+
- make utils/TSESLint export typed classes instead of just types ([#526](https://github.com/typescript-eslint/typescript-eslint/issues/526)) ([370ac72](https://github.com/typescript-eslint/typescript-eslint/commit/370ac72))
|
|
3503
|
+
- support TypeScript versions >=3.2.1 <3.6.0 ([#597](https://github.com/typescript-eslint/typescript-eslint/issues/597)) ([5d2b962](https://github.com/typescript-eslint/typescript-eslint/commit/5d2b962))
|
|
3504
|
+
|
|
3505
|
+
# [1.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.8.0...v1.9.0) (2019-05-12)
|
|
3506
|
+
|
|
3507
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3508
|
+
|
|
3509
|
+
# [1.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.7.0...v1.8.0) (2019-05-10)
|
|
3510
|
+
|
|
3511
|
+
### Bug Fixes
|
|
3512
|
+
|
|
3513
|
+
- **eslint-plugin:** [array-type] support readonly operator ([#429](https://github.com/typescript-eslint/typescript-eslint/issues/429)) ([8e2d2f5](https://github.com/typescript-eslint/typescript-eslint/commit/8e2d2f5))
|
|
3514
|
+
- **eslint-plugin:** Support more nodes [no-extra-parens](<[#465](https://github.com/typescript-eslint/typescript-eslint/issues/465)>) ([2d15644](https://github.com/typescript-eslint/typescript-eslint/commit/2d15644))
|
|
3515
|
+
- **typescript-estree:** ensure parents are defined during subsequent parses ([#500](https://github.com/typescript-eslint/typescript-eslint/issues/500)) ([665278f](https://github.com/typescript-eslint/typescript-eslint/commit/665278f))
|
|
3516
|
+
|
|
3517
|
+
### Features
|
|
3518
|
+
|
|
3519
|
+
- **eslint-plugin:** (EXPERIMENTAL) begin indent rewrite ([#439](https://github.com/typescript-eslint/typescript-eslint/issues/439)) ([6eb97d4](https://github.com/typescript-eslint/typescript-eslint/commit/6eb97d4))
|
|
3520
|
+
- **eslint-plugin:** no-inferrable-types: Support more primitives ([#442](https://github.com/typescript-eslint/typescript-eslint/issues/442)) ([4e193ca](https://github.com/typescript-eslint/typescript-eslint/commit/4e193ca))
|
|
3521
|
+
- **ts-estree:** add preserveNodeMaps option ([#494](https://github.com/typescript-eslint/typescript-eslint/issues/494)) ([c3061f9](https://github.com/typescript-eslint/typescript-eslint/commit/c3061f9))
|
|
3522
|
+
- Move shared types into their own package ([#425](https://github.com/typescript-eslint/typescript-eslint/issues/425)) ([a7a03ce](https://github.com/typescript-eslint/typescript-eslint/commit/a7a03ce))
|
|
3523
|
+
|
|
3524
|
+
# [1.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.6.0...v1.7.0) (2019-04-20)
|
|
3525
|
+
|
|
3526
|
+
### Features
|
|
3527
|
+
|
|
3528
|
+
- **eslint-plugin:** support type assertions in no-extra-parens rule ([#311](https://github.com/typescript-eslint/typescript-eslint/issues/311)) ([116ca75](https://github.com/typescript-eslint/typescript-eslint/commit/116ca75))
|
|
3529
|
+
|
|
3530
|
+
# [1.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.5.0...v1.6.0) (2019-04-03)
|
|
3531
|
+
|
|
3532
|
+
### Bug Fixes
|
|
3533
|
+
|
|
3534
|
+
- **typescript-estree:** add ExportDefaultDeclaration to union DeclarationStatement ([#378](https://github.com/typescript-eslint/typescript-eslint/issues/378)) ([bf04398](https://github.com/typescript-eslint/typescript-eslint/commit/bf04398))
|
|
3535
|
+
|
|
3536
|
+
### Features
|
|
3537
|
+
|
|
3538
|
+
- change TypeScript version range to >=3.2.1 <3.5.0 ([#399](https://github.com/typescript-eslint/typescript-eslint/issues/399)) ([a4f95d3](https://github.com/typescript-eslint/typescript-eslint/commit/a4f95d3))
|
|
3539
|
+
|
|
3540
|
+
# [1.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0) (2019-03-20)
|
|
3541
|
+
|
|
3542
|
+
### Bug Fixes
|
|
3543
|
+
|
|
3544
|
+
- **eslint-plugin:** fix false positives for adjacent-overload-signatures regarding computed property names ([#340](https://github.com/typescript-eslint/typescript-eslint/issues/340)) ([f6e5118](https://github.com/typescript-eslint/typescript-eslint/commit/f6e5118))
|
|
3545
|
+
- **typescript-estree:** only call watch callback on new files ([#367](https://github.com/typescript-eslint/typescript-eslint/issues/367)) ([0ef07c4](https://github.com/typescript-eslint/typescript-eslint/commit/0ef07c4))
|
|
3546
|
+
|
|
3547
|
+
## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
|
|
3548
|
+
|
|
3549
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3550
|
+
|
|
3551
|
+
## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
|
|
3552
|
+
|
|
3553
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3554
|
+
|
|
3555
|
+
# [1.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.3.0...v1.4.0) (2019-02-19)
|
|
3556
|
+
|
|
3557
|
+
### Bug Fixes
|
|
3558
|
+
|
|
3559
|
+
- **ts-estree:** make sure that every node can be converted to tsNode ([#287](https://github.com/typescript-eslint/typescript-eslint/issues/287)) ([9f1d314](https://github.com/typescript-eslint/typescript-eslint/commit/9f1d314))
|
|
3560
|
+
- **typescript-estree, eslint-plugin:** stop adding ParenthesizedExpressions to node maps ([#226](https://github.com/typescript-eslint/typescript-eslint/issues/226)) ([317405a](https://github.com/typescript-eslint/typescript-eslint/commit/317405a))
|
|
3561
|
+
|
|
3562
|
+
### Features
|
|
3563
|
+
|
|
3564
|
+
- **eslint-plugin:** add 'no-unnecessary-qualifier' rule ([#231](https://github.com/typescript-eslint/typescript-eslint/issues/231)) ([cc8f906](https://github.com/typescript-eslint/typescript-eslint/commit/cc8f906))
|
|
3565
|
+
- **eslint-plugin:** Migrate plugin to ts ([#120](https://github.com/typescript-eslint/typescript-eslint/issues/120)) ([61c60dc](https://github.com/typescript-eslint/typescript-eslint/commit/61c60dc))
|
|
3566
|
+
- **ts-estree:** fix parsing nested sequence expressions ([#286](https://github.com/typescript-eslint/typescript-eslint/issues/286)) ([ecc9631](https://github.com/typescript-eslint/typescript-eslint/commit/ecc9631))
|
|
3567
|
+
|
|
3568
|
+
# [1.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.2.0...v1.3.0) (2019-02-07)
|
|
3569
|
+
|
|
3570
|
+
### Bug Fixes
|
|
3571
|
+
|
|
3572
|
+
- **ts-estree:** align typeArguments and typeParameters across nodes ([#223](https://github.com/typescript-eslint/typescript-eslint/issues/223)) ([3306198](https://github.com/typescript-eslint/typescript-eslint/commit/3306198))
|
|
3573
|
+
- **ts-estree:** convert decorators on var and fn decs ([#211](https://github.com/typescript-eslint/typescript-eslint/issues/211)) ([0a1777f](https://github.com/typescript-eslint/typescript-eslint/commit/0a1777f))
|
|
3574
|
+
- **ts-estree:** fix issues with typeParams in FunctionExpression ([#208](https://github.com/typescript-eslint/typescript-eslint/issues/208)) ([d4dfa3b](https://github.com/typescript-eslint/typescript-eslint/commit/d4dfa3b))
|
|
3575
|
+
|
|
3576
|
+
### Features
|
|
3577
|
+
|
|
3578
|
+
- change TypeScript version range to >=3.2.1 <3.4.0 ([#184](https://github.com/typescript-eslint/typescript-eslint/issues/184)) ([f513a14](https://github.com/typescript-eslint/typescript-eslint/commit/f513a14))
|
|
3579
|
+
- **ts-estree:** enable errors 1098 and 1099 ([#219](https://github.com/typescript-eslint/typescript-eslint/issues/219)) ([fc50167](https://github.com/typescript-eslint/typescript-eslint/commit/fc50167))
|
|
3580
|
+
|
|
3581
|
+
# [1.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.1.1...v1.2.0) (2019-02-01)
|
|
3582
|
+
|
|
3583
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|
|
3584
|
+
|
|
3585
|
+
## [1.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.1.0...v1.1.1) (2019-01-29)
|
|
3586
|
+
|
|
3587
|
+
### Bug Fixes
|
|
3588
|
+
|
|
3589
|
+
- **parser:** add visiting of type parameters in JSXOpeningElement ([#150](https://github.com/typescript-eslint/typescript-eslint/issues/150)) ([5e16003](https://github.com/typescript-eslint/typescript-eslint/commit/5e16003))
|
|
3590
|
+
- **ts-estree:** expand optional property to include question token ([#138](https://github.com/typescript-eslint/typescript-eslint/issues/138)) ([9068b62](https://github.com/typescript-eslint/typescript-eslint/commit/9068b62))
|
|
3591
|
+
|
|
3592
|
+
### Performance Improvements
|
|
3593
|
+
|
|
3594
|
+
- **ts-estree:** don't create Program in parse() ([#148](https://github.com/typescript-eslint/typescript-eslint/issues/148)) ([aacf5b0](https://github.com/typescript-eslint/typescript-eslint/commit/aacf5b0))
|
|
3595
|
+
|
|
3596
|
+
# [1.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.0.0...v1.1.0) (2019-01-23)
|
|
3597
|
+
|
|
3598
|
+
### Bug Fixes
|
|
3599
|
+
|
|
3600
|
+
- **typescript-estree:** correct range of parameters with comments ([#128](https://github.com/typescript-eslint/typescript-eslint/issues/128)) ([91eedf2](https://github.com/typescript-eslint/typescript-eslint/commit/91eedf2))
|
|
3601
|
+
- **typescript-estree:** fix range of assignment in parameter ([#115](https://github.com/typescript-eslint/typescript-eslint/issues/115)) ([4e781f1](https://github.com/typescript-eslint/typescript-eslint/commit/4e781f1))
|
|
3602
|
+
|
|
3603
|
+
# [1.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.1...v1.0.0) (2019-01-20)
|
|
3604
|
+
|
|
3605
|
+
### Features
|
|
3606
|
+
|
|
3607
|
+
- **parser:** support ecmaFeatures.jsx flag and tests ([#85](https://github.com/typescript-eslint/typescript-eslint/issues/85)) ([b321736](https://github.com/typescript-eslint/typescript-eslint/commit/b321736))
|
|
3608
|
+
|
|
3609
|
+
## [0.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.0...v0.2.1) (2019-01-20)
|
|
3610
|
+
|
|
3611
|
+
**Note:** Version bump only for package @typescript-eslint/typescript-estree
|