xo 0.46.4 → 0.47.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.
Files changed (80) hide show
  1. package/config/plugins.cjs +2 -7
  2. package/index.js +7 -1
  3. package/node_modules/@typescript-eslint/eslint-plugin/README.md +2 -2
  4. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +3 -0
  5. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -1
  6. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +2 -1
  7. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -1
  8. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -1
  9. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +5 -1
  10. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -1
  11. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +10 -1
  12. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -1
  13. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -1
  14. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -1
  15. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -1
  16. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +5 -24
  17. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -1
  18. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js +4 -3
  19. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +1 -1
  20. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +159 -0
  21. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +1 -1
  22. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +5 -2
  23. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +0 -2
  24. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +29 -26
  25. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +2 -2
  26. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +1 -1
  27. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +3 -1
  28. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +2 -2
  29. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +5 -1
  30. package/node_modules/@typescript-eslint/eslint-plugin/package.json +4 -4
  31. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts +12 -12
  32. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts +30 -8
  33. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -1
  34. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js +36 -8
  35. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js.map +1 -1
  36. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts +2 -2
  37. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts.map +1 -1
  38. package/node_modules/@typescript-eslint/experimental-utils/package.json +5 -5
  39. package/node_modules/@typescript-eslint/parser/package.json +6 -6
  40. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +1 -1
  41. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -1
  42. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +2 -2
  43. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
  44. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +1 -0
  45. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -1
  46. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +3 -0
  47. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
  48. package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
  49. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts +21 -7
  50. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +1 -1
  51. package/node_modules/@typescript-eslint/types/dist/ast-spec.js +1 -0
  52. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +1 -1
  53. package/node_modules/@typescript-eslint/types/package.json +2 -2
  54. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +1 -0
  55. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
  56. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +23 -2
  57. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
  58. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +2 -2
  59. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +1 -0
  60. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -1
  61. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +1 -1
  62. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
  63. package/node_modules/@typescript-eslint/typescript-estree/package.json +5 -5
  64. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -1
  65. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +2 -0
  66. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -1
  67. package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
  68. package/node_modules/eslint-visitor-keys/README.md +3 -2
  69. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +3 -0
  70. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +3 -0
  71. package/node_modules/eslint-visitor-keys/package.json +2 -2
  72. package/package.json +15 -15
  73. package/node_modules/@typescript-eslint/eslint-plugin/CHANGELOG.md +0 -2294
  74. package/node_modules/@typescript-eslint/experimental-utils/CHANGELOG.md +0 -1269
  75. package/node_modules/@typescript-eslint/parser/CHANGELOG.md +0 -1291
  76. package/node_modules/@typescript-eslint/scope-manager/CHANGELOG.md +0 -681
  77. package/node_modules/@typescript-eslint/types/CHANGELOG.md +0 -661
  78. package/node_modules/@typescript-eslint/typescript-estree/CHANGELOG.md +0 -1492
  79. package/node_modules/@typescript-eslint/visitor-keys/CHANGELOG.md +0 -630
  80. package/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -42
