@typescript-eslint/parser 8.67.1-alpha.9 → 8.68.0

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 ADDED
@@ -0,0 +1,2748 @@
1
+ ## 8.68.0 (2026-08-24)
2
+
3
+ This was a version bump only for parser 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.68.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.67.0 (2026-08-10)
10
+
11
+ This was a version bump only for parser to align it with other projects, there were no code changes.
12
+
13
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.67.0) for more information.
14
+
15
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
16
+
17
+ ## 8.66.0 (2026-08-03)
18
+
19
+ This was a version bump only for parser to align it with other projects, there were no code changes.
20
+
21
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.66.0) for more information.
22
+
23
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
24
+
25
+ ## 8.65.0 (2026-07-20)
26
+
27
+ ### 🚀 Features
28
+
29
+ - add warning when TS 7 is detected ([#12529](https://github.com/typescript-eslint/typescript-eslint/pull/12529))
30
+ - **parser:** add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions ([#12465](https://github.com/typescript-eslint/typescript-eslint/pull/12465))
31
+
32
+ ### ❤️ Thank You
33
+
34
+ - Evyatar Daud @StyleShit
35
+ - Josh Goldberg ✨
36
+ - Kirk Waiblinger @kirkwaiblinger
37
+ - 송재욱
38
+
39
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0) for more information.
40
+
41
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
42
+
43
+ ## 8.64.0 (2026-07-13)
44
+
45
+ This was a version bump only for parser to align it with other projects, there were no code changes.
46
+
47
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.64.0) for more information.
48
+
49
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
50
+
51
+ ## 8.63.0 (2026-07-06)
52
+
53
+ This was a version bump only for parser to align it with other projects, there were no code changes.
54
+
55
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information.
56
+
57
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
58
+
59
+ ## 8.62.1 (2026-06-29)
60
+
61
+ This was a version bump only for parser to align it with other projects, there were no code changes.
62
+
63
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.1) for more information.
64
+
65
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
66
+
67
+ ## 8.62.0 (2026-06-22)
68
+
69
+ ### 🚀 Features
70
+
71
+ - remove redundant package.json "files" ([#12444](https://github.com/typescript-eslint/typescript-eslint/pull/12444))
72
+
73
+ ### ❤️ Thank You
74
+
75
+ - Kirk Waiblinger @kirkwaiblinger
76
+
77
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.0) for more information.
78
+
79
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
80
+
81
+ ## 8.61.1 (2026-06-15)
82
+
83
+ This was a version bump only for parser to align it with other projects, there were no code changes.
84
+
85
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.1) for more information.
86
+
87
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
88
+
89
+ ## 8.61.0 (2026-06-08)
90
+
91
+ This was a version bump only for parser to align it with other projects, there were no code changes.
92
+
93
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.0) for more information.
94
+
95
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
96
+
97
+ ## 8.60.1 (2026-06-01)
98
+
99
+ This was a version bump only for parser to align it with other projects, there were no code changes.
100
+
101
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.1) for more information.
102
+
103
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
104
+
105
+ ## 8.60.0 (2026-05-25)
106
+
107
+ This was a version bump only for parser to align it with other projects, there were no code changes.
108
+
109
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information.
110
+
111
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
112
+
113
+ ## 8.59.4 (2026-05-18)
114
+
115
+ This was a version bump only for parser to align it with other projects, there were no code changes.
116
+
117
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.4) for more information.
118
+
119
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
120
+
121
+ ## 8.59.3 (2026-05-11)
122
+
123
+ This was a version bump only for parser to align it with other projects, there were no code changes.
124
+
125
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3) for more information.
126
+
127
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
128
+
129
+ ## 8.59.2 (2026-05-04)
130
+
131
+ This was a version bump only for parser to align it with other projects, there were no code changes.
132
+
133
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.2) for more information.
134
+
135
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
136
+
137
+ ## 8.59.1 (2026-04-27)
138
+
139
+ This was a version bump only for parser to align it with other projects, there were no code changes.
140
+
141
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
142
+
143
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
144
+
145
+ ## 8.59.0 (2026-04-20)
146
+
147
+ This was a version bump only for parser to align it with other projects, there were no code changes.
148
+
149
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
150
+
151
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
152
+
153
+ ## 8.58.2 (2026-04-13)
154
+
155
+ ### 🩹 Fixes
156
+
157
+ - remove tsbuildinfo cache file from published packages ([#12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
158
+
159
+ ### ❤️ Thank You
160
+
161
+ - Abhijeet Singh @cseas
162
+
163
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
164
+
165
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
166
+
167
+ ## 8.58.1 (2026-04-08)
168
+
169
+ This was a version bump only for parser to align it with other projects, there were no code changes.
170
+
171
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
172
+
173
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
174
+
175
+ ## 8.58.0 (2026-03-30)
176
+
177
+ ### 🚀 Features
178
+
179
+ - support TypeScript 6 ([#12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
180
+
181
+ ### ❤️ Thank You
182
+
183
+ - Evyatar Daud @StyleShit
184
+
185
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
186
+
187
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
188
+
189
+ ## 8.57.2 (2026-03-23)
190
+
191
+ This was a version bump only for parser to align it with other projects, there were no code changes.
192
+
193
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
194
+
195
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
196
+
197
+ ## 8.57.1 (2026-03-16)
198
+
199
+ This was a version bump only for parser to align it with other projects, there were no code changes.
200
+
201
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
202
+
203
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
204
+
205
+ ## 8.57.0 (2026-03-09)
206
+
207
+ This was a version bump only for parser to align it with other projects, there were no code changes.
208
+
209
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
210
+
211
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
212
+
213
+ ## 8.56.1 (2026-02-23)
214
+
215
+ This was a version bump only for parser to align it with other projects, there were no code changes.
216
+
217
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
218
+
219
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
220
+
221
+ ## 8.56.0 (2026-02-16)
222
+
223
+ ### 🚀 Features
224
+
225
+ - support ESLint v10 ([#12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057))
226
+
227
+ ### ❤️ Thank You
228
+
229
+ - Brad Zacher @bradzacher
230
+ - Joshua Chen
231
+
232
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
233
+
234
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
235
+
236
+ ## 8.55.0 (2026-02-09)
237
+
238
+ This was a version bump only for parser to align it with other projects, there were no code changes.
239
+
240
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0) for more information.
241
+
242
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
243
+
244
+ ## 8.54.0 (2026-01-26)
245
+
246
+ This was a version bump only for parser to align it with other projects, there were no code changes.
247
+
248
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
249
+
250
+ ## 8.53.1 (2026-01-19)
251
+
252
+ This was a version bump only for parser to align it with other projects, there were no code changes.
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.53.0 (2026-01-12)
257
+
258
+ This was a version bump only for parser to align it with other projects, there were no code changes.
259
+
260
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
261
+
262
+ ## 8.52.0 (2026-01-05)
263
+
264
+ This was a version bump only for parser to align it with other projects, there were no code changes.
265
+
266
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
267
+
268
+ ## 8.51.0 (2025-12-29)
269
+
270
+ This was a version bump only for parser to align it with other projects, there were no code changes.
271
+
272
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
273
+
274
+ ## 8.50.1 (2025-12-22)
275
+
276
+ This was a version bump only for parser to align it with other projects, there were no code changes.
277
+
278
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
279
+
280
+ ## 8.50.0 (2025-12-15)
281
+
282
+ This was a version bump only for parser to align it with other projects, there were no code changes.
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.49.0 (2025-12-08)
287
+
288
+ This was a version bump only for parser to align it with other projects, there were no code changes.
289
+
290
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
291
+
292
+ ## 8.48.1 (2025-12-02)
293
+
294
+ This was a version bump only for parser to align it with other projects, there were no code changes.
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.48.0 (2025-11-24)
299
+
300
+ This was a version bump only for parser 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.47.0 (2025-11-17)
305
+
306
+ This was a version bump only for parser to align it with other projects, there were no code changes.
307
+
308
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
309
+
310
+ ## 8.46.4 (2025-11-10)
311
+
312
+ This was a version bump only for parser to align it with other projects, there were no code changes.
313
+
314
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
315
+
316
+ ## 8.46.3 (2025-11-03)
317
+
318
+ This was a version bump only for parser to align it with other projects, there were no code changes.
319
+
320
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
321
+
322
+ ## 8.46.2 (2025-10-20)
323
+
324
+ This was a version bump only for parser to align it with other projects, there were no code changes.
325
+
326
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
327
+
328
+ ## 8.46.1 (2025-10-13)
329
+
330
+ This was a version bump only for parser to align it with other projects, there were no code changes.
331
+
332
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
333
+
334
+ ## 8.46.0 (2025-10-06)
335
+
336
+ This was a version bump only for parser to align it with other projects, there were no code changes.
337
+
338
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
339
+
340
+ ## 8.45.0 (2025-09-29)
341
+
342
+ This was a version bump only for parser to align it with other projects, there were no code changes.
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.44.1 (2025-09-22)
347
+
348
+ This was a version bump only for parser 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.44.0 (2025-09-15)
353
+
354
+ This was a version bump only for parser 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.43.0 (2025-09-08)
359
+
360
+ This was a version bump only for parser to align it with other projects, there were no code changes.
361
+
362
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
363
+
364
+ ## 8.42.0 (2025-09-02)
365
+
366
+ This was a version bump only for parser to align it with other projects, there were no code changes.
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.41.0 (2025-08-25)
371
+
372
+ This was a version bump only for parser to align it with other projects, there were no code changes.
373
+
374
+ 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.
375
+
376
+ ## 8.40.0 (2025-08-18)
377
+
378
+ This was a version bump only for parser to align it with other projects, there were no code changes.
379
+
380
+ 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.
381
+
382
+ ## 8.39.1 (2025-08-11)
383
+
384
+ This was a version bump only for parser to align it with other projects, there were no code changes.
385
+
386
+ 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.
387
+
388
+ ## 8.39.0 (2025-08-04)
389
+
390
+ ### 🚀 Features
391
+
392
+ - update to TypeScript 5.9.2 ([#11445](https://github.com/typescript-eslint/typescript-eslint/pull/11445))
393
+
394
+ ### ❤️ Thank You
395
+
396
+ - Brad Zacher @bradzacher
397
+
398
+ 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.
399
+
400
+ ## 8.38.0 (2025-07-21)
401
+
402
+ This was a version bump only for parser to align it with other projects, there were no code changes.
403
+
404
+ 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.
405
+
406
+ ## 8.37.0 (2025-07-14)
407
+
408
+ This was a version bump only for parser to align it with other projects, there were no code changes.
409
+
410
+ 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.
411
+
412
+ ## 8.36.0 (2025-07-07)
413
+
414
+ This was a version bump only for parser to align it with other projects, there were no code changes.
415
+
416
+ 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.
417
+
418
+ ## 8.35.1 (2025-06-30)
419
+
420
+ This was a version bump only for parser to align it with other projects, there were no code changes.
421
+
422
+ 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.
423
+
424
+ ## 8.35.0 (2025-06-23)
425
+
426
+ This was a version bump only for parser to align it with other projects, there were no code changes.
427
+
428
+ 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.
429
+
430
+ ## 8.34.1 (2025-06-16)
431
+
432
+ This was a version bump only for parser to align it with other projects, there were no code changes.
433
+
434
+ 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.
435
+
436
+ ## 8.34.0 (2025-06-09)
437
+
438
+ This was a version bump only for parser to align it with other projects, there were no code changes.
439
+
440
+ 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.
441
+
442
+ ## 8.33.1 (2025-06-02)
443
+
444
+ This was a version bump only for parser to align it with other projects, there were no code changes.
445
+
446
+ 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.
447
+
448
+ ## 8.33.0 (2025-05-26)
449
+
450
+ This was a version bump only for parser to align it with other projects, there were no code changes.
451
+
452
+ 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.
453
+
454
+ ## 8.32.1 (2025-05-12)
455
+
456
+ This was a version bump only for parser to align it with other projects, there were no code changes.
457
+
458
+ 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.
459
+
460
+ ## 8.32.0 (2025-05-05)
461
+
462
+ This was a version bump only for parser to align it with other projects, there were no code changes.
463
+
464
+ 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.
465
+
466
+ ## 8.31.1 (2025-04-28)
467
+
468
+ This was a version bump only for parser to align it with other projects, there were no code changes.
469
+
470
+ 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.
471
+
472
+ ## 8.31.0 (2025-04-21)
473
+
474
+ This was a version bump only for parser to align it with other projects, there were no code changes.
475
+
476
+ 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.
477
+
478
+ ## 8.30.1 (2025-04-14)
479
+
480
+ This was a version bump only for parser to align it with other projects, there were no code changes.
481
+
482
+ 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.
483
+
484
+ ## 8.30.0 (2025-04-14)
485
+
486
+ This was a version bump only for parser to align it with other projects, there were no code changes.
487
+
488
+ 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.
489
+
490
+ ## 8.29.1 (2025-04-07)
491
+
492
+ This was a version bump only for parser to align it with other projects, there were no code changes.
493
+
494
+ 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.
495
+
496
+ ## 8.29.0 (2025-03-31)
497
+
498
+ This was a version bump only for parser to align it with other projects, there were no code changes.
499
+
500
+ 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.
501
+
502
+ ## 8.28.0 (2025-03-24)
503
+
504
+ This was a version bump only for parser to align it with other projects, there were no code changes.
505
+
506
+ 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.
507
+
508
+ ## 8.27.0 (2025-03-17)
509
+
510
+ This was a version bump only for parser to align it with other projects, there were no code changes.
511
+
512
+ 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.
513
+
514
+ ## 8.26.1 (2025-03-10)
515
+
516
+ This was a version bump only for parser to align it with other projects, there were no code changes.
517
+
518
+ 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.
519
+
520
+ ## 8.26.0 (2025-03-03)
521
+
522
+ ### 🚀 Features
523
+
524
+ - support TypeScript 5.8 ([#10903](https://github.com/typescript-eslint/typescript-eslint/pull/10903))
525
+
526
+ ### ❤️ Thank You
527
+
528
+ - Dirk Luijk @dirkluijk
529
+
530
+ 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.
531
+
532
+ ## 8.25.0 (2025-02-24)
533
+
534
+ This was a version bump only for parser to align it with other projects, there were no code changes.
535
+
536
+ 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.
537
+
538
+ ## 8.24.1 (2025-02-17)
539
+
540
+ This was a version bump only for parser to align it with other projects, there were no code changes.
541
+
542
+ 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.
543
+
544
+ ## 8.24.0 (2025-02-10)
545
+
546
+ This was a version bump only for parser to align it with other projects, there were no code changes.
547
+
548
+ 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.
549
+
550
+ ## 8.23.0 (2025-02-03)
551
+
552
+ This was a version bump only for parser to align it with other projects, there were no code changes.
553
+
554
+ 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.
555
+
556
+ ## 8.22.0 (2025-01-27)
557
+
558
+ ### 🚀 Features
559
+
560
+ - **parser:** add standalone isolatedDeclarations option ([#10499](https://github.com/typescript-eslint/typescript-eslint/pull/10499))
561
+
562
+ ### ❤️ Thank You
563
+
564
+ - Josh Goldberg ✨
565
+
566
+ 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.
567
+
568
+ ## 8.21.0 (2025-01-20)
569
+
570
+ This was a version bump only for parser to align it with other projects, there were no code changes.
571
+
572
+ 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.
573
+
574
+ ## 8.20.0 (2025-01-13)
575
+
576
+ This was a version bump only for parser to align it with other projects, there were no code changes.
577
+
578
+ 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.
579
+
580
+ ## 8.19.1 (2025-01-06)
581
+
582
+ This was a version bump only for parser to align it with other projects, there were no code changes.
583
+
584
+ 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.
585
+
586
+ ## 8.19.0 (2024-12-30)
587
+
588
+ This was a version bump only for parser to align it with other projects, there were no code changes.
589
+
590
+ 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.
591
+
592
+ ## 8.18.2 (2024-12-23)
593
+
594
+ This was a version bump only for parser to align it with other projects, there were no code changes.
595
+
596
+ 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.
597
+
598
+ ## 8.18.1 (2024-12-16)
599
+
600
+ This was a version bump only for parser to align it with other projects, there were no code changes.
601
+
602
+ 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.
603
+
604
+ ## 8.18.0 (2024-12-09)
605
+
606
+ ### 🩹 Fixes
607
+
608
+ - typescript peer dependency ([#10373](https://github.com/typescript-eslint/typescript-eslint/pull/10373))
609
+
610
+ ### ❤️ Thank You
611
+
612
+ - rtritto
613
+
614
+ 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.
615
+
616
+ ## 8.17.0 (2024-12-02)
617
+
618
+ This was a version bump only for parser to align it with other projects, there were no code changes.
619
+
620
+ 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.
621
+
622
+ ## 8.16.0 (2024-11-25)
623
+
624
+ ### 🚀 Features
625
+
626
+ - support TypeScript 5.7 ([#10372](https://github.com/typescript-eslint/typescript-eslint/pull/10372))
627
+
628
+ ### ❤️ Thank You
629
+
630
+ - Josh Goldberg ✨
631
+
632
+ 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.
633
+
634
+ ## 8.15.0 (2024-11-18)
635
+
636
+ This was a version bump only for parser to align it with other projects, there were no code changes.
637
+
638
+ 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.
639
+
640
+ ## 8.14.0 (2024-11-11)
641
+
642
+ This was a version bump only for parser to align it with other projects, there were no code changes.
643
+
644
+ 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.
645
+
646
+ ## 8.13.0 (2024-11-04)
647
+
648
+ This was a version bump only for parser to align it with other projects, there were no code changes.
649
+
650
+ 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.
651
+
652
+ ## 8.12.2 (2024-10-29)
653
+
654
+ This was a version bump only for parser to align it with other projects, there were no code changes.
655
+
656
+ 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.
657
+
658
+ ## 8.12.1 (2024-10-28)
659
+
660
+ This was a version bump only for parser to align it with other projects, there were no code changes.
661
+
662
+ 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.
663
+
664
+ ## 8.12.0 (2024-10-28)
665
+
666
+ This was a version bump only for parser to align it with other projects, there were no code changes.
667
+
668
+ 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.
669
+
670
+ ## 8.11.0 (2024-10-21)
671
+
672
+ This was a version bump only for parser to align it with other projects, there were no code changes.
673
+
674
+ 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.
675
+
676
+ ## 8.10.0 (2024-10-17)
677
+
678
+ ### 🚀 Features
679
+
680
+ - support TypeScript 5.6 ([#9972](https://github.com/typescript-eslint/typescript-eslint/pull/9972))
681
+
682
+ ### ❤️ Thank You
683
+
684
+ - Josh Goldberg ✨
685
+
686
+ 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.
687
+
688
+ ## 8.9.0 (2024-10-14)
689
+
690
+ This was a version bump only for parser to align it with other projects, there were no code changes.
691
+
692
+ 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.
693
+
694
+ ## 8.8.1 (2024-10-07)
695
+
696
+ This was a version bump only for parser to align it with other projects, there were no code changes.
697
+
698
+ 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.
699
+
700
+ ## 8.8.0 (2024-09-30)
701
+
702
+ This was a version bump only for parser to align it with other projects, there were no code changes.
703
+
704
+ 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.
705
+
706
+ ## 8.7.0 (2024-09-23)
707
+
708
+ This was a version bump only for parser to align it with other projects, there were no code changes.
709
+
710
+ 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.
711
+
712
+ ## 8.6.0 (2024-09-16)
713
+
714
+ This was a version bump only for parser to align it with other projects, there were no code changes.
715
+
716
+ 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.
717
+
718
+ ## 8.5.0 (2024-09-09)
719
+
720
+ This was a version bump only for parser to align it with other projects, there were no code changes.
721
+
722
+ 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.
723
+
724
+ ## 8.4.0 (2024-09-02)
725
+
726
+ This was a version bump only for parser to align it with other projects, there were no code changes.
727
+
728
+ 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.
729
+
730
+ ## 8.3.0 (2024-08-26)
731
+
732
+ This was a version bump only for parser to align it with other projects, there were no code changes.
733
+
734
+ 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.
735
+
736
+ ## 8.2.0 (2024-08-19)
737
+
738
+ This was a version bump only for parser to align it with other projects, there were no code changes.
739
+
740
+ 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.
741
+
742
+ ## 8.1.0 (2024-08-12)
743
+
744
+ This was a version bump only for parser to align it with other projects, there were no code changes.
745
+
746
+ 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.
747
+
748
+ ## 8.0.1 (2024-08-05)
749
+
750
+ This was a version bump only for parser to align it with other projects, there were no code changes.
751
+
752
+ 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.
753
+
754
+ # 8.0.0 (2024-07-31)
755
+
756
+
757
+ ### 🚀 Features
758
+
759
+ - **parser:** always enable comment, loc, range, tokens
760
+
761
+ - **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService
762
+
763
+
764
+ ### ❤️ Thank You
765
+
766
+ - Abraham Guo
767
+ - Alfred Ringstad
768
+ - auvred
769
+ - Brad Zacher
770
+ - Christopher Aubut
771
+ - Collin Bachman
772
+ - James Henry
773
+ - Josh Goldberg
774
+ - Josh Goldberg ✨
775
+ - Kirk Waiblinger
776
+ - StyleShit
777
+ - Victor Lin
778
+ - Yukihiro Hasegawa
779
+
780
+ 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.
781
+
782
+ ## 7.18.0 (2024-07-29)
783
+
784
+ This was a version bump only for parser to align it with other projects, there were no code changes.
785
+
786
+ 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.
787
+
788
+ ## 7.17.0 (2024-07-22)
789
+
790
+ This was a version bump only for parser to align it with other projects, there were no code changes.
791
+
792
+ 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.
793
+
794
+ ## 7.16.1 (2024-07-15)
795
+
796
+ This was a version bump only for parser to align it with other projects, there were no code changes.
797
+
798
+ 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.
799
+
800
+ ## 7.16.0 (2024-07-08)
801
+
802
+
803
+ ### 🩹 Fixes
804
+
805
+ - **deps:** update dependency @eslint-community/regexpp to v4.11.0
806
+
807
+ - **website:** react key error on internal pages of website
808
+
809
+
810
+ ### ❤️ Thank You
811
+
812
+ - Abraham Guo
813
+ - auvred
814
+ - Josh Goldberg ✨
815
+ - Juan Sanchez
816
+ - Vinccool96
817
+ - YeonJuan
818
+ - Yukihiro Hasegawa
819
+
820
+ 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.
821
+
822
+ ## 7.15.0 (2024-07-01)
823
+
824
+ This was a version bump only for parser to align it with other projects, there were no code changes.
825
+
826
+ 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.
827
+
828
+ ## 7.14.1 (2024-06-24)
829
+
830
+ This was a version bump only for parser to align it with other projects, there were no code changes.
831
+
832
+ 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.
833
+
834
+ ## 7.14.0 (2024-06-24)
835
+
836
+
837
+ ### 🚀 Features
838
+
839
+ - support TypeScript 5.5
840
+
841
+
842
+ ### ❤️ Thank You
843
+
844
+ - Brad Zacher
845
+ - cm-ayf
846
+ - Jake Bailey
847
+ - James Zhan
848
+ - Joshua Chen
849
+ - yoshi2no
850
+
851
+ 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.
852
+
853
+ ## 7.13.1 (2024-06-17)
854
+
855
+ This was a version bump only for parser to align it with other projects, there were no code changes.
856
+
857
+ 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.
858
+
859
+ ## 7.13.0 (2024-06-10)
860
+
861
+
862
+ ### 🚀 Features
863
+
864
+ - **parser, typescript-estree:** export withoutProjectParserOptions utility
865
+
866
+
867
+ ### ❤️ Thank You
868
+
869
+ - Fotis Papadogeorgopoulos
870
+ - Joshua Chen
871
+ - Kirk Waiblinger
872
+ - Tobiloba Adedeji
873
+ - Vinccool96
874
+ - YeonJuan
875
+
876
+ 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.
877
+
878
+ ## 7.12.0 (2024-06-03)
879
+
880
+
881
+ ### 🩹 Fixes
882
+
883
+ - **types:** correct typing ParserOptions
884
+
885
+
886
+ ### ❤️ Thank You
887
+
888
+ - Abraham Guo
889
+ - Han Yeong-woo
890
+ - Joshua Chen
891
+ - Kim Sang Du
892
+ - Kirk Waiblinger
893
+ - YeonJuan
894
+
895
+ 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.
896
+
897
+ ## 7.11.0 (2024-05-27)
898
+
899
+ This was a version bump only for parser to align it with other projects, there were no code changes.
900
+
901
+ 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.
902
+
903
+ ## 7.10.0 (2024-05-20)
904
+
905
+ This was a version bump only for parser to align it with other projects, there were no code changes.
906
+
907
+ 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.
908
+
909
+ ## 7.9.0 (2024-05-13)
910
+
911
+ This was a version bump only for parser to align it with other projects, there were no code changes.
912
+
913
+ 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.
914
+
915
+ ## 7.8.0 (2024-04-29)
916
+
917
+ This was a version bump only for parser to align it with other projects, there were no code changes.
918
+
919
+ 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.
920
+
921
+ ## 7.7.1 (2024-04-22)
922
+
923
+ This was a version bump only for parser to align it with other projects, there were no code changes.
924
+
925
+ 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.
926
+
927
+ ## 7.7.0 (2024-04-15)
928
+
929
+ This was a version bump only for parser to align it with other projects, there were no code changes.
930
+
931
+ 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.
932
+
933
+ ## 7.6.0 (2024-04-08)
934
+
935
+
936
+ ### 🚀 Features
937
+
938
+ - bump npm dependency ranges
939
+
940
+
941
+ ### ❤️ Thank You
942
+
943
+ - Abraham Guo
944
+ - auvred
945
+ - Brad Zacher
946
+
947
+ 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.
948
+
949
+ ## 7.5.0 (2024-04-01)
950
+
951
+
952
+ ### 🩹 Fixes
953
+
954
+ - **parser:** disallow `errorOnTypeScriptSyntacticAndSemanticIssues`
955
+
956
+
957
+ ### ❤️ Thank You
958
+
959
+ - Brad Zacher
960
+ - Kim Sang Du
961
+ - Mark de Dios
962
+ - Naru
963
+ - YeonJuan
964
+
965
+ 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.
966
+
967
+ ## 7.4.0 (2024-03-25)
968
+
969
+
970
+ ### 🚀 Features
971
+
972
+ - **eslint-plugin:** [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
973
+
974
+
975
+ ### ❤️ Thank You
976
+
977
+ - Abraham Guo
978
+ - Brad Zacher
979
+ - Josh Goldberg ✨
980
+ - Kim Sang Du
981
+ - Kirk Waiblinger
982
+ - Marco Pasqualetti
983
+ - YeonJuan
984
+
985
+ 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.
986
+
987
+ ## 7.3.1 (2024-03-18)
988
+
989
+ This was a version bump only for parser to align it with other projects, there were no code changes.
990
+
991
+ 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.
992
+
993
+ ## 7.3.0 (2024-03-18)
994
+
995
+
996
+ ### 🩹 Fixes
997
+
998
+ - correct `engines.node` constraints in `package.json`
999
+
1000
+
1001
+ ### ❤️ Thank You
1002
+
1003
+ - Abraham Guo
1004
+ - Alexu
1005
+ - Arka Pratim Chaudhuri
1006
+ - auvred
1007
+ - Derrick Isaacson
1008
+ - fnx
1009
+ - Josh Goldberg ✨
1010
+ - Kirk Waiblinger
1011
+ - Marta Cardoso
1012
+ - Michaël De Boey
1013
+ - Tristan Rasmussen
1014
+ - YeonJuan
1015
+
1016
+ 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.
1017
+
1018
+ ## 7.2.0 (2024-03-11)
1019
+
1020
+
1021
+ ### 🚀 Features
1022
+
1023
+ - support TS 5.4
1024
+
1025
+
1026
+ ### ❤️ Thank You
1027
+
1028
+ - Arka Pratim Chaudhuri
1029
+ - auvred
1030
+ - Chris Plummer
1031
+ - Fotis Papadogeorgopoulos
1032
+ - Josh Goldberg ✨
1033
+ - Kirk Waiblinger
1034
+ - Wayne Zhang
1035
+ - YeonJuan
1036
+
1037
+ 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.
1038
+
1039
+ ## 7.1.1 (2024-03-04)
1040
+
1041
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1042
+
1043
+ 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.
1044
+
1045
+ ## 7.1.0 (2024-02-26)
1046
+
1047
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1048
+
1049
+ 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.
1050
+
1051
+ ## 7.0.2 (2024-02-19)
1052
+
1053
+
1054
+ ### 🩹 Fixes
1055
+
1056
+ - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
1057
+
1058
+
1059
+ ### ❤️ Thank You
1060
+
1061
+ - Brad Zacher
1062
+ - Gareth Jones
1063
+
1064
+ 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.
1065
+
1066
+ ## 7.0.1 (2024-02-12)
1067
+
1068
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1069
+
1070
+ 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.
1071
+
1072
+ # 7.0.0 (2024-02-12)
1073
+
1074
+
1075
+ ### 🚀 Features
1076
+
1077
+ - ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
1078
+
1079
+ - add support for flat configs
1080
+
1081
+
1082
+ #### ⚠️ Breaking Changes
1083
+
1084
+ - ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
1085
+
1086
+ ### ❤️ Thank You
1087
+
1088
+ - Brad Zacher
1089
+ - Kirk Waiblinger
1090
+ - StyleShit
1091
+ - YeonJuan
1092
+
1093
+ 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.
1094
+
1095
+ ## 6.21.0 (2024-02-05)
1096
+
1097
+
1098
+ ### 🚀 Features
1099
+
1100
+ - allow `parserOptions.project: false`
1101
+
1102
+
1103
+ ### ❤️ Thank You
1104
+
1105
+ - auvred
1106
+ - Brad Zacher
1107
+ - Kirk Waiblinger
1108
+ - Pete Gonzalez
1109
+ - YeonJuan
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
+ ## 6.20.0 (2024-01-29)
1114
+
1115
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1116
+
1117
+ 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.
1118
+
1119
+ ## 6.19.1 (2024-01-22)
1120
+
1121
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1122
+
1123
+ 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.
1124
+
1125
+ ## 6.19.0 (2024-01-15)
1126
+
1127
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1128
+
1129
+ 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.
1130
+
1131
+ ## 6.18.1 (2024-01-08)
1132
+
1133
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1134
+
1135
+ 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.
1136
+
1137
+ ## 6.18.0 (2024-01-06)
1138
+
1139
+ This was a version bump only for parser to align it with other projects, there were no code changes.
1140
+
1141
+ 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.
1142
+
1143
+ # [6.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) (2024-01-01)
1144
+
1145
+ **Note:** Version bump only for package @typescript-eslint/parser
1146
+
1147
+ 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.
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ # [6.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) (2023-12-25)
1154
+
1155
+ **Note:** Version bump only for package @typescript-eslint/parser
1156
+
1157
+ 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.
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+ # [6.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) (2023-12-18)
1164
+
1165
+ **Note:** Version bump only for package @typescript-eslint/parser
1166
+
1167
+ 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.
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+ # [6.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) (2023-12-11)
1174
+
1175
+ **Note:** Version bump only for package @typescript-eslint/parser
1176
+
1177
+ 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.
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+ ## [6.13.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04)
1184
+
1185
+ **Note:** Version bump only for package @typescript-eslint/parser
1186
+
1187
+ 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.
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+ ## [6.13.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28)
1194
+
1195
+ **Note:** Version bump only for package @typescript-eslint/parser
1196
+
1197
+ 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.
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ # [6.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) (2023-11-27)
1204
+
1205
+ **Note:** Version bump only for package @typescript-eslint/parser
1206
+
1207
+ 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.
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+ # [6.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) (2023-11-20)
1214
+
1215
+ **Note:** Version bump only for package @typescript-eslint/parser
1216
+
1217
+ 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.
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+ # [6.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0) (2023-11-13)
1224
+
1225
+ **Note:** Version bump only for package @typescript-eslint/parser
1226
+
1227
+ 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.
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+ # [6.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) (2023-11-06)
1234
+
1235
+ **Note:** Version bump only for package @typescript-eslint/parser
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
+
1240
+
1241
+
1242
+
1243
+ ## [6.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30)
1244
+
1245
+ **Note:** Version bump only for package @typescript-eslint/parser
1246
+
1247
+ 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.
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+ # [6.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) (2023-10-23)
1254
+
1255
+ **Note:** Version bump only for package @typescript-eslint/parser
1256
+
1257
+ 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.
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+ # [6.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) (2023-10-16)
1264
+
1265
+ **Note:** Version bump only for package @typescript-eslint/parser
1266
+
1267
+ 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.
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+ ## [6.7.5](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09)
1274
+
1275
+ **Note:** Version bump only for package @typescript-eslint/parser
1276
+
1277
+ 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.
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ ## [6.7.4](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02)
1284
+
1285
+ **Note:** Version bump only for package @typescript-eslint/parser
1286
+
1287
+ 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.
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+ ## [6.7.3](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25)
1294
+
1295
+ **Note:** Version bump only for package @typescript-eslint/parser
1296
+
1297
+ 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.
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+ ## [6.7.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18)
1304
+
1305
+ **Note:** Version bump only for package @typescript-eslint/parser
1306
+
1307
+ 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.
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+ ## [6.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18)
1314
+
1315
+ **Note:** Version bump only for package @typescript-eslint/parser
1316
+
1317
+ 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.
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+ # [6.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) (2023-09-11)
1324
+
1325
+ **Note:** Version bump only for package @typescript-eslint/parser
1326
+
1327
+ 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.
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+ # [6.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) (2023-09-04)
1334
+
1335
+ **Note:** Version bump only for package @typescript-eslint/parser
1336
+
1337
+ 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.
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+ # [6.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) (2023-08-28)
1344
+
1345
+ **Note:** Version bump only for package @typescript-eslint/parser
1346
+
1347
+ 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.
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+ ## [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21)
1354
+
1355
+ **Note:** Version bump only for package @typescript-eslint/parser
1356
+
1357
+ 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.
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+ # [6.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0) (2023-08-14)
1364
+
1365
+ **Note:** Version bump only for package @typescript-eslint/parser
1366
+
1367
+ 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.
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+ # [6.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0) (2023-08-07)
1374
+
1375
+ **Note:** Version bump only for package @typescript-eslint/parser
1376
+
1377
+ 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.
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+ ## [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1) (2023-07-31)
1384
+
1385
+ **Note:** Version bump only for package @typescript-eslint/parser
1386
+
1387
+ 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.
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+ # [6.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) (2023-07-24)
1394
+
1395
+ **Note:** Version bump only for package @typescript-eslint/parser
1396
+
1397
+ 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.
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+ # [6.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) (2023-07-17)
1404
+
1405
+
1406
+ ### Features
1407
+
1408
+ * **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))
1409
+
1410
+ 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.
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+ # [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
1417
+
1418
+
1419
+ ### Bug Fixes
1420
+
1421
+ * 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))
1422
+
1423
+
1424
+ ### chore
1425
+
1426
+ * 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))
1427
+
1428
+
1429
+ ### Features
1430
+
1431
+ * 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))
1432
+ * 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))
1433
+ * drop support for ESLint v6 ([#5972](https://github.com/typescript-eslint/typescript-eslint/issues/5972)) ([bda806d](https://github.com/typescript-eslint/typescript-eslint/commit/bda806d78ee46133587d9383baff52d796a594e5))
1434
+ * 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))
1435
+ * 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))
1436
+ * 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))
1437
+ * **scope-manager:** ignore ECMA version ([#5889](https://github.com/typescript-eslint/typescript-eslint/issues/5889)) ([f2330f7](https://github.com/typescript-eslint/typescript-eslint/commit/f2330f79739eb93e3c290ccc6e810a01e097eda0)), 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) [#5883](https://github.com/typescript-eslint/typescript-eslint/issues/5883)
1438
+ * **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))
1439
+ * **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))
1440
+ * **typescript-estree:** deprecate createDefaultProgram ([#5890](https://github.com/typescript-eslint/typescript-eslint/issues/5890)) ([426d6b6](https://github.com/typescript-eslint/typescript-eslint/commit/426d6b647e6df3e312d1cef3e28dadaef6675fd3))
1441
+ * **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))
1442
+
1443
+
1444
+ ### BREAKING CHANGES
1445
+
1446
+ * drop support for ESLint v6
1447
+ * drops support for node v17
1448
+ * drops support for node v12
1449
+
1450
+ 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.
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+ # [5.62.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0) (2023-07-10)
1457
+
1458
+ **Note:** Version bump only for package @typescript-eslint/parser
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
+
1463
+
1464
+
1465
+
1466
+ # [5.61.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0) (2023-07-03)
1467
+
1468
+ **Note:** Version bump only for package @typescript-eslint/parser
1469
+
1470
+ 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.
1471
+
1472
+
1473
+
1474
+
1475
+
1476
+ ## [5.60.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26)
1477
+
1478
+ **Note:** Version bump only for package @typescript-eslint/parser
1479
+
1480
+ 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.
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+ # [5.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)
1487
+
1488
+ **Note:** Version bump only for package @typescript-eslint/parser
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+ ## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)
1495
+
1496
+ **Note:** Version bump only for package @typescript-eslint/parser
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ ## [5.59.10](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12)
1503
+
1504
+ **Note:** Version bump only for package @typescript-eslint/parser
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+ ## [5.59.9](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05)
1511
+
1512
+ **Note:** Version bump only for package @typescript-eslint/parser
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+ ## [5.59.8](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29)
1519
+
1520
+ **Note:** Version bump only for package @typescript-eslint/parser
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+ ## [5.59.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22)
1527
+
1528
+ **Note:** Version bump only for package @typescript-eslint/parser
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+ ## [5.59.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15)
1535
+
1536
+ **Note:** Version bump only for package @typescript-eslint/parser
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+ ## [5.59.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08)
1543
+
1544
+ **Note:** Version bump only for package @typescript-eslint/parser
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+ ## [5.59.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08)
1551
+
1552
+ **Note:** Version bump only for package @typescript-eslint/parser
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+ ## [5.59.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08)
1559
+
1560
+ **Note:** Version bump only for package @typescript-eslint/parser
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+ ## [5.59.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01)
1567
+
1568
+ **Note:** Version bump only for package @typescript-eslint/parser
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+ ## [5.59.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24)
1575
+
1576
+ **Note:** Version bump only for package @typescript-eslint/parser
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+ # [5.59.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0) (2023-04-17)
1583
+
1584
+ **Note:** Version bump only for package @typescript-eslint/parser
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+ # [5.58.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0) (2023-04-10)
1591
+
1592
+
1593
+ ### Bug Fixes
1594
+
1595
+ * update getLib for new TypeScript targets ES2021, ES2022 ([#6782](https://github.com/typescript-eslint/typescript-eslint/issues/6782)) ([1c04664](https://github.com/typescript-eslint/typescript-eslint/commit/1c0466414300f338c6c4111f8d1eac0c3e6a8983))
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+ ## [5.57.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1) (2023-04-03)
1602
+
1603
+ **Note:** Version bump only for package @typescript-eslint/parser
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+ # [5.57.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.56.0...v5.57.0) (2023-03-27)
1610
+
1611
+ **Note:** Version bump only for package @typescript-eslint/parser
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+ # [5.56.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0) (2023-03-20)
1618
+
1619
+ **Note:** Version bump only for package @typescript-eslint/parser
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+ # [5.55.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0) (2023-03-13)
1626
+
1627
+
1628
+ ### Features
1629
+
1630
+ * **parser:** add exported meta object ([#6586](https://github.com/typescript-eslint/typescript-eslint/issues/6586)) ([d05c3d8](https://github.com/typescript-eslint/typescript-eslint/commit/d05c3d8aa4093e88ffdfc2dbcff522eafbd455fb))
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+ ## [5.54.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1) (2023-03-06)
1637
+
1638
+ **Note:** Version bump only for package @typescript-eslint/parser
1639
+
1640
+
1641
+
1642
+
1643
+
1644
+ # [5.54.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0) (2023-02-27)
1645
+
1646
+ **Note:** Version bump only for package @typescript-eslint/parser
1647
+
1648
+
1649
+
1650
+
1651
+
1652
+ # [5.53.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0) (2023-02-20)
1653
+
1654
+ **Note:** Version bump only for package @typescript-eslint/parser
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+ # [5.52.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0) (2023-02-13)
1661
+
1662
+ **Note:** Version bump only for package @typescript-eslint/parser
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+ # [5.51.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0) (2023-02-06)
1669
+
1670
+ **Note:** Version bump only for package @typescript-eslint/parser
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+ # [5.50.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0) (2023-01-31)
1677
+
1678
+ **Note:** Version bump only for package @typescript-eslint/parser
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+ # [5.49.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0) (2023-01-23)
1685
+
1686
+ **Note:** Version bump only for package @typescript-eslint/parser
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+ ## [5.48.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2) (2023-01-16)
1693
+
1694
+ **Note:** Version bump only for package @typescript-eslint/parser
1695
+
1696
+
1697
+
1698
+
1699
+
1700
+ ## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
1701
+
1702
+ **Note:** Version bump only for package @typescript-eslint/parser
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+ # [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
1709
+
1710
+ **Note:** Version bump only for package @typescript-eslint/parser
1711
+
1712
+ ## [5.47.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1) (2022-12-26)
1713
+
1714
+ **Note:** Version bump only for package @typescript-eslint/parser
1715
+
1716
+ # [5.47.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0) (2022-12-19)
1717
+
1718
+ **Note:** Version bump only for package @typescript-eslint/parser
1719
+
1720
+ ## [5.46.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) (2022-12-12)
1721
+
1722
+ **Note:** Version bump only for package @typescript-eslint/parser
1723
+
1724
+ # [5.46.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) (2022-12-08)
1725
+
1726
+ **Note:** Version bump only for package @typescript-eslint/parser
1727
+
1728
+ ## [5.45.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05)
1729
+
1730
+ ### Bug Fixes
1731
+
1732
+ - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#6134](https://github.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://github.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017))
1733
+
1734
+ # [5.45.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) (2022-11-28)
1735
+
1736
+ **Note:** Version bump only for package @typescript-eslint/parser
1737
+
1738
+ # [5.44.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) (2022-11-21)
1739
+
1740
+ **Note:** Version bump only for package @typescript-eslint/parser
1741
+
1742
+ # [5.43.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0) (2022-11-14)
1743
+
1744
+ **Note:** Version bump only for package @typescript-eslint/parser
1745
+
1746
+ ## [5.42.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) (2022-11-07)
1747
+
1748
+ **Note:** Version bump only for package @typescript-eslint/parser
1749
+
1750
+ # [5.42.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0) (2022-10-31)
1751
+
1752
+ ### Features
1753
+
1754
+ - **scope-manager:** ignore ECMA version ([#5881](https://github.com/typescript-eslint/typescript-eslint/issues/5881)) ([3b8d449](https://github.com/typescript-eslint/typescript-eslint/commit/3b8d449696c319690536a18a48ef32749dc2f559))
1755
+
1756
+ ### Reverts
1757
+
1758
+ - Revert "feat(scope-manager): ignore ECMA version" (#5888) ([2ee81df](https://github.com/typescript-eslint/typescript-eslint/commit/2ee81df5a365d82ef4b3dfc124d4ec39c7bcb725)), closes [#5888](https://github.com/typescript-eslint/typescript-eslint/issues/5888) [#5881](https://github.com/typescript-eslint/typescript-eslint/issues/5881)
1759
+
1760
+ # [5.41.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0) (2022-10-24)
1761
+
1762
+ **Note:** Version bump only for package @typescript-eslint/parser
1763
+
1764
+ ## [5.40.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1) (2022-10-17)
1765
+
1766
+ **Note:** Version bump only for package @typescript-eslint/parser
1767
+
1768
+ # [5.40.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0) (2022-10-10)
1769
+
1770
+ **Note:** Version bump only for package @typescript-eslint/parser
1771
+
1772
+ # [5.39.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0) (2022-10-03)
1773
+
1774
+ **Note:** Version bump only for package @typescript-eslint/parser
1775
+
1776
+ ## [5.38.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26)
1777
+
1778
+ **Note:** Version bump only for package @typescript-eslint/parser
1779
+
1780
+ # [5.38.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) (2022-09-19)
1781
+
1782
+ **Note:** Version bump only for package @typescript-eslint/parser
1783
+
1784
+ # [5.37.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0) (2022-09-12)
1785
+
1786
+ **Note:** Version bump only for package @typescript-eslint/parser
1787
+
1788
+ ## [5.36.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) (2022-09-05)
1789
+
1790
+ **Note:** Version bump only for package @typescript-eslint/parser
1791
+
1792
+ ## [5.36.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1) (2022-08-30)
1793
+
1794
+ **Note:** Version bump only for package @typescript-eslint/parser
1795
+
1796
+ # [5.36.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.1...v5.36.0) (2022-08-30)
1797
+
1798
+ **Note:** Version bump only for package @typescript-eslint/parser
1799
+
1800
+ ## [5.35.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1) (2022-08-24)
1801
+
1802
+ **Note:** Version bump only for package @typescript-eslint/parser
1803
+
1804
+ # [5.35.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0) (2022-08-24)
1805
+
1806
+ **Note:** Version bump only for package @typescript-eslint/parser
1807
+
1808
+ # [5.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.34.0) (2022-08-22)
1809
+
1810
+ **Note:** Version bump only for package @typescript-eslint/parser
1811
+
1812
+ ## [5.33.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1) (2022-08-15)
1813
+
1814
+ **Note:** Version bump only for package @typescript-eslint/parser
1815
+
1816
+ # [5.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0) (2022-08-08)
1817
+
1818
+ **Note:** Version bump only for package @typescript-eslint/parser
1819
+
1820
+ # [5.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.31.0...v5.32.0) (2022-08-01)
1821
+
1822
+ **Note:** Version bump only for package @typescript-eslint/parser
1823
+
1824
+ # [5.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0) (2022-07-25)
1825
+
1826
+ **Note:** Version bump only for package @typescript-eslint/parser
1827
+
1828
+ ## [5.30.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) (2022-07-18)
1829
+
1830
+ ### Bug Fixes
1831
+
1832
+ - 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))
1833
+
1834
+ ## [5.30.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) (2022-07-11)
1835
+
1836
+ **Note:** Version bump only for package @typescript-eslint/parser
1837
+
1838
+ ## [5.30.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) (2022-07-04)
1839
+
1840
+ **Note:** Version bump only for package @typescript-eslint/parser
1841
+
1842
+ ## [5.30.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) (2022-07-03)
1843
+
1844
+ **Note:** Version bump only for package @typescript-eslint/parser
1845
+
1846
+ ## [5.30.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) (2022-07-01)
1847
+
1848
+ **Note:** Version bump only for package @typescript-eslint/parser
1849
+
1850
+ ## [5.30.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) (2022-07-01)
1851
+
1852
+ **Note:** Version bump only for package @typescript-eslint/parser
1853
+
1854
+ ## 5.30.1 (2022-07-01)
1855
+
1856
+ **Note:** Version bump only for package @typescript-eslint/parser
1857
+
1858
+ # [5.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.29.0...v5.30.0) (2022-06-27)
1859
+
1860
+ **Note:** Version bump only for package @typescript-eslint/parser
1861
+
1862
+ # [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)
1863
+
1864
+ **Note:** Version bump only for package @typescript-eslint/parser
1865
+
1866
+ # [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)
1867
+
1868
+ **Note:** Version bump only for package @typescript-eslint/parser
1869
+
1870
+ ## [5.27.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) (2022-06-06)
1871
+
1872
+ **Note:** Version bump only for package @typescript-eslint/parser
1873
+
1874
+ # [5.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.26.0...v5.27.0) (2022-05-30)
1875
+
1876
+ ### Bug Fixes
1877
+
1878
+ - **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))
1879
+
1880
+ ### Features
1881
+
1882
+ - [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))
1883
+
1884
+ # [5.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.25.0...v5.26.0) (2022-05-23)
1885
+
1886
+ **Note:** Version bump only for package @typescript-eslint/parser
1887
+
1888
+ # [5.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.24.0...v5.25.0) (2022-05-17)
1889
+
1890
+ **Note:** Version bump only for package @typescript-eslint/parser
1891
+
1892
+ # [5.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.23.0...v5.24.0) (2022-05-16)
1893
+
1894
+ **Note:** Version bump only for package @typescript-eslint/parser
1895
+
1896
+ # [5.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.22.0...v5.23.0) (2022-05-09)
1897
+
1898
+ **Note:** Version bump only for package @typescript-eslint/parser
1899
+
1900
+ # [5.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.21.0...v5.22.0) (2022-05-02)
1901
+
1902
+ **Note:** Version bump only for package @typescript-eslint/parser
1903
+
1904
+ # [5.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.20.0...v5.21.0) (2022-04-25)
1905
+
1906
+ **Note:** Version bump only for package @typescript-eslint/parser
1907
+
1908
+ # [5.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.19.0...v5.20.0) (2022-04-18)
1909
+
1910
+ **Note:** Version bump only for package @typescript-eslint/parser
1911
+
1912
+ # [5.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.18.0...v5.19.0) (2022-04-11)
1913
+
1914
+ **Note:** Version bump only for package @typescript-eslint/parser
1915
+
1916
+ # [5.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.17.0...v5.18.0) (2022-04-04)
1917
+
1918
+ **Note:** Version bump only for package @typescript-eslint/parser
1919
+
1920
+ # [5.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.16.0...v5.17.0) (2022-03-28)
1921
+
1922
+ **Note:** Version bump only for package @typescript-eslint/parser
1923
+
1924
+ # [5.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0) (2022-03-21)
1925
+
1926
+ **Note:** Version bump only for package @typescript-eslint/parser
1927
+
1928
+ # [5.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.14.0...v5.15.0) (2022-03-14)
1929
+
1930
+ ### Features
1931
+
1932
+ - **parser:** add `parserOptions.emitDecoratorMetadata` ([#4646](https://github.com/typescript-eslint/typescript-eslint/issues/4646)) ([e3dd343](https://github.com/typescript-eslint/typescript-eslint/commit/e3dd343e51e3b7772e825a609735a04c921c1ec5))
1933
+
1934
+ # [5.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0) (2022-03-07)
1935
+
1936
+ **Note:** Version bump only for package @typescript-eslint/parser
1937
+
1938
+ # [5.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.1...v5.13.0) (2022-02-28)
1939
+
1940
+ **Note:** Version bump only for package @typescript-eslint/parser
1941
+
1942
+ ## [5.12.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.0...v5.12.1) (2022-02-21)
1943
+
1944
+ **Note:** Version bump only for package @typescript-eslint/parser
1945
+
1946
+ # [5.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.11.0...v5.12.0) (2022-02-14)
1947
+
1948
+ **Note:** Version bump only for package @typescript-eslint/parser
1949
+
1950
+ # [5.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.2...v5.11.0) (2022-02-07)
1951
+
1952
+ **Note:** Version bump only for package @typescript-eslint/parser
1953
+
1954
+ ## [5.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2) (2022-01-31)
1955
+
1956
+ **Note:** Version bump only for package @typescript-eslint/parser
1957
+
1958
+ ## [5.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1) (2022-01-24)
1959
+
1960
+ **Note:** Version bump only for package @typescript-eslint/parser
1961
+
1962
+ # [5.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.1...v5.10.0) (2022-01-17)
1963
+
1964
+ ### Features
1965
+
1966
+ - rename `experimental-utils` to `utils` and make `experimental-utils` an alias to the new package ([#4172](https://github.com/typescript-eslint/typescript-eslint/issues/4172)) ([1d55a75](https://github.com/typescript-eslint/typescript-eslint/commit/1d55a7511b38d8e2b2eabe59f639e0a865e6c93f))
1967
+
1968
+ ## [5.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.0...v5.9.1) (2022-01-10)
1969
+
1970
+ **Note:** Version bump only for package @typescript-eslint/parser
1971
+
1972
+ # [5.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0) (2022-01-03)
1973
+
1974
+ **Note:** Version bump only for package @typescript-eslint/parser
1975
+
1976
+ ## [5.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.8.0...v5.8.1) (2021-12-27)
1977
+
1978
+ **Note:** Version bump only for package @typescript-eslint/parser
1979
+
1980
+ # [5.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.7.0...v5.8.0) (2021-12-20)
1981
+
1982
+ **Note:** Version bump only for package @typescript-eslint/parser
1983
+
1984
+ # [5.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.6.0...v5.7.0) (2021-12-13)
1985
+
1986
+ **Note:** Version bump only for package @typescript-eslint/parser
1987
+
1988
+ # [5.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.5.0...v5.6.0) (2021-12-06)
1989
+
1990
+ **Note:** Version bump only for package @typescript-eslint/parser
1991
+
1992
+ # [5.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.4.0...v5.5.0) (2021-11-29)
1993
+
1994
+ **Note:** Version bump only for package @typescript-eslint/parser
1995
+
1996
+ # [5.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0) (2021-11-15)
1997
+
1998
+ **Note:** Version bump only for package @typescript-eslint/parser
1999
+
2000
+ ## [5.3.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1) (2021-11-08)
2001
+
2002
+ **Note:** Version bump only for package @typescript-eslint/parser
2003
+
2004
+ # [5.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.2.0...v5.3.0) (2021-11-01)
2005
+
2006
+ **Note:** Version bump only for package @typescript-eslint/parser
2007
+
2008
+ # [5.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
2009
+
2010
+ **Note:** Version bump only for package @typescript-eslint/parser
2011
+
2012
+ # [5.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.0.0...v5.1.0) (2021-10-18)
2013
+
2014
+ **Note:** Version bump only for package @typescript-eslint/parser
2015
+
2016
+ # [5.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.33.0...v5.0.0) (2021-10-11)
2017
+
2018
+ ### Features
2019
+
2020
+ - support ESLint v8 ([#3737](https://github.com/typescript-eslint/typescript-eslint/issues/3737)) ([4ca62ae](https://github.com/typescript-eslint/typescript-eslint/commit/4ca62aee6681d706e762a8db727541ca204364f2))
2021
+
2022
+ # [4.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) (2021-10-04)
2023
+
2024
+ **Note:** Version bump only for package @typescript-eslint/parser
2025
+
2026
+ # [4.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) (2021-09-27)
2027
+
2028
+ ### Features
2029
+
2030
+ - Support `'latest'` as `ecmaVersion` ([#3873](https://github.com/typescript-eslint/typescript-eslint/issues/3873)) ([25a42c0](https://github.com/typescript-eslint/typescript-eslint/commit/25a42c0bbe92d1ecbc2e8ff9ef3a3ef413f728b0))
2031
+
2032
+ ## [4.31.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20)
2033
+
2034
+ **Note:** Version bump only for package @typescript-eslint/parser
2035
+
2036
+ ## [4.31.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13)
2037
+
2038
+ **Note:** Version bump only for package @typescript-eslint/parser
2039
+
2040
+ # [4.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) (2021-09-06)
2041
+
2042
+ **Note:** Version bump only for package @typescript-eslint/parser
2043
+
2044
+ # [4.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) (2021-08-30)
2045
+
2046
+ ### Features
2047
+
2048
+ - **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))
2049
+
2050
+ ## [4.29.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23)
2051
+
2052
+ **Note:** Version bump only for package @typescript-eslint/parser
2053
+
2054
+ ## [4.29.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16)
2055
+
2056
+ **Note:** Version bump only for package @typescript-eslint/parser
2057
+
2058
+ ## [4.29.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09)
2059
+
2060
+ **Note:** Version bump only for package @typescript-eslint/parser
2061
+
2062
+ # [4.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) (2021-08-02)
2063
+
2064
+ ### Features
2065
+
2066
+ - **eslint-plugin:** Catch unused React import with new JSX transform ([#3577](https://github.com/typescript-eslint/typescript-eslint/issues/3577)) ([02998ea](https://github.com/typescript-eslint/typescript-eslint/commit/02998eac510665758b9a093d43afc310f3ac980d))
2067
+ - **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))
2068
+
2069
+ ## [4.28.5](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26)
2070
+
2071
+ **Note:** Version bump only for package @typescript-eslint/parser
2072
+
2073
+ ## [4.28.4](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19)
2074
+
2075
+ **Note:** Version bump only for package @typescript-eslint/parser
2076
+
2077
+ ## [4.28.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12)
2078
+
2079
+ **Note:** Version bump only for package @typescript-eslint/parser
2080
+
2081
+ ## [4.28.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05)
2082
+
2083
+ **Note:** Version bump only for package @typescript-eslint/parser
2084
+
2085
+ ## [4.28.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28)
2086
+
2087
+ **Note:** Version bump only for package @typescript-eslint/parser
2088
+
2089
+ # [4.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) (2021-06-21)
2090
+
2091
+ **Note:** Version bump only for package @typescript-eslint/parser
2092
+
2093
+ # [4.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) (2021-06-14)
2094
+
2095
+ ### Bug Fixes
2096
+
2097
+ - **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))
2098
+
2099
+ ### Features
2100
+
2101
+ - 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))
2102
+
2103
+ ## [4.26.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07)
2104
+
2105
+ **Note:** Version bump only for package @typescript-eslint/parser
2106
+
2107
+ # [4.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) (2021-05-31)
2108
+
2109
+ **Note:** Version bump only for package @typescript-eslint/parser
2110
+
2111
+ # [4.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) (2021-05-24)
2112
+
2113
+ **Note:** Version bump only for package @typescript-eslint/parser
2114
+
2115
+ # [4.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) (2021-05-17)
2116
+
2117
+ **Note:** Version bump only for package @typescript-eslint/parser
2118
+
2119
+ # [4.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) (2021-05-10)
2120
+
2121
+ ### Features
2122
+
2123
+ - 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))
2124
+
2125
+ ## [4.22.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
2126
+
2127
+ **Note:** Version bump only for package @typescript-eslint/parser
2128
+
2129
+ # [4.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) (2021-04-12)
2130
+
2131
+ **Note:** Version bump only for package @typescript-eslint/parser
2132
+
2133
+ # [4.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) (2021-04-05)
2134
+
2135
+ **Note:** Version bump only for package @typescript-eslint/parser
2136
+
2137
+ # [4.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) (2021-03-29)
2138
+
2139
+ **Note:** Version bump only for package @typescript-eslint/parser
2140
+
2141
+ # [4.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) (2021-03-22)
2142
+
2143
+ **Note:** Version bump only for package @typescript-eslint/parser
2144
+
2145
+ # [4.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) (2021-03-15)
2146
+
2147
+ **Note:** Version bump only for package @typescript-eslint/parser
2148
+
2149
+ # [4.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) (2021-03-08)
2150
+
2151
+ **Note:** Version bump only for package @typescript-eslint/parser
2152
+
2153
+ ## [4.16.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01)
2154
+
2155
+ **Note:** Version bump only for package @typescript-eslint/parser
2156
+
2157
+ # [4.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) (2021-03-01)
2158
+
2159
+ **Note:** Version bump only for package @typescript-eslint/parser
2160
+
2161
+ ## [4.15.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22)
2162
+
2163
+ **Note:** Version bump only for package @typescript-eslint/parser
2164
+
2165
+ ## [4.15.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15)
2166
+
2167
+ **Note:** Version bump only for package @typescript-eslint/parser
2168
+
2169
+ # [4.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) (2021-02-08)
2170
+
2171
+ **Note:** Version bump only for package @typescript-eslint/parser
2172
+
2173
+ ## [4.14.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01)
2174
+
2175
+ **Note:** Version bump only for package @typescript-eslint/parser
2176
+
2177
+ ## [4.14.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25)
2178
+
2179
+ **Note:** Version bump only for package @typescript-eslint/parser
2180
+
2181
+ # [4.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) (2021-01-18)
2182
+
2183
+ ### Features
2184
+
2185
+ - add support for decorator metadata in scope analysis and in consistent-type-imports ([#2751](https://github.com/typescript-eslint/typescript-eslint/issues/2751)) ([445e416](https://github.com/typescript-eslint/typescript-eslint/commit/445e416878b27a54bf07c2d3b84dabd7b06e51bc)), closes [#2559](https://github.com/typescript-eslint/typescript-eslint/issues/2559)
2186
+
2187
+ # [4.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) (2021-01-11)
2188
+
2189
+ **Note:** Version bump only for package @typescript-eslint/parser
2190
+
2191
+ # [4.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) (2021-01-04)
2192
+
2193
+ **Note:** Version bump only for package @typescript-eslint/parser
2194
+
2195
+ ## [4.11.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28)
2196
+
2197
+ **Note:** Version bump only for package @typescript-eslint/parser
2198
+
2199
+ # [4.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) (2020-12-21)
2200
+
2201
+ **Note:** Version bump only for package @typescript-eslint/parser
2202
+
2203
+ # [4.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) (2020-12-14)
2204
+
2205
+ **Note:** Version bump only for package @typescript-eslint/parser
2206
+
2207
+ ## [4.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07)
2208
+
2209
+ **Note:** Version bump only for package @typescript-eslint/parser
2210
+
2211
+ # [4.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) (2020-11-30)
2212
+
2213
+ **Note:** Version bump only for package @typescript-eslint/parser
2214
+
2215
+ ## [4.8.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23)
2216
+
2217
+ **Note:** Version bump only for package @typescript-eslint/parser
2218
+
2219
+ ## [4.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17)
2220
+
2221
+ **Note:** Version bump only for package @typescript-eslint/parser
2222
+
2223
+ # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-16)
2224
+
2225
+ **Note:** Version bump only for package @typescript-eslint/parser
2226
+
2227
+ # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-09)
2228
+
2229
+ **Note:** Version bump only for package @typescript-eslint/parser
2230
+
2231
+ ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11-02)
2232
+
2233
+ **Note:** Version bump only for package @typescript-eslint/parser
2234
+
2235
+ # [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-26)
2236
+
2237
+ **Note:** Version bump only for package @typescript-eslint/parser
2238
+
2239
+ # [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-19)
2240
+
2241
+ ### Bug Fixes
2242
+
2243
+ - **parser:** minor fix regexp, map-filter to reduce ([#2684](https://github.com/typescript-eslint/typescript-eslint/issues/2684)) ([f1329f6](https://github.com/typescript-eslint/typescript-eslint/commit/f1329f6c4e3d1de21b1dc59c30ce16503c346eee))
2244
+
2245
+ ### Features
2246
+
2247
+ - **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))
2248
+
2249
+ ## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10-12)
2250
+
2251
+ **Note:** Version bump only for package @typescript-eslint/parser
2252
+
2253
+ # [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-05)
2254
+
2255
+ **Note:** Version bump only for package @typescript-eslint/parser
2256
+
2257
+ # [4.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.2.0...v4.3.0) (2020-09-28)
2258
+
2259
+ **Note:** Version bump only for package @typescript-eslint/parser
2260
+
2261
+ # [4.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.1...v4.2.0) (2020-09-21)
2262
+
2263
+ **Note:** Version bump only for package @typescript-eslint/parser
2264
+
2265
+ ## [4.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1) (2020-09-14)
2266
+
2267
+ **Note:** Version bump only for package @typescript-eslint/parser
2268
+
2269
+ # [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
2270
+
2271
+ ### Features
2272
+
2273
+ - **scope-manager:** add support for JSX scope analysis ([#2498](https://github.com/typescript-eslint/typescript-eslint/issues/2498)) ([f887ab5](https://github.com/typescript-eslint/typescript-eslint/commit/f887ab51f58c1b3571f9a14832864bc0ca59623f)), closes [#2455](https://github.com/typescript-eslint/typescript-eslint/issues/2455) [#2477](https://github.com/typescript-eslint/typescript-eslint/issues/2477)
2274
+
2275
+ ## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
2276
+
2277
+ **Note:** Version bump only for package @typescript-eslint/parser
2278
+
2279
+ # [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
2280
+
2281
+ ## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
2282
+
2283
+ ### Features
2284
+
2285
+ - consume new scope analysis package ([#2039](https://github.com/typescript-eslint/typescript-eslint/issues/2039)) ([3be125d](https://github.com/typescript-eslint/typescript-eslint/commit/3be125d9bdbee1984ac6037874edf619213bd3d0))
2286
+ - 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))
2287
+ - **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)
2288
+
2289
+ ### BREAKING CHANGES
2290
+
2291
+ - **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.
2292
+
2293
+ ## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
2294
+
2295
+ **Note:** Version bump only for package @typescript-eslint/parser
2296
+
2297
+ # [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
2298
+
2299
+ **Note:** Version bump only for package @typescript-eslint/parser
2300
+
2301
+ ## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
2302
+
2303
+ **Note:** Version bump only for package @typescript-eslint/parser
2304
+
2305
+ # [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
2306
+
2307
+ ### Features
2308
+
2309
+ - **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))
2310
+
2311
+ # [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)
2312
+
2313
+ **Note:** Version bump only for package @typescript-eslint/parser
2314
+
2315
+ ## [3.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.0...v3.7.1) (2020-07-27)
2316
+
2317
+ **Note:** Version bump only for package @typescript-eslint/parser
2318
+
2319
+ # [3.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.1...v3.7.0) (2020-07-20)
2320
+
2321
+ ### Features
2322
+
2323
+ - **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))
2324
+ - **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))
2325
+
2326
+ ## [3.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.0...v3.6.1) (2020-07-13)
2327
+
2328
+ **Note:** Version bump only for package @typescript-eslint/parser
2329
+
2330
+ # [3.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) (2020-07-06)
2331
+
2332
+ **Note:** Version bump only for package @typescript-eslint/parser
2333
+
2334
+ # [3.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) (2020-06-29)
2335
+
2336
+ ### Features
2337
+
2338
+ - 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))
2339
+
2340
+ # [3.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.3.0...v3.4.0) (2020-06-22)
2341
+
2342
+ **Note:** Version bump only for package @typescript-eslint/parser
2343
+
2344
+ # [3.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.2.0...v3.3.0) (2020-06-15)
2345
+
2346
+ **Note:** Version bump only for package @typescript-eslint/parser
2347
+
2348
+ # [3.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.1.0...v3.2.0) (2020-06-08)
2349
+
2350
+ ### Bug Fixes
2351
+
2352
+ - **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))
2353
+
2354
+ # [3.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.2...v3.1.0) (2020-06-01)
2355
+
2356
+ ### Bug Fixes
2357
+
2358
+ - **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))
2359
+
2360
+ ## [3.0.2](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.1...v3.0.2) (2020-05-27)
2361
+
2362
+ **Note:** Version bump only for package @typescript-eslint/parser
2363
+
2364
+ ## [3.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.0...v3.0.1) (2020-05-25)
2365
+
2366
+ ### Bug Fixes
2367
+
2368
+ - **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))
2369
+
2370
+ # [3.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.34.0...v3.0.0) (2020-05-21)
2371
+
2372
+ ## [Please see the release notes for v3.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0)
2373
+
2374
+ ### Bug Fixes
2375
+
2376
+ - **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))
2377
+
2378
+ ### Features
2379
+
2380
+ - add index files to parser and typescript-estree ([3dfc46d](https://github.com/typescript-eslint/typescript-eslint/commit/3dfc46dccbbd28eed2d74c7b6cacddf1a0848598))
2381
+ - **experimental-utils:** upgrade eslint types for v7 ([#2023](https://github.com/typescript-eslint/typescript-eslint/issues/2023)) ([06869c9](https://github.com/typescript-eslint/typescript-eslint/commit/06869c9656fa37936126666845aee40aad546ebd))
2382
+ - upgrade to ESLint v7 ([#2022](https://github.com/typescript-eslint/typescript-eslint/issues/2022)) ([208de71](https://github.com/typescript-eslint/typescript-eslint/commit/208de71059746bf38e94bd460346ffb2698a3e12))
2383
+ - **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))
2384
+ - **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))
2385
+ - 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))
2386
+ - **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))
2387
+ - **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))
2388
+
2389
+ # [2.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0) (2020-05-18)
2390
+
2391
+ **Note:** Version bump only for package @typescript-eslint/parser
2392
+
2393
+ # [2.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0) (2020-05-12)
2394
+
2395
+ **Note:** Version bump only for package @typescript-eslint/parser
2396
+
2397
+ # [2.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.31.0...v2.32.0) (2020-05-11)
2398
+
2399
+ ### Features
2400
+
2401
+ - 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))
2402
+
2403
+ # [2.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.30.0...v2.31.0) (2020-05-04)
2404
+
2405
+ **Note:** Version bump only for package @typescript-eslint/parser
2406
+
2407
+ # [2.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.29.0...v2.30.0) (2020-04-27)
2408
+
2409
+ **Note:** Version bump only for package @typescript-eslint/parser
2410
+
2411
+ # [2.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.28.0...v2.29.0) (2020-04-20)
2412
+
2413
+ **Note:** Version bump only for package @typescript-eslint/parser
2414
+
2415
+ # [2.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.27.0...v2.28.0) (2020-04-13)
2416
+
2417
+ **Note:** Version bump only for package @typescript-eslint/parser
2418
+
2419
+ # [2.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.26.0...v2.27.0) (2020-04-06)
2420
+
2421
+ **Note:** Version bump only for package @typescript-eslint/parser
2422
+
2423
+ # [2.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.25.0...v2.26.0) (2020-03-30)
2424
+
2425
+ ### Features
2426
+
2427
+ - **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))
2428
+
2429
+ # [2.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.24.0...v2.25.0) (2020-03-23)
2430
+
2431
+ **Note:** Version bump only for package @typescript-eslint/parser
2432
+
2433
+ # [2.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.23.0...v2.24.0) (2020-03-16)
2434
+
2435
+ ### Features
2436
+
2437
+ - **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))
2438
+
2439
+ # [2.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.22.0...v2.23.0) (2020-03-09)
2440
+
2441
+ ### Features
2442
+
2443
+ - **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))
2444
+
2445
+ # [2.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.21.0...v2.22.0) (2020-03-02)
2446
+
2447
+ **Note:** Version bump only for package @typescript-eslint/parser
2448
+
2449
+ # [2.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0) (2020-02-24)
2450
+
2451
+ **Note:** Version bump only for package @typescript-eslint/parser
2452
+
2453
+ # [2.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0) (2020-02-17)
2454
+
2455
+ **Note:** Version bump only for package @typescript-eslint/parser
2456
+
2457
+ ## [2.19.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.1...v2.19.2) (2020-02-10)
2458
+
2459
+ **Note:** Version bump only for package @typescript-eslint/parser
2460
+
2461
+ ## [2.19.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.0...v2.19.1) (2020-02-10)
2462
+
2463
+ **Note:** Version bump only for package @typescript-eslint/parser
2464
+
2465
+ # [2.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.18.0...v2.19.0) (2020-02-03)
2466
+
2467
+ **Note:** Version bump only for package @typescript-eslint/parser
2468
+
2469
+ # [2.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.17.0...v2.18.0) (2020-01-27)
2470
+
2471
+ ### Bug Fixes
2472
+
2473
+ - **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))
2474
+
2475
+ ### Features
2476
+
2477
+ - **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))
2478
+ - **parser:** clean up scope-analysis types ([#1481](https://github.com/typescript-eslint/typescript-eslint/issues/1481)) ([4a727fa](https://github.com/typescript-eslint/typescript-eslint/commit/4a727fa083d749dba9eaf39322856f5f69c28cd8))
2479
+
2480
+ # [2.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.16.0...v2.17.0) (2020-01-20)
2481
+
2482
+ **Note:** Version bump only for package @typescript-eslint/parser
2483
+
2484
+ # [2.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0) (2020-01-13)
2485
+
2486
+ ### Bug Fixes
2487
+
2488
+ - **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))
2489
+
2490
+ # [2.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0) (2020-01-06)
2491
+
2492
+ **Note:** Version bump only for package @typescript-eslint/parser
2493
+
2494
+ # [2.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0) (2019-12-30)
2495
+
2496
+ ### Bug Fixes
2497
+
2498
+ - **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))
2499
+
2500
+ # [2.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.12.0...v2.13.0) (2019-12-23)
2501
+
2502
+ ### Features
2503
+
2504
+ - **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))
2505
+
2506
+ # [2.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.11.0...v2.12.0) (2019-12-16)
2507
+
2508
+ **Note:** Version bump only for package @typescript-eslint/parser
2509
+
2510
+ # [2.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.10.0...v2.11.0) (2019-12-09)
2511
+
2512
+ **Note:** Version bump only for package @typescript-eslint/parser
2513
+
2514
+ # [2.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.9.0...v2.10.0) (2019-12-02)
2515
+
2516
+ **Note:** Version bump only for package @typescript-eslint/parser
2517
+
2518
+ # [2.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.8.0...v2.9.0) (2019-11-25)
2519
+
2520
+ **Note:** Version bump only for package @typescript-eslint/parser
2521
+
2522
+ # [2.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.7.0...v2.8.0) (2019-11-18)
2523
+
2524
+ ### Bug Fixes
2525
+
2526
+ - **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))
2527
+
2528
+ # [2.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.1...v2.7.0) (2019-11-11)
2529
+
2530
+ ### Features
2531
+
2532
+ - **parser:** handle optional chaining in scope analysis ([#1169](https://github.com/typescript-eslint/typescript-eslint/issues/1169)) ([026ceb9](https://github.com/typescript-eslint/typescript-eslint/commit/026ceb9))
2533
+
2534
+ ## [2.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.0...v2.6.1) (2019-11-04)
2535
+
2536
+ ### Bug Fixes
2537
+
2538
+ - **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))
2539
+
2540
+ # [2.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0) (2019-10-28)
2541
+
2542
+ ### Bug Fixes
2543
+
2544
+ - **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))
2545
+
2546
+ ### Features
2547
+
2548
+ - **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))
2549
+
2550
+ # [2.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0) (2019-10-21)
2551
+
2552
+ **Note:** Version bump only for package @typescript-eslint/parser
2553
+
2554
+ # [2.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.3...v2.4.0) (2019-10-14)
2555
+
2556
+ ### Bug Fixes
2557
+
2558
+ - 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))
2559
+
2560
+ ### Features
2561
+
2562
+ - **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))
2563
+
2564
+ ## [2.3.3](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3) (2019-10-07)
2565
+
2566
+ **Note:** Version bump only for package @typescript-eslint/parser
2567
+
2568
+ ## [2.3.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2) (2019-09-30)
2569
+
2570
+ ### Bug Fixes
2571
+
2572
+ - **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))
2573
+
2574
+ ## [2.3.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.0...v2.3.1) (2019-09-23)
2575
+
2576
+ ### Bug Fixes
2577
+
2578
+ - **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))
2579
+
2580
+ # [2.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.2.0...v2.3.0) (2019-09-16)
2581
+
2582
+ **Note:** Version bump only for package @typescript-eslint/parser
2583
+
2584
+ # [2.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.1.0...v2.2.0) (2019-09-09)
2585
+
2586
+ **Note:** Version bump only for package @typescript-eslint/parser
2587
+
2588
+ # [2.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.0.0...v2.1.0) (2019-09-02)
2589
+
2590
+ ### Bug Fixes
2591
+
2592
+ - **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)
2593
+
2594
+ ### Features
2595
+
2596
+ - **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))
2597
+
2598
+ # [2.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.13.0...v2.0.0) (2019-08-13)
2599
+
2600
+ - 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)
2601
+ - 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)
2602
+
2603
+ ### Bug Fixes
2604
+
2605
+ - **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))
2606
+ - **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))
2607
+
2608
+ ### Features
2609
+
2610
+ - explicitly support eslint v6 ([#645](https://github.com/typescript-eslint/typescript-eslint/issues/645)) ([34a7cf6](https://github.com/typescript-eslint/typescript-eslint/commit/34a7cf6))
2611
+
2612
+ ### BREAKING CHANGES
2613
+
2614
+ - recommended config changes are considered breaking
2615
+ - by default we will now throw when a file is not in the `project` provided
2616
+ - Node 6 is no longer supported
2617
+
2618
+ # [1.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.12.0...v1.13.0) (2019-07-21)
2619
+
2620
+ **Note:** Version bump only for package @typescript-eslint/parser
2621
+
2622
+ # [1.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.11.0...v1.12.0) (2019-07-12)
2623
+
2624
+ ### Bug Fixes
2625
+
2626
+ - **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))
2627
+
2628
+ # [1.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0) (2019-06-23)
2629
+
2630
+ ### Bug Fixes
2631
+
2632
+ - **parser:** add simpleTraverse, replaces private ESLint util ([#628](https://github.com/typescript-eslint/typescript-eslint/issues/628)) ([aa206c4](https://github.com/typescript-eslint/typescript-eslint/commit/aa206c4))
2633
+ - **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))
2634
+
2635
+ ## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
2636
+
2637
+ **Note:** Version bump only for package @typescript-eslint/parser
2638
+
2639
+ ## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
2640
+
2641
+ **Note:** Version bump only for package @typescript-eslint/parser
2642
+
2643
+ # [1.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.9.0...v1.10.0) (2019-06-09)
2644
+
2645
+ ### Bug Fixes
2646
+
2647
+ - **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))
2648
+
2649
+ ### Features
2650
+
2651
+ - 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))
2652
+
2653
+ # [1.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.8.0...v1.9.0) (2019-05-12)
2654
+
2655
+ **Note:** Version bump only for package @typescript-eslint/parser
2656
+
2657
+ # [1.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.7.0...v1.8.0) (2019-05-10)
2658
+
2659
+ ### Bug Fixes
2660
+
2661
+ - upgrade lockfile versions ([#487](https://github.com/typescript-eslint/typescript-eslint/issues/487)) ([f029dba](https://github.com/typescript-eslint/typescript-eslint/commit/f029dba))
2662
+ - **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))
2663
+
2664
+ ### Features
2665
+
2666
+ - 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))
2667
+
2668
+ # [1.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.6.0...v1.7.0) (2019-04-20)
2669
+
2670
+ **Note:** Version bump only for package @typescript-eslint/parser
2671
+
2672
+ # [1.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.5.0...v1.6.0) (2019-04-03)
2673
+
2674
+ ### Bug Fixes
2675
+
2676
+ - **parser:** Make eslint traverse enum id ([#383](https://github.com/typescript-eslint/typescript-eslint/issues/383)) ([492b737](https://github.com/typescript-eslint/typescript-eslint/commit/492b737))
2677
+
2678
+ ### Features
2679
+
2680
+ - 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))
2681
+
2682
+ # [1.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0) (2019-03-20)
2683
+
2684
+ **Note:** Version bump only for package @typescript-eslint/parser
2685
+
2686
+ ## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
2687
+
2688
+ **Note:** Version bump only for package @typescript-eslint/parser
2689
+
2690
+ ## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
2691
+
2692
+ **Note:** Version bump only for package @typescript-eslint/parser
2693
+
2694
+ # [1.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.3.0...v1.4.0) (2019-02-19)
2695
+
2696
+ ### Bug Fixes
2697
+
2698
+ - **parser:** fix crash when visiting decorators in parameters ([#237](https://github.com/typescript-eslint/typescript-eslint/issues/237)) ([225fc26](https://github.com/typescript-eslint/typescript-eslint/commit/225fc26))
2699
+ - **parser:** fix visiting props of TSDeclareFunction ([#244](https://github.com/typescript-eslint/typescript-eslint/issues/244)) ([b40def8](https://github.com/typescript-eslint/typescript-eslint/commit/b40def8))
2700
+
2701
+ ### Features
2702
+
2703
+ - **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))
2704
+ - **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))
2705
+
2706
+ # [1.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.2.0...v1.3.0) (2019-02-07)
2707
+
2708
+ ### Bug Fixes
2709
+
2710
+ - **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))
2711
+ - **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))
2712
+ - **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))
2713
+
2714
+ ### Features
2715
+
2716
+ - 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))
2717
+ - **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))
2718
+
2719
+ # [1.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.1.1...v1.2.0) (2019-02-01)
2720
+
2721
+ ### Bug Fixes
2722
+
2723
+ - **parser:** fix regression with no-unused-vars for jsx attributes ([#161](https://github.com/typescript-eslint/typescript-eslint/issues/161)) ([6147de1](https://github.com/typescript-eslint/typescript-eslint/commit/6147de1))
2724
+
2725
+ ## [1.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.1.0...v1.1.1) (2019-01-29)
2726
+
2727
+ ### Bug Fixes
2728
+
2729
+ - **eslint-plugin:** make parser services error clearer ([#132](https://github.com/typescript-eslint/typescript-eslint/issues/132)) ([aa9d1e1](https://github.com/typescript-eslint/typescript-eslint/commit/aa9d1e1))
2730
+ - **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))
2731
+ - **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))
2732
+
2733
+ # [1.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.0.0...v1.1.0) (2019-01-23)
2734
+
2735
+ ### Bug Fixes
2736
+
2737
+ - **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))
2738
+ - **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))
2739
+
2740
+ # [1.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.1...v1.0.0) (2019-01-20)
2741
+
2742
+ ### Features
2743
+
2744
+ - **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))
2745
+
2746
+ ## [0.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.0...v0.2.1) (2019-01-20)
2747
+
2748
+ **Note:** Version bump only for package @typescript-eslint/parser