@typescript-eslint/utils 8.67.1-alpha.2 → 8.67.1-alpha.21

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