xo 0.46.1 → 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 (106) hide show
  1. package/config/plugins.cjs +2 -7
  2. package/index.js +12 -11
  3. package/lib/options-manager.js +108 -86
  4. package/node_modules/@typescript-eslint/eslint-plugin/README.md +2 -2
  5. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +3 -0
  6. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -1
  7. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +4 -2
  8. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -1
  9. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +2 -1
  10. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -1
  11. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -1
  12. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +5 -1
  13. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -1
  14. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +10 -1
  15. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -1
  16. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +24 -1
  17. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -1
  18. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -1
  19. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -1
  20. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -1
  21. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +5 -24
  22. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -1
  23. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js +6 -4
  24. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +1 -1
  25. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +159 -0
  26. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +1 -1
  27. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +5 -2
  28. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +1 -1
  29. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +0 -2
  30. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +29 -26
  31. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +2 -2
  32. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +1 -1
  33. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +3 -1
  34. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +2 -2
  35. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +5 -1
  36. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +13 -16
  37. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +12 -15
  38. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +6 -5
  39. package/node_modules/@typescript-eslint/eslint-plugin/package.json +4 -4
  40. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts +6 -1
  41. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts.map +1 -1
  42. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js +7 -1
  43. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js.map +1 -1
  44. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts +25 -19
  45. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts.map +1 -1
  46. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js +5 -9
  47. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js.map +1 -1
  48. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts +30 -8
  49. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -1
  50. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js +36 -8
  51. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js.map +1 -1
  52. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts +2 -2
  53. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts.map +1 -1
  54. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts +4 -0
  55. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts.map +1 -1
  56. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.js.map +1 -1
  57. package/node_modules/@typescript-eslint/experimental-utils/package.json +5 -5
  58. package/node_modules/@typescript-eslint/parser/package.json +6 -6
  59. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +1 -1
  60. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -1
  61. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +2 -2
  62. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
  63. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +1 -0
  64. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -1
  65. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +3 -0
  66. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
  67. package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
  68. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts +21 -7
  69. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +1 -1
  70. package/node_modules/@typescript-eslint/types/dist/ast-spec.js +1 -0
  71. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +1 -1
  72. package/node_modules/@typescript-eslint/types/package.json +2 -2
  73. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +1 -0
  74. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
  75. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +23 -2
  76. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
  77. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +2 -2
  78. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +1 -0
  79. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -1
  80. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +1 -1
  81. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
  82. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.js +13 -16
  83. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/legacy.js +12 -15
  84. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +6 -5
  85. package/node_modules/@typescript-eslint/typescript-estree/package.json +6 -6
  86. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -1
  87. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +2 -0
  88. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -1
  89. package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
  90. package/node_modules/eslint-config-xo-typescript/index.js +1 -1
  91. package/node_modules/eslint-config-xo-typescript/package.json +1 -1
  92. package/node_modules/eslint-visitor-keys/README.md +3 -2
  93. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +3 -0
  94. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +3 -0
  95. package/node_modules/eslint-visitor-keys/package.json +2 -2
  96. package/package.json +16 -16
  97. package/node_modules/@typescript-eslint/eslint-plugin/CHANGELOG.md +0 -2277
  98. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/CHANGELOG.md +0 -32
  99. package/node_modules/@typescript-eslint/experimental-utils/CHANGELOG.md +0 -1253
  100. package/node_modules/@typescript-eslint/parser/CHANGELOG.md +0 -1283
  101. package/node_modules/@typescript-eslint/scope-manager/CHANGELOG.md +0 -673
  102. package/node_modules/@typescript-eslint/types/CHANGELOG.md +0 -653
  103. package/node_modules/@typescript-eslint/typescript-estree/CHANGELOG.md +0 -1484
  104. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/CHANGELOG.md +0 -32
  105. package/node_modules/@typescript-eslint/visitor-keys/CHANGELOG.md +0 -622
  106. package/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -42
