@typescript-eslint/scope-manager 8.67.1-alpha.2 → 8.67.1-alpha.20

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 (180) hide show
  1. package/CHANGELOG.md +2511 -0
  2. package/dist/ID.js +1 -0
  3. package/dist/ScopeManager.js +1 -0
  4. package/dist/analyze.js +1 -0
  5. package/dist/assert.js +1 -0
  6. package/dist/definition/CatchClauseDefinition.js +1 -0
  7. package/dist/definition/ClassNameDefinition.js +1 -0
  8. package/dist/definition/Definition.js +1 -0
  9. package/dist/definition/DefinitionBase.js +1 -0
  10. package/dist/definition/DefinitionType.js +1 -0
  11. package/dist/definition/FunctionNameDefinition.js +1 -0
  12. package/dist/definition/ImplicitGlobalVariableDefinition.js +1 -0
  13. package/dist/definition/ImportBindingDefinition.js +1 -0
  14. package/dist/definition/ParameterDefinition.js +1 -0
  15. package/dist/definition/TSEnumMemberDefinition.js +1 -0
  16. package/dist/definition/TSEnumNameDefinition.js +1 -0
  17. package/dist/definition/TSModuleNameDefinition.js +1 -0
  18. package/dist/definition/TypeDefinition.js +1 -0
  19. package/dist/definition/VariableDefinition.js +1 -0
  20. package/dist/definition/index.js +1 -0
  21. package/dist/index.js +1 -0
  22. package/dist/lib/base-config.js +1 -0
  23. package/dist/lib/decorators.js +1 -0
  24. package/dist/lib/decorators.legacy.js +1 -0
  25. package/dist/lib/dom.asynciterable.js +1 -0
  26. package/dist/lib/dom.iterable.js +1 -0
  27. package/dist/lib/dom.js +1 -0
  28. package/dist/lib/es2015.collection.js +1 -0
  29. package/dist/lib/es2015.core.js +1 -0
  30. package/dist/lib/es2015.generator.js +1 -0
  31. package/dist/lib/es2015.iterable.js +1 -0
  32. package/dist/lib/es2015.js +1 -0
  33. package/dist/lib/es2015.promise.js +1 -0
  34. package/dist/lib/es2015.proxy.js +1 -0
  35. package/dist/lib/es2015.reflect.js +1 -0
  36. package/dist/lib/es2015.symbol.js +1 -0
  37. package/dist/lib/es2015.symbol.wellknown.js +1 -0
  38. package/dist/lib/es2016.array.include.js +1 -0
  39. package/dist/lib/es2016.full.js +1 -0
  40. package/dist/lib/es2016.intl.js +1 -0
  41. package/dist/lib/es2016.js +1 -0
  42. package/dist/lib/es2017.arraybuffer.js +1 -0
  43. package/dist/lib/es2017.date.js +1 -0
  44. package/dist/lib/es2017.full.js +1 -0
  45. package/dist/lib/es2017.intl.js +1 -0
  46. package/dist/lib/es2017.js +1 -0
  47. package/dist/lib/es2017.object.js +1 -0
  48. package/dist/lib/es2017.sharedmemory.js +1 -0
  49. package/dist/lib/es2017.string.js +1 -0
  50. package/dist/lib/es2017.typedarrays.js +1 -0
  51. package/dist/lib/es2018.asyncgenerator.js +1 -0
  52. package/dist/lib/es2018.asynciterable.js +1 -0
  53. package/dist/lib/es2018.full.js +1 -0
  54. package/dist/lib/es2018.intl.js +1 -0
  55. package/dist/lib/es2018.js +1 -0
  56. package/dist/lib/es2018.promise.js +1 -0
  57. package/dist/lib/es2018.regexp.js +1 -0
  58. package/dist/lib/es2019.array.js +1 -0
  59. package/dist/lib/es2019.full.js +1 -0
  60. package/dist/lib/es2019.intl.js +1 -0
  61. package/dist/lib/es2019.js +1 -0
  62. package/dist/lib/es2019.object.js +1 -0
  63. package/dist/lib/es2019.string.js +1 -0
  64. package/dist/lib/es2019.symbol.js +1 -0
  65. package/dist/lib/es2020.bigint.js +1 -0
  66. package/dist/lib/es2020.date.js +1 -0
  67. package/dist/lib/es2020.full.js +1 -0
  68. package/dist/lib/es2020.intl.js +1 -0
  69. package/dist/lib/es2020.js +1 -0
  70. package/dist/lib/es2020.number.js +1 -0
  71. package/dist/lib/es2020.promise.js +1 -0
  72. package/dist/lib/es2020.sharedmemory.js +1 -0
  73. package/dist/lib/es2020.string.js +1 -0
  74. package/dist/lib/es2020.symbol.wellknown.js +1 -0
  75. package/dist/lib/es2021.full.js +1 -0
  76. package/dist/lib/es2021.intl.js +1 -0
  77. package/dist/lib/es2021.js +1 -0
  78. package/dist/lib/es2021.promise.js +1 -0
  79. package/dist/lib/es2021.string.js +1 -0
  80. package/dist/lib/es2021.weakref.js +1 -0
  81. package/dist/lib/es2022.array.js +1 -0
  82. package/dist/lib/es2022.error.js +1 -0
  83. package/dist/lib/es2022.full.js +1 -0
  84. package/dist/lib/es2022.intl.js +1 -0
  85. package/dist/lib/es2022.js +1 -0
  86. package/dist/lib/es2022.object.js +1 -0
  87. package/dist/lib/es2022.regexp.js +1 -0
  88. package/dist/lib/es2022.string.js +1 -0
  89. package/dist/lib/es2023.array.js +1 -0
  90. package/dist/lib/es2023.collection.js +1 -0
  91. package/dist/lib/es2023.full.js +1 -0
  92. package/dist/lib/es2023.intl.js +1 -0
  93. package/dist/lib/es2023.js +1 -0
  94. package/dist/lib/es2024.arraybuffer.js +1 -0
  95. package/dist/lib/es2024.collection.js +1 -0
  96. package/dist/lib/es2024.full.js +1 -0
  97. package/dist/lib/es2024.js +1 -0
  98. package/dist/lib/es2024.object.js +1 -0
  99. package/dist/lib/es2024.promise.js +1 -0
  100. package/dist/lib/es2024.regexp.js +1 -0
  101. package/dist/lib/es2024.sharedmemory.js +1 -0
  102. package/dist/lib/es2024.string.js +1 -0
  103. package/dist/lib/es2025.collection.js +1 -0
  104. package/dist/lib/es2025.float16.js +1 -0
  105. package/dist/lib/es2025.full.js +1 -0
  106. package/dist/lib/es2025.intl.js +1 -0
  107. package/dist/lib/es2025.iterator.js +1 -0
  108. package/dist/lib/es2025.js +1 -0
  109. package/dist/lib/es2025.promise.js +1 -0
  110. package/dist/lib/es2025.regexp.js +1 -0
  111. package/dist/lib/es5.js +1 -0
  112. package/dist/lib/es6.js +1 -0
  113. package/dist/lib/es7.js +1 -0
  114. package/dist/lib/esnext.array.js +1 -0
  115. package/dist/lib/esnext.asynciterable.js +1 -0
  116. package/dist/lib/esnext.bigint.js +1 -0
  117. package/dist/lib/esnext.collection.js +1 -0
  118. package/dist/lib/esnext.date.js +1 -0
  119. package/dist/lib/esnext.decorators.js +1 -0
  120. package/dist/lib/esnext.disposable.js +1 -0
  121. package/dist/lib/esnext.error.js +1 -0
  122. package/dist/lib/esnext.float16.js +1 -0
  123. package/dist/lib/esnext.full.js +1 -0
  124. package/dist/lib/esnext.intl.js +1 -0
  125. package/dist/lib/esnext.iterator.js +1 -0
  126. package/dist/lib/esnext.js +1 -0
  127. package/dist/lib/esnext.object.js +1 -0
  128. package/dist/lib/esnext.promise.js +1 -0
  129. package/dist/lib/esnext.regexp.js +1 -0
  130. package/dist/lib/esnext.sharedmemory.js +1 -0
  131. package/dist/lib/esnext.string.js +1 -0
  132. package/dist/lib/esnext.symbol.js +1 -0
  133. package/dist/lib/esnext.temporal.js +1 -0
  134. package/dist/lib/esnext.typedarrays.js +1 -0
  135. package/dist/lib/esnext.weakref.js +1 -0
  136. package/dist/lib/index.js +1 -0
  137. package/dist/lib/lib.js +1 -0
  138. package/dist/lib/scripthost.js +1 -0
  139. package/dist/lib/webworker.asynciterable.js +1 -0
  140. package/dist/lib/webworker.importscripts.js +1 -0
  141. package/dist/lib/webworker.iterable.js +1 -0
  142. package/dist/lib/webworker.js +1 -0
  143. package/dist/referencer/ClassVisitor.js +1 -0
  144. package/dist/referencer/ExportVisitor.js +1 -0
  145. package/dist/referencer/ImportVisitor.js +1 -0
  146. package/dist/referencer/PatternVisitor.js +1 -0
  147. package/dist/referencer/Reference.js +1 -0
  148. package/dist/referencer/Referencer.js +1 -0
  149. package/dist/referencer/TypeVisitor.js +1 -0
  150. package/dist/referencer/Visitor.js +1 -0
  151. package/dist/referencer/VisitorBase.js +1 -0
  152. package/dist/referencer/index.js +1 -0
  153. package/dist/scope/BlockScope.js +1 -0
  154. package/dist/scope/CatchScope.js +1 -0
  155. package/dist/scope/ClassFieldInitializerScope.js +1 -0
  156. package/dist/scope/ClassScope.js +1 -0
  157. package/dist/scope/ClassStaticBlockScope.js +1 -0
  158. package/dist/scope/ConditionalTypeScope.js +1 -0
  159. package/dist/scope/ForScope.js +1 -0
  160. package/dist/scope/FunctionExpressionNameScope.js +1 -0
  161. package/dist/scope/FunctionScope.js +1 -0
  162. package/dist/scope/FunctionTypeScope.js +1 -0
  163. package/dist/scope/GlobalScope.js +1 -0
  164. package/dist/scope/MappedTypeScope.js +1 -0
  165. package/dist/scope/ModuleScope.js +1 -0
  166. package/dist/scope/Scope.js +1 -0
  167. package/dist/scope/ScopeBase.js +1 -0
  168. package/dist/scope/ScopeType.js +1 -0
  169. package/dist/scope/SwitchScope.js +1 -0
  170. package/dist/scope/TSEnumScope.js +1 -0
  171. package/dist/scope/TSModuleScope.js +1 -0
  172. package/dist/scope/TypeScope.js +1 -0
  173. package/dist/scope/WithScope.js +1 -0
  174. package/dist/scope/index.js +1 -0
  175. package/dist/variable/ESLintScopeVariable.js +1 -0
  176. package/dist/variable/ImplicitLibVariable.js +1 -0
  177. package/dist/variable/Variable.js +1 -0
  178. package/dist/variable/VariableBase.js +1 -0
  179. package/dist/variable/index.js +1 -0
  180. package/package.json +6 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,2511 @@
