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