@typescript-eslint/experimental-utils 5.3.1 → 5.3.2-alpha.3

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 (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -1277
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/experimental-utils",
3
- "version": "5.3.1",
3
+ "version": "5.3.2-alpha.3+3b017f0f",
4
4
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
5
5
  "keywords": [
6
6
  "eslint",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@types/json-schema": "^7.0.9",
43
- "@typescript-eslint/scope-manager": "5.3.1",
44
- "@typescript-eslint/types": "5.3.1",
45
- "@typescript-eslint/typescript-estree": "5.3.1",
43
+ "@typescript-eslint/scope-manager": "5.3.2-alpha.3+3b017f0f",
44
+ "@typescript-eslint/types": "5.3.2-alpha.3+3b017f0f",
45
+ "@typescript-eslint/typescript-estree": "5.3.2-alpha.3+3b017f0f",
46
46
  "eslint-scope": "^5.1.1",
47
47
  "eslint-utils": "^3.0.0"
48
48
  },
@@ -63,5 +63,5 @@
63
63
  ]
64
64
  }
65
65
  },
66
- "gitHead": "4875cd6d224db67337f066d2a2cfb15e00587cf8"
66
+ "gitHead": "3b017f0f72c5f699b9f0715a01882a2f891e3580"
67
67
  }
