@typescript-eslint/rule-tester 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.
- package/CHANGELOG.md +1563 -0
- package/dist/RuleTester.js +1 -0
- package/dist/TestFramework.js +1 -0
- package/dist/index.js +1 -0
- package/dist/noFormat.js +1 -0
- package/dist/types/AssertionOptions.js +1 -0
- package/dist/types/DependencyConstraint.js +1 -0
- package/dist/types/InvalidTestCase.js +1 -0
- package/dist/types/RuleTesterConfig.js +1 -0
- package/dist/types/ValidTestCase.js +1 -0
- package/dist/types/index.js +1 -0
- package/dist/utils/SourceCodeFixer.js +1 -0
- package/dist/utils/ajv.js +1 -0
- package/dist/utils/cloneDeeplyExcludesParent.js +1 -0
- package/dist/utils/config-validator.js +1 -0
- package/dist/utils/dependencyConstraints.js +1 -0
- package/dist/utils/deprecation-warnings.js +1 -0
- package/dist/utils/flat-config-schema.js +1 -0
- package/dist/utils/freezeDeeply.js +1 -0
- package/dist/utils/getRuleOptionsSchema.js +1 -0
- package/dist/utils/hasOwnProperty.js +1 -0
- package/dist/utils/interpolate.js +1 -0
- package/dist/utils/isReadonlyArray.js +1 -0
- package/dist/utils/omitCustomConfigProperties.js +1 -0
- package/dist/utils/serialization.js +1 -0
- package/dist/utils/severity.js +1 -0
- package/dist/utils/validationHelpers.js +1 -0
- package/package.json +6 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1563 @@
|
|
|
1
|
+
## 8.67.0 (2026-08-10)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for rule-tester 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 rule-tester 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 rule-tester 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 rule-tester 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 rule-tester 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 rule-tester 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 rule-tester 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 rule-tester 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
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
82
|
+
|
|
83
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.1) for more information.
|
|
84
|
+
|
|
85
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
86
|
+
|
|
87
|
+
## 8.60.0 (2026-05-25)
|
|
88
|
+
|
|
89
|
+
### 🚀 Features
|
|
90
|
+
|
|
91
|
+
- **rule-tester:** added updates of RuleTester from upstream ([#12291](https://github.com/typescript-eslint/typescript-eslint/pull/12291))
|
|
92
|
+
|
|
93
|
+
### ❤️ Thank You
|
|
94
|
+
|
|
95
|
+
- Vinccool96
|
|
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 rule-tester 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 rule-tester 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
|
+
### 🩹 Fixes
|
|
120
|
+
|
|
121
|
+
- **rule-tester:** add TypeScript as a peer dependency ([#12288](https://github.com/typescript-eslint/typescript-eslint/pull/12288))
|
|
122
|
+
|
|
123
|
+
### ❤️ Thank You
|
|
124
|
+
|
|
125
|
+
- Dariusz Czajkowski
|
|
126
|
+
|
|
127
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.2) for more information.
|
|
128
|
+
|
|
129
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
130
|
+
|
|
131
|
+
## 8.59.1 (2026-04-27)
|
|
132
|
+
|
|
133
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
134
|
+
|
|
135
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
|
|
136
|
+
|
|
137
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
138
|
+
|
|
139
|
+
## 8.59.0 (2026-04-20)
|
|
140
|
+
|
|
141
|
+
### 🚀 Features
|
|
142
|
+
|
|
143
|
+
- **eslint-plugin:** [no-unnecessary-type-assertion] report more cases based on assignability ([#11789](https://github.com/typescript-eslint/typescript-eslint/pull/11789))
|
|
144
|
+
|
|
145
|
+
### ❤️ Thank You
|
|
146
|
+
|
|
147
|
+
- Ulrich Stark
|
|
148
|
+
|
|
149
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
|
|
150
|
+
|
|
151
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
152
|
+
|
|
153
|
+
## 8.58.2 (2026-04-13)
|
|
154
|
+
|
|
155
|
+
### 🩹 Fixes
|
|
156
|
+
|
|
157
|
+
- remove tsbuildinfo cache file from published packages ([#12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
|
|
158
|
+
|
|
159
|
+
### ❤️ Thank You
|
|
160
|
+
|
|
161
|
+
- Abhijeet Singh @cseas
|
|
162
|
+
|
|
163
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
|
|
164
|
+
|
|
165
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
166
|
+
|
|
167
|
+
## 8.58.1 (2026-04-08)
|
|
168
|
+
|
|
169
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
170
|
+
|
|
171
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
|
|
172
|
+
|
|
173
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
174
|
+
|
|
175
|
+
## 8.58.0 (2026-03-30)
|
|
176
|
+
|
|
177
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
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 rule-tester 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 rule-tester 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 rule-tester 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 rule-tester 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
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
238
|
+
|
|
239
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0) for more information.
|
|
240
|
+
|
|
241
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
242
|
+
|
|
243
|
+
## 8.54.0 (2026-01-26)
|
|
244
|
+
|
|
245
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
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.53.1 (2026-01-19)
|
|
250
|
+
|
|
251
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
252
|
+
|
|
253
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
254
|
+
|
|
255
|
+
## 8.53.0 (2026-01-12)
|
|
256
|
+
|
|
257
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
258
|
+
|
|
259
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
260
|
+
|
|
261
|
+
## 8.52.0 (2026-01-05)
|
|
262
|
+
|
|
263
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
264
|
+
|
|
265
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
266
|
+
|
|
267
|
+
## 8.51.0 (2025-12-29)
|
|
268
|
+
|
|
269
|
+
### 🚀 Features
|
|
270
|
+
|
|
271
|
+
- **eslint-plugin:** expose rule name via RuleModule interface ([#11719](https://github.com/typescript-eslint/typescript-eslint/pull/11719))
|
|
272
|
+
|
|
273
|
+
### ❤️ Thank You
|
|
274
|
+
|
|
275
|
+
- Josh Goldberg ✨
|
|
276
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
277
|
+
- Yukihiro Hasegawa @y-hsgw
|
|
278
|
+
|
|
279
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
280
|
+
|
|
281
|
+
## 8.50.1 (2025-12-22)
|
|
282
|
+
|
|
283
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
284
|
+
|
|
285
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
286
|
+
|
|
287
|
+
## 8.50.0 (2025-12-15)
|
|
288
|
+
|
|
289
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
290
|
+
|
|
291
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
292
|
+
|
|
293
|
+
## 8.49.0 (2025-12-08)
|
|
294
|
+
|
|
295
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
296
|
+
|
|
297
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
298
|
+
|
|
299
|
+
## 8.48.1 (2025-12-02)
|
|
300
|
+
|
|
301
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
302
|
+
|
|
303
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
304
|
+
|
|
305
|
+
## 8.48.0 (2025-11-24)
|
|
306
|
+
|
|
307
|
+
### 🚀 Features
|
|
308
|
+
|
|
309
|
+
- **rule-tester:** remove workaround for jest circular structure error ([#11772](https://github.com/typescript-eslint/typescript-eslint/pull/11772))
|
|
310
|
+
|
|
311
|
+
### ❤️ Thank You
|
|
312
|
+
|
|
313
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
314
|
+
|
|
315
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
316
|
+
|
|
317
|
+
## 8.47.0 (2025-11-17)
|
|
318
|
+
|
|
319
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
320
|
+
|
|
321
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
322
|
+
|
|
323
|
+
## 8.46.4 (2025-11-10)
|
|
324
|
+
|
|
325
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
326
|
+
|
|
327
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
328
|
+
|
|
329
|
+
## 8.46.3 (2025-11-03)
|
|
330
|
+
|
|
331
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
332
|
+
|
|
333
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
334
|
+
|
|
335
|
+
## 8.46.2 (2025-10-20)
|
|
336
|
+
|
|
337
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
338
|
+
|
|
339
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
340
|
+
|
|
341
|
+
## 8.46.1 (2025-10-13)
|
|
342
|
+
|
|
343
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
344
|
+
|
|
345
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
346
|
+
|
|
347
|
+
## 8.46.0 (2025-10-06)
|
|
348
|
+
|
|
349
|
+
### 🩹 Fixes
|
|
350
|
+
|
|
351
|
+
- **rule-tester:** deprecate TestCaseError#type and LintMessage#nodeType ([#11628](https://github.com/typescript-eslint/typescript-eslint/pull/11628))
|
|
352
|
+
|
|
353
|
+
### ❤️ Thank You
|
|
354
|
+
|
|
355
|
+
- Mark de Dios @peanutenthusiast
|
|
356
|
+
|
|
357
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
358
|
+
|
|
359
|
+
## 8.45.0 (2025-09-29)
|
|
360
|
+
|
|
361
|
+
### 🚀 Features
|
|
362
|
+
|
|
363
|
+
- **eslint-plugin:** expose rule name via RuleModule interface ([#11616](https://github.com/typescript-eslint/typescript-eslint/pull/11616))
|
|
364
|
+
|
|
365
|
+
### ❤️ Thank You
|
|
366
|
+
|
|
367
|
+
- Yukihiro Hasegawa @y-hsgw
|
|
368
|
+
|
|
369
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
370
|
+
|
|
371
|
+
## 8.44.1 (2025-09-22)
|
|
372
|
+
|
|
373
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
374
|
+
|
|
375
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
376
|
+
|
|
377
|
+
## 8.44.0 (2025-09-15)
|
|
378
|
+
|
|
379
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
380
|
+
|
|
381
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
382
|
+
|
|
383
|
+
## 8.43.0 (2025-09-08)
|
|
384
|
+
|
|
385
|
+
### 🩹 Fixes
|
|
386
|
+
|
|
387
|
+
- **rule-tester:** normalize paths before checking if they escape cwd ([#11525](https://github.com/typescript-eslint/typescript-eslint/pull/11525))
|
|
388
|
+
|
|
389
|
+
### ❤️ Thank You
|
|
390
|
+
|
|
391
|
+
- Dima @dbarabashh
|
|
392
|
+
|
|
393
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
394
|
+
|
|
395
|
+
## 8.42.0 (2025-09-02)
|
|
396
|
+
|
|
397
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
398
|
+
|
|
399
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
400
|
+
|
|
401
|
+
## 8.41.0 (2025-08-25)
|
|
402
|
+
|
|
403
|
+
### 🚀 Features
|
|
404
|
+
|
|
405
|
+
- tighten `tsconfigRootDir` validation ([#11463](https://github.com/typescript-eslint/typescript-eslint/pull/11463))
|
|
406
|
+
|
|
407
|
+
### ❤️ Thank You
|
|
408
|
+
|
|
409
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
410
|
+
|
|
411
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
412
|
+
|
|
413
|
+
## 8.40.0 (2025-08-18)
|
|
414
|
+
|
|
415
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
416
|
+
|
|
417
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
418
|
+
|
|
419
|
+
## 8.39.1 (2025-08-11)
|
|
420
|
+
|
|
421
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
422
|
+
|
|
423
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
424
|
+
|
|
425
|
+
## 8.39.0 (2025-08-04)
|
|
426
|
+
|
|
427
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
428
|
+
|
|
429
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
430
|
+
|
|
431
|
+
## 8.38.0 (2025-07-21)
|
|
432
|
+
|
|
433
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
434
|
+
|
|
435
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
436
|
+
|
|
437
|
+
## 8.37.0 (2025-07-14)
|
|
438
|
+
|
|
439
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
440
|
+
|
|
441
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
442
|
+
|
|
443
|
+
## 8.36.0 (2025-07-07)
|
|
444
|
+
|
|
445
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
446
|
+
|
|
447
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
448
|
+
|
|
449
|
+
## 8.35.1 (2025-06-30)
|
|
450
|
+
|
|
451
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
452
|
+
|
|
453
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
454
|
+
|
|
455
|
+
## 8.35.0 (2025-06-23)
|
|
456
|
+
|
|
457
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
458
|
+
|
|
459
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
460
|
+
|
|
461
|
+
## 8.34.1 (2025-06-16)
|
|
462
|
+
|
|
463
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
464
|
+
|
|
465
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
466
|
+
|
|
467
|
+
## 8.34.0 (2025-06-09)
|
|
468
|
+
|
|
469
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
470
|
+
|
|
471
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
472
|
+
|
|
473
|
+
## 8.33.1 (2025-06-02)
|
|
474
|
+
|
|
475
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
476
|
+
|
|
477
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
478
|
+
|
|
479
|
+
## 8.33.0 (2025-05-26)
|
|
480
|
+
|
|
481
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
482
|
+
|
|
483
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
484
|
+
|
|
485
|
+
## 8.32.1 (2025-05-12)
|
|
486
|
+
|
|
487
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
488
|
+
|
|
489
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
490
|
+
|
|
491
|
+
## 8.32.0 (2025-05-05)
|
|
492
|
+
|
|
493
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
494
|
+
|
|
495
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
496
|
+
|
|
497
|
+
## 8.31.1 (2025-04-28)
|
|
498
|
+
|
|
499
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
500
|
+
|
|
501
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
502
|
+
|
|
503
|
+
## 8.31.0 (2025-04-21)
|
|
504
|
+
|
|
505
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
506
|
+
|
|
507
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
508
|
+
|
|
509
|
+
## 8.30.1 (2025-04-14)
|
|
510
|
+
|
|
511
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
512
|
+
|
|
513
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
514
|
+
|
|
515
|
+
## 8.30.0 (2025-04-14)
|
|
516
|
+
|
|
517
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
518
|
+
|
|
519
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
520
|
+
|
|
521
|
+
## 8.29.1 (2025-04-07)
|
|
522
|
+
|
|
523
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
524
|
+
|
|
525
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
526
|
+
|
|
527
|
+
## 8.29.0 (2025-03-31)
|
|
528
|
+
|
|
529
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
530
|
+
|
|
531
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
532
|
+
|
|
533
|
+
## 8.28.0 (2025-03-24)
|
|
534
|
+
|
|
535
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
536
|
+
|
|
537
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
538
|
+
|
|
539
|
+
## 8.27.0 (2025-03-17)
|
|
540
|
+
|
|
541
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
542
|
+
|
|
543
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
544
|
+
|
|
545
|
+
## 8.26.1 (2025-03-10)
|
|
546
|
+
|
|
547
|
+
### 🩹 Fixes
|
|
548
|
+
|
|
549
|
+
- **rule-tester:** export `TestLanguageOptions` ([#10930](https://github.com/typescript-eslint/typescript-eslint/pull/10930))
|
|
550
|
+
|
|
551
|
+
### ❤️ Thank You
|
|
552
|
+
|
|
553
|
+
- Dave @reduckted
|
|
554
|
+
|
|
555
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
556
|
+
|
|
557
|
+
## 8.26.0 (2025-03-03)
|
|
558
|
+
|
|
559
|
+
### 🚀 Features
|
|
560
|
+
|
|
561
|
+
- **rule-tester:** export `TestLanguageOptions` ([#10892](https://github.com/typescript-eslint/typescript-eslint/pull/10892))
|
|
562
|
+
|
|
563
|
+
### 🩹 Fixes
|
|
564
|
+
|
|
565
|
+
- **rule-tester:** Add missing `parser` dependency ([#10909](https://github.com/typescript-eslint/typescript-eslint/pull/10909))
|
|
566
|
+
|
|
567
|
+
### ❤️ Thank You
|
|
568
|
+
|
|
569
|
+
- Dave @reduckted
|
|
570
|
+
- fregante @fregante
|
|
571
|
+
|
|
572
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
573
|
+
|
|
574
|
+
## 8.25.0 (2025-02-24)
|
|
575
|
+
|
|
576
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
577
|
+
|
|
578
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
579
|
+
|
|
580
|
+
## 8.24.1 (2025-02-17)
|
|
581
|
+
|
|
582
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
583
|
+
|
|
584
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
585
|
+
|
|
586
|
+
## 8.24.0 (2025-02-10)
|
|
587
|
+
|
|
588
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
589
|
+
|
|
590
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
591
|
+
|
|
592
|
+
## 8.23.0 (2025-02-03)
|
|
593
|
+
|
|
594
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
595
|
+
|
|
596
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
597
|
+
|
|
598
|
+
## 8.22.0 (2025-01-27)
|
|
599
|
+
|
|
600
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
601
|
+
|
|
602
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
603
|
+
|
|
604
|
+
## 8.21.0 (2025-01-20)
|
|
605
|
+
|
|
606
|
+
### 🩹 Fixes
|
|
607
|
+
|
|
608
|
+
- **eslint-plugin-internal:** [debug-namespace] on windows ([#10661](https://github.com/typescript-eslint/typescript-eslint/pull/10661))
|
|
609
|
+
|
|
610
|
+
### ❤️ Thank You
|
|
611
|
+
|
|
612
|
+
- Arya Emami @aryaemami59
|
|
613
|
+
|
|
614
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
615
|
+
|
|
616
|
+
## 8.20.0 (2025-01-13)
|
|
617
|
+
|
|
618
|
+
### 🚀 Features
|
|
619
|
+
|
|
620
|
+
- **eslint-plugin:** [no-misused-spread] add new rule ([#10551](https://github.com/typescript-eslint/typescript-eslint/pull/10551))
|
|
621
|
+
|
|
622
|
+
### ❤️ Thank You
|
|
623
|
+
|
|
624
|
+
- Josh Goldberg ✨
|
|
625
|
+
|
|
626
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
627
|
+
|
|
628
|
+
## 8.19.1 (2025-01-06)
|
|
629
|
+
|
|
630
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
631
|
+
|
|
632
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
633
|
+
|
|
634
|
+
## 8.19.0 (2024-12-30)
|
|
635
|
+
|
|
636
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
637
|
+
|
|
638
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
639
|
+
|
|
640
|
+
## 8.18.2 (2024-12-23)
|
|
641
|
+
|
|
642
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
643
|
+
|
|
644
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
645
|
+
|
|
646
|
+
## 8.18.1 (2024-12-16)
|
|
647
|
+
|
|
648
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
649
|
+
|
|
650
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
651
|
+
|
|
652
|
+
## 8.18.0 (2024-12-09)
|
|
653
|
+
|
|
654
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
655
|
+
|
|
656
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
657
|
+
|
|
658
|
+
## 8.17.0 (2024-12-02)
|
|
659
|
+
|
|
660
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
661
|
+
|
|
662
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
663
|
+
|
|
664
|
+
## 8.16.0 (2024-11-25)
|
|
665
|
+
|
|
666
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
667
|
+
|
|
668
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
669
|
+
|
|
670
|
+
## 8.15.0 (2024-11-18)
|
|
671
|
+
|
|
672
|
+
### 🚀 Features
|
|
673
|
+
|
|
674
|
+
- **rule-tester:** run method - avoid to infer type parameter from `tests` param ([#10324](https://github.com/typescript-eslint/typescript-eslint/pull/10324))
|
|
675
|
+
|
|
676
|
+
### ❤️ Thank You
|
|
677
|
+
|
|
678
|
+
- Marco Pasqualetti @marcalexiei
|
|
679
|
+
|
|
680
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
681
|
+
|
|
682
|
+
## 8.14.0 (2024-11-11)
|
|
683
|
+
|
|
684
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
685
|
+
|
|
686
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
687
|
+
|
|
688
|
+
## 8.13.0 (2024-11-04)
|
|
689
|
+
|
|
690
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
691
|
+
|
|
692
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
693
|
+
|
|
694
|
+
## 8.12.2 (2024-10-29)
|
|
695
|
+
|
|
696
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
697
|
+
|
|
698
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
699
|
+
|
|
700
|
+
## 8.12.1 (2024-10-28)
|
|
701
|
+
|
|
702
|
+
### 🩹 Fixes
|
|
703
|
+
|
|
704
|
+
- **rule-tester:** use cwd option to set base path for tests with file name ([#10201](https://github.com/typescript-eslint/typescript-eslint/pull/10201))
|
|
705
|
+
|
|
706
|
+
### ❤️ Thank You
|
|
707
|
+
|
|
708
|
+
- Dave @reduckted
|
|
709
|
+
|
|
710
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
711
|
+
|
|
712
|
+
## 8.12.0 (2024-10-28)
|
|
713
|
+
|
|
714
|
+
### 🚀 Features
|
|
715
|
+
|
|
716
|
+
- **eslint-plugin:** [prefer-nullish-coalescing] add support for assignment expressions ([#10152](https://github.com/typescript-eslint/typescript-eslint/pull/10152))
|
|
717
|
+
|
|
718
|
+
### ❤️ Thank You
|
|
719
|
+
|
|
720
|
+
- Abraham Guo
|
|
721
|
+
|
|
722
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
723
|
+
|
|
724
|
+
## 8.11.0 (2024-10-21)
|
|
725
|
+
|
|
726
|
+
### 🩹 Fixes
|
|
727
|
+
|
|
728
|
+
- **rule-tester:** allow custom filename outside directory ([#10147](https://github.com/typescript-eslint/typescript-eslint/pull/10147))
|
|
729
|
+
|
|
730
|
+
### ❤️ Thank You
|
|
731
|
+
|
|
732
|
+
- Lotfi Meklati @lotmek
|
|
733
|
+
|
|
734
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
735
|
+
|
|
736
|
+
## 8.10.0 (2024-10-17)
|
|
737
|
+
|
|
738
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
739
|
+
|
|
740
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
741
|
+
|
|
742
|
+
## 8.9.0 (2024-10-14)
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
### 🚀 Features
|
|
746
|
+
|
|
747
|
+
- **rule-tester:** hooks for test cases
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
### 🩹 Fixes
|
|
751
|
+
|
|
752
|
+
- **rule-tester:** merge provided `linterOptions`
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
### ❤️ Thank You
|
|
756
|
+
|
|
757
|
+
- Abraham Guo
|
|
758
|
+
- Anna Bocharova
|
|
759
|
+
- Arya Emami
|
|
760
|
+
- auvred
|
|
761
|
+
- Joshua Chen
|
|
762
|
+
- Kirk Waiblinger
|
|
763
|
+
- Lotfi Meklati
|
|
764
|
+
- mdm317
|
|
765
|
+
- Ronen Amiel
|
|
766
|
+
- Sukka
|
|
767
|
+
- YeonJuan
|
|
768
|
+
|
|
769
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
770
|
+
|
|
771
|
+
## 8.8.1 (2024-10-07)
|
|
772
|
+
|
|
773
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
774
|
+
|
|
775
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
776
|
+
|
|
777
|
+
## 8.8.0 (2024-09-30)
|
|
778
|
+
|
|
779
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
780
|
+
|
|
781
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
782
|
+
|
|
783
|
+
## 8.7.0 (2024-09-23)
|
|
784
|
+
|
|
785
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
786
|
+
|
|
787
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
788
|
+
|
|
789
|
+
## 8.6.0 (2024-09-16)
|
|
790
|
+
|
|
791
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
792
|
+
|
|
793
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
794
|
+
|
|
795
|
+
## 8.5.0 (2024-09-09)
|
|
796
|
+
|
|
797
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
798
|
+
|
|
799
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
800
|
+
|
|
801
|
+
## 8.4.0 (2024-09-02)
|
|
802
|
+
|
|
803
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
804
|
+
|
|
805
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
806
|
+
|
|
807
|
+
## 8.3.0 (2024-08-26)
|
|
808
|
+
|
|
809
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
810
|
+
|
|
811
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
812
|
+
|
|
813
|
+
## 8.2.0 (2024-08-19)
|
|
814
|
+
|
|
815
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
816
|
+
|
|
817
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
818
|
+
|
|
819
|
+
## 8.1.0 (2024-08-12)
|
|
820
|
+
|
|
821
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
822
|
+
|
|
823
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
824
|
+
|
|
825
|
+
## 8.0.1 (2024-08-05)
|
|
826
|
+
|
|
827
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
828
|
+
|
|
829
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
830
|
+
|
|
831
|
+
# 8.0.0 (2024-07-31)
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
### 🚀 Features
|
|
835
|
+
|
|
836
|
+
- **typescript-estree:** rename automaticSingleRunInference to disallowAutomaticSingleRunInference
|
|
837
|
+
|
|
838
|
+
- **rule-tester:** support multipass fixes
|
|
839
|
+
|
|
840
|
+
- **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService
|
|
841
|
+
|
|
842
|
+
- **rule-tester:** switched to flat config
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
### 🩹 Fixes
|
|
846
|
+
|
|
847
|
+
- **rule-tester:** set configType to eslintrc in Linter options
|
|
848
|
+
|
|
849
|
+
- **rule-tester:** re-apply updates from main
|
|
850
|
+
|
|
851
|
+
- **rule-tester:** provide Linter a cwd in its constructor
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
### ❤️ Thank You
|
|
855
|
+
|
|
856
|
+
- Abraham Guo
|
|
857
|
+
- Alfred Ringstad
|
|
858
|
+
- auvred
|
|
859
|
+
- Brad Zacher
|
|
860
|
+
- Christopher Aubut
|
|
861
|
+
- Collin Bachman
|
|
862
|
+
- James Henry
|
|
863
|
+
- Josh Goldberg
|
|
864
|
+
- Josh Goldberg ✨
|
|
865
|
+
- Kirk Waiblinger
|
|
866
|
+
- StyleShit
|
|
867
|
+
- Victor Lin
|
|
868
|
+
- Yukihiro Hasegawa
|
|
869
|
+
|
|
870
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
871
|
+
|
|
872
|
+
## 7.18.0 (2024-07-29)
|
|
873
|
+
|
|
874
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
875
|
+
|
|
876
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
877
|
+
|
|
878
|
+
## 7.17.0 (2024-07-22)
|
|
879
|
+
|
|
880
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
881
|
+
|
|
882
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
883
|
+
|
|
884
|
+
## 7.16.1 (2024-07-15)
|
|
885
|
+
|
|
886
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
887
|
+
|
|
888
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
889
|
+
|
|
890
|
+
## 7.16.0 (2024-07-08)
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
### 🚀 Features
|
|
894
|
+
|
|
895
|
+
- **rule-tester:** stricter rule test validations
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
### 🩹 Fixes
|
|
899
|
+
|
|
900
|
+
- **deps:** update dependency @eslint-community/regexpp to v4.11.0
|
|
901
|
+
|
|
902
|
+
- **website:** react key error on internal pages of website
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
### ❤️ Thank You
|
|
906
|
+
|
|
907
|
+
- Abraham Guo
|
|
908
|
+
- auvred
|
|
909
|
+
- Josh Goldberg ✨
|
|
910
|
+
- Juan Sanchez
|
|
911
|
+
- Vinccool96
|
|
912
|
+
- YeonJuan
|
|
913
|
+
- Yukihiro Hasegawa
|
|
914
|
+
|
|
915
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
916
|
+
|
|
917
|
+
## 7.15.0 (2024-07-01)
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
### 🚀 Features
|
|
921
|
+
|
|
922
|
+
- **eslint-plugin:** [array-type] detect `Readonly<string[]>` case
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
### ❤️ Thank You
|
|
926
|
+
|
|
927
|
+
- auvred
|
|
928
|
+
- Kim Sang Du
|
|
929
|
+
- rgehbt
|
|
930
|
+
- Vinccool96
|
|
931
|
+
|
|
932
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
933
|
+
|
|
934
|
+
## 7.14.1 (2024-06-24)
|
|
935
|
+
|
|
936
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
937
|
+
|
|
938
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
939
|
+
|
|
940
|
+
## 7.14.0 (2024-06-24)
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
### 🚀 Features
|
|
944
|
+
|
|
945
|
+
- support TypeScript 5.5
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
### ❤️ Thank You
|
|
949
|
+
|
|
950
|
+
- Brad Zacher
|
|
951
|
+
- cm-ayf
|
|
952
|
+
- Jake Bailey
|
|
953
|
+
- James Zhan
|
|
954
|
+
- Joshua Chen
|
|
955
|
+
- yoshi2no
|
|
956
|
+
|
|
957
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
958
|
+
|
|
959
|
+
## 7.13.1 (2024-06-17)
|
|
960
|
+
|
|
961
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
962
|
+
|
|
963
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
964
|
+
|
|
965
|
+
## 7.13.0 (2024-06-10)
|
|
966
|
+
|
|
967
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
968
|
+
|
|
969
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
970
|
+
|
|
971
|
+
## 7.12.0 (2024-06-03)
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
### 🚀 Features
|
|
975
|
+
|
|
976
|
+
- **rule-tester:** check for parsing errors in suggestion fixes
|
|
977
|
+
|
|
978
|
+
- **rule-tester:** port `checkDuplicateTestCases` from ESLint
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
### ❤️ Thank You
|
|
982
|
+
|
|
983
|
+
- Abraham Guo
|
|
984
|
+
- Han Yeong-woo
|
|
985
|
+
- Joshua Chen
|
|
986
|
+
- Kim Sang Du
|
|
987
|
+
- Kirk Waiblinger
|
|
988
|
+
- YeonJuan
|
|
989
|
+
|
|
990
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
991
|
+
|
|
992
|
+
## 7.11.0 (2024-05-27)
|
|
993
|
+
|
|
994
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
995
|
+
|
|
996
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
997
|
+
|
|
998
|
+
## 7.10.0 (2024-05-20)
|
|
999
|
+
|
|
1000
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1001
|
+
|
|
1002
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1003
|
+
|
|
1004
|
+
## 7.9.0 (2024-05-13)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
### 🚀 Features
|
|
1008
|
+
|
|
1009
|
+
- **rule-tester:** check for missing placeholder data in the message
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
### ❤️ Thank You
|
|
1013
|
+
|
|
1014
|
+
- Kirk Waiblinger
|
|
1015
|
+
- Sheetal Nandi
|
|
1016
|
+
- Vinccool96
|
|
1017
|
+
|
|
1018
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1019
|
+
|
|
1020
|
+
## 7.8.0 (2024-04-29)
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
### 🚀 Features
|
|
1024
|
+
|
|
1025
|
+
- **rule-tester:** assert suggestion messages are unique
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
### ❤️ Thank You
|
|
1029
|
+
|
|
1030
|
+
- auvred
|
|
1031
|
+
- Josh Goldberg ✨
|
|
1032
|
+
- jsfm01
|
|
1033
|
+
- Kim Sang Du
|
|
1034
|
+
- YeonJuan
|
|
1035
|
+
|
|
1036
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1037
|
+
|
|
1038
|
+
## 7.7.1 (2024-04-22)
|
|
1039
|
+
|
|
1040
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1041
|
+
|
|
1042
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1043
|
+
|
|
1044
|
+
## 7.7.0 (2024-04-15)
|
|
1045
|
+
|
|
1046
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1047
|
+
|
|
1048
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1049
|
+
|
|
1050
|
+
## 7.6.0 (2024-04-08)
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
### 🚀 Features
|
|
1054
|
+
|
|
1055
|
+
- bump npm dependency ranges
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
### ❤️ Thank You
|
|
1059
|
+
|
|
1060
|
+
- Abraham Guo
|
|
1061
|
+
- auvred
|
|
1062
|
+
- Brad Zacher
|
|
1063
|
+
|
|
1064
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1065
|
+
|
|
1066
|
+
## 7.5.0 (2024-04-01)
|
|
1067
|
+
|
|
1068
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1069
|
+
|
|
1070
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1071
|
+
|
|
1072
|
+
## 7.4.0 (2024-03-25)
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
### 🚀 Features
|
|
1076
|
+
|
|
1077
|
+
- **eslint-plugin:** [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
### ❤️ Thank You
|
|
1081
|
+
|
|
1082
|
+
- Abraham Guo
|
|
1083
|
+
- Brad Zacher
|
|
1084
|
+
- Josh Goldberg ✨
|
|
1085
|
+
- Kim Sang Du
|
|
1086
|
+
- Kirk Waiblinger
|
|
1087
|
+
- Marco Pasqualetti
|
|
1088
|
+
- YeonJuan
|
|
1089
|
+
|
|
1090
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1091
|
+
|
|
1092
|
+
## 7.3.1 (2024-03-18)
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
### 🩹 Fixes
|
|
1096
|
+
|
|
1097
|
+
- **eslint-plugin:** [no-floating-promises] revert disable of ignoreVoid in strict config
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
### ❤️ Thank You
|
|
1101
|
+
|
|
1102
|
+
- Josh Goldberg ✨
|
|
1103
|
+
|
|
1104
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1105
|
+
|
|
1106
|
+
## 7.3.0 (2024-03-18)
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
### 🚀 Features
|
|
1110
|
+
|
|
1111
|
+
- **eslint-plugin:** add meta.docs.recommended setting for strict config options
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
### 🩹 Fixes
|
|
1115
|
+
|
|
1116
|
+
- correct `engines.node` constraints in `package.json`
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
### ❤️ Thank You
|
|
1120
|
+
|
|
1121
|
+
- Abraham Guo
|
|
1122
|
+
- Alexu
|
|
1123
|
+
- Arka Pratim Chaudhuri
|
|
1124
|
+
- auvred
|
|
1125
|
+
- Derrick Isaacson
|
|
1126
|
+
- fnx
|
|
1127
|
+
- Josh Goldberg ✨
|
|
1128
|
+
- Kirk Waiblinger
|
|
1129
|
+
- Marta Cardoso
|
|
1130
|
+
- Michaël De Boey
|
|
1131
|
+
- Tristan Rasmussen
|
|
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.2.0 (2024-03-11)
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
### 🚀 Features
|
|
1140
|
+
|
|
1141
|
+
- support TS 5.4
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
### ❤️ Thank You
|
|
1145
|
+
|
|
1146
|
+
- Arka Pratim Chaudhuri
|
|
1147
|
+
- auvred
|
|
1148
|
+
- Chris Plummer
|
|
1149
|
+
- Fotis Papadogeorgopoulos
|
|
1150
|
+
- Josh Goldberg ✨
|
|
1151
|
+
- Kirk Waiblinger
|
|
1152
|
+
- Wayne Zhang
|
|
1153
|
+
- YeonJuan
|
|
1154
|
+
|
|
1155
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1156
|
+
|
|
1157
|
+
## 7.1.1 (2024-03-04)
|
|
1158
|
+
|
|
1159
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1160
|
+
|
|
1161
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1162
|
+
|
|
1163
|
+
## 7.1.0 (2024-02-26)
|
|
1164
|
+
|
|
1165
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1166
|
+
|
|
1167
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1168
|
+
|
|
1169
|
+
## 7.0.2 (2024-02-19)
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
### 🩹 Fixes
|
|
1173
|
+
|
|
1174
|
+
- fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
### ❤️ Thank You
|
|
1178
|
+
|
|
1179
|
+
- Brad Zacher
|
|
1180
|
+
- Gareth Jones
|
|
1181
|
+
|
|
1182
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1183
|
+
|
|
1184
|
+
## 7.0.1 (2024-02-12)
|
|
1185
|
+
|
|
1186
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1187
|
+
|
|
1188
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1189
|
+
|
|
1190
|
+
# 7.0.0 (2024-02-12)
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
### 🚀 Features
|
|
1194
|
+
|
|
1195
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
1196
|
+
|
|
1197
|
+
- add support for flat configs
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
#### ⚠️ Breaking Changes
|
|
1201
|
+
|
|
1202
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
1203
|
+
|
|
1204
|
+
### ❤️ Thank You
|
|
1205
|
+
|
|
1206
|
+
- Brad Zacher
|
|
1207
|
+
- Kirk Waiblinger
|
|
1208
|
+
- StyleShit
|
|
1209
|
+
- YeonJuan
|
|
1210
|
+
|
|
1211
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1212
|
+
|
|
1213
|
+
## 6.21.0 (2024-02-05)
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
### 🚀 Features
|
|
1217
|
+
|
|
1218
|
+
- allow `parserOptions.project: false`
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
### 🩹 Fixes
|
|
1222
|
+
|
|
1223
|
+
- **rule-tester:** fix a phantom dependency on the "semver" package
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
### ❤️ Thank You
|
|
1227
|
+
|
|
1228
|
+
- auvred
|
|
1229
|
+
- Brad Zacher
|
|
1230
|
+
- Kirk Waiblinger
|
|
1231
|
+
- Pete Gonzalez
|
|
1232
|
+
- YeonJuan
|
|
1233
|
+
|
|
1234
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1235
|
+
|
|
1236
|
+
## 6.20.0 (2024-01-29)
|
|
1237
|
+
|
|
1238
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1239
|
+
|
|
1240
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1241
|
+
|
|
1242
|
+
## 6.19.1 (2024-01-22)
|
|
1243
|
+
|
|
1244
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1245
|
+
|
|
1246
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1247
|
+
|
|
1248
|
+
## 6.19.0 (2024-01-15)
|
|
1249
|
+
|
|
1250
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1251
|
+
|
|
1252
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1253
|
+
|
|
1254
|
+
## 6.18.1 (2024-01-08)
|
|
1255
|
+
|
|
1256
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1257
|
+
|
|
1258
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1259
|
+
|
|
1260
|
+
## 6.18.0 (2024-01-06)
|
|
1261
|
+
|
|
1262
|
+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
|
|
1263
|
+
|
|
1264
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1265
|
+
|
|
1266
|
+
# [6.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) (2024-01-01)
|
|
1267
|
+
|
|
1268
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1269
|
+
|
|
1270
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
# [6.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) (2023-12-25)
|
|
1277
|
+
|
|
1278
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1279
|
+
|
|
1280
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
# [6.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) (2023-12-18)
|
|
1287
|
+
|
|
1288
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1289
|
+
|
|
1290
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
# [6.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) (2023-12-11)
|
|
1297
|
+
|
|
1298
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1299
|
+
|
|
1300
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
## [6.13.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04)
|
|
1307
|
+
|
|
1308
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1309
|
+
|
|
1310
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
## [6.13.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28)
|
|
1317
|
+
|
|
1318
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1319
|
+
|
|
1320
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
# [6.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) (2023-11-27)
|
|
1327
|
+
|
|
1328
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1329
|
+
|
|
1330
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
# [6.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) (2023-11-20)
|
|
1337
|
+
|
|
1338
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1339
|
+
|
|
1340
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
# [6.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0) (2023-11-13)
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
### Features
|
|
1350
|
+
|
|
1351
|
+
* 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))
|
|
1352
|
+
|
|
1353
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
# [6.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) (2023-11-06)
|
|
1360
|
+
|
|
1361
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1362
|
+
|
|
1363
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
## [6.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30)
|
|
1370
|
+
|
|
1371
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
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.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) (2023-10-23)
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
### Bug Fixes
|
|
1383
|
+
|
|
1384
|
+
* **rule-tester:** fix `parser` fallback logic ([#7754](https://github.com/typescript-eslint/typescript-eslint/issues/7754)) ([34c23e0](https://github.com/typescript-eslint/typescript-eslint/commit/34c23e0ece36100c2e44b3ded681ebe1236fbe37))
|
|
1385
|
+
|
|
1386
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
# [6.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) (2023-10-16)
|
|
1393
|
+
|
|
1394
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1395
|
+
|
|
1396
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
## [6.7.5](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09)
|
|
1403
|
+
|
|
1404
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1405
|
+
|
|
1406
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
## [6.7.4](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02)
|
|
1413
|
+
|
|
1414
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1415
|
+
|
|
1416
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
## [6.7.3](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25)
|
|
1423
|
+
|
|
1424
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1425
|
+
|
|
1426
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
## [6.7.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18)
|
|
1433
|
+
|
|
1434
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1435
|
+
|
|
1436
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
## [6.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18)
|
|
1443
|
+
|
|
1444
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1445
|
+
|
|
1446
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
# [6.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) (2023-09-11)
|
|
1453
|
+
|
|
1454
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1455
|
+
|
|
1456
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
# [6.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) (2023-09-04)
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
### Features
|
|
1466
|
+
|
|
1467
|
+
* **rule-tester:** allow to create empty tests ([#7467](https://github.com/typescript-eslint/typescript-eslint/issues/7467)) ([654b35d](https://github.com/typescript-eslint/typescript-eslint/commit/654b35dcf3ed6dc302d993110b72a7709aafbebf))
|
|
1468
|
+
|
|
1469
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
# [6.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) (2023-08-28)
|
|
1476
|
+
|
|
1477
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1478
|
+
|
|
1479
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
## [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21)
|
|
1486
|
+
|
|
1487
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1488
|
+
|
|
1489
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
# [6.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0) (2023-08-14)
|
|
1496
|
+
|
|
1497
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1498
|
+
|
|
1499
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
# [6.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0) (2023-08-07)
|
|
1506
|
+
|
|
1507
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1508
|
+
|
|
1509
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
## [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1) (2023-07-31)
|
|
1516
|
+
|
|
1517
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1518
|
+
|
|
1519
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
# [6.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) (2023-07-24)
|
|
1526
|
+
|
|
1527
|
+
**Note:** Version bump only for package @typescript-eslint/rule-tester
|
|
1528
|
+
|
|
1529
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
# [6.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) (2023-07-17)
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
### Features
|
|
1539
|
+
|
|
1540
|
+
* **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))
|
|
1541
|
+
|
|
1542
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
# [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
### Bug Fixes
|
|
1552
|
+
|
|
1553
|
+
* correct jest.mock path post merge ([778d254](https://github.com/typescript-eslint/typescript-eslint/commit/778d254eefc5bb08f39e4ce7d691c67977e620ab))
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
### Features
|
|
1557
|
+
|
|
1558
|
+
* 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))
|
|
1559
|
+
* 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))
|
|
1560
|
+
* **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))
|
|
1561
|
+
* 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))
|
|
1562
|
+
|
|
1563
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|