@@ -1,1291 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [5.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.2.0...v5.3.0) (2021-11-01)
7
-
8
- **Note:** Version bump only for package @typescript-eslint/parser
9
-
10
-
11
-
12
-
13
-
14
- # [5.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
15
-
16
- **Note:** Version bump only for package @typescript-eslint/parser
17
-
18
-
19
-
20
-
21
-
22
- # [5.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.0.0...v5.1.0) (2021-10-18)
23
-
24
- **Note:** Version bump only for package @typescript-eslint/parser
25
-
26
-
27
-
28
-
29
-
30
- # [5.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.33.0...v5.0.0) (2021-10-11)
31
-
32
-
33
- ### Features
34
-
35
- * support ESLint v8 ([#3737](https://github.com/typescript-eslint/typescript-eslint/issues/3737)) ([4ca62ae](https://github.com/typescript-eslint/typescript-eslint/commit/4ca62aee6681d706e762a8db727541ca204364f2))
36
-
37
-
38
-
39
-
40
-
41
- # [4.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) (2021-10-04)
42
-
43
- **Note:** Version bump only for package @typescript-eslint/parser
44
-
45
-
46
-
47
-
48
-
49
- # [4.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) (2021-09-27)
50
-
51
-
52
- ### Features
53
-
54
- * Support `'latest'` as `ecmaVersion` ([#3873](https://github.com/typescript-eslint/typescript-eslint/issues/3873)) ([25a42c0](https://github.com/typescript-eslint/typescript-eslint/commit/25a42c0bbe92d1ecbc2e8ff9ef3a3ef413f728b0))
55
-
56
-
57
-
58
-
59
-
60
- ## [4.31.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20)
61
-
62
- **Note:** Version bump only for package @typescript-eslint/parser
63
-
64
-
65
-
66
-
67
-
68
- ## [4.31.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13)
69
-
70
- **Note:** Version bump only for package @typescript-eslint/parser
71
-
72
-
73
-
74
-
75
-
76
- # [4.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) (2021-09-06)
77
-
78
- **Note:** Version bump only for package @typescript-eslint/parser
79
-
80
-
81
-
82
-
83
-
84
- # [4.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) (2021-08-30)
85
-
86
-
87
- ### Features
88
-
89
- * **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))
90
-
91
-
92
-
93
-
94
-
95
- ## [4.29.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23)
96
-
97
- **Note:** Version bump only for package @typescript-eslint/parser
98
-
99
-
100
-
101
-
102
-
103
- ## [4.29.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16)
104
-
105
- **Note:** Version bump only for package @typescript-eslint/parser
106
-
107
-
108
-
109
-
110
-
111
- ## [4.29.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09)
112
-
113
- **Note:** Version bump only for package @typescript-eslint/parser
114
-
115
-
116
-
117
-
118
-
119
- # [4.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) (2021-08-02)
120
-
121
-
122
- ### Features
123
-
124
- * **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))
125
- * **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))
126
-
127
-
128
-
129
-
130
-
131
- ## [4.28.5](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26)
132
-
133
- **Note:** Version bump only for package @typescript-eslint/parser
134
-
135
-
136
-
137
-
138
-
139
- ## [4.28.4](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19)
140
-
141
- **Note:** Version bump only for package @typescript-eslint/parser
142
-
143
-
144
-
145
-
146
-
147
- ## [4.28.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12)
148
-
149
- **Note:** Version bump only for package @typescript-eslint/parser
150
-
151
-
152
-
153
-
154
-
155
- ## [4.28.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05)
156
-
157
- **Note:** Version bump only for package @typescript-eslint/parser
158
-
159
-
160
-
161
-
162
-
163
- ## [4.28.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28)
164
-
165
- **Note:** Version bump only for package @typescript-eslint/parser
166
-
167
-
168
-
169
-
170
-
171
- # [4.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) (2021-06-21)
172
-
173
- **Note:** Version bump only for package @typescript-eslint/parser
174
-
175
-
176
-
177
-
178
-
179
- # [4.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) (2021-06-14)
180
-
181
-
182
- ### Bug Fixes
183
-
184
- * **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))
185
-
186
-
187
- ### Features
188
-
189
- * 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))
190
-
191
-
192
-
193
-
194
-
195
- ## [4.26.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07)
196
-
197
- **Note:** Version bump only for package @typescript-eslint/parser
198
-
199
-
200
-
201
-
202
-
203
- # [4.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) (2021-05-31)
204
-
205
- **Note:** Version bump only for package @typescript-eslint/parser
206
-
207
-
208
-
209
-
210
-
211
- # [4.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) (2021-05-24)
212
-
213
- **Note:** Version bump only for package @typescript-eslint/parser
214
-
215
-
216
-
217
-
218
-
219
- # [4.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) (2021-05-17)
220
-
221
- **Note:** Version bump only for package @typescript-eslint/parser
222
-
223
-
224
-
225
-
226
-
227
- # [4.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) (2021-05-10)
228
-
229
-
230
- ### Features
231
-
232
- * 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))
233
-
234
-
235
-
236
-
237
-
238
- ## [4.22.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
239
-
240
- **Note:** Version bump only for package @typescript-eslint/parser
241
-
242
-
243
-
244
-
245
-
246
- # [4.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) (2021-04-12)
247
-
248
- **Note:** Version bump only for package @typescript-eslint/parser
249
-
250
-
251
-
252
-
253
-
254
- # [4.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) (2021-04-05)
255
-
256
- **Note:** Version bump only for package @typescript-eslint/parser
257
-
258
-
259
-
260
-
261
-
262
- # [4.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) (2021-03-29)
263
-
264
- **Note:** Version bump only for package @typescript-eslint/parser
265
-
266
-
267
-
268
-
269
-
270
- # [4.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) (2021-03-22)
271
-
272
- **Note:** Version bump only for package @typescript-eslint/parser
273
-
274
-
275
-
276
-
277
-
278
- # [4.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) (2021-03-15)
279
-
280
- **Note:** Version bump only for package @typescript-eslint/parser
281
-
282
-
283
-
284
-
285
-
286
- # [4.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) (2021-03-08)
287
-
288
- **Note:** Version bump only for package @typescript-eslint/parser
289
-
290
-
291
-
292
-
293
-
294
- ## [4.16.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01)
295
-
296
- **Note:** Version bump only for package @typescript-eslint/parser
297
-
298
-
299
-
300
-
301
-
302
- # [4.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) (2021-03-01)
303
-
304
- **Note:** Version bump only for package @typescript-eslint/parser
305
-
306
-
307
-
308
-
309
-
310
- ## [4.15.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22)
311
-
312
- **Note:** Version bump only for package @typescript-eslint/parser
313
-
314
-
315
-
316
-
317
-
318
- ## [4.15.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15)
319
-
320
- **Note:** Version bump only for package @typescript-eslint/parser
321
-
322
-
323
-
324
-
325
-
326
- # [4.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) (2021-02-08)
327
-
328
- **Note:** Version bump only for package @typescript-eslint/parser
329
-
330
-
331
-
332
-
333
-
334
- ## [4.14.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01)
335
-
336
- **Note:** Version bump only for package @typescript-eslint/parser
337
-
338
-
339
-
340
-
341
-
342
- ## [4.14.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25)
343
-
344
- **Note:** Version bump only for package @typescript-eslint/parser
345
-
346
-
347
-
348
-
349
-
350
- # [4.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) (2021-01-18)
351
-
352
-
353
- ### Features
354
-
355
- * 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)
356
-
357
-
358
-
359
-
360
-
361
- # [4.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) (2021-01-11)
362
-
363
- **Note:** Version bump only for package @typescript-eslint/parser
364
-
365
-
366
-
367
-
368
-
369
- # [4.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) (2021-01-04)
370
-
371
- **Note:** Version bump only for package @typescript-eslint/parser
372
-
373
-
374
-
375
-
376
-
377
- ## [4.11.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28)
378
-
379
- **Note:** Version bump only for package @typescript-eslint/parser
380
-
381
-
382
-
383
-
384
-
385
- # [4.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) (2020-12-21)
386
-
387
- **Note:** Version bump only for package @typescript-eslint/parser
388
-
389
-
390
-
391
-
392
-
393
- # [4.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) (2020-12-14)
394
-
395
- **Note:** Version bump only for package @typescript-eslint/parser
396
-
397
-
398
-
399
-
400
-
401
- ## [4.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07)
402
-
403
- **Note:** Version bump only for package @typescript-eslint/parser
404
-
405
-
406
-
407
-
408
-
409
- # [4.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) (2020-11-30)
410
-
411
- **Note:** Version bump only for package @typescript-eslint/parser
412
-
413
-
414
-
415
-
416
-
417
- ## [4.8.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23)
418
-
419
- **Note:** Version bump only for package @typescript-eslint/parser
420
-
421
-
422
-
423
-
424
-
425
- ## [4.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17)
426
-
427
- **Note:** Version bump only for package @typescript-eslint/parser
428
-
429
-
430
-
431
-
432
-
433
- # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-16)
434
-
435
- **Note:** Version bump only for package @typescript-eslint/parser
436
-
437
-
438
-
439
-
440
-
441
- # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-09)
442
-
443
- **Note:** Version bump only for package @typescript-eslint/parser
444
-
445
-
446
-
447
-
448
-
449
- ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11-02)
450
-
451
- **Note:** Version bump only for package @typescript-eslint/parser
452
-
453
-
454
-
455
-
456
-
457
- # [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-26)
458
-
459
- **Note:** Version bump only for package @typescript-eslint/parser
460
-
461
-
462
-
463
-
464
-
465
- # [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-19)
466
-
467
-
468
- ### Bug Fixes
469
-
470
- * **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))
471
-
472
-
473
- ### Features
474
-
475
- * **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))
476
-
477
-
478
-
479
-
480
-
481
- ## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10-12)
482
-
483
- **Note:** Version bump only for package @typescript-eslint/parser
484
-
485
-
486
-
487
-
488
-
489
- # [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-05)
490
-
491
- **Note:** Version bump only for package @typescript-eslint/parser
492
-
493
-
494
-
495
-
496
-
497
- # [4.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.2.0...v4.3.0) (2020-09-28)
498
-
499
- **Note:** Version bump only for package @typescript-eslint/parser
500
-
501
-
502
-
503
-
504
-
505
- # [4.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.1...v4.2.0) (2020-09-21)
506
-
507
- **Note:** Version bump only for package @typescript-eslint/parser
508
-
509
-
510
-
511
-
512
-
513
- ## [4.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1) (2020-09-14)
514
-
515
- **Note:** Version bump only for package @typescript-eslint/parser
516
-
517
-
518
-
519
-
520
-
521
- # [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
522
-
523
-
524
- ### Features
525
-
526
- * **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)
527
-
528
-
529
-
530
-
531
-
532
- ## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
533
-
534
- **Note:** Version bump only for package @typescript-eslint/parser
535
-
536
-
537
-
538
-
539
-
540
- # [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
541
-
542
- ## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
543
-
544
- ### Features
545
-
546
- * 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))
547
- * 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))
548
- * **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)
549
-
550
-
551
- ### BREAKING CHANGES
552
-
553
- * **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.
554
-
555
-
556
-
557
-
558
-
559
- ## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
560
-
561
- **Note:** Version bump only for package @typescript-eslint/parser
562
-
563
-
564
-
565
-
566
-
567
- # [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
568
-
569
- **Note:** Version bump only for package @typescript-eslint/parser
570
-
571
-
572
-
573
-
574
-
575
- ## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
576
-
577
- **Note:** Version bump only for package @typescript-eslint/parser
578
-
579
-
580
-
581
-
582
-
583
- # [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
584
-
585
-
586
- ### Features
587
-
588
- * **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))
589
-
590
-
591
-
592
-
593
-
594
- # [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)
595
-
596
- **Note:** Version bump only for package @typescript-eslint/parser
597
-
598
-
599
-
600
-
601
-
602
- ## [3.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.0...v3.7.1) (2020-07-27)
603
-
604
- **Note:** Version bump only for package @typescript-eslint/parser
605
-
606
-
607
-
608
-
609
-
610
- # [3.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.1...v3.7.0) (2020-07-20)
611
-
612
-
613
- ### Features
614
-
615
- * **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))
616
- * **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))
617
-
618
-
619
-
620
-
621
-
622
- ## [3.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.0...v3.6.1) (2020-07-13)
623
-
624
- **Note:** Version bump only for package @typescript-eslint/parser
625
-
626
-
627
-
628
-
629
-
630
- # [3.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) (2020-07-06)
631
-
632
- **Note:** Version bump only for package @typescript-eslint/parser
633
-
634
-
635
-
636
-
637
-
638
- # [3.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) (2020-06-29)
639
-
640
-
641
- ### Features
642
-
643
- * 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))
644
-
645
-
646
-
647
-
648
-
649
- # [3.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.3.0...v3.4.0) (2020-06-22)
650
-
651
- **Note:** Version bump only for package @typescript-eslint/parser
652
-
653
-
654
-
655
-
656
-
657
- # [3.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.2.0...v3.3.0) (2020-06-15)
658
-
659
- **Note:** Version bump only for package @typescript-eslint/parser
660
-
661
-
662
-
663
-
664
-
665
- # [3.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.1.0...v3.2.0) (2020-06-08)
666
-
667
-
668
- ### Bug Fixes
669
-
670
- * **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))
671
-
672
-
673
-
674
-
675
-
676
- # [3.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.2...v3.1.0) (2020-06-01)
677
-
678
-
679
- ### Bug Fixes
680
-
681
- * **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))
682
-
683
-
684
-
685
-
686
-
687
- ## [3.0.2](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.1...v3.0.2) (2020-05-27)
688
-
689
- **Note:** Version bump only for package @typescript-eslint/parser
690
-
691
-
692
-
693
-
694
-
695
- ## [3.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.0...v3.0.1) (2020-05-25)
696
-
697
-
698
- ### Bug Fixes
699
-
700
- * **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))
701
-
702
-
703
-
704
-
705
-
706
- # [3.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.34.0...v3.0.0) (2020-05-21)
707
-
708
- ## [Please see the release notes for v3.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0)
709
-
710
- ### Bug Fixes
711
-
712
- * **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))
713
-
714
-
715
- ### Features
716
-
717
- * add index files to parser and typescript-estree ([3dfc46d](https://github.com/typescript-eslint/typescript-eslint/commit/3dfc46dccbbd28eed2d74c7b6cacddf1a0848598))
718
- * **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))
719
- * upgrade to ESLint v7 ([#2022](https://github.com/typescript-eslint/typescript-eslint/issues/2022)) ([208de71](https://github.com/typescript-eslint/typescript-eslint/commit/208de71059746bf38e94bd460346ffb2698a3e12))
720
- * **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))
721
- * **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))
722
- * 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))
723
- * **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))
724
- * **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))
725
-
726
-
727
-
728
-
729
-
730
- # [2.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0) (2020-05-18)
731
-
732
- **Note:** Version bump only for package @typescript-eslint/parser
733
-
734
-
735
-
736
-
737
-
738
- # [2.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0) (2020-05-12)
739
-
740
- **Note:** Version bump only for package @typescript-eslint/parser
741
-
742
-
743
-
744
-
745
-
746
- # [2.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.31.0...v2.32.0) (2020-05-11)
747
-
748
-
749
- ### Features
750
-
751
- * 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))
752
-
753
-
754
-
755
-
756
-
757
- # [2.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.30.0...v2.31.0) (2020-05-04)
758
-
759
- **Note:** Version bump only for package @typescript-eslint/parser
760
-
761
-
762
-
763
-
764
-
765
- # [2.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.29.0...v2.30.0) (2020-04-27)
766
-
767
- **Note:** Version bump only for package @typescript-eslint/parser
768
-
769
-
770
-
771
-
772
-
773
- # [2.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.28.0...v2.29.0) (2020-04-20)
774
-
775
- **Note:** Version bump only for package @typescript-eslint/parser
776
-
777
-
778
-
779
-
780
-
781
- # [2.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.27.0...v2.28.0) (2020-04-13)
782
-
783
- **Note:** Version bump only for package @typescript-eslint/parser
784
-
785
-
786
-
787
-
788
-
789
- # [2.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.26.0...v2.27.0) (2020-04-06)
790
-
791
- **Note:** Version bump only for package @typescript-eslint/parser
792
-
793
-
794
-
795
-
796
-
797
- # [2.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.25.0...v2.26.0) (2020-03-30)
798
-
799
-
800
- ### Features
801
-
802
- * **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))
803
-
804
-
805
-
806
-
807
-
808
- # [2.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.24.0...v2.25.0) (2020-03-23)
809
-
810
- **Note:** Version bump only for package @typescript-eslint/parser
811
-
812
-
813
-
814
-
815
-
816
- # [2.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.23.0...v2.24.0) (2020-03-16)
817
-
818
-
819
- ### Features
820
-
821
- * **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))
822
-
823
-
824
-
825
-
826
-
827
- # [2.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.22.0...v2.23.0) (2020-03-09)
828
-
829
-
830
- ### Features
831
-
832
- * **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))
833
-
834
-
835
-
836
-
837
-
838
- # [2.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.21.0...v2.22.0) (2020-03-02)
839
-
840
- **Note:** Version bump only for package @typescript-eslint/parser
841
-
842
-
843
-
844
-
845
-
846
- # [2.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0) (2020-02-24)
847
-
848
- **Note:** Version bump only for package @typescript-eslint/parser
849
-
850
-
851
-
852
-
853
-
854
- # [2.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0) (2020-02-17)
855
-
856
- **Note:** Version bump only for package @typescript-eslint/parser
857
-
858
-
859
-
860
-
861
-
862
- ## [2.19.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.1...v2.19.2) (2020-02-10)
863
-
864
- **Note:** Version bump only for package @typescript-eslint/parser
865
-
866
-
867
-
868
-
869
-
870
- ## [2.19.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.0...v2.19.1) (2020-02-10)
871
-
872
- **Note:** Version bump only for package @typescript-eslint/parser
873
-
874
-
875
-
876
-
877
-
878
- # [2.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.18.0...v2.19.0) (2020-02-03)
879
-
880
- **Note:** Version bump only for package @typescript-eslint/parser
881
-
882
-
883
-
884
-
885
-
886
- # [2.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.17.0...v2.18.0) (2020-01-27)
887
-
888
-
889
- ### Bug Fixes
890
-
891
- * **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))
892
-
893
-
894
- ### Features
895
-
896
- * **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))
897
- * **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))
898
-
899
-
900
-
901
-
902
-
903
- # [2.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.16.0...v2.17.0) (2020-01-20)
904
-
905
- **Note:** Version bump only for package @typescript-eslint/parser
906
-
907
-
908
-
909
-
910
-
911
- # [2.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0) (2020-01-13)
912
-
913
-
914
- ### Bug Fixes
915
-
916
- * **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))
917
-
918
-
919
-
920
-
921
-
922
- # [2.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0) (2020-01-06)
923
-
924
- **Note:** Version bump only for package @typescript-eslint/parser
925
-
926
-
927
-
928
-
929
-
930
- # [2.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0) (2019-12-30)
931
-
932
-
933
- ### Bug Fixes
934
-
935
- * **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))
936
-
937
-
938
-
939
-
940
-
941
- # [2.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.12.0...v2.13.0) (2019-12-23)
942
-
943
-
944
- ### Features
945
-
946
- * **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))
947
-
948
-
949
-
950
-
951
-
952
- # [2.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.11.0...v2.12.0) (2019-12-16)
953
-
954
- **Note:** Version bump only for package @typescript-eslint/parser
955
-
956
-
957
-
958
-
959
-
960
- # [2.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.10.0...v2.11.0) (2019-12-09)
961
-
962
- **Note:** Version bump only for package @typescript-eslint/parser
963
-
964
-
965
-
966
-
967
-
968
- # [2.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.9.0...v2.10.0) (2019-12-02)
969
-
970
- **Note:** Version bump only for package @typescript-eslint/parser
971
-
972
-
973
-
974
-
975
-
976
- # [2.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.8.0...v2.9.0) (2019-11-25)
977
-
978
- **Note:** Version bump only for package @typescript-eslint/parser
979
-
980
-
981
-
982
-
983
-
984
- # [2.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.7.0...v2.8.0) (2019-11-18)
985
-
986
-
987
- ### Bug Fixes
988
-
989
- * **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))
990
-
991
-
992
-
993
-
994
-
995
- # [2.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.1...v2.7.0) (2019-11-11)
996
-
997
-
998
- ### Features
999
-
1000
- * **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))
1001
-
1002
-
1003
-
1004
-
1005
-
1006
- ## [2.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.0...v2.6.1) (2019-11-04)
1007
-
1008
-
1009
- ### Bug Fixes
1010
-
1011
- * **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))
1012
-
1013
-
1014
-
1015
-
1016
-
1017
- # [2.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0) (2019-10-28)
1018
-
1019
-
1020
- ### Bug Fixes
1021
-
1022
- * **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))
1023
-
1024
-
1025
- ### Features
1026
-
1027
- * **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))
1028
-
1029
-
1030
-
1031
-
1032
-
1033
- # [2.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0) (2019-10-21)
1034
-
1035
- **Note:** Version bump only for package @typescript-eslint/parser
1036
-
1037
-
1038
-
1039
-
1040
-
1041
- # [2.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.3...v2.4.0) (2019-10-14)
1042
-
1043
-
1044
- ### Bug Fixes
1045
-
1046
- * 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))
1047
-
1048
-
1049
- ### Features
1050
-
1051
- * **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))
1052
-
1053
-
1054
-
1055
-
1056
-
1057
- ## [2.3.3](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3) (2019-10-07)
1058
-
1059
- **Note:** Version bump only for package @typescript-eslint/parser
1060
-
1061
-
1062
-
1063
-
1064
-
1065
- ## [2.3.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2) (2019-09-30)
1066
-
1067
-
1068
- ### Bug Fixes
1069
-
1070
- * **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))
1071
-
1072
-
1073
-
1074
-
1075
-
1076
- ## [2.3.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.0...v2.3.1) (2019-09-23)
1077
-
1078
-
1079
- ### Bug Fixes
1080
-
1081
- * **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))
1082
-
1083
-
1084
-
1085
-
1086
-
1087
- # [2.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.2.0...v2.3.0) (2019-09-16)
1088
-
1089
- **Note:** Version bump only for package @typescript-eslint/parser
1090
-
1091
-
1092
-
1093
-
1094
-
1095
- # [2.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.1.0...v2.2.0) (2019-09-09)
1096
-
1097
- **Note:** Version bump only for package @typescript-eslint/parser
1098
-
1099
-
1100
-
1101
-
1102
-
1103
- # [2.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.0.0...v2.1.0) (2019-09-02)
1104
-
1105
-
1106
- ### Bug Fixes
1107
-
1108
- * **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)
1109
-
1110
-
1111
- ### Features
1112
-
1113
- * **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))
1114
-
1115
-
1116
-
1117
-
1118
-
1119
- # [2.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.13.0...v2.0.0) (2019-08-13)
1120
-
1121
-
1122
- * 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)
1123
- * 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)
1124
-
1125
-
1126
- ### Bug Fixes
1127
-
1128
- * **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))
1129
- * **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))
1130
-
1131
-
1132
- ### Features
1133
-
1134
- * explicitly support eslint v6 ([#645](https://github.com/typescript-eslint/typescript-eslint/issues/645)) ([34a7cf6](https://github.com/typescript-eslint/typescript-eslint/commit/34a7cf6))
1135
-
1136
-
1137
- ### BREAKING CHANGES
1138
-
1139
- * recommended config changes are considered breaking
1140
- * by default we will now throw when a file is not in the `project` provided
1141
- * Node 6 is no longer supported
1142
-
1143
-
1144
-
1145
-
1146
-
1147
- # [1.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.12.0...v1.13.0) (2019-07-21)
1148
-
1149
- **Note:** Version bump only for package @typescript-eslint/parser
1150
-
1151
-
1152
-
1153
-
1154
-
1155
- # [1.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.11.0...v1.12.0) (2019-07-12)
1156
-
1157
-
1158
- ### Bug Fixes
1159
-
1160
- * **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))
1161
-
1162
-
1163
-
1164
-
1165
-
1166
- # [1.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0) (2019-06-23)
1167
-
1168
-
1169
- ### Bug Fixes
1170
-
1171
- * **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))
1172
- * **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))
1173
-
1174
-
1175
-
1176
-
1177
-
1178
- ## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
1179
-
1180
- **Note:** Version bump only for package @typescript-eslint/parser
1181
-
1182
- ## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
1183
-
1184
- **Note:** Version bump only for package @typescript-eslint/parser
1185
-
1186
- # [1.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.9.0...v1.10.0) (2019-06-09)
1187
-
1188
- ### Bug Fixes
1189
-
1190
- - **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))
1191
-
1192
- ### Features
1193
-
1194
- - 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))
1195
-
1196
- # [1.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.8.0...v1.9.0) (2019-05-12)
1197
-
1198
- **Note:** Version bump only for package @typescript-eslint/parser
1199
-
1200
- # [1.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.7.0...v1.8.0) (2019-05-10)
1201
-
1202
- ### Bug Fixes
1203
-
1204
- - upgrade lockfile versions ([#487](https://github.com/typescript-eslint/typescript-eslint/issues/487)) ([f029dba](https://github.com/typescript-eslint/typescript-eslint/commit/f029dba))
1205
- - **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))
1206
-
1207
- ### Features
1208
-
1209
- - 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))
1210
-
1211
- # [1.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.6.0...v1.7.0) (2019-04-20)
1212
-
1213
- **Note:** Version bump only for package @typescript-eslint/parser
1214
-
1215
- # [1.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.5.0...v1.6.0) (2019-04-03)
1216
-
1217
- ### Bug Fixes
1218
-
1219
- - **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))
1220
-
1221
- ### Features
1222
-
1223
- - 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))
1224
-
1225
- # [1.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.2...v1.5.0) (2019-03-20)
1226
-
1227
- **Note:** Version bump only for package @typescript-eslint/parser
1228
-
1229
- ## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
1230
-
1231
- **Note:** Version bump only for package @typescript-eslint/parser
1232
-
1233
- ## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
1234
-
1235
- **Note:** Version bump only for package @typescript-eslint/parser
1236
-
1237
- # [1.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.3.0...v1.4.0) (2019-02-19)
1238
-
1239
- ### Bug Fixes
1240
-
1241
- - **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))
1242
- - **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))
1243
-
1244
- ### Features
1245
-
1246
- - **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))
1247
- - **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))
1248
-
1249
- # [1.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.2.0...v1.3.0) (2019-02-07)
1250
-
1251
- ### Bug Fixes
1252
-
1253
- - **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))
1254
- - **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))
1255
- - **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))
1256
-
1257
- ### Features
1258
-
1259
- - 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))
1260
- - **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))
1261
-
1262
- # [1.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.1.1...v1.2.0) (2019-02-01)
1263
-
1264
- ### Bug Fixes
1265
-
1266
- - **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))
1267
-
1268
- ## [1.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.1.0...v1.1.1) (2019-01-29)
1269
-
1270
- ### Bug Fixes
1271
-
1272
- - **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))
1273
- - **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))
1274
- - **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))
1275
-
1276
- # [1.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.0.0...v1.1.0) (2019-01-23)
1277
-
1278
- ### Bug Fixes
1279
-
1280
- - **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))
1281
- - **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))
1282
-
1283
- # [1.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.1...v1.0.0) (2019-01-20)
1284
-
1285
- ### Features
1286
-
1287
- - **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))
1288
-
1289
- ## [0.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.0...v0.2.1) (2019-01-20)
1290
-
1291
- **Note:** Version bump only for package @typescript-eslint/parser