package/CHANGELOG.md DELETED
@@ -1,1277 +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.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1) (2021-11-08)
7
-
8
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
9
-
10
-
11
-
12
-
13
-
14
- # [5.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.2.0...v5.3.0) (2021-11-01)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * **experimental-utils:** add `name` property to test case interface ([#4067](https://github.com/typescript-eslint/typescript-eslint/issues/4067)) ([f3021c9](https://github.com/typescript-eslint/typescript-eslint/commit/f3021c94460e8d06e4169335bcc1a23854531f2a))
20
-
21
-
22
- ### Features
23
-
24
- * **experimental-utils:** extract `isTokenOfTypeWithConditions` out of `ast-utils`' `predicates` ([#3977](https://github.com/typescript-eslint/typescript-eslint/issues/3977)) ([5229597](https://github.com/typescript-eslint/typescript-eslint/commit/5229597d9bfc998852c4b4fb421859e8f3d3d688))
25
-
26
-
27
-
28
-
29
-
30
- # [5.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
31
-
32
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
33
-
34
-
35
-
36
-
37
-
38
- # [5.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.0.0...v5.1.0) (2021-10-18)
39
-
40
-
41
- ### Features
42
-
43
- * **experimental-utils:** extract `ast-utils`' `predicates`' helpers ([#3976](https://github.com/typescript-eslint/typescript-eslint/issues/3976)) ([154ec9a](https://github.com/typescript-eslint/typescript-eslint/commit/154ec9aea8e81732cafe36af97c4822f1591b077))
44
-
45
-
46
-
47
-
48
-
49
- # [5.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.33.0...v5.0.0) (2021-10-11)
50
-
51
-
52
- ### Bug Fixes
53
-
54
- * **experimental-utils:** fix `isSetter`'s return type ([#3975](https://github.com/typescript-eslint/typescript-eslint/issues/3975)) ([d256856](https://github.com/typescript-eslint/typescript-eslint/commit/d2568561d0417fdfbdfd964ad942f9d00434af73))
55
-
56
-
57
- ### Features
58
-
59
- * **ast-spec:** bring `Node` objects in line with ESTree ([#3771](https://github.com/typescript-eslint/typescript-eslint/issues/3771)) ([dd14064](https://github.com/typescript-eslint/typescript-eslint/commit/dd140643b457aa515cc21fcda2b3cd4acc2a1c5c))
60
- * align class property representation with ESTree ([#3806](https://github.com/typescript-eslint/typescript-eslint/issues/3806)) ([22fa5c0](https://github.com/typescript-eslint/typescript-eslint/commit/22fa5c0c4705ed2898f00b7cacc5dd642d859275)), closes [#3430](https://github.com/typescript-eslint/typescript-eslint/issues/3430) [#3077](https://github.com/typescript-eslint/typescript-eslint/issues/3077)
61
- * remove `meta.docs.category` from rules ([#3800](https://github.com/typescript-eslint/typescript-eslint/issues/3800)) ([71c9370](https://github.com/typescript-eslint/typescript-eslint/commit/71c93706e55f5f92a1285102b93c6ab1950c6df4))
62
- * remove `TSParenthesizedType` ([#3340](https://github.com/typescript-eslint/typescript-eslint/issues/3340)) ([c8ee432](https://github.com/typescript-eslint/typescript-eslint/commit/c8ee43269faea4c04ec02eaa2b81a0aa6eec5d3e)), closes [#3136](https://github.com/typescript-eslint/typescript-eslint/issues/3136)
63
- * support ESLint v8 ([#3737](https://github.com/typescript-eslint/typescript-eslint/issues/3737)) ([4ca62ae](https://github.com/typescript-eslint/typescript-eslint/commit/4ca62aee6681d706e762a8db727541ca204364f2))
64
- * **experimental-utils:** extract `isNodeOfTypes` out of `ast-utils`' `predicates` ([#3836](https://github.com/typescript-eslint/typescript-eslint/issues/3836)) ([0cc509b](https://github.com/typescript-eslint/typescript-eslint/commit/0cc509b61df248cfb4b42fe64ec800f3cac69c69))
65
- * **experimental-utils:** remove `getComments` from `ESLint` `SourceCode` types ([#3766](https://github.com/typescript-eslint/typescript-eslint/issues/3766)) ([165a507](https://github.com/typescript-eslint/typescript-eslint/commit/165a507970d8e4a0ed12abdd5f0d892f7de83ffe))
66
-
67
-
68
-
69
-
70
-
71
- # [4.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) (2021-10-04)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * **experimental-utils:** add `getPhysicalFilename()` to `RuleContext` ([#3934](https://github.com/typescript-eslint/typescript-eslint/issues/3934)) ([ee5dfd4](https://github.com/typescript-eslint/typescript-eslint/commit/ee5dfd4989ab465d65ba3424e36b7f0964558191))
77
- * **experimental-utils:** require fix in suggestions ([#3949](https://github.com/typescript-eslint/typescript-eslint/issues/3949)) ([f022fb1](https://github.com/typescript-eslint/typescript-eslint/commit/f022fb14c71dad25be2314252eb751964f34fcb8))
78
-
79
-
80
- ### Features
81
-
82
- * **experimental-utils:** extract `isNodeOfTypeWithConditions` out of `ast-utils`' `predicates` ([#3837](https://github.com/typescript-eslint/typescript-eslint/issues/3837)) ([214f898](https://github.com/typescript-eslint/typescript-eslint/commit/214f898178ba593146d06a444487d32ec3363854))
83
-
84
-
85
-
86
-
87
-
88
- # [4.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) (2021-09-27)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * **experimental-utils:** add missing signature for `isParenthesized` ([#3887](https://github.com/typescript-eslint/typescript-eslint/issues/3887)) ([806eaac](https://github.com/typescript-eslint/typescript-eslint/commit/806eaac6af5325664634690e9ebd7ffaed276549))
94
-
95
-
96
-
97
-
98
-
99
- ## [4.31.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20)
100
-
101
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
102
-
103
-
104
-
105
-
106
-
107
- ## [4.31.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13)
108
-
109
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
110
-
111
-
112
-
113
-
114
-
115
- # [4.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) (2021-09-06)
116
-
117
-
118
- ### Bug Fixes
119
-
120
- * **utils:** support immutable arrays in `ReportFixFunction` ([#3830](https://github.com/typescript-eslint/typescript-eslint/issues/3830)) ([8218055](https://github.com/typescript-eslint/typescript-eslint/commit/8218055d6dfd94c9e6c8645848f981d9d51ce08c))
121
-
122
-
123
- ### Features
124
-
125
- * **experimental-utils:** extract `isNodeOfType` out of `ast-utils`' `predicates` ([#3677](https://github.com/typescript-eslint/typescript-eslint/issues/3677)) ([4bfa437](https://github.com/typescript-eslint/typescript-eslint/commit/4bfa4375aff8f65057d4aa116e435803cbc6b464))
126
-
127
-
128
-
129
-
130
-
131
- # [4.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) (2021-08-30)
132
-
133
-
134
- ### Features
135
-
136
- * **experimental-utils:** add literal types to `global` option ([#3634](https://github.com/typescript-eslint/typescript-eslint/issues/3634)) ([820965c](https://github.com/typescript-eslint/typescript-eslint/commit/820965c41c58be918770ff6bbae313c0cfc75d3c))
137
-
138
-
139
-
140
-
141
-
142
- ## [4.29.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23)
143
-
144
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
145
-
146
-
147
-
148
-
149
-
150
- ## [4.29.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16)
151
-
152
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
153
-
154
-
155
-
156
-
157
-
158
- ## [4.29.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09)
159
-
160
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
161
-
162
-
163
-
164
-
165
-
166
- # [4.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) (2021-08-02)
167
-
168
-
169
- ### Bug Fixes
170
-
171
- * **experimental-utils:** simplify `eslint-utils`' `findVariable`'s signature in `ast-utils` ([#3574](https://github.com/typescript-eslint/typescript-eslint/issues/3574)) ([3ef5267](https://github.com/typescript-eslint/typescript-eslint/commit/3ef5267b850e1ffb7115e263e89a98c455fd2532))
172
-
173
-
174
- ### Features
175
-
176
- * **ast-spec:** make `BaseNode` & `BaseToken` more type-safe ([#3560](https://github.com/typescript-eslint/typescript-eslint/issues/3560)) ([a6c5604](https://github.com/typescript-eslint/typescript-eslint/commit/a6c5604b65b6330d047aa016fc46b8a597a6ae58))
177
-
178
-
179
-
180
-
181
-
182
- ## [4.28.5](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26)
183
-
184
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
185
-
186
-
187
-
188
-
189
-
190
- ## [4.28.4](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19)
191
-
192
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
193
-
194
-
195
-
196
-
197
-
198
- ## [4.28.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12)
199
-
200
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
201
-
202
-
203
-
204
-
205
-
206
- ## [4.28.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05)
207
-
208
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
209
-
210
-
211
-
212
-
213
-
214
- ## [4.28.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28)
215
-
216
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
217
-
218
-
219
-
220
-
221
-
222
- # [4.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) (2021-06-21)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * **experimental-utils:** expand `RuleTester` config properties ([#3557](https://github.com/typescript-eslint/typescript-eslint/issues/3557)) ([ffbb3cf](https://github.com/typescript-eslint/typescript-eslint/commit/ffbb3cff18bc78467e70e794f9b1f0e79be4aff7))
228
- * **experimental-utils:** fix `eslint-utils`' negative predicates' return types ([#3462](https://github.com/typescript-eslint/typescript-eslint/issues/3462)) ([1e6016b](https://github.com/typescript-eslint/typescript-eslint/commit/1e6016b356ae40e4636a3cbe41fa02b6a61403ee))
229
- * **experimental-utils:** fix `eslint-utils`' negative predicates' return types in `ast-utils` ([#3461](https://github.com/typescript-eslint/typescript-eslint/issues/3461)) ([614b0a3](https://github.com/typescript-eslint/typescript-eslint/commit/614b0a38b4163eb4667cce7a415d534222d15dd3))
230
- * **experimental-utils:** make keys for `ReferenceTracker` options optional ([#3531](https://github.com/typescript-eslint/typescript-eslint/issues/3531)) ([a7fd7bb](https://github.com/typescript-eslint/typescript-eslint/commit/a7fd7bb25584cb3f72f0339025dc76efa6cccceb))
231
-
232
-
233
- ### Features
234
-
235
- * **experimental-utils:** add `only` property to `RuleTester` types ([#3555](https://github.com/typescript-eslint/typescript-eslint/issues/3555)) ([2a36e3e](https://github.com/typescript-eslint/typescript-eslint/commit/2a36e3e737f935cc6b967befb022d10a83c8bc9b))
236
- * **experimental-utils:** expose ReferenceTracker.ESM ([#3532](https://github.com/typescript-eslint/typescript-eslint/issues/3532)) ([4ac67c4](https://github.com/typescript-eslint/typescript-eslint/commit/4ac67c4c9401c5ce0e947a6409efbc11afe1eb3b))
237
- * **experimental-utils:** use mergable interface for `settings` property ([#3556](https://github.com/typescript-eslint/typescript-eslint/issues/3556)) ([abfc19b](https://github.com/typescript-eslint/typescript-eslint/commit/abfc19bf9364d881bdf594ee166a1deb23240630))
238
-
239
-
240
-
241
-
242
-
243
- # [4.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) (2021-06-14)
244
-
245
-
246
- ### Bug Fixes
247
-
248
- * **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))
249
-
250
-
251
-
252
-
253
-
254
- ## [4.26.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07)
255
-
256
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
257
-
258
-
259
-
260
-
261
-
262
- # [4.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) (2021-05-31)
263
-
264
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
265
-
266
-
267
-
268
-
269
-
270
- # [4.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) (2021-05-24)
271
-
272
-
273
- ### Bug Fixes
274
-
275
- * **experimental-utils:** fix `isAwaitKeyword` predicate in ast-utils ([#3290](https://github.com/typescript-eslint/typescript-eslint/issues/3290)) ([c15da67](https://github.com/typescript-eslint/typescript-eslint/commit/c15da67b939b615ed063291cde12c55c0d6d236e))
276
-
277
-
278
-
279
-
280
-
281
- # [4.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) (2021-05-17)
282
-
283
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
284
-
285
-
286
-
287
-
288
-
289
- # [4.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) (2021-05-10)
290
-
291
-
292
- ### Features
293
-
294
- * **experimental-utils:** Include `getCwd()` in `RuleContext` type ([#3308](https://github.com/typescript-eslint/typescript-eslint/issues/3308)) ([2b75c11](https://github.com/typescript-eslint/typescript-eslint/commit/2b75c11d69bee88ca0cb77d7efd32b8d0387e6b3))
295
- * 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))
296
-
297
-
298
-
299
-
300
-
301
- ## [4.22.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
302
-
303
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
304
-
305
-
306
-
307
-
308
-
309
- # [4.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) (2021-04-12)
310
-
311
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
312
-
313
-
314
-
315
-
316
-
317
- # [4.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) (2021-04-05)
318
-
319
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
320
-
321
-
322
-
323
-
324
-
325
- # [4.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) (2021-03-29)
326
-
327
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
328
-
329
-
330
-
331
-
332
-
333
- # [4.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) (2021-03-22)
334
-
335
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
336
-
337
-
338
-
339
-
340
-
341
- # [4.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) (2021-03-15)
342
-
343
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
344
-
345
-
346
-
347
-
348
-
349
- # [4.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) (2021-03-08)
350
-
351
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
352
-
353
-
354
-
355
-
356
-
357
- ## [4.16.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01)
358
-
359
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
360
-
361
-
362
-
363
-
364
-
365
- # [4.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) (2021-03-01)
366
-
367
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
368
-
369
-
370
-
371
-
372
-
373
- ## [4.15.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22)
374
-
375
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
376
-
377
-
378
-
379
-
380
-
381
- ## [4.15.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15)
382
-
383
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
384
-
385
-
386
-
387
-
388
-
389
- # [4.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) (2021-02-08)
390
-
391
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
392
-
393
-
394
-
395
-
396
-
397
- ## [4.14.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01)
398
-
399
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
400
-
401
-
402
-
403
-
404
-
405
- ## [4.14.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25)
406
-
407
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
408
-
409
-
410
-
411
-
412
-
413
- # [4.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) (2021-01-18)
414
-
415
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
416
-
417
-
418
-
419
-
420
-
421
- # [4.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) (2021-01-11)
422
-
423
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
424
-
425
-
426
-
427
-
428
-
429
- # [4.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) (2021-01-04)
430
-
431
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
432
-
433
-
434
-
435
-
436
-
437
- ## [4.11.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28)
438
-
439
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
440
-
441
-
442
-
443
-
444
-
445
- # [4.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) (2020-12-21)
446
-
447
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
448
-
449
-
450
-
451
-
452
-
453
- # [4.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) (2020-12-14)
454
-
455
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
456
-
457
-
458
-
459
-
460
-
461
- ## [4.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07)
462
-
463
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
464
-
465
-
466
-
467
-
468
-
469
- # [4.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) (2020-11-30)
470
-
471
-
472
- ### Features
473
-
474
- * **eslint-plugin:** [no-unused-vars] fork the base rule ([#2768](https://github.com/typescript-eslint/typescript-eslint/issues/2768)) ([a8227a6](https://github.com/typescript-eslint/typescript-eslint/commit/a8227a6185dd24de4bfc7d766931643871155021)), closes [#2782](https://github.com/typescript-eslint/typescript-eslint/issues/2782) [#2714](https://github.com/typescript-eslint/typescript-eslint/issues/2714) [#2648](https://github.com/typescript-eslint/typescript-eslint/issues/2648)
475
-
476
-
477
-
478
-
479
-
480
- ## [4.8.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23)
481
-
482
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
483
-
484
-
485
-
486
-
487
-
488
- ## [4.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17)
489
-
490
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
491
-
492
-
493
-
494
-
495
-
496
- # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-16)
497
-
498
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
499
-
500
-
501
-
502
-
503
-
504
- # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-09)
505
-
506
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
507
-
508
-
509
-
510
-
511
-
512
- ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11-02)
513
-
514
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
515
-
516
-
517
-
518
-
519
-
520
- # [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-26)
521
-
522
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
523
-
524
-
525
-
526
-
527
-
528
- # [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-19)
529
-
530
-
531
- ### Features
532
-
533
- * **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))
534
-
535
-
536
-
537
-
538
-
539
- ## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10-12)
540
-
541
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
542
-
543
-
544
-
545
-
546
-
547
- # [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-05)
548
-
549
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
550
-
551
-
552
-
553
-
554
-
555
- # [4.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.2.0...v4.3.0) (2020-09-28)
556
-
557
-
558
- ### Bug Fixes
559
-
560
- * **experimental-utils:** treat RuleTester arrays as readonly ([#2601](https://github.com/typescript-eslint/typescript-eslint/issues/2601)) ([8025777](https://github.com/typescript-eslint/typescript-eslint/commit/80257776b78bd2b2b4389d6bd530b009a75fb520))
561
-
562
-
563
-
564
-
565
-
566
- # [4.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.1...v4.2.0) (2020-09-21)
567
-
568
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
569
-
570
-
571
-
572
-
573
-
574
- ## [4.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1) (2020-09-14)
575
-
576
-
577
- ### Bug Fixes
578
-
579
- * **eslint-plugin:** [no-use-before-define] false positive for function type arguments ([#2554](https://github.com/typescript-eslint/typescript-eslint/issues/2554)) ([189162d](https://github.com/typescript-eslint/typescript-eslint/commit/189162d46ecb116c420232937a7f86df913f4e79)), closes [#2527](https://github.com/typescript-eslint/typescript-eslint/issues/2527)
580
-
581
-
582
-
583
-
584
-
585
- # [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
586
-
587
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
588
-
589
-
590
-
591
-
592
-
593
- ## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
594
-
595
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
596
-
597
-
598
-
599
-
600
-
601
- # [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
602
-
603
- ## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
604
-
605
- ### Features
606
-
607
- * 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))
608
- * 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))
609
-
610
-
611
-
612
-
613
-
614
- ## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
615
-
616
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
617
-
618
-
619
-
620
-
621
-
622
- # [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
623
-
624
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
625
-
626
-
627
-
628
-
629
-
630
- ## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
631
-
632
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
633
-
634
-
635
-
636
-
637
-
638
- # [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
639
-
640
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
641
-
642
-
643
-
644
-
645
-
646
- # [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)
647
-
648
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
649
-
650
-
651
-
652
-
653
-
654
- ## [3.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.0...v3.7.1) (2020-07-27)
655
-
656
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
657
-
658
-
659
-
660
-
661
-
662
- # [3.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.1...v3.7.0) (2020-07-20)
663
-
664
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
665
-
666
-
667
-
668
-
669
-
670
- ## [3.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.0...v3.6.1) (2020-07-13)
671
-
672
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
673
-
674
-
675
-
676
-
677
-
678
- # [3.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) (2020-07-06)
679
-
680
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
681
-
682
-
683
-
684
-
685
-
686
- # [3.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) (2020-06-29)
687
-
688
-
689
- ### Features
690
-
691
- * add package scope-manager ([#1939](https://github.com/typescript-eslint/typescript-eslint/issues/1939)) ([682eb7e](https://github.com/typescript-eslint/typescript-eslint/commit/682eb7e009c3f22a542882dfd3602196a60d2a1e))
692
- * 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))
693
-
694
-
695
-
696
-
697
-
698
- # [3.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.3.0...v3.4.0) (2020-06-22)
699
-
700
-
701
- ### Bug Fixes
702
-
703
- * **experimental-utils:** correct types for TS versions older than 3.8 ([#2217](https://github.com/typescript-eslint/typescript-eslint/issues/2217)) ([5e4dda2](https://github.com/typescript-eslint/typescript-eslint/commit/5e4dda264a7d6a6a1626848e7599faea1ac34922))
704
- * **experimental-utils:** getParserServices takes a readonly context ([#2235](https://github.com/typescript-eslint/typescript-eslint/issues/2235)) ([26da8de](https://github.com/typescript-eslint/typescript-eslint/commit/26da8de7fcde9eddec63212d79af781c4bb22991))
705
-
706
-
707
-
708
-
709
-
710
- # [3.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.2.0...v3.3.0) (2020-06-15)
711
-
712
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
713
-
714
-
715
-
716
-
717
-
718
- # [3.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.1.0...v3.2.0) (2020-06-08)
719
-
720
-
721
- ### Bug Fixes
722
-
723
- * **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))
724
-
725
-
726
-
727
-
728
-
729
- # [3.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.2...v3.1.0) (2020-06-01)
730
-
731
-
732
- ### Bug Fixes
733
-
734
- * **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))
735
-
736
-
737
- ### Features
738
-
739
- * **eslint-plugin:** [explicit-module-boundary-types] improve accuracy and coverage ([#2135](https://github.com/typescript-eslint/typescript-eslint/issues/2135)) ([caaa859](https://github.com/typescript-eslint/typescript-eslint/commit/caaa8599284d02ab3341e282cad35a52d0fb86c7))
740
-
741
-
742
-
743
-
744
-
745
- ## [3.0.2](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.1...v3.0.2) (2020-05-27)
746
-
747
-
748
- ### Bug Fixes
749
-
750
- * regression for eslint v6 ([#2105](https://github.com/typescript-eslint/typescript-eslint/issues/2105)) ([31fc503](https://github.com/typescript-eslint/typescript-eslint/commit/31fc5039ed919e1515fda673c186d5c83eb5beb3))
751
-
752
-
753
-
754
-
755
-
756
- ## [3.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.0.0...v3.0.1) (2020-05-25)
757
-
758
-
759
- ### Bug Fixes
760
-
761
- * **experimental-utils:** export `CLIEngine` & `ESLint` ([#2083](https://github.com/typescript-eslint/typescript-eslint/issues/2083)) ([014341b](https://github.com/typescript-eslint/typescript-eslint/commit/014341bb23261f609fc2a6fe7fece191466a084a))
762
-
763
-
764
-
765
-
766
-
767
- # [3.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.34.0...v3.0.0) (2020-05-21)
768
-
769
- ## [Please see the release notes for v3.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0)
770
-
771
- ### Bug Fixes
772
-
773
- * **experimental-utils:** add back SourceCode.isSpaceBetweenTokens ([ae82ea4](https://github.com/typescript-eslint/typescript-eslint/commit/ae82ea4a85a4ca332ebe6104e96c59dba30411be))
774
- * **typescript-estree:** remove now defunct `Import` node type ([f199cbd](https://github.com/typescript-eslint/typescript-eslint/commit/f199cbdbbd892b5ba03bfff66f463f3d9c92ee9b))
775
-
776
-
777
- ### Features
778
-
779
- * **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))
780
- * 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))
781
- * upgrade to ESLint v7 ([#2022](https://github.com/typescript-eslint/typescript-eslint/issues/2022)) ([208de71](https://github.com/typescript-eslint/typescript-eslint/commit/208de71059746bf38e94bd460346ffb2698a3e12))
782
- * **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))
783
- * **typescript-estree:** always return parserServices ([#716](https://github.com/typescript-eslint/typescript-eslint/issues/716)) ([5b23443](https://github.com/typescript-eslint/typescript-eslint/commit/5b23443c48f3f62424db3e742243f3568080b946))
784
-
785
-
786
-
787
-
788
-
789
- # [2.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0) (2020-05-18)
790
-
791
-
792
- ### Features
793
-
794
- * **experimental-utils:** add `suggestion` property for rule modules ([#2033](https://github.com/typescript-eslint/typescript-eslint/issues/2033)) ([f42a5b0](https://github.com/typescript-eslint/typescript-eslint/commit/f42a5b09ebfa173f418a99c552b0cbe221567194))
795
-
796
-
797
-
798
-
799
-
800
- # [2.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0) (2020-05-12)
801
-
802
-
803
- ### Bug Fixes
804
-
805
- * **experimental-utils:** remove accidental dep on json-schema ([#2010](https://github.com/typescript-eslint/typescript-eslint/issues/2010)) ([1875fba](https://github.com/typescript-eslint/typescript-eslint/commit/1875fbad41f2a3dda8f610f5dcd180c6205b73d3))
806
-
807
-
808
-
809
-
810
-
811
- # [2.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.31.0...v2.32.0) (2020-05-11)
812
-
813
-
814
- ### Features
815
-
816
- * 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))
817
-
818
-
819
-
820
-
821
-
822
- # [2.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.30.0...v2.31.0) (2020-05-04)
823
-
824
-
825
- ### Features
826
-
827
- * **experimental-utils:** expose our RuleTester extension ([#1948](https://github.com/typescript-eslint/typescript-eslint/issues/1948)) ([2dd1638](https://github.com/typescript-eslint/typescript-eslint/commit/2dd1638aaa2658ba99b2341861146b586f489121))
828
-
829
-
830
-
831
-
832
-
833
- # [2.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.29.0...v2.30.0) (2020-04-27)
834
-
835
-
836
- ### Features
837
-
838
- * **experimental-utils:** allow rule options to be a readonly tuple ([#1924](https://github.com/typescript-eslint/typescript-eslint/issues/1924)) ([4ef6788](https://github.com/typescript-eslint/typescript-eslint/commit/4ef67884962b6aac61cc895aaa3ba16aa892ecf4))
839
-
840
-
841
-
842
-
843
-
844
- # [2.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.28.0...v2.29.0) (2020-04-20)
845
-
846
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
847
-
848
-
849
-
850
-
851
-
852
- # [2.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.27.0...v2.28.0) (2020-04-13)
853
-
854
-
855
- ### Features
856
-
857
- * **eslint-plugin:** add rule `prefer-reduce-type-parameter` ([#1707](https://github.com/typescript-eslint/typescript-eslint/issues/1707)) ([c92d240](https://github.com/typescript-eslint/typescript-eslint/commit/c92d240e49113779053eac32038382b282812afc))
858
-
859
-
860
-
861
-
862
-
863
- # [2.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.26.0...v2.27.0) (2020-04-06)
864
-
865
-
866
- ### Features
867
-
868
- * **experimental-utils:** add types for suggestions from CLIEngine ([#1844](https://github.com/typescript-eslint/typescript-eslint/issues/1844)) ([7c11bd6](https://github.com/typescript-eslint/typescript-eslint/commit/7c11bd66f2d0e5ea9d3943e6b8c66e6ddff50862))
869
- * **experimental-utils:** update eslint types to match v6.8 ([#1846](https://github.com/typescript-eslint/typescript-eslint/issues/1846)) ([16ce74d](https://github.com/typescript-eslint/typescript-eslint/commit/16ce74d247781ac890dc0baa30c384f97e581b6b))
870
-
871
-
872
-
873
-
874
-
875
- # [2.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.25.0...v2.26.0) (2020-03-30)
876
-
877
-
878
- ### Features
879
-
880
- * **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))
881
-
882
-
883
-
884
-
885
-
886
- # [2.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.24.0...v2.25.0) (2020-03-23)
887
-
888
-
889
- ### Features
890
-
891
- * **experimental-utils:** expose ast utility functions ([#1670](https://github.com/typescript-eslint/typescript-eslint/issues/1670)) ([3eb5d45](https://github.com/typescript-eslint/typescript-eslint/commit/3eb5d4525e95c8ab990f55588b8d830a02ce5a9c))
892
-
893
-
894
-
895
-
896
-
897
- # [2.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.23.0...v2.24.0) (2020-03-16)
898
-
899
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
900
-
901
-
902
-
903
-
904
-
905
- # [2.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.22.0...v2.23.0) (2020-03-09)
906
-
907
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
908
-
909
-
910
-
911
-
912
-
913
- # [2.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.21.0...v2.22.0) (2020-03-02)
914
-
915
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
916
-
917
-
918
-
919
-
920
-
921
- # [2.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.20.0...v2.21.0) (2020-02-24)
922
-
923
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
924
-
925
-
926
-
927
-
928
-
929
- # [2.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.2...v2.20.0) (2020-02-17)
930
-
931
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
932
-
933
-
934
-
935
-
936
-
937
- ## [2.19.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.1...v2.19.2) (2020-02-10)
938
-
939
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
940
-
941
-
942
-
943
-
944
-
945
- ## [2.19.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.19.0...v2.19.1) (2020-02-10)
946
-
947
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
948
-
949
-
950
-
951
-
952
-
953
- # [2.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.18.0...v2.19.0) (2020-02-03)
954
-
955
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
956
-
957
-
958
-
959
-
960
-
961
- # [2.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.17.0...v2.18.0) (2020-01-27)
962
-
963
-
964
- ### Bug Fixes
965
-
966
- * improve token types and add missing type guards ([#1497](https://github.com/typescript-eslint/typescript-eslint/issues/1497)) ([ce41d7d](https://github.com/typescript-eslint/typescript-eslint/commit/ce41d7de33bcb7ccf96c03ac1438304c5a49ff54))
967
- * **experimental-utils:** widen type of `settings` property ([#1527](https://github.com/typescript-eslint/typescript-eslint/issues/1527)) ([b515e47](https://github.com/typescript-eslint/typescript-eslint/commit/b515e47af2bc914c7ebcfa4be813409dcd86b1c3))
968
-
969
-
970
- ### Features
971
-
972
- * **experimental-utils:** make RuleMetaData.docs optional ([#1462](https://github.com/typescript-eslint/typescript-eslint/issues/1462)) ([cde97ac](https://github.com/typescript-eslint/typescript-eslint/commit/cde97aca24df5a0f28f37006ed130ebc217fb2ad))
973
- * **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))
974
-
975
-
976
-
977
-
978
-
979
- # [2.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.16.0...v2.17.0) (2020-01-20)
980
-
981
-
982
- ### Features
983
-
984
- * **experimental-utils:** expose getParserServices from utils ([#1448](https://github.com/typescript-eslint/typescript-eslint/issues/1448)) ([982c8bc](https://github.com/typescript-eslint/typescript-eslint/commit/982c8bc))
985
-
986
-
987
-
988
-
989
-
990
- # [2.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.15.0...v2.16.0) (2020-01-13)
991
-
992
-
993
- ### Features
994
-
995
- * **typescript-estree:** add parserOption to turn on debug logs ([#1413](https://github.com/typescript-eslint/typescript-eslint/issues/1413)) ([25092fd](https://github.com/typescript-eslint/typescript-eslint/commit/25092fd))
996
- * **typescript-estree:** add strict type mapping to esTreeNodeToTSNodeMap ([#1382](https://github.com/typescript-eslint/typescript-eslint/issues/1382)) ([d3d70a3](https://github.com/typescript-eslint/typescript-eslint/commit/d3d70a3))
997
-
998
-
999
-
1000
-
1001
-
1002
- # [2.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.14.0...v2.15.0) (2020-01-06)
1003
-
1004
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1005
-
1006
-
1007
-
1008
-
1009
-
1010
- # [2.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.13.0...v2.14.0) (2019-12-30)
1011
-
1012
-
1013
- ### Features
1014
-
1015
- * add internal eslint plugin for repo-specific lint rules ([#1373](https://github.com/typescript-eslint/typescript-eslint/issues/1373)) ([3a15413](https://github.com/typescript-eslint/typescript-eslint/commit/3a15413))
1016
-
1017
-
1018
-
1019
-
1020
-
1021
- # [2.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.12.0...v2.13.0) (2019-12-23)
1022
-
1023
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1024
-
1025
-
1026
-
1027
-
1028
-
1029
- # [2.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.11.0...v2.12.0) (2019-12-16)
1030
-
1031
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1032
-
1033
-
1034
-
1035
-
1036
-
1037
- # [2.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.10.0...v2.11.0) (2019-12-09)
1038
-
1039
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1040
-
1041
-
1042
-
1043
-
1044
-
1045
- # [2.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.9.0...v2.10.0) (2019-12-02)
1046
-
1047
-
1048
- ### Features
1049
-
1050
- * **eslint-plugin:** [no-non-null-assert] add suggestion fixer ([#1260](https://github.com/typescript-eslint/typescript-eslint/issues/1260)) ([e350a21](https://github.com/typescript-eslint/typescript-eslint/commit/e350a21))
1051
- * **experimental-utils:** add isSpaceBetween declaration to Sou… ([#1268](https://github.com/typescript-eslint/typescript-eslint/issues/1268)) ([f83f04b](https://github.com/typescript-eslint/typescript-eslint/commit/f83f04b))
1052
-
1053
-
1054
-
1055
-
1056
-
1057
- # [2.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.8.0...v2.9.0) (2019-11-25)
1058
-
1059
-
1060
- ### Features
1061
-
1062
- * suggestion types, suggestions for no-explicit-any ([#1250](https://github.com/typescript-eslint/typescript-eslint/issues/1250)) ([b16a4b6](https://github.com/typescript-eslint/typescript-eslint/commit/b16a4b6))
1063
- * **eslint-plugin:** add prefer-nullish-coalescing ([#1069](https://github.com/typescript-eslint/typescript-eslint/issues/1069)) ([a9cd399](https://github.com/typescript-eslint/typescript-eslint/commit/a9cd399))
1064
- * **eslint-plugin:** add rule prefer-optional-chain ([#1213](https://github.com/typescript-eslint/typescript-eslint/issues/1213)) ([ad7e1a7](https://github.com/typescript-eslint/typescript-eslint/commit/ad7e1a7))
1065
-
1066
-
1067
-
1068
-
1069
-
1070
- # [2.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.7.0...v2.8.0) (2019-11-18)
1071
-
1072
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1073
-
1074
-
1075
-
1076
-
1077
-
1078
- # [2.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.1...v2.7.0) (2019-11-11)
1079
-
1080
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1081
-
1082
-
1083
-
1084
-
1085
-
1086
- ## [2.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.0...v2.6.1) (2019-11-04)
1087
-
1088
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1089
-
1090
-
1091
-
1092
-
1093
-
1094
- # [2.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0) (2019-10-28)
1095
-
1096
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1097
-
1098
-
1099
-
1100
-
1101
-
1102
- # [2.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0) (2019-10-21)
1103
-
1104
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1105
-
1106
-
1107
-
1108
-
1109
-
1110
- # [2.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.3...v2.4.0) (2019-10-14)
1111
-
1112
-
1113
- ### Bug Fixes
1114
-
1115
- * 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))
1116
-
1117
-
1118
- ### Features
1119
-
1120
- * **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))
1121
-
1122
-
1123
-
1124
-
1125
-
1126
- ## [2.3.3](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.2...v2.3.3) (2019-10-07)
1127
-
1128
-
1129
- ### Bug Fixes
1130
-
1131
- * **experimental-utils:** remove Rule.meta.extraDescription ([#1036](https://github.com/typescript-eslint/typescript-eslint/issues/1036)) ([192e23d](https://github.com/typescript-eslint/typescript-eslint/commit/192e23d))
1132
-
1133
-
1134
-
1135
-
1136
-
1137
- ## [2.3.2](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.1...v2.3.2) (2019-09-30)
1138
-
1139
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1140
-
1141
-
1142
-
1143
-
1144
-
1145
- ## [2.3.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.3.0...v2.3.1) (2019-09-23)
1146
-
1147
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1148
-
1149
-
1150
-
1151
-
1152
-
1153
- # [2.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.2.0...v2.3.0) (2019-09-16)
1154
-
1155
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1156
-
1157
-
1158
-
1159
-
1160
-
1161
- # [2.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.1.0...v2.2.0) (2019-09-09)
1162
-
1163
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1164
-
1165
-
1166
-
1167
-
1168
-
1169
- # [2.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.0.0...v2.1.0) (2019-09-02)
1170
-
1171
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1172
-
1173
-
1174
-
1175
-
1176
-
1177
- # [2.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.13.0...v2.0.0) (2019-08-13)
1178
-
1179
-
1180
- ### Bug Fixes
1181
-
1182
- * **eslint-plugin:** add `Literal` to `RuleListener` types ([#824](https://github.com/typescript-eslint/typescript-eslint/issues/824)) ([3c902a1](https://github.com/typescript-eslint/typescript-eslint/commit/3c902a1))
1183
- * **utils:** add ES2019 as valid `ecmaVersion` ([#746](https://github.com/typescript-eslint/typescript-eslint/issues/746)) ([d11fbbe](https://github.com/typescript-eslint/typescript-eslint/commit/d11fbbe))
1184
-
1185
-
1186
- ### Features
1187
-
1188
- * explicitly support eslint v6 ([#645](https://github.com/typescript-eslint/typescript-eslint/issues/645)) ([34a7cf6](https://github.com/typescript-eslint/typescript-eslint/commit/34a7cf6))
1189
-
1190
-
1191
- * feat(eslint-plugin)!: recommended-requiring-type-checking config (#846) ([d3470c9](https://github.com/typescript-eslint/typescript-eslint/commit/d3470c9)), closes [#846](https://github.com/typescript-eslint/typescript-eslint/issues/846)
1192
- * 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)
1193
- * feat(eslint-plugin)!: add rule `consistent-type-assertions` (#731) ([92e98de](https://github.com/typescript-eslint/typescript-eslint/commit/92e98de)), closes [#731](https://github.com/typescript-eslint/typescript-eslint/issues/731)
1194
-
1195
-
1196
- ### BREAKING CHANGES
1197
-
1198
- * removed some rules from recommended config
1199
- * recommended config changes are considered breaking
1200
- * Merges both no-angle-bracket-type-assertion and no-object-literal-type-assertion into one rule
1201
- * Node 6 is no longer supported
1202
-
1203
-
1204
-
1205
-
1206
-
1207
- # [1.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.12.0...v1.13.0) (2019-07-21)
1208
-
1209
-
1210
- ### Bug Fixes
1211
-
1212
- * Correct `@types/json-schema` dependency ([#675](https://github.com/typescript-eslint/typescript-eslint/issues/675)) ([a5398ce](https://github.com/typescript-eslint/typescript-eslint/commit/a5398ce))
1213
- * **utils:** move `typescript` from peer dep to dev dep ([#712](https://github.com/typescript-eslint/typescript-eslint/issues/712)) ([f949355](https://github.com/typescript-eslint/typescript-eslint/commit/f949355))
1214
- * **utils:** RuleTester should not require a parser ([#713](https://github.com/typescript-eslint/typescript-eslint/issues/713)) ([158a417](https://github.com/typescript-eslint/typescript-eslint/commit/158a417))
1215
-
1216
-
1217
- ### Features
1218
-
1219
- * **eslint-plugin:** add new rule no-misused-promises ([#612](https://github.com/typescript-eslint/typescript-eslint/issues/612)) ([28a131d](https://github.com/typescript-eslint/typescript-eslint/commit/28a131d))
1220
-
1221
-
1222
-
1223
-
1224
-
1225
- # [1.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.11.0...v1.12.0) (2019-07-12)
1226
-
1227
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1228
-
1229
-
1230
-
1231
-
1232
-
1233
- # [1.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0) (2019-06-23)
1234
-
1235
-
1236
- ### Bug Fixes
1237
-
1238
- * **eslint-plugin:** Remove duplicated code ([#611](https://github.com/typescript-eslint/typescript-eslint/issues/611)) ([c4df4ff](https://github.com/typescript-eslint/typescript-eslint/commit/c4df4ff))
1239
-
1240
-
1241
- ### Features
1242
-
1243
- * **eslint-plugin:** add `consistent-type-definitions` rule ([#463](https://github.com/typescript-eslint/typescript-eslint/issues/463)) ([ec87d06](https://github.com/typescript-eslint/typescript-eslint/commit/ec87d06))
1244
-
1245
-
1246
-
1247
-
1248
-
1249
- ## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
1250
-
1251
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1252
-
1253
- ## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
1254
-
1255
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1256
-
1257
- # [1.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.9.0...v1.10.0) (2019-06-09)
1258
-
1259
- ### Bug Fixes
1260
-
1261
- - **experimental-utils:** add `endLine` and `endColumn` ([#517](https://github.com/typescript-eslint/typescript-eslint/issues/517)) ([d9e5f15](https://github.com/typescript-eslint/typescript-eslint/commit/d9e5f15))
1262
- - **experimental-utils:** Avoid typescript import at runtime ([#584](https://github.com/typescript-eslint/typescript-eslint/issues/584)) ([fac5c7d](https://github.com/typescript-eslint/typescript-eslint/commit/fac5c7d)), closes [/github.com/typescript-eslint/typescript-eslint/pull/425#issuecomment-498162293](https://github.com//github.com/typescript-eslint/typescript-eslint/pull/425/issues/issuecomment-498162293)
1263
-
1264
- ### Features
1265
-
1266
- - 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))
1267
- - support TypeScript versions >=3.2.1 <3.6.0 ([#597](https://github.com/typescript-eslint/typescript-eslint/issues/597)) ([5d2b962](https://github.com/typescript-eslint/typescript-eslint/commit/5d2b962))
1268
-
1269
- # [1.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.8.0...v1.9.0) (2019-05-12)
1270
-
1271
- **Note:** Version bump only for package @typescript-eslint/experimental-utils
1272
-
1273
- # [1.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.7.0...v1.8.0) (2019-05-10)
1274
-
1275
- ### Features
1276
-
1277
- - 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))