@typescript-eslint/utils 8.67.1-alpha.9 → 8.68.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 (42) hide show
  1. package/CHANGELOG.md +2247 -0
  2. package/dist/ast-utils/eslint-utils/PatternMatcher.js +1 -0
  3. package/dist/ast-utils/eslint-utils/ReferenceTracker.js +1 -0
  4. package/dist/ast-utils/eslint-utils/astUtilities.js +1 -0
  5. package/dist/ast-utils/eslint-utils/index.js +1 -0
  6. package/dist/ast-utils/eslint-utils/predicates.js +1 -0
  7. package/dist/ast-utils/eslint-utils/scopeAnalysis.js +1 -0
  8. package/dist/ast-utils/helpers.js +1 -0
  9. package/dist/ast-utils/index.js +1 -0
  10. package/dist/ast-utils/misc.js +1 -0
  11. package/dist/ast-utils/predicates.js +1 -0
  12. package/dist/eslint-utils/InferTypesFromRule.js +1 -0
  13. package/dist/eslint-utils/RuleCreator.js +1 -0
  14. package/dist/eslint-utils/applyDefault.js +1 -0
  15. package/dist/eslint-utils/deepMerge.js +1 -0
  16. package/dist/eslint-utils/getParserServices.js +1 -0
  17. package/dist/eslint-utils/index.js +1 -0
  18. package/dist/eslint-utils/nullThrows.js +1 -0
  19. package/dist/eslint-utils/parserSeemsToBeTSESLint.js +1 -0
  20. package/dist/index.js +1 -0
  21. package/dist/json-schema.js +1 -0
  22. package/dist/ts-eslint/AST.js +1 -0
  23. package/dist/ts-eslint/Config.js +1 -0
  24. package/dist/ts-eslint/ESLint.js +1 -0
  25. package/dist/ts-eslint/Linter.js +1 -0
  26. package/dist/ts-eslint/Parser.js +1 -0
  27. package/dist/ts-eslint/ParserOptions.js +1 -0
  28. package/dist/ts-eslint/Processor.js +1 -0
  29. package/dist/ts-eslint/Rule.d.ts +17 -0
  30. package/dist/ts-eslint/Rule.js +1 -0
  31. package/dist/ts-eslint/RuleTester.js +1 -0
  32. package/dist/ts-eslint/Scope.js +1 -0
  33. package/dist/ts-eslint/SourceCode.js +1 -0
  34. package/dist/ts-eslint/eslint/ESLintShared.js +1 -0
  35. package/dist/ts-eslint/eslint/FlatESLint.js +1 -0
  36. package/dist/ts-eslint/eslint/LegacyESLint.js +1 -0
  37. package/dist/ts-eslint/index.js +1 -0
  38. package/dist/ts-estree.js +1 -0
  39. package/dist/ts-utils/NoInfer.js +1 -0
  40. package/dist/ts-utils/index.js +1 -0
  41. package/dist/ts-utils/isArray.js +1 -0
  42. package/package.json +5 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,2247 @@