@@ -1,673 +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.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
7
-
8
- **Note:** Version bump only for package @typescript-eslint/scope-manager
9
-
10
-
11
-
12
-
13
-
14
- # [5.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.0.0...v5.1.0) (2021-10-18)
15
-
16
- **Note:** Version bump only for package @typescript-eslint/scope-manager
17
-
18
-
19
-
20
-
21
-
22
- # [5.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.33.0...v5.0.0) (2021-10-11)
23
-
24
-
25
- ### Features
26
-
27
- * 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)
28
- * 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)
29
- * **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)
30
-
31
-
32
-
33
-
34
-
35
- # [4.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) (2021-10-04)
36
-
37
- **Note:** Version bump only for package @typescript-eslint/scope-manager
38
-
39
-
40
-
41
-
42
-
43
- # [4.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) (2021-09-27)
44
-
45
-
46
- ### Features
47
-
48
- * **eslint-plugin-internal:** [prefer-ast-types-enum] add `DefinitionType` enum ([#3916](https://github.com/typescript-eslint/typescript-eslint/issues/3916)) ([13b7de5](https://github.com/typescript-eslint/typescript-eslint/commit/13b7de508e0f8eac492879ff9ab99acd8d3e977e))
49
- * Support `'latest'` as `ecmaVersion` ([#3873](https://github.com/typescript-eslint/typescript-eslint/issues/3873)) ([25a42c0](https://github.com/typescript-eslint/typescript-eslint/commit/25a42c0bbe92d1ecbc2e8ff9ef3a3ef413f728b0))
50
-
51
-
52
-
53
-
54
-
55
- ## [4.31.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20)
56
-
57
- **Note:** Version bump only for package @typescript-eslint/scope-manager
58
-
59
-
60
-
61
-
62
-
63
- ## [4.31.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13)
64
-
65
- **Note:** Version bump only for package @typescript-eslint/scope-manager
66
-
67
-
68
-
69
-
70
-
71
- # [4.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) (2021-09-06)
72
-
73
- **Note:** Version bump only for package @typescript-eslint/scope-manager
74
-
75
-
76
-
77
-
78
-
79
- # [4.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) (2021-08-30)
80
-
81
-
82
- ### Features
83
-
84
- * **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))
85
-
86
-
87
-
88
-
89
-
90
- ## [4.29.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23)
91
-
92
- **Note:** Version bump only for package @typescript-eslint/scope-manager
93
-
94
-
95
-
96
-
97
-
98
- ## [4.29.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16)
99
-
100
- **Note:** Version bump only for package @typescript-eslint/scope-manager
101
-
102
-
103
-
104
-
105
-
106
- ## [4.29.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09)
107
-
108
- **Note:** Version bump only for package @typescript-eslint/scope-manager
109
-
110
-
111
-
112
-
113
-
114
- # [4.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) (2021-08-02)
115
-
116
-
117
- ### Features
118
-
119
- * **eslint-plugin:** Catch unused React import with new JSX transform ([#3577](https://github.com/typescript-eslint/typescript-eslint/issues/3577)) ([02998ea](https://github.com/typescript-eslint/typescript-eslint/commit/02998eac510665758b9a093d43afc310f3ac980d))
120
-
121
-
122
-
123
-
124
-
125
- ## [4.28.5](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26)
126
-
127
- **Note:** Version bump only for package @typescript-eslint/scope-manager
128
-
129
-
130
-
131
-
132
-
133
- ## [4.28.4](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19)
134
-
135
- **Note:** Version bump only for package @typescript-eslint/scope-manager
136
-
137
-
138
-
139
-
140
-
141
- ## [4.28.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12)
142
-
143
- **Note:** Version bump only for package @typescript-eslint/scope-manager
144
-
145
-
146
-
147
-
148
-
149
- ## [4.28.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05)
150
-
151
- **Note:** Version bump only for package @typescript-eslint/scope-manager
152
-
153
-
154
-
155
-
156
-
157
- ## [4.28.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28)
158
-
159
- **Note:** Version bump only for package @typescript-eslint/scope-manager
160
-
161
-
162
-
163
-
164
-
165
- # [4.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) (2021-06-21)
166
-
167
- **Note:** Version bump only for package @typescript-eslint/scope-manager
168
-
169
-
170
-
171
-
172
-
173
- # [4.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) (2021-06-14)
174
-
175
- **Note:** Version bump only for package @typescript-eslint/scope-manager
176
-
177
-
178
-
179
-
180
-
181
- ## [4.26.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07)
182
-
183
- **Note:** Version bump only for package @typescript-eslint/scope-manager
184
-
185
-
186
-
187
-
188
-
189
- # [4.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) (2021-05-31)
190
-
191
-
192
- ### Bug Fixes
193
-
194
- * generate library types for TypeScript v4.3 ([#3460](https://github.com/typescript-eslint/typescript-eslint/issues/3460)) ([ed4776a](https://github.com/typescript-eslint/typescript-eslint/commit/ed4776afa1374279027b9b7d82aa4b453b334998)), closes [#3449](https://github.com/typescript-eslint/typescript-eslint/issues/3449)
195
-
196
-
197
- ### Features
198
-
199
- * **scope-manager:** reduce generated lib file size ([#3468](https://github.com/typescript-eslint/typescript-eslint/issues/3468)) ([258116b](https://github.com/typescript-eslint/typescript-eslint/commit/258116ba7b0dd4ac7a1cc3876fab12f2556bda74))
200
-
201
-
202
-
203
-
204
-
205
- # [4.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) (2021-05-24)
206
-
207
- **Note:** Version bump only for package @typescript-eslint/scope-manager
208
-
209
-
210
-
211
-
212
-
213
- # [4.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) (2021-05-17)
214
-
215
- **Note:** Version bump only for package @typescript-eslint/scope-manager
216
-
217
-
218
-
219
-
220
-
221
- # [4.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) (2021-05-10)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * **scope-manager:** fix visiting TSAsExpression in assignment ([#3355](https://github.com/typescript-eslint/typescript-eslint/issues/3355)) ([87521a0](https://github.com/typescript-eslint/typescript-eslint/commit/87521a024103bc5fc643861649bee9a288f55b7b))
227
-
228
-
229
- ### Features
230
-
231
- * 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))
232
-
233
-
234
-
235
-
236
-
237
- ## [4.22.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
238
-
239
- **Note:** Version bump only for package @typescript-eslint/scope-manager
240
-
241
-
242
-
243
-
244
-
245
- # [4.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) (2021-04-12)
246
-
247
- **Note:** Version bump only for package @typescript-eslint/scope-manager
248
-
249
-
250
-
251
-
252
-
253
- # [4.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) (2021-04-05)
254
-
255
- **Note:** Version bump only for package @typescript-eslint/scope-manager
256
-
257
-
258
-
259
-
260
-
261
- # [4.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) (2021-03-29)
262
-
263
- **Note:** Version bump only for package @typescript-eslint/scope-manager
264
-
265
-
266
-
267
-
268
-
269
- # [4.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) (2021-03-22)
270
-
271
- **Note:** Version bump only for package @typescript-eslint/scope-manager
272
-
273
-
274
-
275
-
276
-
277
- # [4.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) (2021-03-15)
278
-
279
- **Note:** Version bump only for package @typescript-eslint/scope-manager
280
-
281
-
282
-
283
-
284
-
285
- # [4.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) (2021-03-08)
286
-
287
- **Note:** Version bump only for package @typescript-eslint/scope-manager
288
-
289
-
290
-
291
-
292
-
293
- ## [4.16.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01)
294
-
295
- **Note:** Version bump only for package @typescript-eslint/scope-manager
296
-
297
-
298
-
299
-
300
-
301
- # [4.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) (2021-03-01)
302
-
303
-
304
- ### Bug Fixes
305
-
306
- * **scope-manager:** update libs for typescript 4.2 ([#3118](https://github.com/typescript-eslint/typescript-eslint/issues/3118)) ([0336c79](https://github.com/typescript-eslint/typescript-eslint/commit/0336c798c9502fc250d2eaa045661950da55e52f))
307
-
308
-
309
-
310
-
311
-
312
- ## [4.15.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22)
313
-
314
- **Note:** Version bump only for package @typescript-eslint/scope-manager
315
-
316
-
317
-
318
-
319
-
320
- ## [4.15.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15)
321
-
322
- **Note:** Version bump only for package @typescript-eslint/scope-manager
323
-
324
-
325
-
326
-
327
-
328
- # [4.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) (2021-02-08)
329
-
330
-
331
- ### Bug Fixes
332
-
333
- * **scope-manager:** fix visiting of TSImportType ([#3008](https://github.com/typescript-eslint/typescript-eslint/issues/3008)) ([ce4fcbf](https://github.com/typescript-eslint/typescript-eslint/commit/ce4fcbf4401098387a2cf19ae8457c89c509239a)), closes [#3006](https://github.com/typescript-eslint/typescript-eslint/issues/3006)
334
-
335
-
336
-
337
-
338
-
339
- ## [4.14.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01)
340
-
341
-
342
- ### Bug Fixes
343
-
344
- * **scope-manager:** correctly reference generic parameters when decorator metadata is enabled ([#2975](https://github.com/typescript-eslint/typescript-eslint/issues/2975)) ([7695ef3](https://github.com/typescript-eslint/typescript-eslint/commit/7695ef318f1cc8688acaabf4f2730769622f083f)), closes [#2972](https://github.com/typescript-eslint/typescript-eslint/issues/2972)
345
-
346
-
347
-
348
-
349
-
350
- ## [4.14.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25)
351
-
352
-
353
- ### Bug Fixes
354
-
355
- * **scope-manager:** fix incorrect handling of class decorators and class method default params ([#2943](https://github.com/typescript-eslint/typescript-eslint/issues/2943)) ([e1eac83](https://github.com/typescript-eslint/typescript-eslint/commit/e1eac8312268d1855a2ed7784b4d190ecb9c9fa4)), closes [#2941](https://github.com/typescript-eslint/typescript-eslint/issues/2941) [#2942](https://github.com/typescript-eslint/typescript-eslint/issues/2942) [#2751](https://github.com/typescript-eslint/typescript-eslint/issues/2751)
356
-
357
-
358
-
359
-
360
-
361
- # [4.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) (2021-01-18)
362
-
363
-
364
- ### Features
365
-
366
- * add support for decorator metadata in scope analysis and in consistent-type-imports ([#2751](https://github.com/typescript-eslint/typescript-eslint/issues/2751)) ([445e416](https://github.com/typescript-eslint/typescript-eslint/commit/445e416878b27a54bf07c2d3b84dabd7b06e51bc)), closes [#2559](https://github.com/typescript-eslint/typescript-eslint/issues/2559)
367
-
368
-
369
-
370
-
371
-
372
- # [4.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) (2021-01-11)
373
-
374
- **Note:** Version bump only for package @typescript-eslint/scope-manager
375
-
376
-
377
-
378
-
379
-
380
- # [4.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) (2021-01-04)
381
-
382
- **Note:** Version bump only for package @typescript-eslint/scope-manager
383
-
384
-
385
-
386
-
387
-
388
- ## [4.11.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28)
389
-
390
- **Note:** Version bump only for package @typescript-eslint/scope-manager
391
-
392
-
393
-
394
-
395
-
396
- # [4.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) (2020-12-21)
397
-
398
- **Note:** Version bump only for package @typescript-eslint/scope-manager
399
-
400
-
401
-
402
-
403
-
404
- # [4.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) (2020-12-14)
405
-
406
- **Note:** Version bump only for package @typescript-eslint/scope-manager
407
-
408
-
409
-
410
-
411
-
412
- ## [4.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07)
413
-
414
- **Note:** Version bump only for package @typescript-eslint/scope-manager
415
-
416
-
417
-
418
-
419
-
420
- # [4.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) (2020-11-30)
421
-
422
-
423
- ### Bug Fixes
424
-
425
- * **scope-manager:** fix assertion assignments not being marked as write references ([#2809](https://github.com/typescript-eslint/typescript-eslint/issues/2809)) ([fa68492](https://github.com/typescript-eslint/typescript-eslint/commit/fa6849245ca55ca407dc031afbad456f2925a8e9)), closes [#2804](https://github.com/typescript-eslint/typescript-eslint/issues/2804)
426
-
427
-
428
- ### Features
429
-
430
- * **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)
431
-
432
-
433
-
434
-
435
-
436
- ## [4.8.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23)
437
-
438
- **Note:** Version bump only for package @typescript-eslint/scope-manager
439
-
440
-
441
-
442
-
443
-
444
- ## [4.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17)
445
-
446
- **Note:** Version bump only for package @typescript-eslint/scope-manager
447
-
448
-
449
-
450
-
451
-
452
- # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-16)
453
-
454
- **Note:** Version bump only for package @typescript-eslint/scope-manager
455
-
456
-
457
-
458
-
459
-
460
- # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-09)
461
-
462
-
463
- ### Features
464
-
465
- * 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)
466
-
467
-
468
-
469
-
470
-
471
- ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11-02)
472
-
473
- **Note:** Version bump only for package @typescript-eslint/scope-manager
474
-
475
-
476
-
477
-
478
-
479
- # [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-26)
480
-
481
- **Note:** Version bump only for package @typescript-eslint/scope-manager
482
-
483
-
484
-
485
-
486
-
487
- # [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-19)
488
-
489
-
490
- ### Features
491
-
492
- * **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))
493
-
494
-
495
-
496
-
497
-
498
- ## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10-12)
499
-
500
-
501
- ### Bug Fixes
502
-
503
- * **scope-manager:** don't create a variable for global augmentation ([#2639](https://github.com/typescript-eslint/typescript-eslint/issues/2639)) ([6bc9325](https://github.com/typescript-eslint/typescript-eslint/commit/6bc93257ec876214743a165093b6666d713379f6))
504
-
505
-
506
-
507
-
508
-
509
- # [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-05)
510
-
511
- **Note:** Version bump only for package @typescript-eslint/scope-manager
512
-
513
-
514
-
515
-
516
-
517
- # [4.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.2.0...v4.3.0) (2020-09-28)
518
-
519
- **Note:** Version bump only for package @typescript-eslint/scope-manager
520
-
521
-
522
-
523
-
524
-
525
- # [4.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.1...v4.2.0) (2020-09-21)
526
-
527
-
528
- ### Bug Fixes
529
-
530
- * **scope-manager:** correct analysis of inferred types in conditional types ([#2537](https://github.com/typescript-eslint/typescript-eslint/issues/2537)) ([4f660fd](https://github.com/typescript-eslint/typescript-eslint/commit/4f660fd31acbb88b30719f925dcb2b3022cc2bab))
531
-
532
-
533
-
534
-
535
-
536
- ## [4.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1) (2020-09-14)
537
-
538
- **Note:** Version bump only for package @typescript-eslint/scope-manager
539
-
540
-
541
-
542
-
543
-
544
- # [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
545
-
546
-
547
- ### Bug Fixes
548
-
549
- * **eslint-plugin:** [no-unused-vars] correct detection of unused vars in a declared module with `export =` ([#2505](https://github.com/typescript-eslint/typescript-eslint/issues/2505)) ([3d07a99](https://github.com/typescript-eslint/typescript-eslint/commit/3d07a99faa0a5fc1b44acdb43ddbfc90a5105833))
550
- * **scope-manager:** add `const` as a global type variable ([#2499](https://github.com/typescript-eslint/typescript-eslint/issues/2499)) ([eb3f6e3](https://github.com/typescript-eslint/typescript-eslint/commit/eb3f6e39391d62ac424baa305a15e61806b2fd65))
551
- * **scope-manager:** correctly handle inferred types in nested type scopes ([#2497](https://github.com/typescript-eslint/typescript-eslint/issues/2497)) ([95f6bf4](https://github.com/typescript-eslint/typescript-eslint/commit/95f6bf4818cdec48a0583bf82f928c598af22736))
552
- * **scope-manager:** don't create references for intrinsic JSX elements ([#2504](https://github.com/typescript-eslint/typescript-eslint/issues/2504)) ([cdb9807](https://github.com/typescript-eslint/typescript-eslint/commit/cdb9807a5a368a136856cd03048b68e0f2dfb405))
553
- * **scope-manager:** fallback to lib 'esnext' or 'es5' when ecma version is unsupported ([#2474](https://github.com/typescript-eslint/typescript-eslint/issues/2474)) ([20a7dcc](https://github.com/typescript-eslint/typescript-eslint/commit/20a7dcc808a39cd447d6e52fc5a1e1373d7122e9))
554
- * **scope-manager:** support rest function type parameters ([#2491](https://github.com/typescript-eslint/typescript-eslint/issues/2491)) ([9d8b4c4](https://github.com/typescript-eslint/typescript-eslint/commit/9d8b4c479c98623e4198aa07639321929a8a876f)), closes [#2449](https://github.com/typescript-eslint/typescript-eslint/issues/2449)
555
- * **scope-manager:** support tagged template string generic type parameters ([#2492](https://github.com/typescript-eslint/typescript-eslint/issues/2492)) ([a2686c0](https://github.com/typescript-eslint/typescript-eslint/commit/a2686c04293ab9070c1500a0dab7e205bd1fa9d2))
556
- * **scope-manager:** support type predicates ([#2493](https://github.com/typescript-eslint/typescript-eslint/issues/2493)) ([a40f54c](https://github.com/typescript-eslint/typescript-eslint/commit/a40f54c39d59096a0d12a492807dcd52fbcdc384)), closes [#2462](https://github.com/typescript-eslint/typescript-eslint/issues/2462)
557
- * **scope-manager:** treat type imports as both values and types ([#2494](https://github.com/typescript-eslint/typescript-eslint/issues/2494)) ([916e95a](https://github.com/typescript-eslint/typescript-eslint/commit/916e95a505689746dda38a67148c95cc7d207d9f)), closes [#2453](https://github.com/typescript-eslint/typescript-eslint/issues/2453)
558
-
559
-
560
- ### Features
561
-
562
- * **scope-manager:** add support for JSX scope analysis ([#2498](https://github.com/typescript-eslint/typescript-eslint/issues/2498)) ([f887ab5](https://github.com/typescript-eslint/typescript-eslint/commit/f887ab51f58c1b3571f9a14832864bc0ca59623f)), closes [#2455](https://github.com/typescript-eslint/typescript-eslint/issues/2455) [#2477](https://github.com/typescript-eslint/typescript-eslint/issues/2477)
563
-
564
-
565
-
566
-
567
-
568
- ## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
569
-
570
- **Note:** Version bump only for package @typescript-eslint/scope-manager
571
-
572
-
573
-
574
-
575
-
576
- # [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
577
-
578
- ## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
579
-
580
- ### Bug Fixes
581
-
582
- * **scope-manager:** correct analysis of abstract class properties ([#2420](https://github.com/typescript-eslint/typescript-eslint/issues/2420)) ([cd84549](https://github.com/typescript-eslint/typescript-eslint/commit/cd84549beba3cf471d75cfd9ba26f80366842ed5))
583
-
584
-
585
- ### Features
586
-
587
- * 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))
588
-
589
-
590
-
591
-
592
-
593
- ## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
594
-
595
- **Note:** Version bump only for package @typescript-eslint/scope-manager
596
-
597
-
598
-
599
-
600
-
601
- # [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
602
-
603
- **Note:** Version bump only for package @typescript-eslint/scope-manager
604
-
605
-
606
-
607
-
608
-
609
- ## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
610
-
611
- **Note:** Version bump only for package @typescript-eslint/scope-manager
612
-
613
-
614
-
615
-
616
-
617
- # [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
618
-
619
-
620
- ### Features
621
-
622
- * **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))
623
-
624
-
625
-
626
-
627
-
628
- # [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)
629
-
630
- **Note:** Version bump only for package @typescript-eslint/scope-manager
631
-
632
-
633
-
634
-
635
-
636
- ## [3.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.0...v3.7.1) (2020-07-27)
637
-
638
- **Note:** Version bump only for package @typescript-eslint/scope-manager
639
-
640
-
641
-
642
-
643
-
644
- # [3.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.1...v3.7.0) (2020-07-20)
645
-
646
- **Note:** Version bump only for package @typescript-eslint/scope-manager
647
-
648
-
649
-
650
-
651
-
652
- ## [3.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.0...v3.6.1) (2020-07-13)
653
-
654
- **Note:** Version bump only for package @typescript-eslint/scope-manager
655
-
656
-
657
-
658
-
659
-
660
- # [3.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) (2020-07-06)
661
-
662
- **Note:** Version bump only for package @typescript-eslint/scope-manager
663
-
664
-
665
-
666
-
667
-
668
- # [3.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) (2020-06-29)
669
-
670
-
671
- ### Features
672
-
673
- * add package scope-manager ([#1939](https://github.com/typescript-eslint/typescript-eslint/issues/1939)) ([682eb7e](https://github.com/typescript-eslint/typescript-eslint/commit/682eb7e009c3f22a542882dfd3602196a60d2a1e))