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,630 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [5.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.2.0...v5.3.0) (2021-11-01)
7
-
8
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
9
-
10
-
11
-
12
-
13
-
14
- # [5.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
15
-
16
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
17
-
18
-
19
-
20
-
21
-
22
- # [5.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.0.0...v5.1.0) (2021-10-18)
23
-
24
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
25
-
26
-
27
-
28
-
29
-
30
- # [5.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.33.0...v5.0.0) (2021-10-11)
31
-
32
-
33
- ### Features
34
-
35
- * 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)
36
- * 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)
37
- * support `PrivateIdentifier` ([#3808](https://github.com/typescript-eslint/typescript-eslint/issues/3808)) ([0eefe5e](https://github.com/typescript-eslint/typescript-eslint/commit/0eefe5e49d21af3f1e3e2d9a90c2e49929863ac2)), closes [#3430](https://github.com/typescript-eslint/typescript-eslint/issues/3430) [#2933](https://github.com/typescript-eslint/typescript-eslint/issues/2933)
38
- * **eslint-plugin:** removed value from abstract property nodes ([#3765](https://github.com/typescript-eslint/typescript-eslint/issues/3765)) ([5823524](https://github.com/typescript-eslint/typescript-eslint/commit/58235241714596b641a1e8b39c569e561e0039b4)), closes [#3748](https://github.com/typescript-eslint/typescript-eslint/issues/3748)
39
-
40
-
41
-
42
-
43
-
44
- # [4.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) (2021-10-04)
45
-
46
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
47
-
48
-
49
-
50
-
51
-
52
- # [4.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) (2021-09-27)
53
-
54
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
55
-
56
-
57
-
58
-
59
-
60
- ## [4.31.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20)
61
-
62
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
63
-
64
-
65
-
66
-
67
-
68
- ## [4.31.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13)
69
-
70
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
71
-
72
-
73
-
74
-
75
-
76
- # [4.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) (2021-09-06)
77
-
78
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
79
-
80
-
81
-
82
-
83
-
84
- # [4.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) (2021-08-30)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * **visitor-keys:** add key to StaticBlock (v5) ([#3812](https://github.com/typescript-eslint/typescript-eslint/issues/3812)) ([fa35e22](https://github.com/typescript-eslint/typescript-eslint/commit/fa35e22702207baf07acb3eec11d3383721bf6b6))
90
-
91
-
92
- ### Features
93
-
94
- * **typescript-estree:** add support for class static blocks ([#3730](https://github.com/typescript-eslint/typescript-eslint/issues/3730)) ([f81831b](https://github.com/typescript-eslint/typescript-eslint/commit/f81831bd279a32da6dbab0f1c061053ea43965f6))
95
-
96
-
97
-
98
-
99
-
100
- ## [4.29.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23)
101
-
102
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
103
-
104
-
105
-
106
-
107
-
108
- ## [4.29.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16)
109
-
110
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
111
-
112
-
113
-
114
-
115
-
116
- ## [4.29.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09)
117
-
118
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
119
-
120
-
121
-
122
-
123
-
124
- # [4.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) (2021-08-02)
125
-
126
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
127
-
128
-
129
-
130
-
131
-
132
- ## [4.28.5](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26)
133
-
134
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
135
-
136
-
137
-
138
-
139
-
140
- ## [4.28.4](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19)
141
-
142
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
143
-
144
-
145
-
146
-
147
-
148
- ## [4.28.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12)
149
-
150
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
151
-
152
-
153
-
154
-
155
-
156
- ## [4.28.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05)
157
-
158
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
159
-
160
-
161
-
162
-
163
-
164
- ## [4.28.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28)
165
-
166
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
167
-
168
-
169
-
170
-
171
-
172
- # [4.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) (2021-06-21)
173
-
174
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
175
-
176
-
177
-
178
-
179
-
180
- # [4.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) (2021-06-14)
181
-
182
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
183
-
184
-
185
-
186
-
187
-
188
- ## [4.26.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07)
189
-
190
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
191
-
192
-
193
-
194
-
195
-
196
- # [4.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) (2021-05-31)
197
-
198
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
199
-
200
-
201
-
202
-
203
-
204
- # [4.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) (2021-05-24)
205
-
206
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
207
-
208
-
209
-
210
-
211
-
212
- # [4.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) (2021-05-17)
213
-
214
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
215
-
216
-
217
-
218
-
219
-
220
- # [4.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) (2021-05-10)
221
-
222
-
223
- ### Features
224
-
225
- * 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))
226
-
227
-
228
-
229
-
230
-
231
- ## [4.22.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
232
-
233
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
234
-
235
-
236
-
237
-
238
-
239
- # [4.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) (2021-04-12)
240
-
241
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
242
-
243
-
244
-
245
-
246
-
247
- # [4.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) (2021-04-05)
248
-
249
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
250
-
251
-
252
-
253
-
254
-
255
- # [4.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) (2021-03-29)
256
-
257
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
258
-
259
-
260
-
261
-
262
-
263
- # [4.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) (2021-03-22)
264
-
265
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
266
-
267
-
268
-
269
-
270
-
271
- # [4.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) (2021-03-15)
272
-
273
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
274
-
275
-
276
-
277
-
278
-
279
- # [4.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) (2021-03-08)
280
-
281
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
282
-
283
-
284
-
285
-
286
-
287
- ## [4.16.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01)
288
-
289
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
290
-
291
-
292
-
293
-
294
-
295
- # [4.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) (2021-03-01)
296
-
297
-
298
- ### Features
299
-
300
- * TypeScript 4.2 syntax support ([#3112](https://github.com/typescript-eslint/typescript-eslint/issues/3112)) ([2ebfb21](https://github.com/typescript-eslint/typescript-eslint/commit/2ebfb21ba6c88c793cfbd0e231e5803b2381694c))
301
-
302
-
303
-
304
-
305
-
306
- ## [4.15.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22)
307
-
308
-
309
- ### Bug Fixes
310
-
311
- * add missing intrinsic keyword node to AST ([#3081](https://github.com/typescript-eslint/typescript-eslint/issues/3081)) ([409bf0b](https://github.com/typescript-eslint/typescript-eslint/commit/409bf0bb3e2ac4d8782408d436ebdefb42dba38b))
312
-
313
-
314
-
315
-
316
-
317
- ## [4.15.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15)
318
-
319
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
320
-
321
-
322
-
323
-
324
-
325
- # [4.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) (2021-02-08)
326
-
327
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
328
-
329
-
330
-
331
-
332
-
333
- ## [4.14.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01)
334
-
335
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
336
-
337
-
338
-
339
-
340
-
341
- ## [4.14.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25)
342
-
343
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
344
-
345
-
346
-
347
-
348
-
349
- # [4.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) (2021-01-18)
350
-
351
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
352
-
353
-
354
-
355
-
356
-
357
- # [4.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) (2021-01-11)
358
-
359
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
360
-
361
-
362
-
363
-
364
-
365
- # [4.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) (2021-01-04)
366
-
367
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
368
-
369
-
370
-
371
-
372
-
373
- ## [4.11.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28)
374
-
375
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
376
-
377
-
378
-
379
-
380
-
381
- # [4.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) (2020-12-21)
382
-
383
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
384
-
385
-
386
-
387
-
388
-
389
- # [4.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) (2020-12-14)
390
-
391
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
392
-
393
-
394
-
395
-
396
-
397
- ## [4.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07)
398
-
399
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
400
-
401
-
402
-
403
-
404
-
405
- # [4.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) (2020-11-30)
406
-
407
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
408
-
409
-
410
-
411
-
412
-
413
- ## [4.8.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23)
414
-
415
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
416
-
417
-
418
-
419
-
420
-
421
- ## [4.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17)
422
-
423
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
424
-
425
-
426
-
427
-
428
-
429
- # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-16)
430
-
431
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
432
-
433
-
434
-
435
-
436
-
437
- # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-09)
438
-
439
-
440
- ### Features
441
-
442
- * support TS4.1 features ([#2748](https://github.com/typescript-eslint/typescript-eslint/issues/2748)) ([2be354b](https://github.com/typescript-eslint/typescript-eslint/commit/2be354bb15f9013a2da1b13a0c0836e9ef057e16)), closes [#2583](https://github.com/typescript-eslint/typescript-eslint/issues/2583)
443
-
444
-
445
-
446
-
447
-
448
- ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11-02)
449
-
450
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
451
-
452
-
453
-
454
-
455
-
456
- # [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-26)
457
-
458
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
459
-
460
-
461
-
462
-
463
-
464
- # [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-19)
465
-
466
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
467
-
468
-
469
-
470
-
471
-
472
- ## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10-12)
473
-
474
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
475
-
476
-
477
-
478
-
479
-
480
- # [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-05)
481
-
482
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
483
-
484
-
485
-
486
-
487
-
488
- # [4.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.2.0...v4.3.0) (2020-09-28)
489
-
490
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
491
-
492
-
493
-
494
-
495
-
496
- # [4.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.1...v4.2.0) (2020-09-21)
497
-
498
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
499
-
500
-
501
-
502
-
503
-
504
- ## [4.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1) (2020-09-14)
505
-
506
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
507
-
508
-
509
-
510
-
511
-
512
- # [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
513
-
514
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
515
-
516
-
517
-
518
-
519
-
520
- ## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
521
-
522
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
523
-
524
-
525
-
526
-
527
-
528
- # [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
529
-
530
-
531
- ### Bug Fixes
532
-
533
- * correct decorator traversal for AssignmentPattern ([#2375](https://github.com/typescript-eslint/typescript-eslint/issues/2375)) ([d738fa4](https://github.com/typescript-eslint/typescript-eslint/commit/d738fa4eff0a5c4cfc9b30b1c0502f8d1e78d7b6))
534
-
535
-
536
- ### Features
537
-
538
- * 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))
539
-
540
-
541
- ### BREAKING CHANGES
542
-
543
- * - Removed decorators property from several Nodes that could never semantically have them (FunctionDeclaration, TSEnumDeclaration, and TSInterfaceDeclaration)
544
- - Removed AST_NODE_TYPES.Import. This is a minor breaking change as the node type that used this was removed ages ago.
545
-
546
-
547
-
548
-
549
-
550
- ## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
551
-
552
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
553
-
554
-
555
-
556
-
557
-
558
- # [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
559
-
560
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
561
-
562
-
563
-
564
-
565
-
566
- ## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
567
-
568
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
569
-
570
-
571
-
572
-
573
-
574
- # [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
575
-
576
-
577
- ### Features
578
-
579
- * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript-eslint/typescript-eslint/issues/2378)) ([00d84ff](https://github.com/typescript-eslint/typescript-eslint/commit/00d84ffbcbe9d0ec98bdb2f2ce59959a27ce4dbe))
580
-
581
-
582
-
583
-
584
-
585
- # [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)
586
-
587
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
588
-
589
-
590
-
591
-
592
-
593
- ## [3.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.0...v3.7.1) (2020-07-27)
594
-
595
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
596
-
597
-
598
-
599
-
600
-
601
- # [3.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.1...v3.7.0) (2020-07-20)
602
-
603
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
604
-
605
-
606
-
607
-
608
-
609
- ## [3.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.0...v3.6.1) (2020-07-13)
610
-
611
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
612
-
613
-
614
-
615
-
616
-
617
- # [3.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) (2020-07-06)
618
-
619
- **Note:** Version bump only for package @typescript-eslint/visitor-keys
620
-
621
-
622
-
623
-
624
-
625
- # [3.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) (2020-06-29)
626
-
627
-
628
- ### Features
629
-
630
- * split visitor keys into their own package ([#2230](https://github.com/typescript-eslint/typescript-eslint/issues/2230)) ([689dae3](https://github.com/typescript-eslint/typescript-eslint/commit/689dae37392d527c64ae83db2a4c3e6b7fecece7))
@@ -1,42 +0,0 @@
1
- v3.0.0 - June 24, 2021
2
-
3
- * [`701b67d`](https://github.com/eslint/eslint-visitor-keys/commit/701b67de7216cabebc03e7c6205fe47ce3177aa3) Breaking: drop node v10/v13/v15 (refs eslint/eslint#14023) (#23) (薛定谔的猫)
4
- * [`f584b12`](https://github.com/eslint/eslint-visitor-keys/commit/f584b121421ceb6c4e034b79943f3c32aaa0541d) Breaking: Switch to ESM (#24) (Brett Zamir)
5
- * [`7279e73`](https://github.com/eslint/eslint-visitor-keys/commit/7279e7304e95030a854408191b8fde3c01876451) Build: Update branch reference in CI (#25) (Milos Djermanovic)
6
- * [`c6846d6`](https://github.com/eslint/eslint-visitor-keys/commit/c6846d69271c73041b797b7de9c8254dcf439a2e) Upgrade: eslint-release (#21) (Nicholas C. Zakas)
7
-
8
- v2.1.0 - May 3, 2021
9
-
10
- * [`908fdf8`](https://github.com/eslint/eslint-visitor-keys/commit/908fdf8c0d9a352c696c8c1f4901280d1a0795f7) Update: add PrivateIdentifier and PropertyDefinition (#20) (Toru Nagashima)
11
- * [`2d7be11`](https://github.com/eslint/eslint-visitor-keys/commit/2d7be11e4d13ac702c9fe3c529cadbd75b370146) Chore: No longer test in Node.js 13 (#17) (Michaël De Boey)
12
- * [`b41b509`](https://github.com/eslint/eslint-visitor-keys/commit/b41b509b153ecd8d47af46a421122f64e93d4c67) Docs: Update required Node.js version (#15) (Michaël De Boey)
13
-
14
- v2.0.0 - August 14, 2020
15
-
16
- * [`fb86ca3`](https://github.com/eslint/eslint-visitor-keys/commit/fb86ca315daafc84e23ed9005db40b0892b972a6) Breaking: drop support for Node <10 (#13) (Kai Cataldo)
17
- * [`69383b3`](https://github.com/eslint/eslint-visitor-keys/commit/69383b372915e33ada094880ecc6b6e8f8c7ca4e) Chore: move to GitHub Actions (#14) (Kai Cataldo)
18
-
19
- v1.3.0 - June 19, 2020
20
-
21
- * [`c92dd7f`](https://github.com/eslint/eslint-visitor-keys/commit/c92dd7ff96f0044dba12d681406a025b92b4c437) Update: add `ChainExpression` node (#12) (Toru Nagashima)
22
-
23
- v1.2.0 - June 4, 2020
24
-
25
- * [`21f28bf`](https://github.com/eslint/eslint-visitor-keys/commit/21f28bf11be5329d740a8bf6bdbcd0ef13bbf1a2) Update: added exported in exportAllDeclaration key (#10) (Anix)
26
-
27
- v1.1.0 - August 13, 2019
28
-
29
- * [`9331cc0`](https://github.com/eslint/eslint-visitor-keys/commit/9331cc09e756e65b9044c9186445a474b037fac6) Update: add ImportExpression (#8) (Toru Nagashima)
30
- * [`5967f58`](https://github.com/eslint/eslint-visitor-keys/commit/5967f583b04f17fba9226aaa394e45d476d2b8af) Chore: add supported Node.js versions to CI (#7) (Kai Cataldo)
31
- * [`6f7c60f`](https://github.com/eslint/eslint-visitor-keys/commit/6f7c60fef2ceec9f6323202df718321cec45cab0) Upgrade: eslint-release@1.0.0 (#5) (Teddy Katz)
32
-
33
- v1.0.0 - December 18, 2017
34
-
35
- * 1f6bd38 Breaking: update keys (#4) (Toru Nagashima)
36
-
37
- v0.1.0 - November 17, 2017
38
-
39
- * 17b4a88 Chore: update `repository` field in package.json (#3) (Toru Nagashima)
40
- * a5a026b New: eslint-visitor-keys (#1) (Toru Nagashima)
41
- * a1a48b8 Update: Change license to Apache 2 (#2) (Ilya Volodin)
42
- * 2204715 Initial commit (Toru Nagashima)