1
+ ## 8.68.0 (2026-08-24)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **utils:** support ESLint rule meta.languages ([#12663](https://github.com/typescript-eslint/typescript-eslint/pull/12663))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Cursor @cursoragent
10
+ - Evyatar Daud @StyleShit
11
+ - Younsang Na @nayounsang
12
+
13
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.68.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.67.0 (2026-08-10)
18
+
19
+ This was a version bump only for utils 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.67.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.66.0 (2026-08-03)
26
+
27
+ This was a version bump only for utils 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.66.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.65.0 (2026-07-20)
34
+
35
+ This was a version bump only for utils to align it with other projects, there were no code changes.
36
+
37
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0) for more information.
38
+
39
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
40
+
41
+ ## 8.64.0 (2026-07-13)
42
+
43
+ This was a version bump only for utils to align it with other projects, there were no code changes.
44
+
45
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.64.0) for more information.
46
+
47
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
48
+
49
+ ## 8.63.0 (2026-07-06)
50
+
51
+ This was a version bump only for utils to align it with other projects, there were no code changes.
52
+
53
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information.
54
+
55
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
56
+
57
+ ## 8.62.1 (2026-06-29)
58
+
59
+ This was a version bump only for utils to align it with other projects, there were no code changes.
60
+
61
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.1) for more information.
62
+
63
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
64
+
65
+ ## 8.62.0 (2026-06-22)
66
+
67
+ ### 🚀 Features
68
+
69
+ - remove redundant package.json "files" ([#12444](https://github.com/typescript-eslint/typescript-eslint/pull/12444))
70
+
71
+ ### ❤️ Thank You
72
+
73
+ - Kirk Waiblinger @kirkwaiblinger
74
+
75
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.0) for more information.
76
+
77
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
78
+
79
+ ## 8.61.1 (2026-06-15)
80
+
81
+ This was a version bump only for utils to align it with other projects, there were no code changes.
82
+
83
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.1) for more information.
84
+
85
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
86
+
87
+ ## 8.61.0 (2026-06-08)
88
+
89
+ This was a version bump only for utils to align it with other projects, there were no code changes.
90
+
91
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.0) for more information.
92
+
93
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
94
+
95
+ ## 8.60.1 (2026-06-01)
96
+
97
+ ### 🩹 Fixes
98
+
99
+ - **eslint-plugin:** respect ECMAScript line terminators in ts-comment rules ([#12352](https://github.com/typescript-eslint/typescript-eslint/pull/12352))
100
+
101
+ ### ❤️ Thank You
102
+
103
+ - lumir
104
+
105
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.1) for more information.
106
+
107
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
108
+
109
+ ## 8.60.0 (2026-05-25)
110
+
111
+ This was a version bump only for utils to align it with other projects, there were no code changes.
112
+
113
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information.
114
+
115
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
116
+
117
+ ## 8.59.4 (2026-05-18)
118
+
119
+ This was a version bump only for utils to align it with other projects, there were no code changes.
120
+
121
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.4) for more information.
122
+
123
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
124
+
125
+ ## 8.59.3 (2026-05-11)
126
+
127
+ This was a version bump only for utils to align it with other projects, there were no code changes.
128
+
129
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3) for more information.
130
+
131
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
132
+
133
+ ## 8.59.2 (2026-05-04)
134
+
135
+ This was a version bump only for utils to align it with other projects, there were no code changes.
136
+
137
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.2) for more information.
138
+
139
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
140
+
141
+ ## 8.59.1 (2026-04-27)
142
+
143
+ This was a version bump only for utils to align it with other projects, there were no code changes.
144
+
145
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
146
+
147
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
148
+
149
+ ## 8.59.0 (2026-04-20)
150
+
151
+ ### 🚀 Features
152
+
153
+ - **eslint-plugin:** [no-unnecessary-type-assertion] report more cases based on assignability ([#11789](https://github.com/typescript-eslint/typescript-eslint/pull/11789))
154
+
155
+ ### ❤️ Thank You
156
+
157
+ - Ulrich Stark
158
+
159
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
160
+
161
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
162
+
163
+ ## 8.58.2 (2026-04-13)
164
+
165
+ ### 🩹 Fixes
166
+
167
+ - remove tsbuildinfo cache file from published packages ([#12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
168
+
169
+ ### ❤️ Thank You
170
+
171
+ - Abhijeet Singh @cseas
172
+
173
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) 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.1 (2026-04-08)
178
+
179
+ This was a version bump only for utils to align it with other projects, there were no code changes.
180
+
181
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
182
+
183
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
184
+
185
+ ## 8.58.0 (2026-03-30)
186
+
187
+ ### 🚀 Features
188
+
189
+ - support TypeScript 6 ([#12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
190
+
191
+ ### ❤️ Thank You
192
+
193
+ - Evyatar Daud @StyleShit
194
+
195
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) 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.2 (2026-03-23)
200
+
201
+ This was a version bump only for utils 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.2) 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.1 (2026-03-16)
208
+
209
+ This was a version bump only for utils 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.1) for more information.
212
+
213
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
214
+
215
+ ## 8.57.0 (2026-03-09)
216
+
217
+ This was a version bump only for utils 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.57.0) for more information.
220
+
221
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
222
+
223
+ ## 8.56.1 (2026-02-23)
224
+
225
+ This was a version bump only for utils 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.1) 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.56.0 (2026-02-16)
232
+
233
+ ### 🚀 Features
234
+
235
+ - support ESLint v10 ([#12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057))
236
+
237
+ ### 🩹 Fixes
238
+
239
+ - use parser options from context.languageOptions ([#12043](https://github.com/typescript-eslint/typescript-eslint/pull/12043))
240
+
241
+ ### ❤️ Thank You
242
+
243
+ - Brad Zacher @bradzacher
244
+ - fnx @DMartens
245
+ - Joshua Chen
246
+
247
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
248
+
249
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
250
+
251
+ ## 8.55.0 (2026-02-09)
252
+
253
+ ### 🚀 Features
254
+
255
+ - **utils:** deprecate defaultOptions in favor of meta.defaultOptions ([#11992](https://github.com/typescript-eslint/typescript-eslint/pull/11992))
256
+
257
+ ### ❤️ Thank You
258
+
259
+ - Yukihiro Hasegawa @y-hsgw
260
+
261
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0) for more information.
262
+
263
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
264
+
265
+ ## 8.54.0 (2026-01-26)
266
+
267
+ ### 🩹 Fixes
268
+
269
+ - **utils:** handle missing `FlatESLint` and `LegacyESLint` ([#11958](https://github.com/typescript-eslint/typescript-eslint/pull/11958))
270
+
271
+ ### ❤️ Thank You
272
+
273
+ - Francesco Trotta
274
+ - Josh Goldberg
275
+
276
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
277
+
278
+ ## 8.53.1 (2026-01-19)
279
+
280
+ ### 🩹 Fixes
281
+
282
+ - **utils:** make RuleCreator root defaultOptions optional ([#11956](https://github.com/typescript-eslint/typescript-eslint/pull/11956))
283
+
284
+ ### ❤️ Thank You
285
+
286
+ - Yukihiro Hasegawa @y-hsgw
287
+
288
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
289
+
290
+ ## 8.53.0 (2026-01-12)
291
+
292
+ This was a version bump only for utils to align it with other projects, there were no code changes.
293
+
294
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
295
+
296
+ ## 8.52.0 (2026-01-05)
297
+
298
+ ### 🚀 Features
299
+
300
+ - **typescript-estree:** add tseslint.com redirects for CLI outputs ([#11895](https://github.com/typescript-eslint/typescript-eslint/pull/11895))
301
+
302
+ ### ❤️ Thank You
303
+
304
+ - Josh Goldberg ✨
305
+
306
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
307
+
308
+ ## 8.51.0 (2025-12-29)
309
+
310
+ ### 🚀 Features
311
+
312
+ - **eslint-plugin:** add namespace to plugin meta ([#11885](https://github.com/typescript-eslint/typescript-eslint/pull/11885))
313
+ - **eslint-plugin:** expose rule name via RuleModule interface ([#11719](https://github.com/typescript-eslint/typescript-eslint/pull/11719))
314
+
315
+ ### ❤️ Thank You
316
+
317
+ - Josh Goldberg ✨
318
+ - Kirk Waiblinger @kirkwaiblinger
319
+ - Yukihiro Hasegawa @y-hsgw
320
+
321
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
322
+
323
+ ## 8.50.1 (2025-12-22)
324
+
325
+ This was a version bump only for utils to align it with other projects, there were no code changes.
326
+
327
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
328
+
329
+ ## 8.50.0 (2025-12-15)
330
+
331
+ This was a version bump only for utils to align it with other projects, there were no code changes.
332
+
333
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
334
+
335
+ ## 8.49.0 (2025-12-08)
336
+
337
+ ### 🩹 Fixes
338
+
339
+ - **deps:** update dependency prettier to v3.7.2 ([#11820](https://github.com/typescript-eslint/typescript-eslint/pull/11820))
340
+
341
+ ### ❤️ Thank You
342
+
343
+ - Kirk Waiblinger @kirkwaiblinger
344
+
345
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
346
+
347
+ ## 8.48.1 (2025-12-02)
348
+
349
+ This was a version bump only for utils to align it with other projects, there were no code changes.
350
+
351
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
352
+
353
+ ## 8.48.0 (2025-11-24)
354
+
355
+ ### 🚀 Features
356
+
357
+ - **eslint-plugin:** [no-redundant-type-constituents] use assignability checking for redundancy checks ([#10744](https://github.com/typescript-eslint/typescript-eslint/pull/10744))
358
+
359
+ ### ❤️ Thank You
360
+
361
+ - Josh Goldberg
362
+ - mdm317 @gen-ip-1
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.47.0 (2025-11-17)
367
+
368
+ This was a version bump only for utils 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.46.4 (2025-11-10)
373
+
374
+ This was a version bump only for utils 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.46.3 (2025-11-03)
379
+
380
+ This was a version bump only for utils 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.46.2 (2025-10-20)
385
+
386
+ This was a version bump only for utils to align it with other projects, there were no code changes.
387
+
388
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
389
+
390
+ ## 8.46.1 (2025-10-13)
391
+
392
+ This was a version bump only for utils to align it with other projects, there were no code changes.
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.46.0 (2025-10-06)
397
+
398
+ ### 🩹 Fixes
399
+
400
+ - **rule-tester:** deprecate TestCaseError#type and LintMessage#nodeType ([#11628](https://github.com/typescript-eslint/typescript-eslint/pull/11628))
401
+
402
+ ### ❤️ Thank You
403
+
404
+ - Mark de Dios @peanutenthusiast
405
+
406
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
407
+
408
+ ## 8.45.0 (2025-09-29)
409
+
410
+ ### 🚀 Features
411
+
412
+ - **eslint-plugin:** expose rule name via RuleModule interface ([#11616](https://github.com/typescript-eslint/typescript-eslint/pull/11616))
413
+
414
+ ### ❤️ Thank You
415
+
416
+ - Yukihiro Hasegawa @y-hsgw
417
+
418
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
419
+
420
+ ## 8.44.1 (2025-09-22)
421
+
422
+ This was a version bump only for utils to align it with other projects, there were no code changes.
423
+
424
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
425
+
426
+ ## 8.44.0 (2025-09-15)
427
+
428
+ This was a version bump only for utils to align it with other projects, there were no code changes.
429
+
430
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
431
+
432
+ ## 8.43.0 (2025-09-08)
433
+
434
+ ### 🩹 Fixes
435
+
436
+ - **scope-manager:** exclude Program from DefinitionBase node types ([#11469](https://github.com/typescript-eslint/typescript-eslint/pull/11469))
437
+
438
+ ### ❤️ Thank You
439
+
440
+ - Dima @dbarabashh
441
+
442
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
443
+
444
+ ## 8.42.0 (2025-09-02)
445
+
446
+ This was a version bump only for utils to align it with other projects, there were no code changes.
447
+
448
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
449
+
450
+ ## 8.41.0 (2025-08-25)
451
+
452
+ This was a version bump only for utils 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.40.0 (2025-08-18)
457
+
458
+ ### 🩹 Fixes
459
+
460
+ - **utils:** correct `calculateConfigForFile` return type ([#11451](https://github.com/typescript-eslint/typescript-eslint/pull/11451))
461
+
462
+ ### ❤️ Thank You
463
+
464
+ - Nolan Gajdascz @Gajdascz
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.39.1 (2025-08-11)
469
+
470
+ This was a version bump only for utils 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.39.0 (2025-08-04)
475
+
476
+ ### 🚀 Features
477
+
478
+ - update to TypeScript 5.9.2 ([#11445](https://github.com/typescript-eslint/typescript-eslint/pull/11445))
479
+
480
+ ### ❤️ Thank You
481
+
482
+ - Brad Zacher @bradzacher
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.38.0 (2025-07-21)
487
+
488
+ This was a version bump only for utils 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.37.0 (2025-07-14)
493
+
494
+ This was a version bump only for utils 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.36.0 (2025-07-07)
499
+
500
+ ### 🚀 Features
501
+
502
+ - **typescript-eslint:** support `basePath` in `tseslint.config()` ([#11357](https://github.com/typescript-eslint/typescript-eslint/pull/11357))
503
+
504
+ ### ❤️ Thank You
505
+
506
+ - Kirk Waiblinger @kirkwaiblinger
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.35.1 (2025-06-30)
511
+
512
+ This was a version bump only for utils 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.35.0 (2025-06-23)
517
+
518
+ This was a version bump only for utils 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.34.1 (2025-06-16)
523
+
524
+ This was a version bump only for utils 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.34.0 (2025-06-09)
529
+
530
+ This was a version bump only for utils 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.33.1 (2025-06-02)
535
+
536
+ This was a version bump only for utils 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.33.0 (2025-05-26)
541
+
542
+ This was a version bump only for utils 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.32.1 (2025-05-12)
547
+
548
+ This was a version bump only for utils 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.32.0 (2025-05-05)
553
+
554
+ This was a version bump only for utils 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.31.1 (2025-04-28)
559
+
560
+ This was a version bump only for utils 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.31.0 (2025-04-21)
565
+
566
+ This was a version bump only for utils to align it with other projects, there were no code changes.
567
+
568
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
569
+
570
+ ## 8.30.1 (2025-04-14)
571
+
572
+ This was a version bump only for utils to align it with other projects, there were no code changes.
573
+
574
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
575
+
576
+ ## 8.30.0 (2025-04-14)
577
+
578
+ This was a version bump only for utils to align it with other projects, there were no code changes.
579
+
580
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
581
+
582
+ ## 8.29.1 (2025-04-07)
583
+
584
+ This was a version bump only for utils to align it with other projects, there were no code changes.
585
+
586
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
587
+
588
+ ## 8.29.0 (2025-03-31)
589
+
590
+ This was a version bump only for utils to align it with other projects, there were no code changes.
591
+
592
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
593
+
594
+ ## 8.28.0 (2025-03-24)
595
+
596
+ This was a version bump only for utils to align it with other projects, there were no code changes.
597
+
598
+ 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.
599
+
600
+ ## 8.27.0 (2025-03-17)
601
+
602
+ ### 🚀 Features
603
+
604
+ - **utils:** support `DeprecatedInfo` for `rule.meta.deprecated` ([#10932](https://github.com/typescript-eslint/typescript-eslint/pull/10932))
605
+
606
+ ### ❤️ Thank You
607
+
608
+ - ntnyq @ntnyq
609
+
610
+ 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.
611
+
612
+ ## 8.26.1 (2025-03-10)
613
+
614
+ This was a version bump only for utils to align it with other projects, there were no code changes.
615
+
616
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
617
+
618
+ ## 8.26.0 (2025-03-03)
619
+
620
+ ### 🚀 Features
621
+
622
+ - support TypeScript 5.8 ([#10903](https://github.com/typescript-eslint/typescript-eslint/pull/10903))
623
+
624
+ ### ❤️ Thank You
625
+
626
+ - Dirk Luijk @dirkluijk
627
+
628
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
629
+
630
+ ## 8.25.0 (2025-02-24)
631
+
632
+ This was a version bump only for utils to align it with other projects, there were no code changes.
633
+
634
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
635
+
636
+ ## 8.24.1 (2025-02-17)
637
+
638
+ This was a version bump only for utils to align it with other projects, there were no code changes.
639
+
640
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
641
+
642
+ ## 8.24.0 (2025-02-10)
643
+
644
+ ### 🚀 Features
645
+
646
+ - **utils:** add `reportUnusedInlineConfigs` to LinterOptions ([#10718](https://github.com/typescript-eslint/typescript-eslint/pull/10718))
647
+
648
+ ### ❤️ Thank You
649
+
650
+ - Flo Edelmann @FloEdelmann
651
+
652
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
653
+
654
+ ## 8.23.0 (2025-02-03)
655
+
656
+ This was a version bump only for utils to align it with other projects, there were no code changes.
657
+
658
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
659
+
660
+ ## 8.22.0 (2025-01-27)
661
+
662
+ This was a version bump only for utils to align it with other projects, there were no code changes.
663
+
664
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
665
+
666
+ ## 8.21.0 (2025-01-20)
667
+
668
+ This was a version bump only for utils to align it with other projects, there were no code changes.
669
+
670
+ 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.
671
+
672
+ ## 8.20.0 (2025-01-13)
673
+
674
+ This was a version bump only for utils to align it with other projects, there were no code changes.
675
+
676
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
677
+
678
+ ## 8.19.1 (2025-01-06)
679
+
680
+ This was a version bump only for utils to align it with other projects, there were no code changes.
681
+
682
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
683
+
684
+ ## 8.19.0 (2024-12-30)
685
+
686
+ ### 🩹 Fixes
687
+
688
+ - **eslint-plugin:** [consistent-indexed-object-style] don't report on indirect circular references ([#10537](https://github.com/typescript-eslint/typescript-eslint/pull/10537))
689
+
690
+ ### ❤️ Thank You
691
+
692
+ - Ronen Amiel
693
+
694
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
695
+
696
+ ## 8.18.2 (2024-12-23)
697
+
698
+ This was a version bump only for utils to align it with other projects, there were no code changes.
699
+
700
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
701
+
702
+ ## 8.18.1 (2024-12-16)
703
+
704
+ This was a version bump only for utils to align it with other projects, there were no code changes.
705
+
706
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
707
+
708
+ ## 8.18.0 (2024-12-09)
709
+
710
+ ### 🩹 Fixes
711
+
712
+ - typescript peer dependency ([#10373](https://github.com/typescript-eslint/typescript-eslint/pull/10373))
713
+
714
+ ### ❤️ Thank You
715
+
716
+ - rtritto
717
+
718
+ 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.
719
+
720
+ ## 8.17.0 (2024-12-02)
721
+
722
+ This was a version bump only for utils to align it with other projects, there were no code changes.
723
+
724
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
725
+
726
+ ## 8.16.0 (2024-11-25)
727
+
728
+ This was a version bump only for utils to align it with other projects, there were no code changes.
729
+
730
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
731
+
732
+ ## 8.15.0 (2024-11-18)
733
+
734
+ ### 🚀 Features
735
+
736
+ - **rule-tester:** run method - avoid to infer type parameter from `tests` param ([#10324](https://github.com/typescript-eslint/typescript-eslint/pull/10324))
737
+ - **utils:** add new optional `language` field to `FlatConfig.Config` type ([#10326](https://github.com/typescript-eslint/typescript-eslint/pull/10326))
738
+
739
+ ### 🩹 Fixes
740
+
741
+ - **utils:** add defaultOptions to meta in rule ([#10339](https://github.com/typescript-eslint/typescript-eslint/pull/10339))
742
+ - add missing peer dependencies ([#9744](https://github.com/typescript-eslint/typescript-eslint/pull/9744))
743
+
744
+ ### ❤️ Thank You
745
+
746
+ - Bartosz @burtek
747
+ - Ethan Wu
748
+ - Luis Sebastian Urrutia Fuentes @LuisUrrutia
749
+ - Marco Pasqualetti @marcalexiei
750
+
751
+ 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.
752
+
753
+ ## 8.14.0 (2024-11-11)
754
+
755
+ This was a version bump only for utils to align it with other projects, there were no code changes.
756
+
757
+ 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.
758
+
759
+ ## 8.13.0 (2024-11-04)
760
+
761
+ ### 🩹 Fixes
762
+
763
+ - **utils:** allow an array for the values of SharedConfig ([#10217](https://github.com/typescript-eslint/typescript-eslint/pull/10217))
764
+
765
+ ### ❤️ Thank You
766
+
767
+ - Trygve Aaberge
768
+
769
+ 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.
770
+
771
+ ## 8.12.2 (2024-10-29)
772
+
773
+ This was a version bump only for utils to align it with other projects, there were no code changes.
774
+
775
+ 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.
776
+
777
+ ## 8.12.1 (2024-10-28)
778
+
779
+ This was a version bump only for utils to align it with other projects, there were no code changes.
780
+
781
+ 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.
782
+
783
+ ## 8.12.0 (2024-10-28)
784
+
785
+ This was a version bump only for utils to align it with other projects, there were no code changes.
786
+
787
+ 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.
788
+
789
+ ## 8.11.0 (2024-10-21)
790
+
791
+ This was a version bump only for utils to align it with other projects, there were no code changes.
792
+
793
+ 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.
794
+
795
+ ## 8.10.0 (2024-10-17)
796
+
797
+ This was a version bump only for utils to align it with other projects, there were no code changes.
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.9.0 (2024-10-14)
802
+
803
+ This was a version bump only for utils to align it with other projects, there were no code changes.
804
+
805
+ 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.
806
+
807
+ ## 8.8.1 (2024-10-07)
808
+
809
+ This was a version bump only for utils to align it with other projects, there were no code changes.
810
+
811
+ 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.
812
+
813
+ ## 8.8.0 (2024-09-30)
814
+
815
+
816
+ ### 🩹 Fixes
817
+
818
+ - remove `export type *` in d.ts to support TS<5.0
819
+
820
+ - **utils:** update missing type information message
821
+
822
+
823
+ ### ❤️ Thank You
824
+
825
+ - auvred
826
+ - Josh Goldberg ✨
827
+ - Kirk Waiblinger
828
+ - Ronen Amiel
829
+ - Tarun Chauhan
830
+ - YeonJuan
831
+
832
+ 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.
833
+
834
+ ## 8.7.0 (2024-09-23)
835
+
836
+
837
+ ### 🚀 Features
838
+
839
+ - **eslint-plugin:** [consistent-type-exports] check `export *` exports to see if all exported members are types
840
+
841
+
842
+ ### 🩹 Fixes
843
+
844
+ - **utils:** add missing entries to the RuleListener selectors list
845
+
846
+
847
+ ### ❤️ Thank You
848
+
849
+ - Abraham Guo
850
+ - auvred
851
+ - Brian Donovan
852
+ - Kirk Waiblinger
853
+
854
+ 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.
855
+
856
+ ## 8.6.0 (2024-09-16)
857
+
858
+
859
+ ### 🩹 Fixes
860
+
861
+ - **eslint-plugin:** [no-deprecated] report on deprecated properties with function-like types
862
+
863
+
864
+ ### ❤️ Thank You
865
+
866
+ - Abraham Guo
867
+ - auvred
868
+ - Josh Goldberg ✨
869
+ - Kim Sang Du
870
+ - YeonJuan
871
+
872
+ 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.
873
+
874
+ ## 8.5.0 (2024-09-09)
875
+
876
+ This was a version bump only for utils to align it with other projects, there were no code changes.
877
+
878
+ 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.
879
+
880
+ ## 8.4.0 (2024-09-02)
881
+
882
+ This was a version bump only for utils to align it with other projects, there were no code changes.
883
+
884
+ 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.
885
+
886
+ ## 8.3.0 (2024-08-26)
887
+
888
+
889
+ ### 🚀 Features
890
+
891
+ - **eslint-plugin:** [no-deprecation] add rule
892
+
893
+
894
+ ### 🩹 Fixes
895
+
896
+ - **utils:** add missing `TSSatisfiesExpression` in `RuleListenerBaseSelectors`
897
+
898
+ - **utils:** add `TSDeclareFunction` to `functionTypeTypes`
899
+
900
+
901
+ ### ❤️ Thank You
902
+
903
+ - Abraham Guo
904
+ - Daichi Kamiyama
905
+ - Josh Goldberg ✨
906
+ - Kim Sang Du
907
+ - Sukka
908
+ - Vida Xie
909
+
910
+ 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.
911
+
912
+ ## 8.2.0 (2024-08-19)
913
+
914
+ This was a version bump only for utils to align it with other projects, there were no code changes.
915
+
916
+ 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.
917
+
918
+ ## 8.1.0 (2024-08-12)
919
+
920
+
921
+ ### 🩹 Fixes
922
+
923
+ - **utils:** correct types to align with @types/eslint v9
924
+
925
+
926
+ ### ❤️ Thank You
927
+
928
+ - Aly Thobani
929
+ - Brad Zacher
930
+ - James
931
+ - Josh Goldberg ✨
932
+ - Joshua Chen
933
+ - Olivier Zalmanski
934
+ - YeonJuan
935
+ - Yukihiro Hasegawa
936
+
937
+ 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.
938
+
939
+ ## 8.0.1 (2024-08-05)
940
+
941
+ This was a version bump only for utils to align it with other projects, there were no code changes.
942
+
943
+ 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.
944
+
945
+ # 8.0.0 (2024-07-31)
946
+
947
+
948
+ ### 🚀 Features
949
+
950
+ - **eslint-plugin:** remove formatting/layout rules
951
+
952
+ - **utils:** add Linter configType constructor option
953
+
954
+ - **utils:** swap LegacyESLint out for FlatESLint as ESLint export
955
+
956
+ - **utils:** remove deprecated context helpers
957
+
958
+ - **utils:** allow specifying additional rule meta.docs in RuleCreator
959
+
960
+ - **eslint-plugin:** split no-empty-object-type out from ban-types and no-empty-interfaces
961
+
962
+ - **rule-tester:** support multipass fixes
963
+
964
+ - **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService
965
+
966
+ - **eslint-plugin:** replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
967
+
968
+ - **eslint-plugin:** [no-unused-vars] add `reportUnusedIgnorePattern` option
969
+
970
+ - **eslint-plugin:** [no-unused-vars] report if var used only in typeof
971
+
972
+ - **rule-tester:** switched to flat config
973
+
974
+
975
+ ### ❤️ Thank You
976
+
977
+ - Abraham Guo
978
+ - Alfred Ringstad
979
+ - auvred
980
+ - Brad Zacher
981
+ - Christopher Aubut
982
+ - Collin Bachman
983
+ - James Henry
984
+ - Josh Goldberg
985
+ - Josh Goldberg ✨
986
+ - Kirk Waiblinger
987
+ - StyleShit
988
+ - Victor Lin
989
+ - Yukihiro Hasegawa
990
+
991
+ 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.
992
+
993
+ ## 7.18.0 (2024-07-29)
994
+
995
+ This was a version bump only for utils to align it with other projects, there were no code changes.
996
+
997
+ 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.
998
+
999
+ ## 7.17.0 (2024-07-22)
1000
+
1001
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1002
+
1003
+ 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.
1004
+
1005
+ ## 7.16.1 (2024-07-15)
1006
+
1007
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1008
+
1009
+ 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.
1010
+
1011
+ ## 7.16.0 (2024-07-08)
1012
+
1013
+
1014
+ ### 🩹 Fixes
1015
+
1016
+ - **deps:** update dependency @eslint-community/regexpp to v4.11.0
1017
+
1018
+ - **utils:** context.parserPath may be undefined
1019
+
1020
+ - **website:** react key error on internal pages of website
1021
+
1022
+
1023
+ ### ❤️ Thank You
1024
+
1025
+ - Abraham Guo
1026
+ - auvred
1027
+ - Josh Goldberg ✨
1028
+ - Juan Sanchez
1029
+ - Vinccool96
1030
+ - YeonJuan
1031
+ - Yukihiro Hasegawa
1032
+
1033
+ 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.
1034
+
1035
+ ## 7.15.0 (2024-07-01)
1036
+
1037
+
1038
+ ### 🚀 Features
1039
+
1040
+ - **eslint-plugin:** [array-type] detect `Readonly<string[]>` case
1041
+
1042
+
1043
+ ### 🩹 Fixes
1044
+
1045
+ - **utils:** clean outdated `RuleTester` export
1046
+
1047
+
1048
+ ### ❤️ Thank You
1049
+
1050
+ - auvred
1051
+ - Kim Sang Du
1052
+ - rgehbt
1053
+ - Vinccool96
1054
+
1055
+ 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.
1056
+
1057
+ ## 7.14.1 (2024-06-24)
1058
+
1059
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1060
+
1061
+ 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.
1062
+
1063
+ ## 7.14.0 (2024-06-24)
1064
+
1065
+
1066
+ ### 🚀 Features
1067
+
1068
+ - support TypeScript 5.5
1069
+
1070
+
1071
+ ### 🩹 Fixes
1072
+
1073
+ - **eslint-plugin:** [no-invalid-this] support AccessorProperty
1074
+
1075
+
1076
+ ### ❤️ Thank You
1077
+
1078
+ - Brad Zacher
1079
+ - cm-ayf
1080
+ - Jake Bailey
1081
+ - James Zhan
1082
+ - Joshua Chen
1083
+ - yoshi2no
1084
+
1085
+ 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.
1086
+
1087
+ ## 7.13.1 (2024-06-17)
1088
+
1089
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1090
+
1091
+ 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.
1092
+
1093
+ ## 7.13.0 (2024-06-10)
1094
+
1095
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1096
+
1097
+ 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.
1098
+
1099
+ ## 7.12.0 (2024-06-03)
1100
+
1101
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1102
+
1103
+ 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.
1104
+
1105
+ ## 7.11.0 (2024-05-27)
1106
+
1107
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1108
+
1109
+ 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.
1110
+
1111
+ ## 7.10.0 (2024-05-20)
1112
+
1113
+
1114
+ ### 🩹 Fixes
1115
+
1116
+ - **utils:** remove function form type from flat config `files` and `ignores`
1117
+
1118
+
1119
+ ### ❤️ Thank You
1120
+
1121
+ - auvred
1122
+ - Emanuel Hoogeveen
1123
+ - jsfm01
1124
+ - Kirk Waiblinger
1125
+
1126
+ 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.
1127
+
1128
+ ## 7.9.0 (2024-05-13)
1129
+
1130
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1131
+
1132
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1133
+
1134
+ ## 7.8.0 (2024-04-29)
1135
+
1136
+
1137
+ ### 🩹 Fixes
1138
+
1139
+ - **utils:** export ESLint backwards-compat functions
1140
+
1141
+
1142
+ ### ❤️ Thank You
1143
+
1144
+ - auvred
1145
+ - Josh Goldberg ✨
1146
+ - jsfm01
1147
+ - Kim Sang Du
1148
+ - YeonJuan
1149
+
1150
+ 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.
1151
+
1152
+ ## 7.7.1 (2024-04-22)
1153
+
1154
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1155
+
1156
+ 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.
1157
+
1158
+ ## 7.7.0 (2024-04-15)
1159
+
1160
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1161
+
1162
+ 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.
1163
+
1164
+ ## 7.6.0 (2024-04-08)
1165
+
1166
+
1167
+ ### 🚀 Features
1168
+
1169
+ - add `name` field to shared configs and flat config types
1170
+
1171
+ - bump npm dependency ranges
1172
+
1173
+ - **utils:** add types for both flat and legacy eslint classes
1174
+
1175
+
1176
+ ### 🩹 Fixes
1177
+
1178
+ - **typescript-eslint:** fix type errors when using `exactOptionalPropertyTypes`
1179
+
1180
+
1181
+ ### ❤️ Thank You
1182
+
1183
+ - Abraham Guo
1184
+ - auvred
1185
+ - Brad Zacher
1186
+
1187
+ 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.
1188
+
1189
+ ## 7.5.0 (2024-04-01)
1190
+
1191
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1192
+
1193
+ 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.
1194
+
1195
+ ## 7.4.0 (2024-03-25)
1196
+
1197
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1198
+
1199
+ 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.
1200
+
1201
+ ## 7.3.1 (2024-03-18)
1202
+
1203
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1204
+
1205
+ 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.
1206
+
1207
+ ## 7.3.0 (2024-03-18)
1208
+
1209
+
1210
+ ### 🚀 Features
1211
+
1212
+ - **utils:** add parser name to thrown parser error message
1213
+
1214
+ - **eslint-plugin:** add meta.docs.recommended setting for strict config options
1215
+
1216
+
1217
+ ### 🩹 Fixes
1218
+
1219
+ - correct `engines.node` constraints in `package.json`
1220
+
1221
+
1222
+ ### ❤️ Thank You
1223
+
1224
+ - Abraham Guo
1225
+ - Alexu
1226
+ - Arka Pratim Chaudhuri
1227
+ - auvred
1228
+ - Derrick Isaacson
1229
+ - fnx
1230
+ - Josh Goldberg ✨
1231
+ - Kirk Waiblinger
1232
+ - Marta Cardoso
1233
+ - Michaël De Boey
1234
+ - Tristan Rasmussen
1235
+ - YeonJuan
1236
+
1237
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1238
+
1239
+ ## 7.2.0 (2024-03-11)
1240
+
1241
+
1242
+ ### 🚀 Features
1243
+
1244
+ - support TS 5.4
1245
+
1246
+
1247
+ ### ❤️ Thank You
1248
+
1249
+ - Arka Pratim Chaudhuri
1250
+ - auvred
1251
+ - Chris Plummer
1252
+ - Fotis Papadogeorgopoulos
1253
+ - Josh Goldberg ✨
1254
+ - Kirk Waiblinger
1255
+ - Wayne Zhang
1256
+ - YeonJuan
1257
+
1258
+ 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.
1259
+
1260
+ ## 7.1.1 (2024-03-04)
1261
+
1262
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1263
+
1264
+ 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.
1265
+
1266
+ ## 7.1.0 (2024-02-26)
1267
+
1268
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1269
+
1270
+ 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.
1271
+
1272
+ ## 7.0.2 (2024-02-19)
1273
+
1274
+
1275
+ ### 🩹 Fixes
1276
+
1277
+ - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
1278
+
1279
+ - **utils:** use mergeable interface for `settings` property
1280
+
1281
+
1282
+ ### ❤️ Thank You
1283
+
1284
+ - Brad Zacher
1285
+ - Gareth Jones
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
+ ## 7.0.1 (2024-02-12)
1290
+
1291
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1292
+
1293
+ 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.
1294
+
1295
+ # 7.0.0 (2024-02-12)
1296
+
1297
+
1298
+ ### 🚀 Features
1299
+
1300
+ - ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
1301
+
1302
+ - add support for flat configs
1303
+
1304
+ - **utils:** revert removal of backwards-compat functions
1305
+
1306
+
1307
+ #### ⚠️ Breaking Changes
1308
+
1309
+ - ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
1310
+
1311
+ ### ❤️ Thank You
1312
+
1313
+ - Brad Zacher
1314
+ - Kirk Waiblinger
1315
+ - StyleShit
1316
+ - YeonJuan
1317
+
1318
+ 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.
1319
+
1320
+ ## 6.21.0 (2024-02-05)
1321
+
1322
+
1323
+ ### 🚀 Features
1324
+
1325
+ - export plugin metadata
1326
+
1327
+ - allow `parserOptions.project: false`
1328
+
1329
+ - **utils:** improve eslint types
1330
+
1331
+ - **eslint-plugin:** add rule prefer-find
1332
+
1333
+
1334
+ ### ❤️ Thank You
1335
+
1336
+ - auvred
1337
+ - Brad Zacher
1338
+ - Kirk Waiblinger
1339
+ - Pete Gonzalez
1340
+ - YeonJuan
1341
+
1342
+ 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.
1343
+
1344
+ ## 6.20.0 (2024-01-29)
1345
+
1346
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1347
+
1348
+ 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.
1349
+
1350
+ ## 6.19.1 (2024-01-22)
1351
+
1352
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1353
+
1354
+ 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.
1355
+
1356
+ ## 6.19.0 (2024-01-15)
1357
+
1358
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1359
+
1360
+ 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.
1361
+
1362
+ ## 6.18.1 (2024-01-08)
1363
+
1364
+
1365
+ ### 🩹 Fixes
1366
+
1367
+ - **utils:** improve error message on typed rule with invalid parser
1368
+
1369
+
1370
+ ### ❤️ Thank You
1371
+
1372
+ - auvred
1373
+ - James
1374
+ - Josh Goldberg ✨
1375
+ - YeonJuan
1376
+
1377
+ 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.
1378
+
1379
+ ## 6.18.0 (2024-01-06)
1380
+
1381
+ This was a version bump only for utils to align it with other projects, there were no code changes.
1382
+
1383
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
1384
+
1385
+ # [6.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) (2024-01-01)
1386
+
1387
+ **Note:** Version bump only for package @typescript-eslint/utils
1388
+
1389
+ 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.
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+ # [6.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) (2023-12-25)
1396
+
1397
+ **Note:** Version bump only for package @typescript-eslint/utils
1398
+
1399
+ 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.
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+ # [6.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) (2023-12-18)
1406
+
1407
+ **Note:** Version bump only for package @typescript-eslint/utils
1408
+
1409
+ 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.
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+ # [6.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) (2023-12-11)
1416
+
1417
+ **Note:** Version bump only for package @typescript-eslint/utils
1418
+
1419
+ 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.
1420
+
1421
+
1422
+
1423
+
1424
+
1425
+ ## [6.13.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04)
1426
+
1427
+ **Note:** Version bump only for package @typescript-eslint/utils
1428
+
1429
+ 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.
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+ ## [6.13.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28)
1436
+
1437
+ **Note:** Version bump only for package @typescript-eslint/utils
1438
+
1439
+ 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.
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+ # [6.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) (2023-11-27)
1446
+
1447
+ **Note:** Version bump only for package @typescript-eslint/utils
1448
+
1449
+ 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.
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+ # [6.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) (2023-11-20)
1456
+
1457
+
1458
+ ### Bug Fixes
1459
+
1460
+ * **utils:** add missing fields to flat config types ([#7933](https://github.com/typescript-eslint/typescript-eslint/issues/7933)) ([533861a](https://github.com/typescript-eslint/typescript-eslint/commit/533861aeadd5b4bfcbe7167de7af71e4223cc9de))
1461
+ * **utils:** allow string processor in flat config ([024ed9e](https://github.com/typescript-eslint/typescript-eslint/commit/024ed9ed1222280d8010393d2abf810faea283b9))
1462
+
1463
+ 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.
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+ # [6.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0) (2023-11-13)
1470
+
1471
+
1472
+ ### Features
1473
+
1474
+ * 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))
1475
+ * **utils:** add ESLint `CodePath` selector types ([#7551](https://github.com/typescript-eslint/typescript-eslint/issues/7551)) ([99a026f](https://github.com/typescript-eslint/typescript-eslint/commit/99a026fe41b4b169914352fe66e7d5d687b300bf))
1476
+ * **utils:** update types to reflect `RuleContext` and `SourceCode` changes and deprecations ([#7812](https://github.com/typescript-eslint/typescript-eslint/issues/7812)) ([b73d8b2](https://github.com/typescript-eslint/typescript-eslint/commit/b73d8b21dea9c6697a68039ffba848d21b04402c))
1477
+
1478
+ 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.
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+ # [6.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) (2023-11-06)
1485
+
1486
+ **Note:** Version bump only for package @typescript-eslint/utils
1487
+
1488
+ 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.
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+ ## [6.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30)
1495
+
1496
+ **Note:** Version bump only for package @typescript-eslint/utils
1497
+
1498
+ 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.
1499
+
1500
+
1501
+
1502
+
1503
+
1504
+ # [6.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) (2023-10-23)
1505
+
1506
+ **Note:** Version bump only for package @typescript-eslint/utils
1507
+
1508
+ 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.
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+ # [6.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) (2023-10-16)
1515
+
1516
+ **Note:** Version bump only for package @typescript-eslint/utils
1517
+
1518
+ 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.
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+ ## [6.7.5](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09)
1525
+
1526
+ **Note:** Version bump only for package @typescript-eslint/utils
1527
+
1528
+ 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.
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+ ## [6.7.4](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02)
1535
+
1536
+ **Note:** Version bump only for package @typescript-eslint/utils
1537
+
1538
+ 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.
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+ ## [6.7.3](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25)
1545
+
1546
+
1547
+ ### Bug Fixes
1548
+
1549
+ * **utils:** type portability with `RuleCreator`, fix [#7605](https://github.com/typescript-eslint/typescript-eslint/issues/7605) ([#7690](https://github.com/typescript-eslint/typescript-eslint/issues/7690)) ([4e23591](https://github.com/typescript-eslint/typescript-eslint/commit/4e235919811614006d6ebbb7906200ec1b04fbf6))
1550
+
1551
+ 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.
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+ ## [6.7.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18)
1558
+
1559
+ **Note:** Version bump only for package @typescript-eslint/utils
1560
+
1561
+ 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.
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+ ## [6.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18)
1568
+
1569
+ **Note:** Version bump only for package @typescript-eslint/utils
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
+ # [6.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) (2023-09-11)
1578
+
1579
+ **Note:** Version bump only for package @typescript-eslint/utils
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
+ # [6.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) (2023-09-04)
1588
+
1589
+ **Note:** Version bump only for package @typescript-eslint/utils
1590
+
1591
+ 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.
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+ # [6.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) (2023-08-28)
1598
+
1599
+ **Note:** Version bump only for package @typescript-eslint/utils
1600
+
1601
+ 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.
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+ ## [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21)
1608
+
1609
+
1610
+ ### Bug Fixes
1611
+
1612
+ * **utils:** [ts-eslint] small type fixes ([#7474](https://github.com/typescript-eslint/typescript-eslint/issues/7474)) ([4402db1](https://github.com/typescript-eslint/typescript-eslint/commit/4402db1091976845538e4b79e6152abfd14849ff))
1613
+
1614
+ 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.
1615
+
1616
+
1617
+
1618
+
1619
+
1620
+ # [6.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0) (2023-08-14)
1621
+
1622
+
1623
+ ### Bug Fixes
1624
+
1625
+ * **utils:** add new properties since eslint 8.40.0 ([#7460](https://github.com/typescript-eslint/typescript-eslint/issues/7460)) ([660aff7](https://github.com/typescript-eslint/typescript-eslint/commit/660aff7253e2930311eac54a49f31b0367bf1485))
1626
+ * **utils:** add to JSONSchema4Type missing Array and Object ([#7406](https://github.com/typescript-eslint/typescript-eslint/issues/7406)) ([60df0bb](https://github.com/typescript-eslint/typescript-eslint/commit/60df0bbafb6247341784dfbdf932585eac88b637)), closes [/github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/json-schema/index.d.ts#L30](https://github.com//github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/json-schema/index.d.ts/issues/L30)
1627
+ * **utils:** remove deprecate tag added in [#7460](https://github.com/typescript-eslint/typescript-eslint/issues/7460) ([#7463](https://github.com/typescript-eslint/typescript-eslint/issues/7463)) ([c225b12](https://github.com/typescript-eslint/typescript-eslint/commit/c225b1215177b6de4c5131b950361b9ab4ba200e))
1628
+
1629
+ 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.
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+ # [6.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0) (2023-08-07)
1636
+
1637
+ **Note:** Version bump only for package @typescript-eslint/utils
1638
+
1639
+ 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.
1640
+
1641
+
1642
+
1643
+
1644
+
1645
+ ## [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1) (2023-07-31)
1646
+
1647
+ **Note:** Version bump only for package @typescript-eslint/utils
1648
+
1649
+ 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.
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+ # [6.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) (2023-07-24)
1656
+
1657
+ **Note:** Version bump only for package @typescript-eslint/utils
1658
+
1659
+ 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.
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+ # [6.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) (2023-07-17)
1666
+
1667
+
1668
+ ### Bug Fixes
1669
+
1670
+ * **eslint-plugin:** fix schemas across several rules and add schema tests ([#6947](https://github.com/typescript-eslint/typescript-eslint/issues/6947)) ([dd31bed](https://github.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601))
1671
+ * **utils:** accept null as default option in `applyDefault` ([#6724](https://github.com/typescript-eslint/typescript-eslint/issues/6724)) ([841889f](https://github.com/typescript-eslint/typescript-eslint/commit/841889f6bb598828e0df989bf607f847aba31601))
1672
+
1673
+
1674
+ ### Features
1675
+
1676
+ * **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#6754](https://github.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))
1677
+
1678
+ 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.
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+ # [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
1685
+
1686
+
1687
+ ### Bug Fixes
1688
+
1689
+ * 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))
1690
+ * **utils:** removed `TRuleListener` generic from the `createRule` ([#5036](https://github.com/typescript-eslint/typescript-eslint/issues/5036)) ([361f8bc](https://github.com/typescript-eslint/typescript-eslint/commit/361f8bcebe588fc7410a53e002c55118b0bfee85)), 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)
1691
+
1692
+
1693
+ ### chore
1694
+
1695
+ * 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))
1696
+
1697
+
1698
+ ### Features
1699
+
1700
+ * 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))
1701
+ * 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))
1702
+ * drop support for ESLint v6 ([#5972](https://github.com/typescript-eslint/typescript-eslint/issues/5972)) ([bda806d](https://github.com/typescript-eslint/typescript-eslint/commit/bda806d78ee46133587d9383baff52d796a594e5))
1703
+ * 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))
1704
+ * 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))
1705
+ * **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))
1706
+ * **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))
1707
+ * **eslint-plugin:** rework configs: recommended, strict, stylistic; -type-checked ([#5251](https://github.com/typescript-eslint/typescript-eslint/issues/5251)) ([5346b5b](https://github.com/typescript-eslint/typescript-eslint/commit/5346b5bbdbba81439ba761c282ba9cdcec7b45c8)), 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)
1708
+ * fork json schema types for better compat with ESLint rule validation ([#6963](https://github.com/typescript-eslint/typescript-eslint/issues/6963)) ([a4967f2](https://github.com/typescript-eslint/typescript-eslint/commit/a4967f2e8cc7b0432d8dfe804772e60042c5384c))
1709
+ * 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)
1710
+ * remove `RuleTester` in `/utils` in favour of the new `/rule-tester` package ([#6816](https://github.com/typescript-eslint/typescript-eslint/issues/6816)) ([c33f497](https://github.com/typescript-eslint/typescript-eslint/commit/c33f497ad8aec7c123c7374f7aff3e24025fe861))
1711
+ * remove partial type-information program ([#6066](https://github.com/typescript-eslint/typescript-eslint/issues/6066)) ([7fc062a](https://github.com/typescript-eslint/typescript-eslint/commit/7fc062abc30a73093cd943c2cb808ae373fe12d9))
1712
+ * **utils:** remove (ts-)eslint-scope types ([#5256](https://github.com/typescript-eslint/typescript-eslint/issues/5256)) ([df54175](https://github.com/typescript-eslint/typescript-eslint/commit/df541751c6510f5d15d863f515cff3748fd9e688))
1713
+ * **utils:** remove obsolete `meta.docs.suggestion` rule type ([#5967](https://github.com/typescript-eslint/typescript-eslint/issues/5967)) ([f424b2a](https://github.com/typescript-eslint/typescript-eslint/commit/f424b2a519595283be01149f0e13eb7f869bd247))
1714
+
1715
+
1716
+ ### BREAKING CHANGES
1717
+
1718
+ * drop support for ESLint v6
1719
+ * drops support for node v17
1720
+ * **utils:** Removes `meta.docs.suggestion` property
1721
+ * drops support for node v12
1722
+
1723
+ 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.
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+ # [5.62.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0) (2023-07-10)
1730
+
1731
+ **Note:** Version bump only for package @typescript-eslint/utils
1732
+
1733
+ 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.
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+ # [5.61.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0) (2023-07-03)
1740
+
1741
+ **Note:** Version bump only for package @typescript-eslint/utils
1742
+
1743
+ 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.
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+ ## [5.60.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26)
1750
+
1751
+ **Note:** Version bump only for package @typescript-eslint/utils
1752
+
1753
+ 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.
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+ # [5.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)
1760
+
1761
+ **Note:** Version bump only for package @typescript-eslint/utils
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+ ## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)
1768
+
1769
+ **Note:** Version bump only for package @typescript-eslint/utils
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+ ## [5.59.10](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12)
1776
+
1777
+ **Note:** Version bump only for package @typescript-eslint/utils
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+ ## [5.59.9](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05)
1784
+
1785
+ **Note:** Version bump only for package @typescript-eslint/utils
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+ ## [5.59.8](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29)
1792
+
1793
+ **Note:** Version bump only for package @typescript-eslint/utils
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+ ## [5.59.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22)
1800
+
1801
+ **Note:** Version bump only for package @typescript-eslint/utils
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+ ## [5.59.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15)
1808
+
1809
+ **Note:** Version bump only for package @typescript-eslint/utils
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+ ## [5.59.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08)
1816
+
1817
+ **Note:** Version bump only for package @typescript-eslint/utils
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+ ## [5.59.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08)
1824
+
1825
+ **Note:** Version bump only for package @typescript-eslint/utils
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+ ## [5.59.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08)
1832
+
1833
+ **Note:** Version bump only for package @typescript-eslint/utils
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+ ## [5.59.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01)
1840
+
1841
+ **Note:** Version bump only for package @typescript-eslint/utils
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+ ## [5.59.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24)
1848
+
1849
+ **Note:** Version bump only for package @typescript-eslint/utils
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+ # [5.59.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0) (2023-04-17)
1856
+
1857
+ **Note:** Version bump only for package @typescript-eslint/utils
1858
+
1859
+
1860
+
1861
+
1862
+
1863
+ # [5.58.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0) (2023-04-10)
1864
+
1865
+ **Note:** Version bump only for package @typescript-eslint/utils
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+ ## [5.57.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1) (2023-04-03)
1872
+
1873
+ **Note:** Version bump only for package @typescript-eslint/utils
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+ # [5.57.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.56.0...v5.57.0) (2023-03-27)
1880
+
1881
+ **Note:** Version bump only for package @typescript-eslint/utils
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+ # [5.56.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0) (2023-03-20)
1888
+
1889
+ **Note:** Version bump only for package @typescript-eslint/utils
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+ # [5.55.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0) (2023-03-13)
1896
+
1897
+
1898
+ ### Features
1899
+
1900
+ * use [@eslint-community](https://github.com/eslint-community) dependencies ([#6603](https://github.com/typescript-eslint/typescript-eslint/issues/6603)) ([5f6ed73](https://github.com/typescript-eslint/typescript-eslint/commit/5f6ed738a2b8c08878999e24477e3c206a0ade1b))
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+ ## [5.54.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1) (2023-03-06)
1907
+
1908
+ **Note:** Version bump only for package @typescript-eslint/utils
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+ # [5.54.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0) (2023-02-27)
1915
+
1916
+ **Note:** Version bump only for package @typescript-eslint/utils
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+ # [5.53.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0) (2023-02-20)
1923
+
1924
+ **Note:** Version bump only for package @typescript-eslint/utils
1925
+
1926
+
1927
+
1928
+
1929
+
1930
+ # [5.52.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0) (2023-02-13)
1931
+
1932
+ **Note:** Version bump only for package @typescript-eslint/utils
1933
+
1934
+
1935
+
1936
+
1937
+
1938
+ # [5.51.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0) (2023-02-06)
1939
+
1940
+
1941
+ ### Features
1942
+
1943
+ * **eslint-plugin:** [no-import-type-side-effects] add rule to warn against runtime side effects with `verbatimModuleSyntax` ([#6394](https://github.com/typescript-eslint/typescript-eslint/issues/6394)) ([b14d3be](https://github.com/typescript-eslint/typescript-eslint/commit/b14d3be0f305d71e0adfc9381e9de993898b2b43))
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+ # [5.50.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0) (2023-01-31)
1950
+
1951
+ **Note:** Version bump only for package @typescript-eslint/utils
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+ # [5.49.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0) (2023-01-23)
1958
+
1959
+ **Note:** Version bump only for package @typescript-eslint/utils
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+ ## [5.48.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2) (2023-01-16)
1966
+
1967
+ **Note:** Version bump only for package @typescript-eslint/utils
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+ ## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
1974
+
1975
+ **Note:** Version bump only for package @typescript-eslint/utils
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+ # [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
1982
+
1983
+ **Note:** Version bump only for package @typescript-eslint/utils
1984
+
1985
+ ## [5.47.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1) (2022-12-26)
1986
+
1987
+ **Note:** Version bump only for package @typescript-eslint/utils
1988
+
1989
+ # [5.47.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0) (2022-12-19)
1990
+
1991
+ **Note:** Version bump only for package @typescript-eslint/utils
1992
+
1993
+ ## [5.46.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) (2022-12-12)
1994
+
1995
+ **Note:** Version bump only for package @typescript-eslint/utils
1996
+
1997
+ # [5.46.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) (2022-12-08)
1998
+
1999
+ **Note:** Version bump only for package @typescript-eslint/utils
2000
+
2001
+ ## [5.45.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05)
2002
+
2003
+ **Note:** Version bump only for package @typescript-eslint/utils
2004
+
2005
+ # [5.45.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) (2022-11-28)
2006
+
2007
+ **Note:** Version bump only for package @typescript-eslint/utils
2008
+
2009
+ # [5.44.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) (2022-11-21)
2010
+
2011
+ **Note:** Version bump only for package @typescript-eslint/utils
2012
+
2013
+ # [5.43.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0) (2022-11-14)
2014
+
2015
+ **Note:** Version bump only for package @typescript-eslint/utils
2016
+
2017
+ ## [5.42.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) (2022-11-07)
2018
+
2019
+ **Note:** Version bump only for package @typescript-eslint/utils
2020
+
2021
+ # [5.42.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0) (2022-10-31)
2022
+
2023
+ ### Features
2024
+
2025
+ - **utils:** add `RuleTester` API for top-level dependency constraints ([#5896](https://github.com/typescript-eslint/typescript-eslint/issues/5896)) ([0520d53](https://github.com/typescript-eslint/typescript-eslint/commit/0520d53536af411d66ce2ce0dd478365e67adbac))
2026
+
2027
+ # [5.41.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0) (2022-10-24)
2028
+
2029
+ **Note:** Version bump only for package @typescript-eslint/utils
2030
+
2031
+ ## [5.40.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1) (2022-10-17)
2032
+
2033
+ ### Bug Fixes
2034
+
2035
+ - **utils:** add missing dependency on `@types/semver` ([#5825](https://github.com/typescript-eslint/typescript-eslint/issues/5825)) ([17b8879](https://github.com/typescript-eslint/typescript-eslint/commit/17b887933a0640d6fe843622e0520c0315144bb7))
2036
+
2037
+ # [5.40.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0) (2022-10-10)
2038
+
2039
+ ### Features
2040
+
2041
+ - **utils:** add dependency constraint filtering for `RuleTester` ([#5750](https://github.com/typescript-eslint/typescript-eslint/issues/5750)) ([121f4c0](https://github.com/typescript-eslint/typescript-eslint/commit/121f4c0e7252def95d917e4734e933e53e29d501))
2042
+
2043
+ # [5.39.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0) (2022-10-03)
2044
+
2045
+ **Note:** Version bump only for package @typescript-eslint/utils
2046
+
2047
+ ## [5.38.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26)
2048
+
2049
+ **Note:** Version bump only for package @typescript-eslint/utils
2050
+
2051
+ # [5.38.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) (2022-09-19)
2052
+
2053
+ **Note:** Version bump only for package @typescript-eslint/utils
2054
+
2055
+ # [5.37.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0) (2022-09-12)
2056
+
2057
+ **Note:** Version bump only for package @typescript-eslint/utils
2058
+
2059
+ ## [5.36.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) (2022-09-05)
2060
+
2061
+ **Note:** Version bump only for package @typescript-eslint/utils
2062
+
2063
+ ## [5.36.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1) (2022-08-30)
2064
+
2065
+ **Note:** Version bump only for package @typescript-eslint/utils
2066
+
2067
+ # [5.36.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.1...v5.36.0) (2022-08-30)
2068
+
2069
+ ### Features
2070
+
2071
+ - support TypeScript 4.8 ([#5551](https://github.com/typescript-eslint/typescript-eslint/issues/5551)) ([81450ed](https://github.com/typescript-eslint/typescript-eslint/commit/81450ed7eaede74b384e9a91a84e9b4d34513866))
2072
+
2073
+ ## [5.35.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1) (2022-08-24)
2074
+
2075
+ **Note:** Version bump only for package @typescript-eslint/utils
2076
+
2077
+ # [5.35.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0) (2022-08-24)
2078
+
2079
+ **Note:** Version bump only for package @typescript-eslint/utils
2080
+
2081
+ # [5.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.34.0) (2022-08-22)
2082
+
2083
+ ### Features
2084
+
2085
+ - **eslint-plugin:** [prefer-optional-chain] support suggesting `!foo || !foo.bar` as a valid match for the rule ([#5266](https://github.com/typescript-eslint/typescript-eslint/issues/5266)) ([aca935c](https://github.com/typescript-eslint/typescript-eslint/commit/aca935c9696712d4aff18144c4690db4d6ba9bf9))
2086
+
2087
+ ## [5.33.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1) (2022-08-15)
2088
+
2089
+ **Note:** Version bump only for package @typescript-eslint/utils
2090
+
2091
+ # [5.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0) (2022-08-08)
2092
+
2093
+ **Note:** Version bump only for package @typescript-eslint/utils
2094
+
2095
+ # [5.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.31.0...v5.32.0) (2022-08-01)
2096
+
2097
+ **Note:** Version bump only for package @typescript-eslint/utils
2098
+
2099
+ # [5.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0) (2022-07-25)
2100
+
2101
+ **Note:** Version bump only for package @typescript-eslint/utils
2102
+
2103
+ ## [5.30.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) (2022-07-18)
2104
+
2105
+ **Note:** Version bump only for package @typescript-eslint/utils
2106
+
2107
+ ## [5.30.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) (2022-07-11)
2108
+
2109
+ **Note:** Version bump only for package @typescript-eslint/utils
2110
+
2111
+ ## [5.30.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) (2022-07-04)
2112
+
2113
+ **Note:** Version bump only for package @typescript-eslint/utils
2114
+
2115
+ ## [5.30.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) (2022-07-03)
2116
+
2117
+ **Note:** Version bump only for package @typescript-eslint/utils
2118
+
2119
+ ## [5.30.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) (2022-07-01)
2120
+
2121
+ **Note:** Version bump only for package @typescript-eslint/utils
2122
+
2123
+ ## [5.30.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) (2022-07-01)
2124
+
2125
+ **Note:** Version bump only for package @typescript-eslint/utils
2126
+
2127
+ ## 5.30.1 (2022-07-01)
2128
+
2129
+ **Note:** Version bump only for package @typescript-eslint/utils
2130
+
2131
+ # [5.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.29.0...v5.30.0) (2022-06-27)
2132
+
2133
+ **Note:** Version bump only for package @typescript-eslint/utils
2134
+
2135
+ # [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)
2136
+
2137
+ **Note:** Version bump only for package @typescript-eslint/utils
2138
+
2139
+ # [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)
2140
+
2141
+ ### Features
2142
+
2143
+ - **eslint-plugin:** [consistent-generic-constructors] add rule ([#4924](https://github.com/typescript-eslint/typescript-eslint/issues/4924)) ([921cdf1](https://github.com/typescript-eslint/typescript-eslint/commit/921cdf17e548845311d0591249616ec844503926))
2144
+
2145
+ ## [5.27.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) (2022-06-06)
2146
+
2147
+ **Note:** Version bump only for package @typescript-eslint/utils
2148
+
2149
+ # [5.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.26.0...v5.27.0) (2022-05-30)
2150
+
2151
+ ### Features
2152
+
2153
+ - [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))
2154
+
2155
+ # [5.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.25.0...v5.26.0) (2022-05-23)
2156
+
2157
+ **Note:** Version bump only for package @typescript-eslint/utils
2158
+
2159
+ # [5.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.24.0...v5.25.0) (2022-05-17)
2160
+
2161
+ ### Features
2162
+
2163
+ - 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))
2164
+
2165
+ # [5.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.23.0...v5.24.0) (2022-05-16)
2166
+
2167
+ ### Features
2168
+
2169
+ - **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))
2170
+
2171
+ # [5.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.22.0...v5.23.0) (2022-05-09)
2172
+
2173
+ ### Features
2174
+
2175
+ - **utils:** update eslint types ([#4896](https://github.com/typescript-eslint/typescript-eslint/issues/4896)) ([da48527](https://github.com/typescript-eslint/typescript-eslint/commit/da485279f13cb95db1ee131a4f9c5367d54020fe))
2176
+
2177
+ # [5.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.21.0...v5.22.0) (2022-05-02)
2178
+
2179
+ **Note:** Version bump only for package @typescript-eslint/utils
2180
+
2181
+ # [5.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.20.0...v5.21.0) (2022-04-25)
2182
+
2183
+ **Note:** Version bump only for package @typescript-eslint/utils
2184
+
2185
+ # [5.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.19.0...v5.20.0) (2022-04-18)
2186
+
2187
+ **Note:** Version bump only for package @typescript-eslint/utils
2188
+
2189
+ # [5.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.18.0...v5.19.0) (2022-04-11)
2190
+
2191
+ **Note:** Version bump only for package @typescript-eslint/utils
2192
+
2193
+ # [5.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.17.0...v5.18.0) (2022-04-04)
2194
+
2195
+ **Note:** Version bump only for package @typescript-eslint/utils
2196
+
2197
+ # [5.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.16.0...v5.17.0) (2022-03-28)
2198
+
2199
+ **Note:** Version bump only for package @typescript-eslint/utils
2200
+
2201
+ # [5.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0) (2022-03-21)
2202
+
2203
+ ### Bug Fixes
2204
+
2205
+ - **utils:** RuleTester: Only call afterAll if defined ([#4656](https://github.com/typescript-eslint/typescript-eslint/issues/4656)) ([0fe0683](https://github.com/typescript-eslint/typescript-eslint/commit/0fe0683effe4c7390806a72c6aa7795445a67929))
2206
+
2207
+ # [5.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.14.0...v5.15.0) (2022-03-14)
2208
+
2209
+ **Note:** Version bump only for package @typescript-eslint/utils
2210
+
2211
+ # [5.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0) (2022-03-07)
2212
+
2213
+ **Note:** Version bump only for package @typescript-eslint/utils
2214
+
2215
+ # [5.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.1...v5.13.0) (2022-02-28)
2216
+
2217
+ ### Features
2218
+
2219
+ - **eslint-plugin:** add extension rule `space-before-blocks` ([#1606](https://github.com/typescript-eslint/typescript-eslint/issues/1606)) ([#4184](https://github.com/typescript-eslint/typescript-eslint/issues/4184)) ([208b6d0](https://github.com/typescript-eslint/typescript-eslint/commit/208b6d02252dff2bf272329d3e4a4a82e56c52c0))
2220
+ - **utils:** expose `ast-utils`' helpers ([#4503](https://github.com/typescript-eslint/typescript-eslint/issues/4503)) ([f106e4b](https://github.com/typescript-eslint/typescript-eslint/commit/f106e4b95e824ebb68141bce3d3207448d50c860))
2221
+ - **utils:** extract `isNotTokenOfTypeWithConditions` out of `ast-utils`' `predicates` ([#4502](https://github.com/typescript-eslint/typescript-eslint/issues/4502)) ([66501d6](https://github.com/typescript-eslint/typescript-eslint/commit/66501d6dd7e97c22c671efaa6d1ba8237907e417))
2222
+
2223
+ ## [5.12.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.0...v5.12.1) (2022-02-21)
2224
+
2225
+ **Note:** Version bump only for package @typescript-eslint/utils
2226
+
2227
+ # [5.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.11.0...v5.12.0) (2022-02-14)
2228
+
2229
+ **Note:** Version bump only for package @typescript-eslint/utils
2230
+
2231
+ # [5.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.2...v5.11.0) (2022-02-07)
2232
+
2233
+ **Note:** Version bump only for package @typescript-eslint/utils
2234
+
2235
+ ## [5.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2) (2022-01-31)
2236
+
2237
+ **Note:** Version bump only for package @typescript-eslint/utils
2238
+
2239
+ ## [5.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1) (2022-01-24)
2240
+
2241
+ **Note:** Version bump only for package @typescript-eslint/utils
2242
+
2243
+ # [5.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.1...v5.10.0) (2022-01-17)
2244
+
2245
+ ### Features
2246
+
2247
+ - rename `experimental-utils` to `utils` and make `experimental-utils` an alias to the new package ([#4172](https://github.com/typescript-eslint/typescript-eslint/issues/4172)) ([1d55a75](https://github.com/typescript-eslint/typescript-eslint/commit/1d55a7511b38d8e2b2eabe59f639e0a865e6c93f))