1
+ ## 8.67.0 (2026-08-10)
2
+
3
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
4
+
5
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.67.0) for more information.
6
+
7
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
8
+
9
+ ## 8.66.0 (2026-08-03)
10
+
11
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
12
+
13
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.66.0) for more information.
14
+
15
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
16
+
17
+ ## 8.65.0 (2026-07-20)
18
+
19
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
20
+
21
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0) for more information.
22
+
23
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
24
+
25
+ ## 8.64.0 (2026-07-13)
26
+
27
+ ### 🚀 Features
28
+
29
+ - support parsing `import defer` ([#12513](https://github.com/typescript-eslint/typescript-eslint/pull/12513))
30
+
31
+ ### ❤️ Thank You
32
+
33
+ - Evyatar Daud @StyleShit
34
+
35
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.64.0) for more information.
36
+
37
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
38
+
39
+ ## 8.63.0 (2026-07-06)
40
+
41
+ ### 🩹 Fixes
42
+
43
+ - **scope-manager:** export ClassStaticBlockScope ([#12460](https://github.com/typescript-eslint/typescript-eslint/pull/12460))
44
+
45
+ ### ❤️ Thank You
46
+
47
+ - 송재욱
48
+
49
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information.
50
+
51
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
52
+
53
+ ## 8.62.1 (2026-06-29)
54
+
55
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
56
+
57
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.1) for more information.
58
+
59
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
60
+
61
+ ## 8.62.0 (2026-06-22)
62
+
63
+ ### 🚀 Features
64
+
65
+ - remove redundant package.json "files" ([#12444](https://github.com/typescript-eslint/typescript-eslint/pull/12444))
66
+
67
+ ### ❤️ Thank You
68
+
69
+ - Kirk Waiblinger @kirkwaiblinger
70
+
71
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.0) for more information.
72
+
73
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
74
+
75
+ ## 8.61.1 (2026-06-15)
76
+
77
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
78
+
79
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.1) for more information.
80
+
81
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
82
+
83
+ ## 8.61.0 (2026-06-08)
84
+
85
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
86
+
87
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.0) for more information.
88
+
89
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
90
+
91
+ ## 8.60.1 (2026-06-01)
92
+
93
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
94
+
95
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.1) for more information.
96
+
97
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
98
+
99
+ ## 8.60.0 (2026-05-25)
100
+
101
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
102
+
103
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information.
104
+
105
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
106
+
107
+ ## 8.59.4 (2026-05-18)
108
+
109
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
110
+
111
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.4) for more information.
112
+
113
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
114
+
115
+ ## 8.59.3 (2026-05-11)
116
+
117
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
118
+
119
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3) for more information.
120
+
121
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
122
+
123
+ ## 8.59.2 (2026-05-04)
124
+
125
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
126
+
127
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.2) for more information.
128
+
129
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
130
+
131
+ ## 8.59.1 (2026-04-27)
132
+
133
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
134
+
135
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
136
+
137
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
138
+
139
+ ## 8.59.0 (2026-04-20)
140
+
141
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
142
+
143
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
144
+
145
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
146
+
147
+ ## 8.58.2 (2026-04-13)
148
+
149
+ ### 🩹 Fixes
150
+
151
+ - remove tsbuildinfo cache file from published packages ([#12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
152
+
153
+ ### ❤️ Thank You
154
+
155
+ - Abhijeet Singh @cseas
156
+
157
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
158
+
159
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
160
+
161
+ ## 8.58.1 (2026-04-08)
162
+
163
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
164
+
165
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
166
+
167
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
168
+
169
+ ## 8.58.0 (2026-03-30)
170
+
171
+ ### 🚀 Features
172
+
173
+ - support TypeScript 6 ([#12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
174
+
175
+ ### ❤️ Thank You
176
+
177
+ - Evyatar Daud @StyleShit
178
+
179
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
180
+
181
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
182
+
183
+ ## 8.57.2 (2026-03-23)
184
+
185
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
186
+
187
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
188
+
189
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
190
+
191
+ ## 8.57.1 (2026-03-16)
192
+
193
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
194
+
195
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
196
+
197
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
198
+
199
+ ## 8.57.0 (2026-03-09)
200
+
201
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
202
+
203
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
204
+
205
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
206
+
207
+ ## 8.56.1 (2026-02-23)
208
+
209
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
210
+
211
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
212
+
213
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
214
+
215
+ ## 8.56.0 (2026-02-16)
216
+
217
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
218
+
219
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
220
+
221
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
222
+
223
+ ## 8.55.0 (2026-02-09)
224
+
225
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
226
+
227
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0) for more information.
228
+
229
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
230
+
231
+ ## 8.54.0 (2026-01-26)
232
+
233
+ ### 🚀 Features
234
+
235
+ - **scope-manager:** support ScopeManager#addGlobals ([#11914](https://github.com/typescript-eslint/typescript-eslint/pull/11914))
236
+
237
+ ### 🩹 Fixes
238
+
239
+ - **scope-manager:** prevent misidentification of `"use strict"` directives ([#11995](https://github.com/typescript-eslint/typescript-eslint/pull/11995))
240
+ - **scope-manager:** fix catch clause scopes `def.name` ([#11982](https://github.com/typescript-eslint/typescript-eslint/pull/11982))
241
+
242
+ ### ❤️ Thank You
243
+
244
+ - fnx @DMartens
245
+ - Josh Goldberg
246
+ - overlookmotel
247
+
248
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
249
+
250
+ ## 8.53.1 (2026-01-19)
251
+
252
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
253
+
254
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
255
+
256
+ ## 8.53.0 (2026-01-12)
257
+
258
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
259
+
260
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
261
+
262
+ ## 8.52.0 (2026-01-05)
263
+
264
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
265
+
266
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
267
+
268
+ ## 8.51.0 (2025-12-29)
269
+
270
+ ### 🩹 Fixes
271
+
272
+ - **eslint-plugin:** [prefer-optional-chain] handle MemberExpression in final chain position ([#11835](https://github.com/typescript-eslint/typescript-eslint/pull/11835))
273
+
274
+ ### ❤️ Thank You
275
+
276
+ - mdm317
277
+
278
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
279
+
280
+ ## 8.50.1 (2025-12-22)
281
+
282
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
283
+
284
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
285
+
286
+ ## 8.50.0 (2025-12-15)
287
+
288
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
289
+
290
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
291
+
292
+ ## 8.49.0 (2025-12-08)
293
+
294
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
295
+
296
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
297
+
298
+ ## 8.48.1 (2025-12-02)
299
+
300
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
301
+
302
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
303
+
304
+ ## 8.48.0 (2025-11-24)
305
+
306
+ ### 🚀 Features
307
+
308
+ - **eslint-plugin:** [no-redundant-type-constituents] use assignability checking for redundancy checks ([#10744](https://github.com/typescript-eslint/typescript-eslint/pull/10744))
309
+
310
+ ### 🩹 Fixes
311
+
312
+ - **scope-manager:** change unhelpful `aaa` error message and change `analyze` to expects `Program` ([#11747](https://github.com/typescript-eslint/typescript-eslint/pull/11747))
313
+
314
+ ### ❤️ Thank You
315
+
316
+ - Josh Goldberg
317
+ - mdm317 @gen-ip-1
318
+ - Younsang Na @nayounsang
319
+
320
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
321
+
322
+ ## 8.47.0 (2025-11-17)
323
+
324
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
325
+
326
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
327
+
328
+ ## 8.46.4 (2025-11-10)
329
+
330
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
331
+
332
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
333
+
334
+ ## 8.46.3 (2025-11-03)
335
+
336
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
337
+
338
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
339
+
340
+ ## 8.46.2 (2025-10-20)
341
+
342
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
343
+
344
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
345
+
346
+ ## 8.46.1 (2025-10-13)
347
+
348
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
349
+
350
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
351
+
352
+ ## 8.46.0 (2025-10-06)
353
+
354
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
355
+
356
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
357
+
358
+ ## 8.45.0 (2025-09-29)
359
+
360
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
361
+
362
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
363
+
364
+ ## 8.44.1 (2025-09-22)
365
+
366
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
367
+
368
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
369
+
370
+ ## 8.44.0 (2025-09-15)
371
+
372
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
373
+
374
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
375
+
376
+ ## 8.43.0 (2025-09-08)
377
+
378
+ ### 🩹 Fixes
379
+
380
+ - **scope-manager:** exclude Program from DefinitionBase node types ([#11469](https://github.com/typescript-eslint/typescript-eslint/pull/11469))
381
+
382
+ ### ❤️ Thank You
383
+
384
+ - Dima @dbarabashh
385
+
386
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
387
+
388
+ ## 8.42.0 (2025-09-02)
389
+
390
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
391
+
392
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
393
+
394
+ ## 8.41.0 (2025-08-25)
395
+
396
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
397
+
398
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
399
+
400
+ ## 8.40.0 (2025-08-18)
401
+
402
+ ### 🚀 Features
403
+
404
+ - **typescript-estree:** forbid invalid keys in `EnumMember` ([#11232](https://github.com/typescript-eslint/typescript-eslint/pull/11232))
405
+
406
+ ### ❤️ Thank You
407
+
408
+ - fisker Cheung @fisker
409
+
410
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
411
+
412
+ ## 8.39.1 (2025-08-11)
413
+
414
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
415
+
416
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
417
+
418
+ ## 8.39.0 (2025-08-04)
419
+
420
+ ### 🚀 Features
421
+
422
+ - update to TypeScript 5.9.2 ([#11445](https://github.com/typescript-eslint/typescript-eslint/pull/11445))
423
+
424
+ ### ❤️ Thank You
425
+
426
+ - Brad Zacher @bradzacher
427
+
428
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
429
+
430
+ ## 8.38.0 (2025-07-21)
431
+
432
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
433
+
434
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
435
+
436
+ ## 8.37.0 (2025-07-14)
437
+
438
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
439
+
440
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
441
+
442
+ ## 8.36.0 (2025-07-07)
443
+
444
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
445
+
446
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
447
+
448
+ ## 8.35.1 (2025-06-30)
449
+
450
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
451
+
452
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
453
+
454
+ ## 8.35.0 (2025-06-23)
455
+
456
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
457
+
458
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
459
+
460
+ ## 8.34.1 (2025-06-16)
461
+
462
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
463
+
464
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
465
+
466
+ ## 8.34.0 (2025-06-09)
467
+
468
+ ### 🩹 Fixes
469
+
470
+ - **visitor-keys:** fix visitor keys order ([#11279](https://github.com/typescript-eslint/typescript-eslint/pull/11279))
471
+
472
+ ### ❤️ Thank You
473
+
474
+ - overlookmotel
475
+
476
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
477
+
478
+ ## 8.33.1 (2025-06-02)
479
+
480
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
481
+
482
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
483
+
484
+ ## 8.33.0 (2025-05-26)
485
+
486
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
487
+
488
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
489
+
490
+ ## 8.32.1 (2025-05-12)
491
+
492
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
493
+
494
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
495
+
496
+ ## 8.32.0 (2025-05-05)
497
+
498
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
499
+
500
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
501
+
502
+ ## 8.31.1 (2025-04-28)
503
+
504
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
505
+
506
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
507
+
508
+ ## 8.31.0 (2025-04-21)
509
+
510
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
511
+
512
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
513
+
514
+ ## 8.30.1 (2025-04-14)
515
+
516
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
517
+
518
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
519
+
520
+ ## 8.30.0 (2025-04-14)
521
+
522
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
523
+
524
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
525
+
526
+ ## 8.29.1 (2025-04-07)
527
+
528
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
529
+
530
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
531
+
532
+ ## 8.29.0 (2025-03-31)
533
+
534
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
535
+
536
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
537
+
538
+ ## 8.28.0 (2025-03-24)
539
+
540
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
541
+
542
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
543
+
544
+ ## 8.27.0 (2025-03-17)
545
+
546
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
547
+
548
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
549
+
550
+ ## 8.26.1 (2025-03-10)
551
+
552
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
553
+
554
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
555
+
556
+ ## 8.26.0 (2025-03-03)
557
+
558
+ ### 🚀 Features
559
+
560
+ - **scope-manager:** only call Object.entries once for each lib ([#10647](https://github.com/typescript-eslint/typescript-eslint/pull/10647))
561
+ - support TypeScript 5.8 ([#10903](https://github.com/typescript-eslint/typescript-eslint/pull/10903))
562
+
563
+ ### ❤️ Thank You
564
+
565
+ - David Michon
566
+ - Dirk Luijk @dirkluijk
567
+
568
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
569
+
570
+ ## 8.25.0 (2025-02-24)
571
+
572
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
573
+
574
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
575
+
576
+ ## 8.24.1 (2025-02-17)
577
+
578
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
579
+
580
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
581
+
582
+ ## 8.24.0 (2025-02-10)
583
+
584
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
585
+
586
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
587
+
588
+ ## 8.23.0 (2025-02-03)
589
+
590
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
591
+
592
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
593
+
594
+ ## 8.22.0 (2025-01-27)
595
+
596
+ ### 🚀 Features
597
+
598
+ - **parser:** add standalone isolatedDeclarations option ([#10499](https://github.com/typescript-eslint/typescript-eslint/pull/10499))
599
+
600
+ ### ❤️ Thank You
601
+
602
+ - Josh Goldberg ✨
603
+
604
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
605
+
606
+ ## 8.21.0 (2025-01-20)
607
+
608
+ ### 🩹 Fixes
609
+
610
+ - **scope-manager:** add a reference for JSX closing element if it exists ([#10614](https://github.com/typescript-eslint/typescript-eslint/pull/10614))
611
+
612
+ ### ❤️ Thank You
613
+
614
+ - Ronen Amiel
615
+
616
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
617
+
618
+ ## 8.20.0 (2025-01-13)
619
+
620
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
621
+
622
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
623
+
624
+ ## 8.19.1 (2025-01-06)
625
+
626
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
627
+
628
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
629
+
630
+ ## 8.19.0 (2024-12-30)
631
+
632
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
633
+
634
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
635
+
636
+ ## 8.18.2 (2024-12-23)
637
+
638
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
639
+
640
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
641
+
642
+ ## 8.18.1 (2024-12-16)
643
+
644
+ ### 🩹 Fixes
645
+
646
+ - **scope-manager:** visit params decorator before nest scope ([#10475](https://github.com/typescript-eslint/typescript-eslint/pull/10475))
647
+
648
+ ### ❤️ Thank You
649
+
650
+ - YeonJuan @yeonjuan
651
+
652
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
653
+
654
+ ## 8.18.0 (2024-12-09)
655
+
656
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
657
+
658
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
659
+
660
+ ## 8.17.0 (2024-12-02)
661
+
662
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
663
+
664
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
665
+
666
+ ## 8.16.0 (2024-11-25)
667
+
668
+ ### 🚀 Features
669
+
670
+ - support TypeScript 5.7 ([#10372](https://github.com/typescript-eslint/typescript-eslint/pull/10372))
671
+
672
+ ### ❤️ Thank You
673
+
674
+ - Josh Goldberg ✨
675
+
676
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
677
+
678
+ ## 8.15.0 (2024-11-18)
679
+
680
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
681
+
682
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
683
+
684
+ ## 8.14.0 (2024-11-11)
685
+
686
+ ### 🩹 Fixes
687
+
688
+ - **scope-manager:** fix asserted increments not being marked as write references ([#10271](https://github.com/typescript-eslint/typescript-eslint/pull/10271))
689
+
690
+ ### ❤️ Thank You
691
+
692
+ - Jan Ochwat @janek515
693
+
694
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
695
+
696
+ ## 8.13.0 (2024-11-04)
697
+
698
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
699
+
700
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
701
+
702
+ ## 8.12.2 (2024-10-29)
703
+
704
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
705
+
706
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
707
+
708
+ ## 8.12.1 (2024-10-28)
709
+
710
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
711
+
712
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
713
+
714
+ ## 8.12.0 (2024-10-28)
715
+
716
+ ### 🚀 Features
717
+
718
+ - **eslint-plugin:** [consistent-indexed-object-style] report mapped types ([#10160](https://github.com/typescript-eslint/typescript-eslint/pull/10160))
719
+
720
+ ### ❤️ Thank You
721
+
722
+ - Kirk Waiblinger @kirkwaiblinger
723
+
724
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
725
+
726
+ ## 8.11.0 (2024-10-21)
727
+
728
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
729
+
730
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
731
+
732
+ ## 8.10.0 (2024-10-17)
733
+
734
+ ### 🚀 Features
735
+
736
+ - support TypeScript 5.6 ([#9972](https://github.com/typescript-eslint/typescript-eslint/pull/9972))
737
+
738
+ ### ❤️ Thank You
739
+
740
+ - Josh Goldberg ✨
741
+
742
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
743
+
744
+ ## 8.9.0 (2024-10-14)
745
+
746
+
747
+ ### 🩹 Fixes
748
+
749
+ - **scope-manager:** [no-use-before-define] do not treat nested namespace aliases as variable references
750
+
751
+
752
+ ### ❤️ Thank You
753
+
754
+ - Abraham Guo
755
+ - Anna Bocharova
756
+ - Arya Emami
757
+ - auvred
758
+ - Joshua Chen
759
+ - Kirk Waiblinger
760
+ - Lotfi Meklati
761
+ - mdm317
762
+ - Ronen Amiel
763
+ - Sukka
764
+ - YeonJuan
765
+
766
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
767
+
768
+ ## 8.8.1 (2024-10-07)
769
+
770
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
771
+
772
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
773
+
774
+ ## 8.8.0 (2024-09-30)
775
+
776
+
777
+ ### 🩹 Fixes
778
+
779
+ - remove `export type *` in d.ts to support TS<5.0
780
+
781
+
782
+ ### ❤️ Thank You
783
+
784
+ - auvred
785
+ - Josh Goldberg ✨
786
+ - Kirk Waiblinger
787
+ - Ronen Amiel
788
+ - Tarun Chauhan
789
+ - YeonJuan
790
+
791
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
792
+
793
+ ## 8.7.0 (2024-09-23)
794
+
795
+
796
+ ### 🚀 Features
797
+
798
+ - **eslint-plugin:** [consistent-type-exports] check `export *` exports to see if all exported members are types
799
+
800
+
801
+ ### ❤️ Thank You
802
+
803
+ - Abraham Guo
804
+ - auvred
805
+ - Brian Donovan
806
+ - Kirk Waiblinger
807
+
808
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
809
+
810
+ ## 8.6.0 (2024-09-16)
811
+
812
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
813
+
814
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
815
+
816
+ ## 8.5.0 (2024-09-09)
817
+
818
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
819
+
820
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
821
+
822
+ ## 8.4.0 (2024-09-02)
823
+
824
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
825
+
826
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
827
+
828
+ ## 8.3.0 (2024-08-26)
829
+
830
+
831
+ ### 🩹 Fixes
832
+
833
+ - **ast-spec:** use `Expression` in argument of `ThrowStatement`
834
+
835
+
836
+ ### ❤️ Thank You
837
+
838
+ - Abraham Guo
839
+ - Daichi Kamiyama
840
+ - Josh Goldberg ✨
841
+ - Kim Sang Du
842
+ - Sukka
843
+ - Vida Xie
844
+
845
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
846
+
847
+ ## 8.2.0 (2024-08-19)
848
+
849
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
850
+
851
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
852
+
853
+ ## 8.1.0 (2024-08-12)
854
+
855
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
856
+
857
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
858
+
859
+ ## 8.0.1 (2024-08-05)
860
+
861
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
862
+
863
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
864
+
865
+ # 8.0.0 (2024-07-31)
866
+
867
+
868
+ ### 🚀 Features
869
+
870
+ - **typescript-estree:** split TSMappedType typeParameter into constraint and key
871
+
872
+ - **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService
873
+
874
+ - **eslint-plugin:** replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
875
+
876
+ - **eslint-plugin:** [no-unused-vars] add `reportUnusedIgnorePattern` option
877
+
878
+
879
+ ### 🩹 Fixes
880
+
881
+ - **typescript-estree:** add TSEnumBody node for TSEnumDeclaration body
882
+
883
+
884
+ ### ❤️ Thank You
885
+
886
+ - Abraham Guo
887
+ - Alfred Ringstad
888
+ - auvred
889
+ - Brad Zacher
890
+ - Christopher Aubut
891
+ - Collin Bachman
892
+ - James Henry
893
+ - Josh Goldberg
894
+ - Josh Goldberg ✨
895
+ - Kirk Waiblinger
896
+ - StyleShit
897
+ - Victor Lin
898
+ - Yukihiro Hasegawa
899
+
900
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
901
+
902
+ ## 7.18.0 (2024-07-29)
903
+
904
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
905
+
906
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
907
+
908
+ ## 7.17.0 (2024-07-22)
909
+
910
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
911
+
912
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
913
+
914
+ ## 7.16.1 (2024-07-15)
915
+
916
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
917
+
918
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
919
+
920
+ ## 7.16.0 (2024-07-08)
921
+
922
+
923
+ ### 🩹 Fixes
924
+
925
+ - **deps:** update dependency @eslint-community/regexpp to v4.11.0
926
+
927
+ - **website:** react key error on internal pages of website
928
+
929
+
930
+ ### ❤️ Thank You
931
+
932
+ - Abraham Guo
933
+ - auvred
934
+ - Josh Goldberg ✨
935
+ - Juan Sanchez
936
+ - Vinccool96
937
+ - YeonJuan
938
+ - Yukihiro Hasegawa
939
+
940
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
941
+
942
+ ## 7.15.0 (2024-07-01)
943
+
944
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
945
+
946
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
947
+
948
+ ## 7.14.1 (2024-06-24)
949
+
950
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
951
+
952
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
953
+
954
+ ## 7.14.0 (2024-06-24)
955
+
956
+
957
+ ### 🚀 Features
958
+
959
+ - support TypeScript 5.5
960
+
961
+
962
+ ### ❤️ Thank You
963
+
964
+ - Brad Zacher
965
+ - cm-ayf
966
+ - Jake Bailey
967
+ - James Zhan
968
+ - Joshua Chen
969
+ - yoshi2no
970
+
971
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
972
+
973
+ ## 7.13.1 (2024-06-17)
974
+
975
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
976
+
977
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
978
+
979
+ ## 7.13.0 (2024-06-10)
980
+
981
+
982
+ ### 🩹 Fixes
983
+
984
+ - **scope-manager:** handle index signature in class
985
+
986
+
987
+ ### ❤️ Thank You
988
+
989
+ - Fotis Papadogeorgopoulos
990
+ - Joshua Chen
991
+ - Kirk Waiblinger
992
+ - Tobiloba Adedeji
993
+ - Vinccool96
994
+ - YeonJuan
995
+
996
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
997
+
998
+ ## 7.12.0 (2024-06-03)
999
+
1000
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1001
+
1002
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1003
+
1004
+ ## 7.11.0 (2024-05-27)
1005
+
1006
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1007
+
1008
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1009
+
1010
+ ## 7.10.0 (2024-05-20)
1011
+
1012
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1013
+
1014
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1015
+
1016
+ ## 7.9.0 (2024-05-13)
1017
+
1018
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1019
+
1020
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1021
+
1022
+ ## 7.8.0 (2024-04-29)
1023
+
1024
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1025
+
1026
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1027
+
1028
+ ## 7.7.1 (2024-04-22)
1029
+
1030
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1031
+
1032
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1033
+
1034
+ ## 7.7.0 (2024-04-15)
1035
+
1036
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1037
+
1038
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1039
+
1040
+ ## 7.6.0 (2024-04-08)
1041
+
1042
+
1043
+ ### 🚀 Features
1044
+
1045
+ - bump npm dependency ranges
1046
+
1047
+
1048
+ ### ❤️ Thank You
1049
+
1050
+ - Abraham Guo
1051
+ - auvred
1052
+ - Brad Zacher
1053
+
1054
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1055
+
1056
+ ## 7.5.0 (2024-04-01)
1057
+
1058
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1059
+
1060
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1061
+
1062
+ ## 7.4.0 (2024-03-25)
1063
+
1064
+
1065
+ ### 🚀 Features
1066
+
1067
+ - **eslint-plugin:** [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
1068
+
1069
+
1070
+ ### ❤️ Thank You
1071
+
1072
+ - Abraham Guo
1073
+ - Brad Zacher
1074
+ - Josh Goldberg ✨
1075
+ - Kim Sang Du
1076
+ - Kirk Waiblinger
1077
+ - Marco Pasqualetti
1078
+ - YeonJuan
1079
+
1080
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1081
+
1082
+ ## 7.3.1 (2024-03-18)
1083
+
1084
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1085
+
1086
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1087
+
1088
+ ## 7.3.0 (2024-03-18)
1089
+
1090
+
1091
+ ### 🩹 Fixes
1092
+
1093
+ - correct `engines.node` constraints in `package.json`
1094
+
1095
+
1096
+ ### ❤️ Thank You
1097
+
1098
+ - Abraham Guo
1099
+ - Alexu
1100
+ - Arka Pratim Chaudhuri
1101
+ - auvred
1102
+ - Derrick Isaacson
1103
+ - fnx
1104
+ - Josh Goldberg ✨
1105
+ - Kirk Waiblinger
1106
+ - Marta Cardoso
1107
+ - Michaël De Boey
1108
+ - Tristan Rasmussen
1109
+ - YeonJuan
1110
+
1111
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1112
+
1113
+ ## 7.2.0 (2024-03-11)
1114
+
1115
+
1116
+ ### 🚀 Features
1117
+
1118
+ - support TS 5.4
1119
+
1120
+
1121
+ ### ❤️ Thank You
1122
+
1123
+ - Arka Pratim Chaudhuri
1124
+ - auvred
1125
+ - Chris Plummer
1126
+ - Fotis Papadogeorgopoulos
1127
+ - Josh Goldberg ✨
1128
+ - Kirk Waiblinger
1129
+ - Wayne Zhang
1130
+ - YeonJuan
1131
+
1132
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1133
+
1134
+ ## 7.1.1 (2024-03-04)
1135
+
1136
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1137
+
1138
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1139
+
1140
+ ## 7.1.0 (2024-02-26)
1141
+
1142
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1143
+
1144
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1145
+
1146
+ ## 7.0.2 (2024-02-19)
1147
+
1148
+
1149
+ ### 🩹 Fixes
1150
+
1151
+ - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
1152
+
1153
+
1154
+ ### ❤️ Thank You
1155
+
1156
+ - Brad Zacher
1157
+ - Gareth Jones
1158
+
1159
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1160
+
1161
+ ## 7.0.1 (2024-02-12)
1162
+
1163
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1164
+
1165
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1166
+
1167
+ # 7.0.0 (2024-02-12)
1168
+
1169
+
1170
+ ### 🚀 Features
1171
+
1172
+ - ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
1173
+
1174
+ - add support for flat configs
1175
+
1176
+
1177
+ #### ⚠️ Breaking Changes
1178
+
1179
+ - ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
1180
+
1181
+ ### ❤️ Thank You
1182
+
1183
+ - Brad Zacher
1184
+ - Kirk Waiblinger
1185
+ - StyleShit
1186
+ - YeonJuan
1187
+
1188
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1189
+
1190
+ ## 6.21.0 (2024-02-05)
1191
+
1192
+
1193
+ ### 🚀 Features
1194
+
1195
+ - allow `parserOptions.project: false`
1196
+
1197
+
1198
+ ### 🩹 Fixes
1199
+
1200
+ - **eslint-plugin:** [no-unused-vars] don't report on types referenced in export assignment expression
1201
+
1202
+ - **eslint-plugin:** [consistent-type-imports] dont report on types used in export assignment expressions
1203
+
1204
+
1205
+ ### ❤️ Thank You
1206
+
1207
+ - auvred
1208
+ - Brad Zacher
1209
+ - Kirk Waiblinger
1210
+ - Pete Gonzalez
1211
+ - YeonJuan
1212
+
1213
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1214
+
1215
+ ## 6.20.0 (2024-01-29)
1216
+
1217
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1218
+
1219
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1220
+
1221
+ ## 6.19.1 (2024-01-22)
1222
+
1223
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1224
+
1225
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1226
+
1227
+ ## 6.19.0 (2024-01-15)
1228
+
1229
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1230
+
1231
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1232
+
1233
+ ## 6.18.1 (2024-01-08)
1234
+
1235
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1236
+
1237
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1238
+
1239
+ ## 6.18.0 (2024-01-06)
1240
+
1241
+ This was a version bump only for scope-manager to align it with other projects, there were no code changes.
1242
+
1243
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1244
+
1245
+ # [6.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) (2024-01-01)
1246
+
1247
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1248
+
1249
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+ # [6.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) (2023-12-25)
1256
+
1257
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1258
+
1259
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+ # [6.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) (2023-12-18)
1266
+
1267
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1268
+
1269
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ # [6.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) (2023-12-11)
1276
+
1277
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1278
+
1279
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+ ## [6.13.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04)
1286
+
1287
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1288
+
1289
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+ ## [6.13.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28)
1296
+
1297
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1298
+
1299
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+ # [6.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) (2023-11-27)
1306
+
1307
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1308
+
1309
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+ # [6.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) (2023-11-20)
1316
+
1317
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1318
+
1319
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+ # [6.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0) (2023-11-13)
1326
+
1327
+
1328
+ ### Features
1329
+
1330
+ * add types for flat config files ([#7273](https://github.com/typescript-eslint/typescript-eslint/issues/7273)) ([66cd0c0](https://github.com/typescript-eslint/typescript-eslint/commit/66cd0c0535e5de1b46ba337919a9a92748d2b0a6))
1331
+ * allow typescript@5.3.0-RC as devDependency ([#7821](https://github.com/typescript-eslint/typescript-eslint/issues/7821)) ([b6c40b4](https://github.com/typescript-eslint/typescript-eslint/commit/b6c40b42b68d5567c7468030ee45b9b84bec4c4d))
1332
+
1333
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1334
+
1335
+
1336
+
1337
+
1338
+
1339
+ # [6.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) (2023-11-06)
1340
+
1341
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1342
+
1343
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+ ## [6.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30)
1350
+
1351
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1352
+
1353
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+ # [6.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) (2023-10-23)
1360
+
1361
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1362
+
1363
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+ # [6.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) (2023-10-16)
1370
+
1371
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1372
+
1373
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+ ## [6.7.5](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09)
1380
+
1381
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1382
+
1383
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+ ## [6.7.4](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02)
1390
+
1391
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1392
+
1393
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+ ## [6.7.3](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25)
1400
+
1401
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1402
+
1403
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+ ## [6.7.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18)
1410
+
1411
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1412
+
1413
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+ ## [6.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18)
1420
+
1421
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1422
+
1423
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1424
+
1425
+
1426
+
1427
+
1428
+
1429
+ # [6.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) (2023-09-11)
1430
+
1431
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1432
+
1433
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+ # [6.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) (2023-09-04)
1440
+
1441
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1442
+
1443
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1444
+
1445
+
1446
+
1447
+
1448
+
1449
+ # [6.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) (2023-08-28)
1450
+
1451
+
1452
+ ### Features
1453
+
1454
+ * bump supported TS version to 5.2 ([#7535](https://github.com/typescript-eslint/typescript-eslint/issues/7535)) ([f18c88d](https://github.com/typescript-eslint/typescript-eslint/commit/f18c88dd35a807958af41404001c78485b7b558a))
1455
+
1456
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1457
+
1458
+
1459
+
1460
+
1461
+
1462
+ ## [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21)
1463
+
1464
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1465
+
1466
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1467
+
1468
+
1469
+
1470
+
1471
+
1472
+ # [6.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0) (2023-08-14)
1473
+
1474
+
1475
+ ### Features
1476
+
1477
+ * update to lib types for TS 5.2 RC ([#7451](https://github.com/typescript-eslint/typescript-eslint/issues/7451)) ([479f9f6](https://github.com/typescript-eslint/typescript-eslint/commit/479f9f6c053874bd584220edf594ec56d6b0b71a))
1478
+
1479
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1480
+
1481
+
1482
+
1483
+
1484
+
1485
+ # [6.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0) (2023-08-07)
1486
+
1487
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1488
+
1489
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+ ## [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1) (2023-07-31)
1496
+
1497
+
1498
+ ### Bug Fixes
1499
+
1500
+ * **scope-manager:** correct decorators(.length) check in ClassVisitor for methods ([#7334](https://github.com/typescript-eslint/typescript-eslint/issues/7334)) ([abbb6c2](https://github.com/typescript-eslint/typescript-eslint/commit/abbb6c2c6d2bc1f8d4defd2060dbc473735b2cc7))
1501
+
1502
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1503
+
1504
+
1505
+
1506
+
1507
+
1508
+ # [6.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) (2023-07-24)
1509
+
1510
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1511
+
1512
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+ # [6.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) (2023-07-17)
1519
+
1520
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1521
+
1522
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+ # [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
1529
+
1530
+
1531
+ ### Bug Fixes
1532
+
1533
+ * fix illegal decorator check ([#6723](https://github.com/typescript-eslint/typescript-eslint/issues/6723)) ([c456f8c](https://github.com/typescript-eslint/typescript-eslint/commit/c456f8cdef5a931c631bfbcfc84d8a25caaf019f))
1534
+ * rename typeParameters to typeArguments where needed ([#5384](https://github.com/typescript-eslint/typescript-eslint/issues/5384)) ([08d757b](https://github.com/typescript-eslint/typescript-eslint/commit/08d757b26b00d0accea010e61ec42b4f753f993e))
1535
+ * update `exports` field in package.json files ([#6550](https://github.com/typescript-eslint/typescript-eslint/issues/6550)) ([53776c2](https://github.com/typescript-eslint/typescript-eslint/commit/53776c244f8bbdc852d57c7b313b0935e755ddc4))
1536
+
1537
+
1538
+ ### chore
1539
+
1540
+ * drop support for node v14.17, v17 ([#5971](https://github.com/typescript-eslint/typescript-eslint/issues/5971)) ([cc62015](https://github.com/typescript-eslint/typescript-eslint/commit/cc62015b8ae5f207912ff8988e2a0b3fe9a79243))
1541
+
1542
+
1543
+ ### Features
1544
+
1545
+ * add new package `rule-tester` ([#6777](https://github.com/typescript-eslint/typescript-eslint/issues/6777)) ([2ce1c1d](https://github.com/typescript-eslint/typescript-eslint/commit/2ce1c1d22c799a1ca027674fcb9b3a7ab0107428))
1546
+ * add package.json exports for public packages ([#6458](https://github.com/typescript-eslint/typescript-eslint/issues/6458)) ([d676683](https://github.com/typescript-eslint/typescript-eslint/commit/d6766838a05259556029acaac57dc7839b68c592))
1547
+ * create TSTypeQuery node when TSImportType has isTypeOf ([#3076](https://github.com/typescript-eslint/typescript-eslint/issues/3076)) ([2b69b65](https://github.com/typescript-eslint/typescript-eslint/commit/2b69b659d87b58468e413801d31086ae0eeafff4)), closes [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864)
1548
+ * drop support for node v12 ([#5918](https://github.com/typescript-eslint/typescript-eslint/issues/5918)) ([7e3fe9a](https://github.com/typescript-eslint/typescript-eslint/commit/7e3fe9a67abd394b0a114f2deb466edf5c9759ac))
1549
+ * drop support for node v14 and test against node v20 ([#7022](https://github.com/typescript-eslint/typescript-eslint/issues/7022)) ([e6235bf](https://github.com/typescript-eslint/typescript-eslint/commit/e6235bf61b781066653581b57b7cd976c9c4f905))
1550
+ * **eslint-plugin:** [prefer-optional-chain] handle cases where the first operands are unrelated to the rest of the chain and add type info ([#6397](https://github.com/typescript-eslint/typescript-eslint/issues/6397)) ([02a37c4](https://github.com/typescript-eslint/typescript-eslint/commit/02a37c4c79d9b83998b7ee1376be43b06e12b3a0))
1551
+ * **eslint-plugin:** apply final v6 changes to configs ([#7110](https://github.com/typescript-eslint/typescript-eslint/issues/7110)) ([c13ce0b](https://github.com/typescript-eslint/typescript-eslint/commit/c13ce0b4f7a74a6d8fecf78d25ebd8181f7a9119))
1552
+ * made BaseNode.parent non-optional ([#5252](https://github.com/typescript-eslint/typescript-eslint/issues/5252)) ([a4768f3](https://github.com/typescript-eslint/typescript-eslint/commit/a4768f38ef4943873c1e9443e8cd101a663ac3c0)), closes [#5036](https://github.com/typescript-eslint/typescript-eslint/issues/5036) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#3076](https://github.com/typescript-eslint/typescript-eslint/issues/3076) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5889](https://github.com/typescript-eslint/typescript-eslint/issues/5889) [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5883](https://github.com/typescript-eslint/typescript-eslint/issues/5883) [#4863](https://github.com/typescript-eslint/typescript-eslint/issues/4863) [#5381](https://github.com/typescript-eslint/typescript-eslint/issues/5381) [#5256](https://github.com/typescript-eslint/typescript-eslint/issues/5256) [#5399](https://github.com/typescript-eslint/typescript-eslint/issues/5399)
1553
+ * remove semantically invalid properties from TSEnumDeclaration, TSInterfaceDeclaration and TSModuleDeclaration ([#4863](https://github.com/typescript-eslint/typescript-eslint/issues/4863)) ([844875c](https://github.com/typescript-eslint/typescript-eslint/commit/844875cbe933195ff25ba218f82ede3ebde9a0a0))
1554
+ * **scope-manager:** ignore ECMA version ([#5889](https://github.com/typescript-eslint/typescript-eslint/issues/5889)) ([f2330f7](https://github.com/typescript-eslint/typescript-eslint/commit/f2330f79739eb93e3c290ccc6e810a01e097eda0)), closes [#5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834) [#5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882) [#5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864) [#5883](https://github.com/typescript-eslint/typescript-eslint/issues/5883)
1555
+ * **typescript-estree:** remove optionality from AST boolean properties ([#6274](https://github.com/typescript-eslint/typescript-eslint/issues/6274)) ([df131e2](https://github.com/typescript-eslint/typescript-eslint/commit/df131e258c93e5714c88c0373cfeb2e1e75afc75))
1556
+
1557
+
1558
+ ### BREAKING CHANGES
1559
+
1560
+ * drops support for node v17
1561
+ * drops support for node v12
1562
+
1563
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+ # [5.62.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0) (2023-07-10)
1570
+
1571
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1572
+
1573
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+ # [5.61.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0) (2023-07-03)
1580
+
1581
+
1582
+ ### Features
1583
+
1584
+ * support TypeScript 5.1 ([#7088](https://github.com/typescript-eslint/typescript-eslint/issues/7088)) ([4bf2d73](https://github.com/typescript-eslint/typescript-eslint/commit/4bf2d7360eaf74c9ef87b196ff4c459b8f50800b))
1585
+
1586
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+ ## [5.60.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26)
1593
+
1594
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1595
+
1596
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+ # [5.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)
1603
+
1604
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+ ## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)
1611
+
1612
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+ ## [5.59.10](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12)
1619
+
1620
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+ ## [5.59.9](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05)
1627
+
1628
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+ ## [5.59.8](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29)
1635
+
1636
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1637
+
1638
+
1639
+
1640
+
1641
+
1642
+ ## [5.59.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22)
1643
+
1644
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1645
+
1646
+
1647
+
1648
+
1649
+
1650
+ ## [5.59.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15)
1651
+
1652
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+ ## [5.59.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08)
1659
+
1660
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+ ## [5.59.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08)
1667
+
1668
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+ ## [5.59.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08)
1675
+
1676
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+ ## [5.59.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01)
1683
+
1684
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+ ## [5.59.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24)
1691
+
1692
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+ # [5.59.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0) (2023-04-17)
1699
+
1700
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1701
+
1702
+
1703
+
1704
+
1705
+
1706
+ # [5.58.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0) (2023-04-10)
1707
+
1708
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+ ## [5.57.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1) (2023-04-03)
1715
+
1716
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+ # [5.57.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.56.0...v5.57.0) (2023-03-27)
1723
+
1724
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+ # [5.56.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0) (2023-03-20)
1731
+
1732
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+ # [5.55.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0) (2023-03-13)
1739
+
1740
+
1741
+ ### Features
1742
+
1743
+ * update TypeScript to 5.0 RC ([#6570](https://github.com/typescript-eslint/typescript-eslint/issues/6570)) ([36ef0e1](https://github.com/typescript-eslint/typescript-eslint/commit/36ef0e16f31810c27dda299e739d1610b689d3ad))
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+ ## [5.54.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1) (2023-03-06)
1750
+
1751
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+ # [5.54.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0) (2023-02-27)
1758
+
1759
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+ # [5.53.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0) (2023-02-20)
1766
+
1767
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+ # [5.52.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0) (2023-02-13)
1774
+
1775
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+ # [5.51.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0) (2023-02-06)
1782
+
1783
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+ # [5.50.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0) (2023-01-31)
1790
+
1791
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+ # [5.49.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0) (2023-01-23)
1798
+
1799
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+ ## [5.48.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2) (2023-01-16)
1806
+
1807
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1808
+
1809
+
1810
+
1811
+
1812
+
1813
+ ## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
1814
+
1815
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+ # [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
1822
+
1823
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1824
+
1825
+ ## [5.47.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1) (2022-12-26)
1826
+
1827
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1828
+
1829
+ # [5.47.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0) (2022-12-19)
1830
+
1831
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1832
+
1833
+ ## [5.46.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) (2022-12-12)
1834
+
1835
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1836
+
1837
+ # [5.46.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) (2022-12-08)
1838
+
1839
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1840
+
1841
+ ## [5.45.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05)
1842
+
1843
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1844
+
1845
+ # [5.45.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) (2022-11-28)
1846
+
1847
+ ### Bug Fixes
1848
+
1849
+ - **scope-manager:** add support for TS4.9 satisfies expression ([#6059](https://github.com/typescript-eslint/typescript-eslint/issues/6059)) ([44027db](https://github.com/typescript-eslint/typescript-eslint/commit/44027db379e6e074a16cda2755ef554c2b0a4c5a))
1850
+
1851
+ ### Features
1852
+
1853
+ - support Auto Accessor syntax ([#5926](https://github.com/typescript-eslint/typescript-eslint/issues/5926)) ([becd1f8](https://github.com/typescript-eslint/typescript-eslint/commit/becd1f8581c0013399dfe71be6c265e96cedb57a))
1854
+
1855
+ # [5.44.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) (2022-11-21)
1856
+
1857
+ ### Features
1858
+
1859
+ - update to TypeScript 4.9 ([#5716](https://github.com/typescript-eslint/typescript-eslint/issues/5716)) ([4d744ea](https://github.com/typescript-eslint/typescript-eslint/commit/4d744ea10ba03c66eebcb63e8722e9f0165fbeed))
1860
+
1861
+ # [5.43.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0) (2022-11-14)
1862
+
1863
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1864
+
1865
+ ## [5.42.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) (2022-11-07)
1866
+
1867
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1868
+
1869
+ # [5.42.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0) (2022-10-31)
1870
+
1871
+ ### Features
1872
+
1873
+ - **scope-manager:** ignore ECMA version ([#5881](https://github.com/typescript-eslint/typescript-eslint/issues/5881)) ([3b8d449](https://github.com/typescript-eslint/typescript-eslint/commit/3b8d449696c319690536a18a48ef32749dc2f559))
1874
+
1875
+ ### Reverts
1876
+
1877
+ - Revert "feat(scope-manager): ignore ECMA version" (#5888) ([2ee81df](https://github.com/typescript-eslint/typescript-eslint/commit/2ee81df5a365d82ef4b3dfc124d4ec39c7bcb725)), closes [#5888](https://github.com/typescript-eslint/typescript-eslint/issues/5888) [#5881](https://github.com/typescript-eslint/typescript-eslint/issues/5881)
1878
+
1879
+ # [5.41.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0) (2022-10-24)
1880
+
1881
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1882
+
1883
+ ## [5.40.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1) (2022-10-17)
1884
+
1885
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1886
+
1887
+ # [5.40.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0) (2022-10-10)
1888
+
1889
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1890
+
1891
+ # [5.39.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0) (2022-10-03)
1892
+
1893
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1894
+
1895
+ ## [5.38.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26)
1896
+
1897
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1898
+
1899
+ # [5.38.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) (2022-09-19)
1900
+
1901
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1902
+
1903
+ # [5.37.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0) (2022-09-12)
1904
+
1905
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1906
+
1907
+ ## [5.36.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) (2022-09-05)
1908
+
1909
+ ### Bug Fixes
1910
+
1911
+ - **scope-manager:** correct handling for class static blocks ([#5580](https://github.com/typescript-eslint/typescript-eslint/issues/5580)) ([35bb8dd](https://github.com/typescript-eslint/typescript-eslint/commit/35bb8ddac1b46397f6447c1a6e1e4e1774dd7957))
1912
+
1913
+ ## [5.36.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1) (2022-08-30)
1914
+
1915
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1916
+
1917
+ # [5.36.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.1...v5.36.0) (2022-08-30)
1918
+
1919
+ ### Features
1920
+
1921
+ - support TypeScript 4.8 ([#5551](https://github.com/typescript-eslint/typescript-eslint/issues/5551)) ([81450ed](https://github.com/typescript-eslint/typescript-eslint/commit/81450ed7eaede74b384e9a91a84e9b4d34513866))
1922
+
1923
+ ## [5.35.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1) (2022-08-24)
1924
+
1925
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1926
+
1927
+ # [5.35.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0) (2022-08-24)
1928
+
1929
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1930
+
1931
+ # [5.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.34.0) (2022-08-22)
1932
+
1933
+ ### Bug Fixes
1934
+
1935
+ - **scope-manager:** visit static blocks ([#5489](https://github.com/typescript-eslint/typescript-eslint/issues/5489)) ([78745c2](https://github.com/typescript-eslint/typescript-eslint/commit/78745c2092064446837b5683892001030a8bb4e2))
1936
+
1937
+ ## [5.33.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1) (2022-08-15)
1938
+
1939
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1940
+
1941
+ # [5.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0) (2022-08-08)
1942
+
1943
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1944
+
1945
+ # [5.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.31.0...v5.32.0) (2022-08-01)
1946
+
1947
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1948
+
1949
+ # [5.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0) (2022-07-25)
1950
+
1951
+ ### Bug Fixes
1952
+
1953
+ - **scope-manager:** handle typeParameters of TSInstantiationExpression ([#5355](https://github.com/typescript-eslint/typescript-eslint/issues/5355)) ([2595ccf](https://github.com/typescript-eslint/typescript-eslint/commit/2595ccf67cd5158edbd6bebd9ac2dbd8bbd8b99c))
1954
+
1955
+ ## [5.30.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) (2022-07-18)
1956
+
1957
+ ### Bug Fixes
1958
+
1959
+ - **scope-manager:** allow visiting of constraint in infer type ([#5331](https://github.com/typescript-eslint/typescript-eslint/issues/5331)) ([b2846a1](https://github.com/typescript-eslint/typescript-eslint/commit/b2846a16777a3aea7b1e6ac9d81b9b6dce0bb874))
1960
+
1961
+ ## [5.30.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) (2022-07-11)
1962
+
1963
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1964
+
1965
+ ## [5.30.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) (2022-07-04)
1966
+
1967
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1968
+
1969
+ ## [5.30.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) (2022-07-03)
1970
+
1971
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1972
+
1973
+ ## [5.30.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) (2022-07-01)
1974
+
1975
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1976
+
1977
+ ## [5.30.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) (2022-07-01)
1978
+
1979
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1980
+
1981
+ ## 5.30.1 (2022-07-01)
1982
+
1983
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1984
+
1985
+ # [5.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.29.0...v5.30.0) (2022-06-27)
1986
+
1987
+ ### Features
1988
+
1989
+ - treat `this` in `typeof this` as a `ThisExpression` ([#4382](https://github.com/typescript-eslint/typescript-eslint/issues/4382)) ([b04b2ce](https://github.com/typescript-eslint/typescript-eslint/commit/b04b2ce1ba90d94718891f2562dd210a6d7b8609))
1990
+
1991
+ # [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)
1992
+
1993
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
1994
+
1995
+ # [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)
1996
+
1997
+ ### Bug Fixes
1998
+
1999
+ - [TS4.7] allow visiting of typeParameters in TSTypeQuery ([#5166](https://github.com/typescript-eslint/typescript-eslint/issues/5166)) ([dc1f930](https://github.com/typescript-eslint/typescript-eslint/commit/dc1f9309cf04aa7314e758980ac687558482f47f))
2000
+
2001
+ ## [5.27.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) (2022-06-06)
2002
+
2003
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2004
+
2005
+ # [5.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.26.0...v5.27.0) (2022-05-30)
2006
+
2007
+ ### Features
2008
+
2009
+ - [4.7] support new extensions ([#5027](https://github.com/typescript-eslint/typescript-eslint/issues/5027)) ([efc147b](https://github.com/typescript-eslint/typescript-eslint/commit/efc147b04dce52ab17415b6a4ae4076b944b9036))
2010
+
2011
+ # [5.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.25.0...v5.26.0) (2022-05-23)
2012
+
2013
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2014
+
2015
+ # [5.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.24.0...v5.25.0) (2022-05-17)
2016
+
2017
+ ### Features
2018
+
2019
+ - update to TypeScript 4.7-rc ([#4829](https://github.com/typescript-eslint/typescript-eslint/issues/4829)) ([6fe783c](https://github.com/typescript-eslint/typescript-eslint/commit/6fe783c20aebe26ef42b526e4a59a9be84dd5643))
2020
+
2021
+ # [5.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.23.0...v5.24.0) (2022-05-16)
2022
+
2023
+ ### Features
2024
+
2025
+ - **eslint-plugin:** add new 'strict' config ([#4706](https://github.com/typescript-eslint/typescript-eslint/issues/4706)) ([4a500b2](https://github.com/typescript-eslint/typescript-eslint/commit/4a500b2d92a91873dbb729793d1ee1c36ef06ed8))
2026
+
2027
+ # [5.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.22.0...v5.23.0) (2022-05-09)
2028
+
2029
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2030
+
2031
+ # [5.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.21.0...v5.22.0) (2022-05-02)
2032
+
2033
+ ### Features
2034
+
2035
+ - **ast-spec:** add fixture test framework and some initial fixtures ([#3258](https://github.com/typescript-eslint/typescript-eslint/issues/3258)) ([f3cf87b](https://github.com/typescript-eslint/typescript-eslint/commit/f3cf87bf20fd0542f92a96a318aa9ee5bf23c1f6))
2036
+
2037
+ # [5.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.20.0...v5.21.0) (2022-04-25)
2038
+
2039
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2040
+
2041
+ # [5.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.19.0...v5.20.0) (2022-04-18)
2042
+
2043
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2044
+
2045
+ # [5.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.18.0...v5.19.0) (2022-04-11)
2046
+
2047
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2048
+
2049
+ # [5.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.17.0...v5.18.0) (2022-04-04)
2050
+
2051
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2052
+
2053
+ # [5.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.16.0...v5.17.0) (2022-03-28)
2054
+
2055
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2056
+
2057
+ # [5.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0) (2022-03-21)
2058
+
2059
+ ### Bug Fixes
2060
+
2061
+ - **scope-manager:** incorrect reference for this within a jsx identifier ([#4535](https://github.com/typescript-eslint/typescript-eslint/issues/4535)) ([dd49280](https://github.com/typescript-eslint/typescript-eslint/commit/dd49280e50cb2f5bd26dc07210551bc1fda120af))
2062
+
2063
+ # [5.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.14.0...v5.15.0) (2022-03-14)
2064
+
2065
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2066
+
2067
+ # [5.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0) (2022-03-07)
2068
+
2069
+ ### Features
2070
+
2071
+ - TypeScript 4.6 ([#4615](https://github.com/typescript-eslint/typescript-eslint/issues/4615)) ([a02c63a](https://github.com/typescript-eslint/typescript-eslint/commit/a02c63a264e5a6c3557468a8eff48d34ca2b718a))
2072
+
2073
+ # [5.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.1...v5.13.0) (2022-02-28)
2074
+
2075
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2076
+
2077
+ ## [5.12.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.0...v5.12.1) (2022-02-21)
2078
+
2079
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2080
+
2081
+ # [5.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.11.0...v5.12.0) (2022-02-14)
2082
+
2083
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2084
+
2085
+ # [5.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.2...v5.11.0) (2022-02-07)
2086
+
2087
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2088
+
2089
+ ## [5.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2) (2022-01-31)
2090
+
2091
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2092
+
2093
+ ## [5.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1) (2022-01-24)
2094
+
2095
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2096
+
2097
+ # [5.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.1...v5.10.0) (2022-01-17)
2098
+
2099
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2100
+
2101
+ ## [5.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.0...v5.9.1) (2022-01-10)
2102
+
2103
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2104
+
2105
+ # [5.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0) (2022-01-03)
2106
+
2107
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2108
+
2109
+ ## [5.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.8.0...v5.8.1) (2021-12-27)
2110
+
2111
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2112
+
2113
+ # [5.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.7.0...v5.8.0) (2021-12-20)
2114
+
2115
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2116
+
2117
+ # [5.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.6.0...v5.7.0) (2021-12-13)
2118
+
2119
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2120
+
2121
+ # [5.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.5.0...v5.6.0) (2021-12-06)
2122
+
2123
+ ### Features
2124
+
2125
+ - **scope-manager:** support TS4.5 import/export specifier kind ([#4234](https://github.com/typescript-eslint/typescript-eslint/issues/4234)) ([833f822](https://github.com/typescript-eslint/typescript-eslint/commit/833f8221ce00aecb7d08c519bab9568353850f48))
2126
+ - **scope-manager:** update lib types ([#4240](https://github.com/typescript-eslint/typescript-eslint/issues/4240)) ([8377e6e](https://github.com/typescript-eslint/typescript-eslint/commit/8377e6ea422ee2d52455da8955ff055e09c238d3))
2127
+
2128
+ # [5.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.4.0...v5.5.0) (2021-11-29)
2129
+
2130
+ ### Bug Fixes
2131
+
2132
+ - **scope-manager:** support static class blocks ([#4211](https://github.com/typescript-eslint/typescript-eslint/issues/4211)) ([f8e9125](https://github.com/typescript-eslint/typescript-eslint/commit/f8e91256e0a721aaa906a5c40a92784da9433b53))
2133
+
2134
+ # [5.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.1...v5.4.0) (2021-11-15)
2135
+
2136
+ ### Bug Fixes
2137
+
2138
+ - correct issues with circular imports ([#4140](https://github.com/typescript-eslint/typescript-eslint/issues/4140)) ([4c87b24](https://github.com/typescript-eslint/typescript-eslint/commit/4c87b2486a9c90794d972a4d093c1dc22ffb418b))
2139
+
2140
+ ### Features
2141
+
2142
+ - **typescript-estree:** support Import Assertions ([#4074](https://github.com/typescript-eslint/typescript-eslint/issues/4074)) ([ae0fb5a](https://github.com/typescript-eslint/typescript-eslint/commit/ae0fb5a591958216b7df656e66b1dfe464898167))
2143
+
2144
+ ## [5.3.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.3.0...v5.3.1) (2021-11-08)
2145
+
2146
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2147
+
2148
+ # [5.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.2.0...v5.3.0) (2021-11-01)
2149
+
2150
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2151
+
2152
+ # [5.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
2153
+
2154
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2155
+
2156
+ # [5.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.0.0...v5.1.0) (2021-10-18)
2157
+
2158
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2159
+
2160
+ # [5.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.33.0...v5.0.0) (2021-10-11)
2161
+
2162
+ ### Features
2163
+
2164
+ - 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)
2165
+ - 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)
2166
+ - **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)
2167
+
2168
+ # [4.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) (2021-10-04)
2169
+
2170
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2171
+
2172
+ # [4.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) (2021-09-27)
2173
+
2174
+ ### Features
2175
+
2176
+ - **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))
2177
+ - Support `'latest'` as `ecmaVersion` ([#3873](https://github.com/typescript-eslint/typescript-eslint/issues/3873)) ([25a42c0](https://github.com/typescript-eslint/typescript-eslint/commit/25a42c0bbe92d1ecbc2e8ff9ef3a3ef413f728b0))
2178
+
2179
+ ## [4.31.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20)
2180
+
2181
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2182
+
2183
+ ## [4.31.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13)
2184
+
2185
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2186
+
2187
+ # [4.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) (2021-09-06)
2188
+
2189
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2190
+
2191
+ # [4.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) (2021-08-30)
2192
+
2193
+ ### Features
2194
+
2195
+ - **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))
2196
+
2197
+ ## [4.29.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23)
2198
+
2199
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2200
+
2201
+ ## [4.29.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16)
2202
+
2203
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2204
+
2205
+ ## [4.29.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09)
2206
+
2207
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2208
+
2209
+ # [4.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) (2021-08-02)
2210
+
2211
+ ### Features
2212
+
2213
+ - **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))
2214
+
2215
+ ## [4.28.5](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26)
2216
+
2217
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2218
+
2219
+ ## [4.28.4](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19)
2220
+
2221
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2222
+
2223
+ ## [4.28.3](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12)
2224
+
2225
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2226
+
2227
+ ## [4.28.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05)
2228
+
2229
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2230
+
2231
+ ## [4.28.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28)
2232
+
2233
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2234
+
2235
+ # [4.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) (2021-06-21)
2236
+
2237
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2238
+
2239
+ # [4.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) (2021-06-14)
2240
+
2241
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2242
+
2243
+ ## [4.26.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07)
2244
+
2245
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2246
+
2247
+ # [4.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) (2021-05-31)
2248
+
2249
+ ### Bug Fixes
2250
+
2251
+ - 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)
2252
+
2253
+ ### Features
2254
+
2255
+ - **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))
2256
+
2257
+ # [4.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) (2021-05-24)
2258
+
2259
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2260
+
2261
+ # [4.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) (2021-05-17)
2262
+
2263
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2264
+
2265
+ # [4.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) (2021-05-10)
2266
+
2267
+ ### Bug Fixes
2268
+
2269
+ - **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))
2270
+
2271
+ ### Features
2272
+
2273
+ - 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))
2274
+
2275
+ ## [4.22.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04)
2276
+
2277
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2278
+
2279
+ # [4.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) (2021-04-12)
2280
+
2281
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2282
+
2283
+ # [4.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) (2021-04-05)
2284
+
2285
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2286
+
2287
+ # [4.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) (2021-03-29)
2288
+
2289
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2290
+
2291
+ # [4.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) (2021-03-22)
2292
+
2293
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2294
+
2295
+ # [4.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) (2021-03-15)
2296
+
2297
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2298
+
2299
+ # [4.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) (2021-03-08)
2300
+
2301
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2302
+
2303
+ ## [4.16.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01)
2304
+
2305
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2306
+
2307
+ # [4.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) (2021-03-01)
2308
+
2309
+ ### Bug Fixes
2310
+
2311
+ - **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))
2312
+
2313
+ ## [4.15.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22)
2314
+
2315
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2316
+
2317
+ ## [4.15.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15)
2318
+
2319
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2320
+
2321
+ # [4.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) (2021-02-08)
2322
+
2323
+ ### Bug Fixes
2324
+
2325
+ - **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)
2326
+
2327
+ ## [4.14.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01)
2328
+
2329
+ ### Bug Fixes
2330
+
2331
+ - **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)
2332
+
2333
+ ## [4.14.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25)
2334
+
2335
+ ### Bug Fixes
2336
+
2337
+ - **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)
2338
+
2339
+ # [4.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) (2021-01-18)
2340
+
2341
+ ### Features
2342
+
2343
+ - 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)
2344
+
2345
+ # [4.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) (2021-01-11)
2346
+
2347
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2348
+
2349
+ # [4.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) (2021-01-04)
2350
+
2351
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2352
+
2353
+ ## [4.11.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28)
2354
+
2355
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2356
+
2357
+ # [4.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) (2020-12-21)
2358
+
2359
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2360
+
2361
+ # [4.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) (2020-12-14)
2362
+
2363
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2364
+
2365
+ ## [4.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07)
2366
+
2367
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2368
+
2369
+ # [4.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) (2020-11-30)
2370
+
2371
+ ### Bug Fixes
2372
+
2373
+ - **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)
2374
+
2375
+ ### Features
2376
+
2377
+ - **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)
2378
+
2379
+ ## [4.8.2](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23)
2380
+
2381
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2382
+
2383
+ ## [4.8.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17)
2384
+
2385
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2386
+
2387
+ # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-16)
2388
+
2389
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2390
+
2391
+ # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-09)
2392
+
2393
+ ### Features
2394
+
2395
+ - 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)
2396
+
2397
+ ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11-02)
2398
+
2399
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2400
+
2401
+ # [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-26)
2402
+
2403
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2404
+
2405
+ # [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-19)
2406
+
2407
+ ### Features
2408
+
2409
+ - **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))
2410
+
2411
+ ## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10-12)
2412
+
2413
+ ### Bug Fixes
2414
+
2415
+ - **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))
2416
+
2417
+ # [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-05)
2418
+
2419
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2420
+
2421
+ # [4.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.2.0...v4.3.0) (2020-09-28)
2422
+
2423
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2424
+
2425
+ # [4.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.1...v4.2.0) (2020-09-21)
2426
+
2427
+ ### Bug Fixes
2428
+
2429
+ - **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))
2430
+
2431
+ ## [4.1.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1) (2020-09-14)
2432
+
2433
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2434
+
2435
+ # [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
2436
+
2437
+ ### Bug Fixes
2438
+
2439
+ - **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))
2440
+ - **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))
2441
+ - **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))
2442
+ - **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))
2443
+ - **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))
2444
+ - **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)
2445
+ - **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))
2446
+ - **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)
2447
+ - **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)
2448
+
2449
+ ### Features
2450
+
2451
+ - **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)
2452
+
2453
+ ## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
2454
+
2455
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2456
+
2457
+ # [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
2458
+
2459
+ ## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
2460
+
2461
+ ### Bug Fixes
2462
+
2463
+ - **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))
2464
+
2465
+ ### Features
2466
+
2467
+ - 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))
2468
+
2469
+ ## [3.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.0...v3.10.1) (2020-08-25)
2470
+
2471
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2472
+
2473
+ # [3.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.1...v3.10.0) (2020-08-24)
2474
+
2475
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2476
+
2477
+ ## [3.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.9.0...v3.9.1) (2020-08-17)
2478
+
2479
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2480
+
2481
+ # [3.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.8.0...v3.9.0) (2020-08-10)
2482
+
2483
+ ### Features
2484
+
2485
+ - **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))
2486
+
2487
+ # [3.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.1...v3.8.0) (2020-08-03)
2488
+
2489
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2490
+
2491
+ ## [3.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.7.0...v3.7.1) (2020-07-27)
2492
+
2493
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2494
+
2495
+ # [3.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.1...v3.7.0) (2020-07-20)
2496
+
2497
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2498
+
2499
+ ## [3.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v3.6.0...v3.6.1) (2020-07-13)
2500
+
2501
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2502
+
2503
+ # [3.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.5.0...v3.6.0) (2020-07-06)
2504
+
2505
+ **Note:** Version bump only for package @typescript-eslint/scope-manager
2506
+
2507
+ # [3.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.4.0...v3.5.0) (2020-06-29)
2508
+
2509
+ ### Features
2510
+
2511
+ - add package scope-manager ([#1939](https://github.com/typescript-eslint/typescript-eslint/issues/1939)) ([682eb7e](https://github.com/typescript-eslint/typescript-eslint/commit/682eb7e009c3f22a542882dfd3602196a60d2a1e))