@typescript-eslint/scope-manager 8.67.1-alpha.9 → 8.68.1-alpha.0

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